Document class_offset 0. and that class_closure may be NULL.
authorMatthias Clasen <mclasen@redhat.com>
Wed, 5 Apr 2006 16:18:42 +0000 (16:18 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 5 Apr 2006 16:18:42 +0000 (16:18 +0000)
2006-04-05  Matthias Clasen  <mclasen@redhat.com>

* gobject/tmpl/signals.sgml: Document class_offset 0.
and that class_closure may be NULL.

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

index 782da9fa2561f9ede31df00e6f3fac5b81a9467c..6f74acb4f18bd0320266070e712b05b039891f71 100644 (file)
@@ -1,6 +1,7 @@
 2006-04-05  Matthias Clasen  <mclasen@redhat.com>
 
        * gobject/tmpl/signals.sgml: Document class_offset 0.
+       and that class_closure may be NULL.
 
 2006-04-04  Matthias Clasen  <mclasen@redhat.com>
 
index f679d2365150d78df7281ef7471f00a59b4188c2..ab14f40e6c75bfd990e574a18b7b8adecc542c0e 100644 (file)
@@ -282,7 +282,7 @@ See g_signal_new() for details on allowed signal names.
 @signal_flags: a combination of #GSignalFlags specifying detail of when 
    the default handler is to be invoked. You should at least specify 
    %G_SIGNAL_RUN_FIRST or %G_SIGNAL_RUN_LAST.
-@class_closure: The closure to invoke on signal emission.
+@class_closure: The closure to invoke on signal emission; may be %NULL.
 @accumulator: the accumulator for this signal; may be %NULL.
 @accu_data: user data for the @accumulator.
 @c_marshaller: the function to translate arrays of parameter values to 
@@ -308,7 +308,7 @@ See g_signal_new() for details on allowed signal names.
 @signal_flags: a combination of #GSignalFlags specifying detail of when 
    the default handler is to be invoked. You should at least specify 
    %G_SIGNAL_RUN_FIRST or %G_SIGNAL_RUN_LAST.
-@class_closure: The closure to invoke on signal emission.
+@class_closure: The closure to invoke on signal emission; may be %NULL.
 @accumulator: the accumulator for this signal; may be %NULL.
 @accu_data: user data for the @accumulator.
 @c_marshaller: the function to translate arrays of parameter values to