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.

Available since:1.4

Parameters

name const gchar*
 

The name of the constraint to remove.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.