Method

ClutterTimelineget_delta

since: 0.6

Declaration [src]

guint
clutter_timeline_get_delta (
  ClutterTimeline* timeline
)

Description [src]

Retrieves the amount of time elapsed since the last ClutterTimeline::new-frame signal.

This function is only useful inside handlers for the ::new-frame signal, and its behaviour is undefined if the timeline is not playing.

Available since: 0.6

Return value

Type: guint

The amount of time in milliseconds elapsed since the last frame.