Method

ClutterTransitionget_animatable

Declaration [src]

ClutterAnimatable*
clutter_transition_get_animatable (
  ClutterTransition* transition
)

Description [src]

Retrieves the ClutterAnimatable set using clutter_transition_set_animatable().

Available since:1.10

Return value

Returns: ClutterAnimatable
 

A ClutterAnimatable, or NULL; the returned animatable is owned by the ClutterTransition, and it should not be freed directly.

 The data is owned by the instance.