Method

Adw.ComboRow.set_model

Declaration [src]

void
adw_combo_row_set_model (
  AdwComboRow* self,
  GListModel* model
)

Description [src]

Sets the GListModel to use.

Sets propertyAdw.ComboRow:model

Parameters

model GListModel*
 

the model to use

 Can be NULL
 Ownership is not transferred to the callee