Function
ClutterTimelineProgressFunc
Declaration
gdouble
(* ClutterTimelineProgressFunc) (
  ClutterTimeline* timeline,
  gdouble elapsed,
  gdouble total,
  gpointer user_data
)
Parameters
- timeline
- 
            Type: ClutterTimelineA ClutterTimeline.The data is owned by the caller of the function. 
- elapsed
- 
            Type: gdoubleThe elapsed time, in milliseconds. 
- total
- 
            Type: gdoubleThe total duration of the timeline, in milliseconds,. 
- user_data
- 
            Type: gpointerData passed to the function. The argument can be NULL.The data is owned by the caller of the function.