Re: Destroying a GtkListStore



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



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