Method
ClutterAnimatableset_final_state
Declaration [src]
void
clutter_animatable_set_final_state (
ClutterAnimatable* animatable,
const gchar* property_name,
const GValue* value
)
Parameters
property_name |
const gchar* |
The name of the animatable property to set. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
value |
GValue |
The value of the animatable property to set. |
|
The data is owned by the caller of the function. |