Method
ClutterActorremove_constraint
Declaration [src]
void
clutter_actor_remove_constraint (
ClutterActor* self,
ClutterConstraint* constraint
)
Description [src]
Removes constraint from the list of constraints applied to self
The reference held by self on the ClutterConstraint will be released.
| Available since: | 1.4 |
Parameters
constraint |
ClutterConstraint |
A |
|
| The data is owned by the caller of the function. |