Home
last modified time | relevance | path

Searched refs:notify_data (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_sys_notify.c44 Sys_Notify_Data *notify_data = data; in _sys_notify_cb() local
46 elm_object_text_set(notify_data->l, "notify is done"); in _sys_notify_cb()
47 evas_object_show(notify_data->n); in _sys_notify_cb()
70 Sys_Notify_Data *notify_data = data; in _test_sys_notify_win_del_cb() local
71 ecore_event_handler_del(notify_data->handlers[0]); in _test_sys_notify_win_del_cb()
72 ecore_event_handler_del(notify_data->handlers[1]); in _test_sys_notify_win_del_cb()
74 free(notify_data); in _test_sys_notify_win_del_cb()
84 Sys_Notify_Data *notify_data; in test_sys_notify() local
88 notify_data = malloc(sizeof(Sys_Notify_Data)); in test_sys_notify()
103 notify_data->n = n = elm_notify_add(win); in test_sys_notify()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/a11y/
H A Dvalue.c61 NotifyData notify_data; in test_basic() local
71 memset (&notify_data, 0, sizeof (notify_data)); in test_basic()
72 g_signal_connect (atk_object, "notify", G_CALLBACK (notify_cb), &notify_data); in test_basic()
74 g_assert_cmpint (notify_data.count, ==, 1); in test_basic()
75 g_assert_cmpstr (notify_data.last_name, ==, "accessible-value"); in test_basic()
82 g_free (notify_data.last_name); in test_basic()
83 g_signal_handlers_disconnect_by_func (atk_object, G_CALLBACK (notify_cb), &notify_data); in test_basic()
/dports/devel/dbus/dbus-1.12.20/dbus/
H A Ddbus-resources.c70 void *notify_data; /**< data for notify function */ member
210 void *notify_data = NULL; in _dbus_counter_notify() local
217 notify_data = counter->notify_data; in _dbus_counter_notify()
222 (* notify_function) (counter, notify_data); in _dbus_counter_notify()
313 counter->notify_data = user_data; in _dbus_counter_set_notify()
/dports/www/wpebackend-fdo/wpebackend-fdo-1.12.0/src/extensions/
H A Dvideo-plane-display-dmabuf.cpp172 wpe_video_plane_display_dmabuf_source_update_release_notify_t notify, void* notify_data) in update() argument
175 notify(notify_data); in update()
182 …add_listener(update, &s_videoPlaneDisplayUpdateListener, new ListenerData { notify, notify_data }); in update()
197 void* notify_data; member
223 listenerData->notify(listenerData->notify_data); in __anon2d3dce770702()
253 wpe_video_plane_display_dmabuf_source_update_release_notify_t notify, void* notify_data) in wpe_video_plane_display_dmabuf_source_update() argument
257 impl.update(id, fd, x, y, width, height, stride, notify, notify_data); in wpe_video_plane_display_dmabuf_source_update()
H A Daudio.cpp177 …d, int32_t fd, uint32_t frames, wpe_audio_packet_export_release_notify_t notify, void* notify_data) in packet() argument
185 …xport_add_listener(update, &s_audioPacketExportListener, new ListenerData { notify, notify_data }); in packet()
217 void* notify_data; member
230 listenerData->notify(listenerData->notify_data); in __anone33049b60502()
/dports/sysutils/cinnamon-settings-daemon/cinnamon-settings-daemon-4.8.5/plugins/xsettings/
H A Dfontconfig-monitor.c83 gpointer notify_data; member
125 handle->notify_callback (data, handle->notify_data); in update()
151 gpointer notify_data) in fontconfig_monitor_start() argument
156 handle->notify_data = notify_data; in fontconfig_monitor_start()
/dports/sysutils/mate-settings-daemon/mate-settings-daemon-1.26.0/plugins/xsettings/
H A Dfontconfig-monitor.c84 gpointer notify_data; member
126 handle->notify_callback (data, handle->notify_data); in update()
150 gpointer notify_data) in fontconfig_monitor_start() argument
155 handle->notify_data = notify_data; in fontconfig_monitor_start()
/dports/net-im/libnice/libnice-0.1.18/tests/
H A Dtest-pseudotcp.c167 struct notify_data { struct
175 struct notify_data *data = (struct notify_data*) user_data; in notify_packet() argument
187 struct notify_data *data; in write_packet()
198 data = g_malloc (sizeof(struct notify_data) + len); in write_packet()
H A Dtest-pseudotcp-fuzzy.c220 struct notify_data { struct
299 struct notify_data *data = (struct notify_data*) user_data; in notify_packet()
316 struct notify_data *data; in write_packet()
320 data = g_malloc (sizeof(struct notify_data) + len); in write_packet()
/dports/net-im/libnice-gst1/libnice-0.1.18/tests/
H A Dtest-pseudotcp.c167 struct notify_data { struct
175 struct notify_data *data = (struct notify_data*) user_data; in notify_packet() argument
187 struct notify_data *data; in write_packet()
198 data = g_malloc (sizeof(struct notify_data) + len); in write_packet()
H A Dtest-pseudotcp-fuzzy.c220 struct notify_data { struct
299 struct notify_data *data = (struct notify_data*) user_data; in notify_packet()
316 struct notify_data *data; in write_packet()
320 data = g_malloc (sizeof(struct notify_data) + len); in write_packet()
/dports/devel/glib20/glib-2.70.4/gobject/
H A Dgclosure.h254 gpointer notify_data,
258 gpointer notify_data,
262 gpointer notify_data,
266 gpointer notify_data,
H A Dgclosure.c447 gpointer notify_data, in g_closure_add_finalize_notifier() argument
463 closure->notifiers[i].data = notify_data; in g_closure_add_finalize_notifier()
482 gpointer notify_data, in g_closure_add_invalidate_notifier() argument
501 gpointer notify_data, in closure_try_remove_inotify() argument
521 gpointer notify_data, in closure_try_remove_fnotify() argument
738 gpointer notify_data, in g_closure_remove_invalidate_notifier() argument
746 closure->data == notify_data) in g_closure_remove_invalidate_notifier()
750 notify_func, notify_data); in g_closure_remove_invalidate_notifier()
766 gpointer notify_data, in g_closure_remove_finalize_notifier() argument
774 closure->data == notify_data) in g_closure_remove_finalize_notifier()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/firmware/tegra/
H A Divc.c324 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_read_advance()
380 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_write_advance()
392 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_reset()
461 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_notified()
501 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_notified()
525 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_notified()
660 ivc->notify_data = data; in tegra_ivc_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/firmware/tegra/
H A Divc.c324 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_read_advance()
380 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_write_advance()
392 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_reset()
461 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_notified()
501 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_notified()
525 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_notified()
660 ivc->notify_data = data; in tegra_ivc_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/firmware/tegra/
H A Divc.c324 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_read_advance()
380 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_write_advance()
392 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_reset()
461 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_notified()
501 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_notified()
525 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_notified()
660 ivc->notify_data = data; in tegra_ivc_init()
/dports/misc/amanda-server/amanda-3.3.9/ndmp-src/
H A Dndmpconnobj.c759 static notify_data_t **notify_data = NULL; variable
779 if (notify_data == NULL) { in ndmp_connection_wait_for_notify_with_cond()
782 notify_data = g_new0(notify_data_t *, nb_notify_data); in ndmp_connection_wait_for_notify_with_cond()
784 notify_data[i] = g_new0(notify_data_t, 1); in ndmp_connection_wait_for_notify_with_cond()
788 ndata = *notify_data; in ndmp_connection_wait_for_notify_with_cond()
790 while (i< nb_notify_data && notify_data[i]->in_use > 0) { in ndmp_connection_wait_for_notify_with_cond()
796 notify_data = g_realloc(notify_data, in ndmp_connection_wait_for_notify_with_cond()
799 notify_data[j] = g_new0(notify_data_t, 1); in ndmp_connection_wait_for_notify_with_cond()
802 ndata = notify_data[i]; in ndmp_connection_wait_for_notify_with_cond()
804 ndata = notify_data[i]; in ndmp_connection_wait_for_notify_with_cond()
/dports/misc/amanda-client/amanda-3.3.9/ndmp-src/
H A Dndmpconnobj.c759 static notify_data_t **notify_data = NULL; variable
779 if (notify_data == NULL) { in ndmp_connection_wait_for_notify_with_cond()
782 notify_data = g_new0(notify_data_t *, nb_notify_data); in ndmp_connection_wait_for_notify_with_cond()
784 notify_data[i] = g_new0(notify_data_t, 1); in ndmp_connection_wait_for_notify_with_cond()
788 ndata = *notify_data; in ndmp_connection_wait_for_notify_with_cond()
790 while (i< nb_notify_data && notify_data[i]->in_use > 0) { in ndmp_connection_wait_for_notify_with_cond()
796 notify_data = g_realloc(notify_data, in ndmp_connection_wait_for_notify_with_cond()
799 notify_data[j] = g_new0(notify_data_t, 1); in ndmp_connection_wait_for_notify_with_cond()
802 ndata = notify_data[i]; in ndmp_connection_wait_for_notify_with_cond()
804 ndata = notify_data[i]; in ndmp_connection_wait_for_notify_with_cond()
/dports/dns/knot3-lib/knot-3.1.5/src/knot/events/handlers/
H A Dnotify.c29 struct notify_data { struct
45 struct notify_data *data = layer->data; in notify_produce() argument
82 struct notify_data data = { in send_notify()
/dports/dns/knot3/knot-3.1.5/src/knot/events/handlers/
H A Dnotify.c29 struct notify_data { struct
45 struct notify_data *data = layer->data; in notify_produce() argument
82 struct notify_data data = { in send_notify()
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/daemons/fenced/
H A Dpacemaker-fenced.c333 xmlNode *notify_data = NULL; in do_stonith_async_timeout_update() local
345 crm_xml_add(notify_data, F_TYPE, T_STONITH_TIMEOUT_VALUE); in do_stonith_async_timeout_update()
346 crm_xml_add(notify_data, F_STONITH_CALLID, call_id); in do_stonith_async_timeout_update()
347 crm_xml_add_int(notify_data, F_STONITH_TIMEOUT, timeout); in do_stonith_async_timeout_update()
355 free_xml(notify_data); in do_stonith_async_timeout_update()
385 xmlNode *notify_data = create_xml_node(NULL, op); in do_stonith_notify_config() local
387 CRM_CHECK(notify_data != NULL, return); in do_stonith_notify_config()
389 crm_xml_add(notify_data, F_STONITH_DEVICE, desc); in do_stonith_notify_config()
390 crm_xml_add_int(notify_data, F_STONITH_ACTIVE, active); in do_stonith_notify_config()
392 do_stonith_notify(options, op, rc, notify_data); in do_stonith_notify_config()
[all …]
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/fencing/
H A Dmain.c347 xmlNode *notify_data = NULL; in do_stonith_async_timeout_update() local
359 crm_xml_add(notify_data, F_TYPE, T_STONITH_TIMEOUT_VALUE); in do_stonith_async_timeout_update()
360 crm_xml_add(notify_data, F_STONITH_CALLID, call_id); in do_stonith_async_timeout_update()
361 crm_xml_add_int(notify_data, F_STONITH_TIMEOUT, timeout); in do_stonith_async_timeout_update()
369 free_xml(notify_data); in do_stonith_async_timeout_update()
399 xmlNode *notify_data = create_xml_node(NULL, op); in do_stonith_notify_config() local
401 CRM_CHECK(notify_data != NULL, return); in do_stonith_notify_config()
403 crm_xml_add(notify_data, F_STONITH_DEVICE, desc); in do_stonith_notify_config()
404 crm_xml_add_int(notify_data, F_STONITH_ACTIVE, active); in do_stonith_notify_config()
406 do_stonith_notify(options, op, rc, notify_data); in do_stonith_notify_config()
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/
H A Dsave.py132 self.notify_data = notify
170 send_message(self.notify_data)
173 self.notify_data = None
199 if self.notify_data:
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgclosure.inc107 procedure g_closure_add_finalize_notifier(closure:PGClosure; notify_data:gpointer; notify_func:TGCl…
108 procedure g_closure_remove_finalize_notifier(closure:PGClosure; notify_data:gpointer; notify_func:T…
109 procedure g_closure_add_invalidate_notifier(closure:PGClosure; notify_data:gpointer; notify_func:TG…
110 procedure g_closure_remove_invalidate_notifier(closure:PGClosure; notify_data:gpointer; notify_func…
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgclosure.inc107 procedure g_closure_add_finalize_notifier(closure:PGClosure; notify_data:gpointer; notify_func:TGCl…
108 procedure g_closure_remove_finalize_notifier(closure:PGClosure; notify_data:gpointer; notify_func:T…
109 procedure g_closure_add_invalidate_notifier(closure:PGClosure; notify_data:gpointer; notify_func:TG…
110 procedure g_closure_remove_invalidate_notifier(closure:PGClosure; notify_data:gpointer; notify_func…

1234567