Method
HandyComboRowset_get_name_func
since: 1.0
Declaration [src]
void
hdy_combo_row_set_get_name_func (
  HdyComboRow* self,
  HdyComboRowGetNameFunc get_name_func,
  gpointer user_data,
  GDestroyNotify user_data_free_func
)
Parameters
- get_name_func
- 
            Type: HdyComboRowGetNameFuncA function that creates names for items, or NULLin case you also passedNULLasmodel.The argument can be NULL.
- user_data
- 
            Type: gpointerUser data passed to get_name_func.The argument can be NULL.The data is owned by the caller of the method. 
- user_data_free_func
- 
            Type: GDestroyNotifyFunction for freeing user_data.