mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-04 20:59:21 +02:00
Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals.
Fri Sep 12 16:31:40 2003 Owen Taylor <otaylor@redhat.com> * gsignal.[ch]: Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals. * Makefile.am: Move testoverride.c and testifaceinit.c to tests/gobject.
This commit is contained in:
@@ -256,6 +256,11 @@ void g_signal_chain_from_overridden (const GValue *instance_and_param
|
||||
0, 0, NULL, (func), (data))
|
||||
|
||||
|
||||
gboolean g_signal_accumulator_true_handled (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