![]() |
![]() |
![]() |
GObject Introspection Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
typedef GIEnumInfo; typedef GIValueInfo; gint g_enum_info_get_n_values (GIEnumInfo *info
); GIValueInfo * g_enum_info_get_value (GIEnumInfo *info
,gint n
); GITypeTag g_enum_info_get_storage_type (GIEnumInfo *info
); glong g_value_info_get_value (GIValueInfo *info
);
GIValueInfo * g_enum_info_get_value (GIEnumInfo *info
,gint n
);
|
|
|
|
Returns : |
GITypeTag g_enum_info_get_storage_type (GIEnumInfo *info
);
Gets the tag of the type used for the enum in the C ABI. This will will be a signed or unsigned integral type.
Note that in the current implementation the width of the type is computed correctly, but the signed or unsigned nature of the type may not match the sign of the type used by the C compiler.
|
GIEnumInfo |
Returns : |
the storage type for the enumeration |