more doc fixage
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 11 Jun 2008 17:47:53 +0000 (17:47 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 11 Jun 2008 17:47:53 +0000 (17:47 +0000)
svn path=/trunk/; revision=7008

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

index 33eadef..e7ea589 100644 (file)
@@ -1,5 +1,12 @@
 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
 
+       Bug 537260 – Doc bug in G_TYPE_INSTANCE_GET_CLASS()
+
+       * gobject/tmpl/gtype.sgml: Fix unclear parameter descriptions.
+       Pointed out by Behdad Esfahbod
+
+2008-06-11  Matthias Clasen  <mclasen@redhat.com>
+
        Bug 530527 – Misprint in the description of the interface
        g_cclosure_marshal_VOID__FLAGS
 
index 9313bc0..8fc6826 100644 (file)
@@ -480,8 +480,8 @@ This macro should only be used in type implementations.
 </para>
 
 @instance:     Location of the #GTypeInstance structure.
-@g_type:       The anchestor type of the class to be returned.
-@c_type:       The corresponding C type of @g_type.
+@g_type:       The #GType of the class to be returned.
+@c_type:       The C type of the class structure.
 
 
 <!-- ##### MACRO G_TYPE_INSTANCE_GET_INTERFACE ##### -->
@@ -493,8 +493,8 @@ This macro should only be used in type implementations.
 </para>
 
 @instance: Location of the #GTypeInstance structure.
-@g_type: The interface type to be returned.
-@c_type: The corresponding C type of @g_type.
+@g_type: The #GType of the interface to be returned.
+@c_type: The C type of the interface structure.
 
 
 <!-- ##### MACRO G_TYPE_INSTANCE_GET_PRIVATE ##### -->