destroy            66 lib/glibcompat.c g_clear_slist (GSList ** slist_ptr, GDestroyNotify destroy)
destroy            76 lib/glibcompat.c         if (destroy != NULL)
destroy            77 lib/glibcompat.c             g_slist_free_full (slist, destroy);
destroy            97 lib/glibcompat.c g_clear_list (GList ** list_ptr, GDestroyNotify destroy)
destroy           107 lib/glibcompat.c         if (destroy != NULL)
destroy           108 lib/glibcompat.c             g_list_free_full (list, destroy);
destroy            20 lib/glibcompat.h void g_clear_slist (GSList ** slist_ptr, GDestroyNotify destroy);
destroy            21 lib/glibcompat.h void g_clear_list (GList ** list_ptr, GDestroyNotify destroy);
destroy           426 lib/widget/dialog.c     w->destroy = dlg_default_destroy;
destroy           340 lib/widget/widget-common.c     w->destroy = widget_default_destroy;
destroy           172 lib/widget/widget-common.h     void (*destroy) (Widget * w);
destroy           396 lib/widget/widget-common.h     w->destroy (w);