Method

ClutterActorIterremove

Declaration [src]

void
clutter_actor_iter_remove (
  ClutterActorIter* iter
)

Description [src]

Safely removes the ClutterActor currently pointer to by the iterator from its parent.

This function can only be called after clutter_actor_iter_next() or clutter_actor_iter_prev() returned TRUE, and cannot be called more than once for the same actor.

This function will call clutter_actor_remove_child() internally.