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:
Matthias Clasen 2004-10-04 02:36:14 +00:00 committed by Matthias Clasen
parent 9b294207df
commit 0523aca07c
2 changed files with 7 additions and 1 deletions

View File

@ -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>
* glib/tmpl/messages.sgml: Correct the docs for the default log

View File

@ -839,7 +839,8 @@ g_signal_override_class_closure().
<!-- ##### FUNCTION g_signal_add_emission_hook ##### -->
<para>
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>
@signal_id: the signal identifier, as returned by g_signal_lookup().