mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Add docs for g_signal_accumulator_true_handled.
Fri Sep 12 16:29:29 2003 Owen Taylor <otaylor@redhat.com> * gobject/tmpl/signals.sgml: Add docs for g_signal_accumulator_true_handled.
This commit is contained in:
@@ -870,3 +870,21 @@ Returns the invocation hint of the innermost signal emission of instance.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_signal_accumulator_true_handled ##### -->
|
||||
<para>
|
||||
A predefined #GSignalAccumulator for signals that return a
|
||||
boolean values. The behavior that this accumulator gives is
|
||||
that a return of %TRUE stops the signal emission: no further
|
||||
callbacks will be invokced, while a return of %FALSE allows
|
||||
the emission to coninue. The idea here is that a %TRUE return
|
||||
indicates that the callback <emphasis>handled</emphasis> the signal,
|
||||
and no further handling is needed.
|
||||
</para>
|
||||
|
||||
@ihint: standard #GSignalAccumulator parameter
|
||||
@return_accu: standard #GSignalAccumulator parameter
|
||||
@handler_return: standard #GSignalAccumulator parameter
|
||||
@dummy: standard #GSignalAccumulator parameter
|
||||
@Returns: standard #GSignalAccumulator result
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user