Method
ClutterPathConstraintset_path
Declaration [src]
void
clutter_path_constraint_set_path (
ClutterPathConstraint* constraint,
ClutterPath* path
)
Description [src]
Sets the path
to be followed by the ClutterPathConstraint
.
The constraint
will take ownership of the ClutterPath
passed to this function.
Available since: | 1.6 |
Sets property | Clutter.PathConstraint:path |
Parameters
path |
ClutterPath |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |