Method
ClutterTimelineget_step_progress
since: 1.12
Declaration [src]
gboolean
clutter_timeline_get_step_progress (
ClutterTimeline* timeline,
gint* n_steps,
ClutterStepMode* step_mode
)
Description [src]
Retrieves the parameters of the step progress mode used by timeline.
Available since: 1.12
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.