GIRepository.TypeTag g_enum_info_get_storage_type GIRepository.EnumInfo info enum_info_get_storage_type @accepts(GIRepository.EnumInfo) @returns(GIRepository.TypeTag) def enum_info_get_storage_type(info)

Obtain 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.

info :

a GIEnumInfo

Returns :

the storage type for the enumeration