Method

ClutterPathConstraintget_path

Declaration [src]

ClutterPath*
clutter_path_constraint_get_path (
  ClutterPathConstraint* constraint
)

Description [src]

Retrieves a pointer to the ClutterPath used by constraint.

Available since:1.6

Return value

Returns: ClutterPath
 

The ClutterPath used by the ClutterPathConstraint, or NULL. The returned ClutterPath is owned by the constraint and it should not be unreferenced.

 The data is owned by the instance.