Method

Gtk.SingleSelection.get_model

Declaration [src]

GListModel*
gtk_single_selection_get_model (
  GtkSingleSelection* self
)

Description [src]

Gets the model that self is wrapping.

Return value

Returns: GListModel*

The model being wrapped

Ownership is not transferred to the caller