From: Matthias Clasen Date: Wed, 11 Jun 2008 15:01:11 +0000 (+0000) Subject: Bug 528717 – Misprint in the description of the parameter X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=bd216ba3c8eef78eb1dba400249cc7622ea89391;p=dana%2Fcg-glib.git 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 --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index a385fdb7..7a90bde3 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,11 @@ +2008-06-11 Matthias Clasen + + 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 Bug 528716 – Misprint in the description of the parameter diff --git a/docs/reference/gobject/tmpl/gtype.sgml b/docs/reference/gobject/tmpl/gtype.sgml index cb005d6e..c9363e20 100644 --- a/docs/reference/gobject/tmpl/gtype.sgml +++ b/docs/reference/gobject/tmpl/gtype.sgml @@ -1278,7 +1278,7 @@ type and its instances. The value of @flags determines additional characteristics of the fundamental type. -@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.