Home
last modified time | relevance | path

Searched refs:destroy_cb (Results 1 – 25 of 554) sorted by relevance

12345678910>>...23

/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-closure-list.c41 if (closure->destroy_cb) in _cogl_closure_disconnect()
42 closure->destroy_cb (closure->user_data); in _cogl_closure_disconnect()
60 CoglUserDataDestroyCallback destroy_cb) in _cogl_closure_list_add() argument
66 closure->destroy_cb = destroy_cb; in _cogl_closure_list_add()
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-closure-list.c41 if (closure->destroy_cb) in _cogl_closure_disconnect()
42 closure->destroy_cb (closure->user_data); in _cogl_closure_disconnect()
60 CoglUserDataDestroyCallback destroy_cb) in _cogl_closure_list_add() argument
66 closure->destroy_cb = destroy_cb; in _cogl_closure_list_add()
H A Dcogl-closure-list-private.h58 CoglUserDataDestroyCallback destroy_cb; member
78 CoglUserDataDestroyCallback destroy_cb);
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-closure-list.c41 if (closure->destroy_cb) in _cogl_closure_disconnect()
42 closure->destroy_cb (closure->user_data); in _cogl_closure_disconnect()
60 CoglUserDataDestroyCallback destroy_cb) in _cogl_closure_list_add() argument
66 closure->destroy_cb = destroy_cb; in _cogl_closure_list_add()
H A Dcogl-closure-list-private.h58 CoglUserDataDestroyCallback destroy_cb; member
78 CoglUserDataDestroyCallback destroy_cb);
/dports/finance/gnucash/gnucash-4.9/gnucash/html/
H A Dgnc-html-history.c37 gnc_html_history_destroy_cb destroy_cb; member
68 if (hist->destroy_cb) in gnc_html_history_destroy()
70 (hist->destroy_cb)((gnc_html_history_node *)n->data, in gnc_html_history_destroy()
92 hist->destroy_cb = cb; in gnc_html_history_set_node_destroy_cb()
136 if (hist->destroy_cb) in gnc_html_history_append()
138 (hist->destroy_cb)(hn, hist->destroy_cb_data); in gnc_html_history_append()
147 if (hist->destroy_cb) in gnc_html_history_append()
149 (hist->destroy_cb)((gnc_html_history_node *)n->data, in gnc_html_history_append()
/dports/net/grilo/grilo-0.3.14/src/
H A Dgrl-operation.c30 GDestroyNotify destroy_cb; member
47 if (data->destroy_cb) { in operation_data_free()
48 data->destroy_cb (data->private_data); in operation_data_free()
84 GDestroyNotify destroy_cb) in grl_operation_set_private_data() argument
92 data->destroy_cb = destroy_cb; in grl_operation_set_private_data()
/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/platform-demos/C/samples/
H A Dtest-custom-gsource.c29 destroy_cb (gpointer user_data) in destroy_cb() function
55 queue = g_async_queue_new_full (destroy_cb); in test_messages_with_callback()
56 source = message_queue_source_new (queue, destroy_cb, NULL); in test_messages_with_callback()
91 queue = g_async_queue_new_full (destroy_cb); in test_messages_without_callback()
92 source = message_queue_source_new (queue, destroy_cb, NULL); in test_messages_without_callback()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/rust_hawktracer_sys-0.4.2/hawktracer/lib/
H A Dtimeline_listener.c18 HT_DestroyCallback destroy_cb; member
41 if (entry->destroy_cb != NULL) in _ht_timeline_listener_container_unregister_all_listeners()
43 entry->destroy_cb(entry->user_data); in _ht_timeline_listener_container_unregister_all_listeners()
143 HT_DestroyCallback destroy_cb) in ht_timeline_listener_container_register_listener() argument
147 callback, user_data, destroy_cb in ht_timeline_listener_container_register_listener()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/rust_hawktracer_sys-0.4.2/hawktracer/lib/
H A Dtimeline_listener.c18 HT_DestroyCallback destroy_cb; member
41 if (entry->destroy_cb != NULL) in _ht_timeline_listener_container_unregister_all_listeners()
43 entry->destroy_cb(entry->user_data); in _ht_timeline_listener_container_unregister_all_listeners()
143 HT_DestroyCallback destroy_cb) in ht_timeline_listener_container_register_listener() argument
147 callback, user_data, destroy_cb in ht_timeline_listener_container_register_listener()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/chromeos/
H A Dplatform_video_frame_utils.cc139 base::ScopedClosureRunner& destroy_cb) { in AllocateGpuMemoryBufferHandle() argument
172 destroy_cb.ReplaceClosure( in AllocateGpuMemoryBufferHandle()
189 base::ScopedClosureRunner destroy_cb((base::DoNothing())); in CreateGpuMemoryBufferVideoFrame()
192 visible_rect, buffer_usage, destroy_cb); in CreateGpuMemoryBufferVideoFrame()
213 frame->AddDestructionObserver(destroy_cb.Release()); in CreateGpuMemoryBufferVideoFrame()
225 base::ScopedClosureRunner destroy_cb((base::DoNothing())); in CreatePlatformVideoFrame()
228 visible_rect, buffer_usage, destroy_cb); in CreatePlatformVideoFrame()
253 frame->AddDestructionObserver(destroy_cb.Release()); in CreatePlatformVideoFrame()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/ffi/
H A Dffi_rng.cpp66 void(* destroy_cb)(void* context)) in botan_rng_init_custom()
84 void(* destroy_cb)(void* context)) : in botan_rng_init_custom()
90 m_destroy_cb = destroy_cb; in botan_rng_init_custom()
151 …:RandomNumberGenerator> rng(new Custom_RNG(rng_name, context, get_cb, add_entropy_cb, destroy_cb)); in botan_rng_init_custom()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/ffi/
H A Dffi_rng.cpp66 void(* destroy_cb)(void* context)) in botan_rng_init_custom()
84 void(* destroy_cb)(void* context)) : in botan_rng_init_custom()
90 m_destroy_cb = destroy_cb; in botan_rng_init_custom()
151 …:RandomNumberGenerator> rng(new Custom_RNG(rng_name, context, get_cb, add_entropy_cb, destroy_cb)); in botan_rng_init_custom()
/dports/security/botan2/Botan-2.18.2/src/lib/ffi/
H A Dffi_rng.cpp66 void(* destroy_cb)(void* context)) in botan_rng_init_custom()
84 void(* destroy_cb)(void* context)) : in botan_rng_init_custom()
90 m_destroy_cb = destroy_cb; in botan_rng_init_custom()
151 …:RandomNumberGenerator> rng(new Custom_RNG(rng_name, context, get_cb, add_entropy_cb, destroy_cb)); in botan_rng_init_custom()
/dports/devel/dbus-glib/dbus-glib-0.112/test/core/
H A Dpeer-on-bus.c86 destroy_cb (DBusGProxy *proxy G_GNUC_UNUSED, in destroy_cb() function
111 g_signal_connect (G_OBJECT (named), "destroy", G_CALLBACK (destroy_cb), in test_name_owner_changed()
123 g_signal_handlers_disconnect_by_func (named, destroy_cb, &destroyed); in test_name_owner_changed()
H A Dshared-bus.c45 destroy_cb (DBusGProxy *proxy G_GNUC_UNUSED, in destroy_cb() function
65 g_signal_connect (G_OBJECT (proxy), "destroy", G_CALLBACK (destroy_cb), in disconnect()
76 g_signal_handlers_disconnect_by_func (proxy, destroy_cb, &disconnected); in disconnect()
/dports/audio/gmpc/gmpc-11.8.16/src/vala/
H A Dgmpc-url-fetching-gui.vala33 private GLib.DestroyNotify destroy_cb;
62 this.destroy_cb(this);
86 public Gui (ParseUrl parse_callback, ValidateUrl validate_callback, GLib.DestroyNotify destroy_cb)
90 this.destroy_cb = destroy_cb;
164 this.destroy_cb(this);
H A Dgmpc-url-fetching-gui.c55 GDestroyNotify destroy_cb; member
112 self->priv->destroy_cb (self); in gmpc_url_fetching_gui_add_url_dialog_response()
165 …chingGuiValidateUrl validate_callback, void* validate_callback_target, GDestroyNotify destroy_cb) { in gmpc_url_fetching_gui_construct() argument
196 self->priv->destroy_cb = destroy_cb; in gmpc_url_fetching_gui_construct()
236 …chingGuiValidateUrl validate_callback, void* validate_callback_target, GDestroyNotify destroy_cb) { in gmpc_url_fetching_gui_new() argument
237 …I, parse_callback, parse_callback_target, validate_callback, validate_callback_target, destroy_cb); in gmpc_url_fetching_gui_new()
318 self->priv->destroy_cb (self); in gmpc_url_fetching_gui_set_completed()
/dports/www/h2o-devel/h2o-dcc7134/lib/common/
H A Dcache.c43 void (*destroy_cb)(h2o_iovec_t value); member
113 h2o_cache_t *h2o_cache_create(int flags, size_t capacity, uint64_t duration, void (*destroy_cb)(h2o… in h2o_cache_create()
124 cache->destroy_cb = destroy_cb; in h2o_cache_create()
201 if (cache->destroy_cb != NULL) in h2o_cache_release()
202 cache->destroy_cb(ref->value); in h2o_cache_release()
/dports/games/gracer/gracer-0.1.5/common/
H A Dgr_boundary.c41 GrBoundaryDestroyCB destroy_cb; member
76 boundary->destroy_cb = callback; in gr_boundary_new()
101 if (boundary->destroy_cb) in gr_boundary_free()
104 (*boundary->destroy_cb) (boundary->data[i][j]); in gr_boundary_free()
/dports/multimedia/audacious/audacious-4.1/src/libaudgui/
H A Dplugin-prefs.cc41 static void destroy_cb (GtkWidget * window, PluginHandle * plugin) in destroy_cb() function
74 g_signal_handlers_disconnect_by_func (window, (void *) destroy_cb, plugin); in watch_cb()
112 g_signal_connect_after (node->data, "destroy", (GCallback) destroy_cb, plugin); in audgui_show_plugin_about()
183 g_signal_connect_after (window, "destroy", (GCallback) destroy_cb, plugin); in audgui_show_plugin_prefs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/fuchsia/common/
H A Dstream_processor_helper.cc17 base::OnceClosure destroy_cb) in IoPacket() argument
23 destroy_cb_(std::move(destroy_cb)) {} in IoPacket()
37 base::OnceClosure destroy_cb) { in CreateInput() argument
39 std::move(destroy_cb)); in CreateInput()
49 base::OnceClosure destroy_cb) { in CreateOutput() argument
51 std::move(destroy_cb)); in CreateOutput()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/fuchsia/common/
H A Dstream_processor_helper.cc17 base::OnceClosure destroy_cb) in IoPacket() argument
23 destroy_cb_(std::move(destroy_cb)) {} in IoPacket()
37 base::OnceClosure destroy_cb) { in CreateInput() argument
39 std::move(destroy_cb)); in CreateInput()
49 base::OnceClosure destroy_cb) { in CreateOutput() argument
51 std::move(destroy_cb)); in CreateOutput()
/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dsound-pulse.c42 pa_io_event_destroy_cb_t destroy_cb; member
48 pa_time_event_destroy_cb_t destroy_cb; member
161 e->destroy_cb = NULL; in pulse_api_io_new()
187 if (es->destroy_cb) es->destroy_cb(pulse_api(),e,es->userdata); in pulse_api_io_free()
196 es->destroy_cb = cb; in pulse_api_io_set_destroy()
230 es->destroy_cb = NULL; in pulse_api_time_new()
262 if (es->destroy_cb) es->destroy_cb(pulse_api(),e,es->userdata); in pulse_api_time_free()
271 es->destroy_cb = cb; in pulse_api_time_set_destroy()
295 es->destroy_cb = NULL; in pulse_api_defer_new()
319 if (es->destroy_cb) es->destroy_cb(pulse_api(),e,es->userdata); in pulse_api_defer_free()
[all …]
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/examples/simple/
H A Dtooltip.py15 def destroy_cb(widget, main_window): function
28 window.connect("destroy", destroy_cb, window)

12345678910>>...23