actor: Implement remove_all_children using ActorIter
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 13 Feb 2012 08:59:09 +0000 (08:59 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 13 Feb 2012 08:59:09 +0000 (08:59 +0000)
commitd8a51726e13e98cdce2a57782e33a12e570086d9
treec0e1bd71848a2dc6134ba2215ed6e2d246d45aa5
parent8f6da170bc2e8fb9ca02970ca864add9f7722c5d
actor: Implement remove_all_children using ActorIter

The remove_all_children() method is an ideal candidate for using the
ActorIter API; the end result is more compact and easy to follow.
clutter/clutter-actor.c