Fix docs
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 11 Jun 2008 14:58:42 +0000 (14:58 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 11 Jun 2008 14:58:42 +0000 (14:58 +0000)
svn path=/trunk/; revision=6999

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

index ec524a4ae93135fd4f64cff5a9fc3d40fd5cd3d2..a385fdb7e3daabdd93a14f0059c161a1c854933d 100644 (file)
@@ -1,3 +1,13 @@
+2008-06-11  Matthias Clasen  <mclasen@redhat.com>
+
+       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  <mclasen@redhat.com>
 
        * gobject/tmpl/gparamspec.sgml: Document G_PARAM_STATIC_NICK
index 253a1cd8f1bac36fb4fc6b9a0cef6b63a4329e3f..cb005d6e2b3c718075189423c50a70417c94c135 100644 (file)
@@ -1161,7 +1161,7 @@ allocate any resources required by the interface.
 </para>
 
 @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.
 
 
 <!-- ##### USER_FUNCTION GInterfaceFinalizeFunc ##### -->
@@ -1172,7 +1172,7 @@ allocated by the corresponding GInterfaceInitFunc() function.
 </para>
 
 @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.
 
 
 <!-- ##### USER_FUNCTION GTypeClassCacheFunc ##### -->