After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 528717 - Misprint in the description of the parameter 'type_id' for the interface g_type_register_fundamental
Misprint in the description of the parameter 'type_id' for the interface g_ty...
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
2.16.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-04-18 10:53 UTC by Areg Beketovski
Modified: 2008-06-11 15:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Areg Beketovski 2008-04-18 10:53:25 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
Comment 1 Matthias Clasen 2008-06-11 15:01:23 UTC
        * gobject/tmpl/gtype.sgml: Remove references to GTypeFundamentals
        Pointed out by Areg Beketovski