Method

GtkDropDownget_model

Declaration [src]

GListModel*
gtk_drop_down_get_model (
  GtkDropDown* self
)

Description [src]

Gets the model that provides the displayed items.

Gets propertyGtk.DropDown:model

Return value

Type: A list model of GObject

The model in use.

The returned data is owned by the instance.
The return value can be NULL.