HdyComboRowGetNameFunc

Called for combo rows that are bound to a #GListModel with hdy_combo_row_bind_name_model() for each item that gets added to the model.

alias HdyComboRowGetNameFunc = char* function(void* item, void* userData)

Return Value

a newly allocated displayable name that represents @item

Meta