Method

ClutterTimelineset_duration

Declaration [src]

void
clutter_timeline_set_duration (
  ClutterTimeline* timeline,
  guint msecs
)

Description [src]

Sets the duration of the timeline, in milliseconds. The speed of the timeline depends on the ClutterTimeline:fps setting.

Available since:0.6

Parameters

msecs guint
 

Duration of the timeline in milliseconds.