get_value


Description:

public unowned EnumValue? get_value (int value)

Returns the EnumValue for a value.

Parameters:

value

the value to look up

enum_class

a EnumClass

Returns:

the EnumValue for value, or null if value is not a member of the enumeration