Home
last modified time | relevance | path

Searched refs:handler_ids (Results 1 – 18 of 18) sorted by relevance

/dports/x11-toolkits/tepl6/tepl-6.00.0/tepl/
H A Dtepl-signal-group.c29 GArray *handler_ids; member
54 group->handler_ids = g_array_new (FALSE, TRUE, sizeof (gulong)); in tepl_signal_group_new()
72 for (i = 0; i < group->handler_ids->len; i++) in signal_group_free()
76 handler_id = g_array_index (group->handler_ids, gulong, i); in signal_group_free()
84 g_array_free (group->handler_ids, TRUE); in signal_group_free()
129 g_array_append_val (group->handler_ids, signal_handler_id); in tepl_signal_group_add()
/dports/x11-toolkits/tepl/tepl-5.1.1/tepl/
H A Dtepl-signal-group.c22 GArray *handler_ids; member
36 group->handler_ids = g_array_new (FALSE, TRUE, sizeof (gulong)); in _tepl_signal_group_new()
54 for (i = 0; i < group->handler_ids->len; i++) in _tepl_signal_group_free()
58 handler_id = g_array_index (group->handler_ids, gulong, i); in _tepl_signal_group_free()
66 g_array_free (group->handler_ids, TRUE); in _tepl_signal_group_free()
86 g_array_append_val (group->handler_ids, signal_handler_id); in _tepl_signal_group_add()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/perllib/FVWM/
H A DTracker.pm54 handler_ids => {},
82 $self->{handler_ids}->{$handler_id} = $handler_id;
88 my $handler_ids = ref($_[0]) eq 'ARRAY'
89 ? shift() : [ keys %{$self->{handler_ids}} ];
91 foreach (@$handler_ids) {
93 my $handler_id = delete $self->{handler_ids}->{$_}
156 if %{$self->{handler_ids}};
/dports/x11-wm/fvwm2/fvwm-2.6.9/perllib/FVWM/
H A DTracker.pm54 handler_ids => {},
82 $self->{handler_ids}->{$handler_id} = $handler_id;
88 my $handler_ids = ref($_[0]) eq 'ARRAY'
89 ? shift() : [ keys %{$self->{handler_ids}} ];
91 foreach (@$handler_ids) {
93 my $handler_id = delete $self->{handler_ids}->{$_}
156 if %{$self->{handler_ids}};
/dports/editors/xed/xed-3.2.0/plugins/open-uri-context-menu/open-uri-context-menu/
H A Dopen-uri-context-menu.py46 handler_ids = []
49 handler_ids.append(self.window.connect(signal, method))
50 self.window.OpenURIContextMenuPluginID = handler_ids
57 handler_ids = widget.OpenURIContextMenuPluginID
58 if not handler_ids is None:
59 for handler_id in handler_ids:
/dports/graphics/mypaint/mypaint-2.0.1/gui/
H A Dkeyboard.py258 handler_ids = []
262 handler_ids.append(handler_id)
267 handler_ids)
268 handler_ids.append(handler_id)
270 def _added_window_destroy_cb(self, window, handler_ids): argument
278 for handler_id in handler_ids:
H A Dpicker.py301 handler_ids = []
304 handler_ids.append(hid)
306 self._grab_event_handler_ids = handler_ids
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/
H A DDevice.java77 int [] handler_ids = new int [log_domains.length]; field in Device
615 handler_ids [i] = OS.g_log_set_handler (log_domain, flags, logProc, 0); in init()
952 for (int i=0; i<handler_ids.length; i++) { in release()
953 if (handler_ids [i] != 0) { in release()
955 OS.g_log_remove_handler (log_domain, handler_ids [i]); in release()
956 handler_ids [i] = 0; in release()
960 handler_ids = null; log_domains = null; in release()
991 for (int i=0; i<handler_ids.length; i++) { in setWarnings()
992 if (handler_ids [i] != 0) { in setWarnings()
994 OS.g_log_remove_handler (log_domain, handler_ids [i]); in setWarnings()
[all …]
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/graphics/
H A DDevice.java79 int [] handler_ids = new int [log_domains.length]; field in Device
653 handler_ids [i] = OS.g_log_set_handler (log_domain, flags, logProc, 0); in init()
1000 for (int i=0; i<handler_ids.length; i++) { in release()
1001 if (handler_ids [i] != 0) { in release()
1003 OS.g_log_remove_handler (log_domain, handler_ids [i]); in release()
1004 handler_ids [i] = 0; in release()
1008 handler_ids = null; log_domains = null; in release()
1039 for (int i=0; i<handler_ids.length; i++) { in setWarnings()
1040 if (handler_ids [i] != 0) { in setWarnings()
1042 OS.g_log_remove_handler (log_domain, handler_ids [i]); in setWarnings()
[all …]
/dports/net-im/dino/dino-0.2.2/main/src/ui/add_conversation/
H A Droster_list.vala14 private ulong[] handler_ids = new ulong[0];
26handler_ids += stream_interactor.get_module(RosterManager.IDENTITY).removed_roster_item.connect( (…
31handler_ids += stream_interactor.get_module(RosterManager.IDENTITY).updated_roster_item.connect( (…
37 …foreach (ulong handler_id in handler_ids) stream_interactor.get_module(RosterManager.IDENTITY).dis…
/dports/print/system-config-printer/system-config-printer-1.5.12/
H A Dserversettings.py101 self.handler_ids = {}
258 if reason not in self.handler_ids:
259 self.handler_ids[reason] = []
260 self.handler_ids[reason].append ((widget, id))
263 if reason in self.handler_ids:
264 for (widget, id) in self.handler_ids[reason]:
266 del self.handler_ids[reason]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkactionmuxer.c101 gulong handler_ids[4]; member
508 g_signal_handler_disconnect (group->group, group->handler_ids[i]); in gtk_action_muxer_free_group()
703 group->handler_ids[0] = g_signal_connect (group->group, "action-added", in gtk_action_muxer_insert()
705 group->handler_ids[1] = g_signal_connect (group->group, "action-removed", in gtk_action_muxer_insert()
707 group->handler_ids[2] = g_signal_connect (group->group, "action-enabled-changed", in gtk_action_muxer_insert()
709 group->handler_ids[3] = g_signal_connect (group->group, "action-state-changed", in gtk_action_muxer_insert()
/dports/x11/gnome-shell/gnome-shell-41.1/src/
H A Dgtkactionmuxer.c101 gulong handler_ids[4]; member
543 g_clear_signal_handler (&group->handler_ids[i], group->group); in gtk_action_muxer_free_group()
726 group->handler_ids[0] = g_signal_connect (group->group, "action-added", in gtk_action_muxer_insert()
728 group->handler_ids[1] = g_signal_connect (group->group, "action-removed", in gtk_action_muxer_insert()
730 group->handler_ids[2] = g_signal_connect (group->group, "action-enabled-changed", in gtk_action_muxer_insert()
732 group->handler_ids[3] = g_signal_connect (group->group, "action-state-changed", in gtk_action_muxer_insert()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/async/
H A Dasync.c279 ucs_status_t ucs_async_dispatch_handlers(int *handler_ids, size_t count, in ucs_async_dispatch_handlers() argument
285 for (; count > 0; --count, ++handler_ids) { in ucs_async_dispatch_handlers()
286 handler = ucs_async_handler_get(*handler_ids); in ucs_async_dispatch_handlers()
288 ucs_trace_async("handler for %d not found - ignoring", *handler_ids); in ucs_async_dispatch_handlers()
H A Dasync_int.h38 ucs_status_t ucs_async_dispatch_handlers(int *handler_ids, size_t count, int events);
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkactionmuxer.c193 gulong handler_ids[4]; member
1007 g_signal_handler_disconnect (group->group, group->handler_ids[i]); in gtk_action_muxer_free_group()
1279 group->handler_ids[0] = g_signal_connect (group->group, "action-added", in gtk_action_muxer_insert()
1281 group->handler_ids[1] = g_signal_connect (group->group, "action-removed", in gtk_action_muxer_insert()
1283 group->handler_ids[2] = g_signal_connect (group->group, "action-enabled-changed", in gtk_action_muxer_insert()
1285 group->handler_ids[3] = g_signal_connect (group->group, "action-state-changed", in gtk_action_muxer_insert()
/dports/devel/py-loguru/loguru-0.5.3/loguru/
H A D_logger.py998 handler_ids = list(handlers.keys())
1000 handler_ids = [handler_id]
1002 for handler_id in handler_ids:
/dports/graphics/gimp-app/gimp-2.10.30/
H A DChangeLog.pre-2-015066 (gimp_item_tree_view_set_container): set the handler_ids to 0