Method

AdapComboRowset_model

Declaration [src]

void
adap_combo_row_set_model (
  AdapComboRow* self,
  GListModel* model
)

Description [src]

Sets the model that provides the displayed items.

Sets propertyAdap.ComboRow:model

Parameters

model

Type: GObject

The model to use.

The argument can be NULL.
The data is owned by the caller of the method.