mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-18 14:48:53 +02:00
Improve docs for g_signal_add_emission_hook. (#154299, Nickolay V.
2004-10-03 Matthias Clasen <mclasen@redhat.com> * gobject/tmpl/signals.sgml: Improve docs for g_signal_add_emission_hook. (#154299, Nickolay V. Shmyrev)
This commit is contained in:
committed by
Matthias Clasen
parent
9b294207df
commit
0523aca07c
@@ -1,3 +1,8 @@
|
|||||||
|
2004-10-03 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gobject/tmpl/signals.sgml: Improve docs for
|
||||||
|
g_signal_add_emission_hook. (#154299, Nickolay V. Shmyrev)
|
||||||
|
|
||||||
2004-09-20 Matthias Clasen <mclasen@redhat.com>
|
2004-09-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/tmpl/messages.sgml: Correct the docs for the default log
|
* glib/tmpl/messages.sgml: Correct the docs for the default log
|
||||||
|
@@ -839,7 +839,8 @@ g_signal_override_class_closure().
|
|||||||
<!-- ##### FUNCTION g_signal_add_emission_hook ##### -->
|
<!-- ##### FUNCTION g_signal_add_emission_hook ##### -->
|
||||||
<para>
|
<para>
|
||||||
Adds an emission hook for a signal, which will get called for any emission
|
Adds an emission hook for a signal, which will get called for any emission
|
||||||
of that signal, independent of the instance.
|
of that signal, independent of the instance. This is possible only
|
||||||
|
for signals which don't have #G_SIGNAL_NO_HOOKS flag set.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@signal_id: the signal identifier, as returned by g_signal_lookup().
|
@signal_id: the signal identifier, as returned by g_signal_lookup().
|
||||||
|
Reference in New Issue
Block a user