more doc fixage

svn path=/trunk/; revision=7008
This commit is contained in:
Matthias Clasen
2008-06-11 17:47:53 +00:00
parent 5b12bf33a4
commit 777df550ab
2 changed files with 11 additions and 4 deletions

View 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 ##### -->