GNOME Bugzilla – Bug 528717
Misprint in the description of the parameter 'type_id' for the interface g_type_register_fundamental
Last modified: 2008-06-11 15:01:23 UTC
Documentation Section: http://library.gnome.org/devel/gobject/stable/gobject-Type-Information.html#g-type-register-fundamental Description of the parameter 'type_id' for the interface g_type_register_fundamental states: type_id : A predefined GTypeFundamentals value. Whereas the enum GTypeFundamentals was removed earlier, according to the following record in the glib ChangeLog: Sun Nov 25 22:33:32 2001 Tim Janik <timj@gtk.org> * gtype.h: removed enum GTypeFundamentals. use macros to provide the constant fundamental type IDs, so they all return numbers of type GType, and not int. sizeof(GTypeFundamentals) < sizeof(GType) problem reported and fix sugegsted by Havoc. Correct version: type_id : A predefined type identifier. Other information: The detailed issue description can be found at: http://linuxtesting.org/results/report?num=D0083
* gobject/tmpl/gtype.sgml: Remove references to GTypeFundamentals Pointed out by Areg Beketovski