Improve docs
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 11 Jun 2008 17:03:11 +0000 (17:03 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 11 Jun 2008 17:03:11 +0000 (17:03 +0000)
svn path=/trunk/; revision=7007

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

index 61d6b1b69f43e8124de886f344699ff6a30a2033..33eadeff18bc1db46ddc3c2e316995a007a8d9ef 100644 (file)
@@ -1,3 +1,11 @@
+2008-06-11  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 530527 – Misprint in the description of the interface
+       g_cclosure_marshal_VOID__FLAGS
+
+       * gobject/tmpl/gclosure.sgml: Fix a duplication.
+       Noticed by Areg Beketovski
+
 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 530526 – Misprint in the description of the fields 'class_init' 
index 8d5b21c1b0d6f3eb67b067bb2aa756ad3204abce..ebd436a5cefa844dd5ce9423de561bb1eab27325 100644 (file)
@@ -653,8 +653,7 @@ A marshaller for a #GCClosure with a callback of type
 <!-- ##### FUNCTION g_cclosure_marshal_VOID__FLAGS ##### -->
 <para>
 A marshaller for a #GCClosure with a callback of type
-<literal>void (*callback) (gpointer instance, gint arg1, gpointer user_data)</literal> where the #gint parameter denotes a flags type
-denotes a flags type.
+<literal>void (*callback) (gpointer instance, gint arg1, gpointer user_data)</literal> where the #gint parameter denotes a flags type.
 </para>
 
 @closure: the #GClosure to which the marshaller belongs