Method

Gtk.TreeModelSort.get_model

Declaration [src]

GtkTreeModel*
gtk_tree_model_sort_get_model (
  GtkTreeModelSort* tree_model
)

Description [src]

Returns the model the GtkTreeModelSort is sorting.

Return value

Returns: GtkTreeModel

the “child model” being sorted

Ownership is not transferred to the caller