Method
AdwComboRowset_factory
since: 1.0
Declaration [src]
void
adw_combo_row_set_factory (
  AdwComboRow* self,
  GtkListItemFactory* factory
)
Description [src]
Sets the factory for populating list items.
This factory is always used for the item in the row. It is also used for
items in the popup unless AdwComboRow:list-factory is set.
Available since: 1.0
| Sets property | Adw.ComboRow:factory | 
Parameters
- factory
- 
            Type: GtkListItemFactoryThe factory to use. The argument can be NULL.The data is owned by the caller of the method.