Re: Q: gnome-object reference counting




> A GnomeObject is a GtkObject. Both have reference counting functions:
> 
> gtk_object_ref | gnome_object_ref (gtk_object_unref |
> gnome_object_unref)
> 
> Why do we need both?

gnome_object_ref/unref operate on the aggregate object, while
gtk_object_ref/unref work on a single object.

Miguel.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]