Method

GtkTreeModelSortget_model

[]

Declaration [src]

GtkTreeModel*
gtk_tree_model_sort_get_model (
  GtkTreeModelSort* tree_model
)
[]

Description [src]

Returns the model the GtkTreeModelSort is sorting.

[]

Return value

Type: GtkTreeModel

The “child model” being sorted.

The returned data is owned by the instance.