mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
Unify spelling of GObject and GType. Improve some wording. Update the
* gobject/tut_gobject.xml: * gobject/tut_gsignal.xml: * gobject/tut_gtype.xml: * gobject/tut_howto.xml: * gobject/tut_tools.xml: Unify spelling of GObject and GType. Improve some wording. Update the usage of private data. Make tables use row-spans and add id's to them. svn path=/trunk/; revision=5327
This commit is contained in:
@@ -496,9 +496,9 @@ void g_signal_emit_by_name (gpointer instance,
|
||||
|
||||
<para>
|
||||
If a detail is provided by the user to the emission function, it is used during emission to match
|
||||
against the closures which also provide a detail. The closures which provided a detail will not
|
||||
be invoked (even though they are connected to a signal which is being emitted) if their detail
|
||||
does not match the detail provided by the user.
|
||||
against the closures which also provide a detail.
|
||||
If the closures' detail does not match the detail provided by the user, they will not be invoked
|
||||
(even though they are connected to a signal which is being emitted).
|
||||
</para>
|
||||
|
||||
<para>This completely optional filtering mechanism is mainly used as an optimization for signals
|
||||
|
Reference in New Issue
Block a user