mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-08 17:44:49 +01:00
GObject: add g_signal_accumulator_first_wins
Deals with the case where we want exactly one signal handler to run.
This commit is contained in:
@@ -500,6 +500,11 @@ gboolean g_signal_accumulator_true_handled (GSignalInvocationHint *ihint,
|
||||
const GValue *handler_return,
|
||||
gpointer dummy);
|
||||
|
||||
gboolean g_signal_accumulator_first_wins (GSignalInvocationHint *ihint,
|
||||
GValue *return_accu,
|
||||
const GValue *handler_return,
|
||||
gpointer dummy);
|
||||
|
||||
/*< private >*/
|
||||
void g_signal_handlers_destroy (gpointer instance);
|
||||
void _g_signals_destroy (GType itype);
|
||||
|
||||
Reference in New Issue
Block a user