From: Matthias Clasen Date: Wed, 11 Jun 2008 17:47:53 +0000 (+0000) Subject: more doc fixage X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=777df550ab48d79d08caf5e8a1878a1942c9e18d;p=dana%2Fcg-glib.git more doc fixage svn path=/trunk/; revision=7008 --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 33eadeff..e7ea5891 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,10 @@ +2008-06-11 Matthias Clasen + + 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 Bug 530527 – Misprint in the description of the interface diff --git a/docs/reference/gobject/tmpl/gtype.sgml b/docs/reference/gobject/tmpl/gtype.sgml index 9313bc04..8fc68268 100644 --- a/docs/reference/gobject/tmpl/gtype.sgml +++ b/docs/reference/gobject/tmpl/gtype.sgml @@ -480,8 +480,8 @@ This macro should only be used in type implementations. @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. @@ -493,8 +493,8 @@ This macro should only be used in type implementations. @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.