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:
Owen Taylor
2003-09-12 20:33:31 +00:00
committed by Owen Taylor
parent c3acb9da0c
commit 32bc3c4197
8 changed files with 31 additions and 861 deletions

View File

@@ -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);