Method

ClutterTransitionget_animatable

since: 1.10

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

Type: 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.