Function
HandyComboRowGetEnumValueNameFunc
since: 1.0
Declaration
gchar*
(* HdyComboRowGetEnumValueNameFunc) (
  HdyEnumValueObject* value,
  gpointer user_data
)
Description [src]
Callback for getting the name of a row from an enum.
Called for combo rows that are bound to an enumeration with
hdy_combo_row_set_for_enum() for each value from that enumeration.
See also: hdy_enum_value_row_name().
Available since: 1.0
Parameters
- value
- 
            Type: HdyEnumValueObjectThe value from the enum from which to get a name. The data is owned by the caller of the function. 
- user_data
- 
            Type: gpointerUser data. The argument can be NULL.The data is owned by the caller of the function.