Function
HandyComboRowGetNameFunc
since: 1.0
Description [src]
Callback for getting the name of a row.
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.
Available since: 1.0
Parameters
item
-
Type:
GObject
The item from the model from which to get a name.
The data is owned by the caller of the function. user_data
-
Type:
gpointer
User data.
The argument can be NULL
.The data is owned by the caller of the function.