Constructor
ClutterPathConstraintnew
Declaration [src]
ClutterConstraint*
clutter_path_constraint_new (
ClutterPath* path,
gfloat offset
)
Parameters
path-
Type:
ClutterPathA
ClutterPath, orNULL.The argument can be NULL.The data is owned by the caller of the function. offset-
Type:
gfloatThe offset along the
ClutterPath.
Return value
Type: ClutterConstraint
The newly created ClutterPathConstraint.
| The data is owned by the called function. |