Improve docs for g_signal_add_emission_hook. (#154299, Nickolay V.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 4 Oct 2004 02:36:14 +0000 (02:36 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 4 Oct 2004 02:36:14 +0000 (02:36 +0000)
2004-10-03  Matthias Clasen  <mclasen@redhat.com>

* gobject/tmpl/signals.sgml: Improve docs for
g_signal_add_emission_hook.  (#154299, Nickolay V. Shmyrev)

docs/reference/ChangeLog
docs/reference/gobject/tmpl/signals.sgml

index b23a422..67e574a 100644 (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
index f6ab02f..ee19a23 100644 (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().