GIRepository.ValueInfo g_enum_info_get_value GIRepository.EnumInfo info gint n enum_info_get_value @accepts(GIRepository.EnumInfo, gint) @returns(GIRepository.ValueInfo) def enum_info_get_value(info, n)

Obtain a value for this enumeration.

free the struct with g_base_info_unref() when done.

info :

a GIRepository.EnumInfo

n :

index of value to fetch

Returns :

the enumeration value or None if type tag is wrong,