Constructor
ClutterTimelinenew_for_frame_clock
Declaration [src]
ClutterTimeline*
clutter_timeline_new_for_frame_clock (
ClutterFrameClock* frame_clock,
unsigned int duration_ms
)
Parameters
frame_clock |
ClutterFrameClock |
The |
|
The data is owned by the caller of the function. | |
duration_ms |
unsigned int |
Duration of the timeline in milliseconds. |
Return value
Returns: | ClutterTimeline |
The newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |