Method

AdwComboRowset_model

since: 1.0

Declaration [src]

void
adw_combo_row_set_model (
  AdwComboRow* self,
  GListModel* model
)

Description [src]

Sets the GListModel to use.

Available since: 1.0

Sets propertyAdw.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.