Method
ClutterTransitionset_animatable
Declaration [src]
void
clutter_transition_set_animatable (
ClutterTransition* transition,
ClutterAnimatable* animatable
)
Description [src]
Sets the ClutterTransition:animatable property.
The transition will acquire a reference to the animatable instance,
and will call the ClutterTransitionClass.attached() virtual function.
If an existing ClutterAnimatable is attached to transition, the
reference will be released, and the ClutterTransitionClass.detached()
virtual function will be called.
| Available since: | 1.10 |
| Sets property | Clutter.Transition:animatable |
Parameters
animatable |
ClutterAnimatable |
A |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. |