Method

ClutterPathConstraintget_path

since: 1.6

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

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.