Method

Gtk.DropDown.set_model

Declaration [src]

void
gtk_drop_down_set_model (
  GtkDropDown* self,
  GListModel* model
)

Description [src]

Sets the GListModel to use.

Sets propertyGtk.DropDown:model

Parameters

model GListModel*
 

the model to use or NULL for none

 Can be NULL
 Ownership is not transferred to the callee