Method
ClutterTimelineget_step_progress
Declaration [src]
gboolean
clutter_timeline_get_step_progress (
ClutterTimeline* timeline,
gint* n_steps,
ClutterStepMode* step_mode
)
Parameters
n_steps-
Type:
gint*Return location for the number of steps, or
NULL.The argument will be set by the function. step_mode-
Type:
ClutterStepModeReturn location for the value change policy, or
NULL.The argument will be set by the function. The instance takes ownership of the data, and is responsible for freeing it.