mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 17:08:53 +02:00
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.
This commit is contained in:
@@ -187,11 +187,35 @@ The predefined identifiers of the reserved fundamental types.
|
||||
@G_TYPE_BOXED: Identifier for the "#GBoxed" type.
|
||||
@G_TYPE_PARAM: Identifier for the "#GParam" type.
|
||||
@G_TYPE_OBJECT: Identifier for the "#GObject" type.
|
||||
@G_TYPE_RESERVED_GLIB_FIRST:
|
||||
@G_TYPE_RESERVED_GLIB_LAST:
|
||||
@G_TYPE_RESERVED_BSE_FIRST: First fundamental type ID reserved for BSE.
|
||||
@G_TYPE_RESERVED_BSE_LAST: Last fundamental type ID reserved for BSE.
|
||||
@G_TYPE_RESERVED_USER_FIRST:
|
||||
@G_TYPE_RESERVED_LAST_FUNDAMENTAL:
|
||||
@G_TYPE_CONSTANT_TYPES:
|
||||
@G_TYPE_CLOSURE:
|
||||
@G_TYPE_VALUE:
|
||||
@G_TYPE_VALUE_ARRAY:
|
||||
@G_TYPE_GSTRING:
|
||||
@G_TYPE_PARAM_CHAR:
|
||||
@G_TYPE_PARAM_UCHAR:
|
||||
@G_TYPE_PARAM_BOOLEAN:
|
||||
@G_TYPE_PARAM_INT:
|
||||
@G_TYPE_PARAM_UINT:
|
||||
@G_TYPE_PARAM_LONG:
|
||||
@G_TYPE_PARAM_ULONG:
|
||||
@G_TYPE_PARAM_INT64:
|
||||
@G_TYPE_PARAM_UINT64:
|
||||
@G_TYPE_PARAM_UNICHAR:
|
||||
@G_TYPE_PARAM_ENUM:
|
||||
@G_TYPE_PARAM_FLAGS:
|
||||
@G_TYPE_PARAM_FLOAT:
|
||||
@G_TYPE_PARAM_DOUBLE:
|
||||
@G_TYPE_PARAM_STRING:
|
||||
@G_TYPE_PARAM_PARAM:
|
||||
@G_TYPE_PARAM_BOXED:
|
||||
@G_TYPE_PARAM_POINTER:
|
||||
@G_TYPE_PARAM_VALUE_ARRAY:
|
||||
@G_TYPE_PARAM_CLOSURE:
|
||||
@G_TYPE_PARAM_OBJECT:
|
||||
|
||||
<!-- ##### STRUCT GTypeInterface ##### -->
|
||||
<para>
|
||||
|
Reference in New Issue
Block a user