Bug 528717 – Misprint in the description of the parameter

'type_id' for the interface g_type_register_fundamental

        * gobject/tmpl/gtype.sgml: Remove references to GTypeFundamentals
        Pointed out by Areg Beketovski


svn path=/trunk/; revision=7000
This commit is contained in:
Matthias Clasen 2008-06-11 15:01:11 +00:00
parent 90f1812309
commit bd216ba3c8
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2008-06-11 Matthias Clasen <mclasen@redhat.com>
Bug 528717 Misprint in the description of the parameter
'type_id' for the interface g_type_register_fundamental
* gobject/tmpl/gtype.sgml: Remove references to GTypeFundamentals
Pointed out by Areg Beketovski
2008-06-11 Matthias Clasen <mclasen@redhat.com>
Bug 528716 Misprint in the description of the parameter

View File

@ -1278,7 +1278,7 @@ type and its instances. The value of @flags determines additional
characteristics of the fundamental type.
</para>
@type_id: A predefined #GTypeFundamentals value.
@type_id: A predefined type identifier.
@type_name: 0-terminated string used as the name of the new type.
@info: The #GTypeInfo structure for this type.
@finfo: The #GTypeFundamentalInfo structure for this type.