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