Home
last modified time | relevance | path

Searched refs:data_destroy (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpbrushcache.c105 gimp_assert (cache->data_destroy != NULL); in gimp_brush_cache_constructed()
129 cache->data_destroy = g_value_get_pointer (value); in gimp_brush_cache_set_property()
149 g_value_set_pointer (value, cache->data_destroy); in gimp_brush_cache_get_property()
162 gimp_brush_cache_new (GDestroyNotify data_destroy, in gimp_brush_cache_new() argument
168 g_return_val_if_fail (data_destroy != NULL, NULL); in gimp_brush_cache_new()
171 "data-destroy", data_destroy, in gimp_brush_cache_new()
193 cache->data_destroy (unit->data); in gimp_brush_cache_clear()
282 cache->data_destroy (unit->data); in gimp_brush_cache_add()
H A Dgimpbrushcache.h42 GDestroyNotify data_destroy; member
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkrecentaction.c60 GDestroyNotify data_destroy; member
196 if (priv->data_destroy) in gtk_recent_action_set_sort_func()
198 priv->data_destroy (priv->sort_data); in gtk_recent_action_set_sort_func()
199 priv->data_destroy = NULL; in gtk_recent_action_set_sort_func()
209 priv->data_destroy = data_destroy; in gtk_recent_action_set_sort_func()
218 priv->data_destroy); in gtk_recent_action_set_sort_func()
398 priv->data_destroy); in gtk_recent_action_create_menu()
462 if (priv->data_destroy) in gtk_recent_action_finalize()
464 priv->data_destroy (priv->sort_data); in gtk_recent_action_finalize()
465 priv->data_destroy = NULL; in gtk_recent_action_finalize()
[all …]
H A Dgtkrecentfilter.c75 GDestroyNotify data_destroy; member
109 if (rule->u.custom.data_destroy) in G_DEFINE_TYPE()
110 rule->u.custom.data_destroy (rule->u.custom.data); in G_DEFINE_TYPE()
433 GDestroyNotify data_destroy) in gtk_recent_filter_add_custom() argument
445 rule->u.custom.data_destroy = data_destroy; in gtk_recent_filter_add_custom()
H A Dgtkrecentchooserutils.c36 GDestroyNotify data_destroy);
190 GDestroyNotify data_destroy) in delegate_set_sort_func() argument
195 data_destroy); in delegate_set_sort_func()
H A Dgtkrecentfilter.h86 GDestroyNotify data_destroy);
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/deprecated/
H A Dgtkrecentaction.c71 GDestroyNotify data_destroy; member
205 if (priv->data_destroy) in gtk_recent_action_set_sort_func()
207 priv->data_destroy (priv->sort_data); in gtk_recent_action_set_sort_func()
208 priv->data_destroy = NULL; in gtk_recent_action_set_sort_func()
218 priv->data_destroy = data_destroy; in gtk_recent_action_set_sort_func()
227 priv->data_destroy); in gtk_recent_action_set_sort_func()
414 priv->data_destroy); in gtk_recent_action_create_menu()
478 if (priv->data_destroy) in gtk_recent_action_finalize()
480 priv->data_destroy (priv->sort_data); in gtk_recent_action_finalize()
481 priv->data_destroy = NULL; in gtk_recent_action_finalize()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkrecentfilter.c143 GDestroyNotify data_destroy; member
179 if (rule->u.custom.data_destroy) in G_DEFINE_TYPE_WITH_CODE()
180 rule->u.custom.data_destroy (rule->u.custom.data); in G_DEFINE_TYPE_WITH_CODE()
691 GDestroyNotify data_destroy) in gtk_recent_filter_add_custom() argument
703 rule->u.custom.data_destroy = data_destroy; in gtk_recent_filter_add_custom()
H A Dgtkfontchooserutils.c58 GDestroyNotify data_destroy) in delegate_set_filter_func() argument
63 data_destroy); in delegate_set_filter_func()
H A Dgtkrecentchooser.h154 GDestroyNotify data_destroy);
213 GDestroyNotify data_destroy);
H A Dgtkrecentchooserutils.c33 GDestroyNotify data_destroy);
187 GDestroyNotify data_destroy) in delegate_set_sort_func() argument
192 data_destroy); in delegate_set_sort_func()
H A Dgtkrecentfilter.h140 GDestroyNotify data_destroy);
/dports/x11/mate-panel/mate-panel-1.26.1/mate-panel/
H A Dapplet.h28 GDestroyNotify data_destroy; member
53 GDestroyNotify data_destroy,
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkfontchooserutils.c58 GDestroyNotify data_destroy) in delegate_set_filter_func() argument
63 data_destroy); in delegate_set_filter_func()
/dports/devel/goffice/goffice-0.10.50/goffice/gtk/
H A Dgo-font-sel-dialog.c152 GDestroyNotify data_destroy) in gfsd_font_chooser_set_filter_func() argument
158 data_destroy); in gfsd_font_chooser_set_filter_func()
/dports/audio/rhythmbox/rhythmbox-3.4.4/widgets/
H A Drb-entry-view.h127 GDestroyNotify data_destroy);
135 GDestroyNotify data_destroy,
H A Drb-entry-view.c108 GDestroyNotify data_destroy; member
598 if (sort_data->data_destroy) { in rb_entry_view_sort_data_finalize()
599 sort_data->data_destroy (sort_data->data); in rb_entry_view_sort_data_finalize()
601 sort_data->data_destroy = NULL; in rb_entry_view_sort_data_finalize()
1705 GDestroyNotify data_destroy) in rb_entry_view_append_column_custom() argument
1707 rb_entry_view_insert_column_custom (view, column, title, key, sort_func, data, data_destroy, -1); in rb_entry_view_append_column_custom()
1730 GDestroyNotify data_destroy, in rb_entry_view_insert_column_custom() argument
1750 sortdata->data_destroy = data_destroy; in rb_entry_view_insert_column_custom()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/aosd/
H A Dghosd-main.c141 if (flash->user_render.data_destroy) in flash_destroy()
142 flash->user_render.data_destroy(flash->user_render.data); in flash_destroy()
H A Dghosd-internal.h18 void (*data_destroy)(void*); member
/dports/devel/glib20/glib-2.70.4/gobject/tests/
H A Dreference.c636 data_destroy (gpointer data) in data_destroy() function
654 g_object_set_data_full (obj, "test", GINT_TO_POINTER (1), data_destroy); in test_object_qdata()
657 g_object_set_data_full (obj, "test", GINT_TO_POINTER (2), data_destroy); in test_object_qdata()
668 g_object_set_qdata_full (obj, quark, GINT_TO_POINTER (1), data_destroy); in test_object_qdata()
671 g_object_set_qdata_full (obj, quark, GINT_TO_POINTER (2), data_destroy); in test_object_qdata()
679 g_object_set_qdata_full (obj, quark, GINT_TO_POINTER (3), data_destroy); in test_object_qdata()
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dgtkhtml-search.c86 data_destroy (GtkHTMLISearch *data) in data_destroy() function
125 data_destroy (data); in destroy()
/dports/audio/rhythmbox/rhythmbox-3.4.4/lib/
H A Drb-file-helpers.c900 GDestroyNotify data_destroy;
913 if (data->data_destroy)
914 data->data_destroy (data->user_data);
1045 GDestroyNotify data_destroy)
1058 data->data_destroy = data_destroy;
H A Drb-file-helpers.h81 GDestroyNotify data_destroy);
/dports/benchmarks/siege/siege-4.1.1/src/
H A Ddata.h48 DATA data_destroy(DATA this);
/dports/devel/cutter/cutter-1.2.6/glib-compatible/
H A Dgsequence.h35 GSequence * g_sequence_new (GDestroyNotify data_destroy);

123456789