Constructor
ClutterTimelinenew
Declaration [src]
ClutterTimeline*
clutter_timeline_new (
guint duration_ms
)
Description [src]
Creates a new ClutterTimeline with a duration of duration_ms milli seconds.
| Available since: | 0.6 |
Return value
| Returns: | ClutterTimeline |
The newly created |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |