Function
ClutterTimelineProgressFunc
Declaration
gdouble
(* ClutterTimelineProgressFunc) (
ClutterTimeline* timeline,
gdouble elapsed,
gdouble total,
gpointer user_data
)
Parameters
timeline |
ClutterTimeline |
A |
|
The data is owned by the caller of the function. | |
elapsed |
gdouble |
The elapsed time, in milliseconds. |
|
total |
gdouble |
The total duration of the timeline, in milliseconds, |
|
user_data |
gpointer |
Data passed to the function. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |