Method

ClutterAlignConstraintget_pivot_point

Declaration [src]

void
clutter_align_constraint_get_pivot_point (
  ClutterAlignConstraint* align,
  graphene_point_t* pivot_point
)

Description [src]

Gets the pivot point used by the constraint set with clutter_align_constraint_set_pivot_point(). If no custom pivot point is set, -1 is set.

Parameters

pivot_point graphene_point_t
 

Return location for a GraphenePoint.

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