Hi,

Sorry if this is a dumb question, or if it was asked 1000 times before.

In clutter_actor_set_parent, self ref is incremented.
  g_object_ref_sink (self);
  priv->parent_actor = parent;
But shouldn't it be the parent actor whose reference should be incremented ?
Otherwise, how do you guarantee the validity of the parent_actor pointer ?

Thanks,

Michael

 
-- To unsubscribe send a mail to [email protected]

Reply via email to