enum_value_row_name
Description:
[ Version ( since = "0.0.6" ) ]
public string enum_value_row_name (EnumValueObject value, void* user_data)
This is a default implementation of ComboRowGetEnumValueNameFunc to be used with set_for_enum.
If the enumeration has a nickname, it will return it, otherwise it will return its name.
Parameters:
value |
the value from the enum from which to get a name |
user_data |
unused user data |
Returns:
a newly allocated displayable name that represents |
Namespace: Hdy
Package: libhandy-0.0