Method
ClutterActorremove_action_by_name
Declaration [src]
void
clutter_actor_remove_action_by_name (
ClutterActor* self,
const gchar* name
)
Description [src]
Removes the ClutterAction
with the given name from the list
of actions applied to self
.