Method

ClutterTransitionget_interval

Declaration [src]

ClutterInterval*
clutter_transition_get_interval (
  ClutterTransition* transition
)

Description [src]

Retrieves the interval set using clutter_transition_set_interval()

Available since:1.10

Return value

Returns: ClutterInterval
 

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

 The data is owned by the instance.