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
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to