actor: Add ClutterActorIter.destroy()
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 9 Feb 2012 15:49:30 +0000 (15:49 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 9 Feb 2012 15:49:30 +0000 (15:49 +0000)
commitd0e945fb70814ce1f75afef3baebd1b3cd352cb9
tree9431ba51d183a21f8ad0a72775a2c0024eb48dae
parent59bb19a4494d4be2b431cf62ccb34efc894cd027
actor: Add ClutterActorIter.destroy()

Similar to the clutter_actor_iter_remove(), but it'll call destroy()
instead of remove_child().

We can also reimplement the ::destroy default handler using it, and make
it more compact.
clutter/clutter-actor.c
clutter/clutter-actor.h