Method

ClutterTimelineget_cubic_bezier_progress

Declaration [src]

gboolean
clutter_timeline_get_cubic_bezier_progress (
  ClutterTimeline* timeline,
  graphene_point_t* c_1,
  graphene_point_t* c_2
)

Description [src]

Retrieves the control points for the cubic bezier progress mode.

Available since:1.12

Parameters

c_1 graphene_point_t
 

Return location for the first control point of the cubic bezier, or NULL.

 The argument will be set by the function.
 The data is owned by the caller of the function.
c_2 graphene_point_t
 

Return location for the second control point of the cubic bezier, or NULL.

 The argument will be set by the function.
 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE if the timeline is using a cubic bezier progress more, and FALSE otherwise.