Home
last modified time | relevance | path

Searched refs:on_destroy (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/dports/devel/entt/entt-3.8.1/src/entt/entity/
H A Dobserver.hpp200 (reg.template on_destroy<Require>().template connect<&discard_if<Index>>(obs), ...); in connect()
203 reg.template on_destroy<AnyOf>().template connect<&discard_if<Index>>(obs); in connect()
207 (reg.template on_destroy<Require>().disconnect(obs), ...); in disconnect()
210 reg.template on_destroy<AnyOf>().disconnect(obs); in disconnect()
243 (reg.template on_destroy<Require>().template connect<&discard_if<Index>>(obs), ...); in connect()
246 … (reg.template on_destroy<NoneOf>().template connect<&maybe_valid_if<Index, NoneOf>>(obs), ...); in connect()
247 (reg.template on_destroy<AllOf>().template connect<&discard_if<Index>>(obs), ...); in connect()
252 (reg.template on_destroy<Require>().disconnect(obs), ...); in disconnect()
255 (reg.template on_destroy<NoneOf>().disconnect(obs), ...); in disconnect()
256 (reg.template on_destroy<AllOf>().disconnect(obs), ...); in disconnect()
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_component_roundrobin/
H A Dmod_component_roundrobin.lua25 local function on_destroy(session, err) function
29 session.on_destroy = nil;
88 session.on_destroy = on_destroy;
/dports/x11-wm/wayfire/wayfire-0.7.0/src/view/
H A Dsubsurface.cpp15 on_destroy.set_callback([&] (void*) in subsurface_implementation_t()
19 on_destroy.disconnect(); in subsurface_implementation_t()
26 on_destroy.connect(&sub->events.destroy); in subsurface_implementation_t()
H A Dxdg-shell.cpp32 on_destroy.set_callback([&] (void*) { destroy(); }); in initialize()
44 on_destroy.connect(&popup->base->events.destroy); in initialize()
146 on_destroy.disconnect(); in destroy()
208 on_destroy.set_callback([&] (void*) { destroy(); }); in initialize()
272 on_destroy.connect(&xdg_toplevel->base->events.destroy); in initialize()
446 on_destroy.disconnect(); in destroy()
/dports/x11-wm/wayfire/wayfire-0.7.0/src/core/
H A Dcore.cpp37 wf::wl_listener_wrapper on_mode_set, on_destroy; member
57 on_destroy.set_callback([&] (void*) in wf_server_decoration_t()
64 on_destroy.connect(&decor->events.destroy); in wf_server_decoration_t()
114 on_destroy.set_callback([&] (void*) in wf_xdg_decoration_t()
122 on_destroy.connect(&decor->events.destroy); in wf_xdg_decoration_t()
130 wf::wl_listener_wrapper on_destroy; member
134 on_destroy.set_callback([=] (void*) in wf_pointer_constraint()
143 on_destroy.disconnect(); in wf_pointer_constraint()
161 wf::wl_listener_wrapper on_destroy; member
164 on_destroy.set_callback([&] (void*) in wlr_idle_inhibitor_t()
[all …]
/dports/games/opensonic/opensnc-src-0.1.4/src/entities/items/
H A Ditembox.c32 void (*on_destroy)(item_t*,player_t*); /* strategy pattern */ member
35 static item_t* itembox_create(void (*on_destroy)(item_t*,player_t*), int anim_id);
216 item_t* itembox_create(void (*on_destroy)(item_t*,player_t*), int anim_id) in itembox_create()
226 me->on_destroy = on_destroy; in itembox_create()
270 me->on_destroy(item, player); in itembox_update()
/dports/security/distcache/distcache-1.5.1/include/libnal/
H A Dnal_devel.h78 void (*on_destroy)(NAL_ADDRESS *addr); member
104 void (*on_destroy)(NAL_LISTENER *); member
146 void (*on_destroy)(NAL_CONNECTION *); member
233 void (*on_destroy)(NAL_SELECTOR *); member
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Dcursors.c13 on_destroy (gpointer data) in on_destroy() function
30 G_CALLBACK (on_destroy), NULL); in do_cursors()
/dports/x11-wm/durden/durden-0.6.1/durden/tools/advfloat/
H A Dminimize.lua15 local on_destroy = function() function
61 wnd:drop_handler("destroy", on_destroy);
95 wnd:add_handler("destroy", on_destroy);
/dports/net-im/prosody/prosody-0.11.13/plugins/
H A Dmod_component.lua52 local function on_destroy(session, err) --luacheck: ignore 212/err function
56 session.on_destroy = nil;
100 session.on_destroy = on_destroy;
333 if session.on_destroy then session:on_destroy(err); end
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/src/
H A Drdkafka_interceptor.c42 rd_kafka_interceptor_f_on_destroy_t *on_destroy; member
173 rd_list_destroy(&conf->interceptors.on_destroy); in rd_kafka_interceptors_destroy()
205 rd_list_init(&conf->interceptors.on_destroy, 0, in rd_kafka_interceptors_init()
406 RD_LIST_FOREACH(method, &rk->rk_conf.interceptors.on_destroy, i) { in rd_kafka_interceptors_on_destroy()
409 err = method->u.on_destroy(rk, method->ic_opaque); in rd_kafka_interceptors_on_destroy()
664 rd_kafka_interceptor_f_on_destroy_t *on_destroy, in rd_kafka_interceptor_add_on_destroy() argument
667 return rd_kafka_interceptor_method_add(&rk->rk_conf.interceptors.on_destroy, in rd_kafka_interceptor_add_on_destroy()
668 ic_name, (void *)on_destroy, in rd_kafka_interceptor_add_on_destroy()
/dports/korean/nabi/nabi-f08d7d3/test/
H A Dgtk1.c4 void on_destroy(GtkWidget *widget, gpointer data) in on_destroy() function
22 GTK_SIGNAL_FUNC(on_destroy), NULL); in main()
H A Dgtk.c3 void on_destroy(GtkWidget *widget, gpointer data) in on_destroy() function
21 G_CALLBACK(on_destroy), NULL); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/driver/
H A Dsync_service.cc16 base::OnceClosure on_destroy) in SyncSetupInProgressHandle() argument
17 : on_destroy_(std::move(on_destroy)) {} in SyncSetupInProgressHandle()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/widgets/
H A Dkbdlayoutwidget.c59 static void on_destroy(GtkWidget *widget, gpointer data) in on_destroy() function
105 g_signal_connect(grid, "destroy", G_CALLBACK(on_destroy), NULL); in kbdlayout_widget_create()
H A Dsettings_crt.c56 static void on_destroy(GtkWidget *widget, gpointer data) in on_destroy() function
122 g_signal_connect(grid, "destroy", G_CALLBACK(on_destroy), NULL); in settings_crt_widget_create()
/dports/korean/imhangul-gtk3/imhangul-85f6d10/
H A Dentry.c7 on_destroy (GtkWidget *window, gpointer data) in on_destroy() function
24 G_CALLBACK(on_destroy), NULL); in main()
/dports/korean/imhangul-gtk2/imhangul-d2f555d/
H A Dentry.c7 on_destroy (GtkWidget *window, gpointer data) in on_destroy() function
24 G_CALLBACK(on_destroy), NULL); in main()
/dports/net/librdkafka/librdkafka-1.8.2/src/
H A Drdkafka_interceptor.c42 rd_kafka_interceptor_f_on_destroy_t *on_destroy; member
175 rd_list_destroy(&conf->interceptors.on_destroy); in rd_kafka_interceptors_destroy()
208 rd_list_init(&conf->interceptors.on_destroy, 0, in rd_kafka_interceptors_init()
412 RD_LIST_FOREACH(method, &rk->rk_conf.interceptors.on_destroy, i) { in rd_kafka_interceptors_on_destroy()
415 err = method->u.on_destroy(rk, method->ic_opaque); in rd_kafka_interceptors_on_destroy()
710 rd_kafka_interceptor_f_on_destroy_t *on_destroy, in rd_kafka_interceptor_add_on_destroy() argument
713 return rd_kafka_interceptor_method_add(&rk->rk_conf.interceptors.on_destroy, in rd_kafka_interceptor_add_on_destroy()
714 ic_name, (void *)on_destroy, in rd_kafka_interceptor_add_on_destroy()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/src/
H A Drdkafka_interceptor.c42 rd_kafka_interceptor_f_on_destroy_t *on_destroy; member
175 rd_list_destroy(&conf->interceptors.on_destroy); in rd_kafka_interceptors_destroy()
208 rd_list_init(&conf->interceptors.on_destroy, 0, in rd_kafka_interceptors_init()
412 RD_LIST_FOREACH(method, &rk->rk_conf.interceptors.on_destroy, i) { in rd_kafka_interceptors_on_destroy()
415 err = method->u.on_destroy(rk, method->ic_opaque); in rd_kafka_interceptors_on_destroy()
710 rd_kafka_interceptor_f_on_destroy_t *on_destroy, in rd_kafka_interceptor_add_on_destroy() argument
713 return rd_kafka_interceptor_method_add(&rk->rk_conf.interceptors.on_destroy, in rd_kafka_interceptor_add_on_destroy()
714 ic_name, (void *)on_destroy, in rd_kafka_interceptor_add_on_destroy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/
H A Dvr_web_contents_observer.cc17 base::OnceClosure on_destroy) in VrWebContentsObserver() argument
21 on_destroy_(std::move(on_destroy)) { in VrWebContentsObserver()
/dports/chinese/pcmanx/pcmanx-gtk2-1.3/src/core/
H A Dwidget.cpp52 static void on_destroy(GtkWidget *widget UNUSED, CWidget* _this) in on_destroy() function
60 g_signal_connect( G_OBJECT(m_Widget), "destroy", G_CALLBACK (on_destroy), this ); in PostCreate()
/dports/emulators/vice/vice-3.5/src/arch/gtk3/widgets/
H A Dkbdlayoutwidget.c60 static void on_destroy(GtkWidget *widget, gpointer data) in on_destroy() function
123 g_signal_connect_unlocked(grid, "destroy", G_CALLBACK(on_destroy), NULL); in kbdlayout_widget_create()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/widgets/base/
H A Dclockportdevicewidget.c58 static void on_destroy(GtkWidget *widget, gpointer user_data) in on_destroy() function
124 g_signal_connect(combo, "destroy", G_CALLBACK(on_destroy), NULL); in clockport_device_widget_create()
/dports/emulators/vice/vice-3.5/src/arch/gtk3/widgets/base/
H A Dclockportdevicewidget.c57 static void on_destroy(GtkWidget *widget, gpointer user_data) in on_destroy() function
122 g_signal_connect_unlocked(combo, "destroy", G_CALLBACK(on_destroy), NULL); in clockport_device_widget_create()

12345678910>>...17