From 5b12bf33a4ca56bed580d2b980078817213e026a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 11 Jun 2008 17:03:11 +0000 Subject: [PATCH] Improve docs svn path=/trunk/; revision=7007 --- docs/reference/ChangeLog | 8 ++++++++ docs/reference/gobject/tmpl/gclosure.sgml | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 61d6b1b69..33eadeff1 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,13 @@ 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' and 'class_finalize' of the structure GTypeInfo 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 -- 2.11.4.GIT