removed enum GTypeFundamentals. use macros to provide the constant
authorTim Janik <timj@gtk.org>
Sun, 25 Nov 2001 21:59:53 +0000 (21:59 +0000)
committerTim Janik <timj@src.gnome.org>
Sun, 25 Nov 2001 21:59:53 +0000 (21:59 +0000)
commit5f04f01ff1bd03b236ce657c60e2ed1bd10adbc8
tree086997d1b710e555612b7493b25436b1fa147941
parentf409c975492cd0729c7b33e780a48b5d0cda292e
removed enum GTypeFundamentals. use macros to provide the constant

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.
docs/reference/glib/tmpl/windows.sgml
docs/reference/gobject/tmpl/gtype.sgml
gobject/ChangeLog
gobject/gtype.h