mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
new function to check whether a handler is still connected to an instance
Mon May 14 01:49:01 2001 Tim Janik <timj@gtk.org> * gsignal.[hc] (g_signal_handler_is_connected): new function to check whether a handler is still connected to an instance (by handler id).
This commit is contained in:
@@ -185,6 +185,8 @@ void g_signal_handler_unblock (gpointer instance,
|
||||
gulong handler_id);
|
||||
void g_signal_handler_disconnect (gpointer instance,
|
||||
gulong handler_id);
|
||||
gboolean g_signal_handler_is_connected (gpointer instance,
|
||||
gulong handler_id);
|
||||
gulong g_signal_handler_find (gpointer instance,
|
||||
GSignalMatchType mask,
|
||||
guint signal_id,
|
||||
|
Reference in New Issue
Block a user