From 90f1812309f0ee7efda3eb72317e5375cf053a01 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 11 Jun 2008 14:58:42 +0000 Subject: [PATCH] Fix docs svn path=/trunk/; revision=6999 --- docs/reference/ChangeLog | 10 ++++++++++ docs/reference/gobject/tmpl/gtype.sgml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index ec524a4ae..a385fdb7e 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,13 @@ +2008-06-11 Matthias Clasen + + Bug 528716 – Misprint in the description of the parameter + 'iface_data' for the callback types GInterfaceInitFunc and + GInterfaceFinalizeFunc + + * gobject/tmpl/gtype.sgml: Fix description of parameters + for GInterface{Init/Finalize}Func. + Pointed out by Areg Beketovski + 2008-06-10 Matthias Clasen * gobject/tmpl/gparamspec.sgml: Document G_PARAM_STATIC_NICK diff --git a/docs/reference/gobject/tmpl/gtype.sgml b/docs/reference/gobject/tmpl/gtype.sgml index 253a1cd8f..cb005d6e2 100644 --- a/docs/reference/gobject/tmpl/gtype.sgml +++ b/docs/reference/gobject/tmpl/gtype.sgml @@ -1161,7 +1161,7 @@ allocate any resources required by the interface. @g_iface: The interface structure to initialize. -@iface_data: The @class_data supplied via the #GTypeInfo structure. +@iface_data: The @interface_data supplied via the #GInterfaceInfo structure. @@ -1172,7 +1172,7 @@ allocated by the corresponding GInterfaceInitFunc() function. @g_iface: The interface structure to finalize. -@iface_data: The @class_data supplied via the #GTypeInfo structure. +@iface_data: The @interface_data supplied via the #GInterfaceInfo structure.