HdyComboRowGetEnumValueNameFunc

Called for combo rows that are bound to an enumeration with hdy_combo_row_set_for_enum() for each value from that enumeration.

alias HdyComboRowGetEnumValueNameFunc = char* function(HdyEnumValueObject* value, void* userData)

Return Value

a newly allocated displayable name that represents @value

Meta