[clutter] clutter_actor_destroy

2008-06-18 Thread Peter Csaszar
Hi, By the way, I found that clutter_actor_destroy calls clutter_actor_unparent only if the parent is a container. If the parent is just an other actor (so it is a composite one) clutter_actor_unparent is not called on the child. However g_object_dipose is called in both case. Is this intensional

RE: [clutter] Unrefrencing

2008-06-18 Thread Emmanuele Bassi
On Wed, 2008-06-18 at 13:58 +0800, HASWANI HARISH-VCKR47 wrote: > Hi All, > > Here is my confusion : ptr is an actor, which is added to stage. > Later on unreferenced and initialized with new texture. After adding new > texture, I am adding again this ptr to stage. > Here is code: > > > Clutt