mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +01: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:
parent
78193c3395
commit
cc8c8bad4d
@ -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().
|
||||||
|
Loading…
x
Reference in New Issue
Block a user