From 777df550ab48d79d08caf5e8a1878a1942c9e18d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 11 Jun 2008 17:47:53 +0000 Subject: [PATCH] more doc fixage svn path=/trunk/; revision=7008 --- docs/reference/ChangeLog | 7 +++++++ docs/reference/gobject/tmpl/gtype.sgml | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) 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. -- 2.34.1