Method

Adw.ComboRow.set_list_factory

Declaration [src]

void
adw_combo_row_set_list_factory (
  AdwComboRow* self,
  GtkListItemFactory* factory
)

Description [src]

Sets the GtkListItemFactory to use for populating list items in the popup.

Available since:1.0

Parameters

factory GtkListItemFactory*
 

the factory to use

 Can be NULL
 The data is owned by the caller of the function