diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 61d6b1b69..33eadeff1 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,11 @@ +2008-06-11 Matthias Clasen + + 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 Bug 530526 – Misprint in the description of the fields 'class_init' diff --git a/docs/reference/gobject/tmpl/gclosure.sgml b/docs/reference/gobject/tmpl/gclosure.sgml index 8d5b21c1b..ebd436a5c 100644 --- a/docs/reference/gobject/tmpl/gclosure.sgml +++ b/docs/reference/gobject/tmpl/gclosure.sgml @@ -653,8 +653,7 @@ A marshaller for a #GCClosure with a callback of type A marshaller for a #GCClosure with a callback of type -void (*callback) (gpointer instance, gint arg1, gpointer user_data) where the #gint parameter denotes a flags type -denotes a flags type. +void (*callback) (gpointer instance, gint arg1, gpointer user_data) where the #gint parameter denotes a flags type. @closure: the #GClosure to which the marshaller belongs