mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
more doc fixage
svn path=/trunk/; revision=7008
This commit is contained in:
parent
5b12bf33a4
commit
777df550ab
@ -1,3 +1,10 @@
|
||||
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
|
||||
|
@ -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 ##### -->
|
||||
|
Loading…
Reference in New Issue
Block a user