Destroying a GtkListStore

2005-08-12 Thread Daniel Pekelharing
Hi all, How do I destroy a GtkListStore created with gtk_list_store_new() ?? There seems to be no gtk_list_store_destroy() .. Thanks -- Daniel Pekelharing ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: Destroying a GtkListStore

2005-08-12 Thread Stefan Kost
Daniel Pekelharing wrote: Hi all, How do I destroy a GtkListStore created with gtk_list_store_new() ?? There seems to be no gtk_list_store_destroy() .. Thanks g_object_unref() is the thing to do for all GObject derived classes. Stefan ___

Re: Destroying a GtkListStore

2005-08-12 Thread Daniel Pekelharing
On Fri, 2005-08-12 at 17:34 +0200, Stefan Kost wrote: g_object_unref() is the thing to do for all GObject derived classes. Stefan Ahh, Thanks! -- Daniel Pekelharing ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org