Method
ClutterActordestroy
Declaration [src]
void
clutter_actor_destroy (
ClutterActor* self
)
Description [src]
Destroys an actor. When an actor is destroyed, it will break any references it holds to other objects. If the actor is inside a container, the actor will be removed.
When you destroy a container, its children will be destroyed as well.