Constructor
ClutterTimelinenew
Declaration [src]
ClutterTimeline*
clutter_timeline_new (
guint duration_ms
)
Return value
Type: ClutterTimeline
The newly created ClutterTimeline
instance. Use
g_object_unref()
when done using it.
The caller of the function takes ownership of the data, and is responsible for freeing it. |