Method

ClutterPathConstraintget_path

Declaration [src]

ClutterPath*
clutter_path_constraint_get_path (
  ClutterPathConstraint* constraint
)

Description [src]

Retrieves a pointer to the ClutterPath used by constraint.

Return value

Type: 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.