GIValueInfo* g_enum_info_get_value GIEnumInfo* info gint n g_enum_info_get_value GIValueInfo* g_enum_info_get_value (GIEnumInfo* info, gint n);

Obtain a value for this enumeration.

free the struct with g_base_info_unref() when done.

info :

a GIEnumInfo

n :

index of value to fetch

Returns :

the enumeration value or %NULL if type tag is wrong,