Method

GtkSortListModelget_model

Declaration [src]

GListModel*
gtk_sort_list_model_get_model (
  GtkSortListModel* self
)

Description [src]

Gets the model currently sorted or NULL if none.

Return value

Type: A list model of GObject

The model that gets sorted.

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