[ CCode ( instance_pos = 1.9 ) ]
[ Version ( since = "1.0" ) ]
public delegate string ComboRowGetEnumValueNameFunc (EnumValueObject value)
Callback for getting the name of a row from an enum.
Called for combo rows that are bound to an enumeration with [[email protected]_for_enum] for each value from that enumeration.
See also: [func@enum_value_row_name].
value |
the value from the enum from which to get a name |
user_data |
user data |
a displayable name that represents |