Method
ClutterActorremove_constraint_by_name
Declaration [src]
void
clutter_actor_remove_constraint_by_name (
  ClutterActor* self,
  const gchar* name
)
Description [src]
Removes the ClutterConstraint with the given name from the list
of constraints applied to self.