Document class_offset 0.
authorMatthias Clasen <mclasen@redhat.com>
Wed, 5 Apr 2006 16:07:15 +0000 (16:07 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 5 Apr 2006 16:07:15 +0000 (16:07 +0000)
2006-04-05  Matthias Clasen  <mclasen@redhat.com>

* gobject/tmpl/signals.sgml: Document class_offset 0.

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

index 90cc0d0..782da9f 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * gobject/tmpl/signals.sgml: Document class_offset 0.
+
 2006-04-04  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/glib-sections.txt:
index 13dc151..f679d23 100644 (file)
@@ -255,7 +255,8 @@ be used, but they cannot be mixed.
    the default handler is to be invoked. You should at least specify 
    %G_SIGNAL_RUN_FIRST or %G_SIGNAL_RUN_LAST.
 @class_offset: The offset of the function pointer in the class structure 
-   for this type. Used to invoke a class method generically.
+   for this type. Used to invoke a class method generically. Pass 0 to
+   not associate a class method with this signal. 
 @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