Method
ClutterTimelinerewind
Declaration [src]
void
clutter_timeline_rewind (
ClutterTimeline* timeline
)
Description [src]
Rewinds ClutterTimeline
to the first frame if its direction is
CLUTTER_TIMELINE_FORWARD
and the last frame if it is
CLUTTER_TIMELINE_BACKWARD
.