Constructor
GtkTreeModelSortnew_with_model
deprecated: 4.10
Declaration [src]
GtkTreeModel*
gtk_tree_model_sort_new_with_model (
GtkTreeModel* child_model
)
Description [src]
Creates a new GtkTreeModelSort, with child_model as the child model.
Deprecated since: 4.10
Please do not use it in newly written code.
Parameters
child_model-
Type:
GtkTreeModelA
GtkTreeModel.The data is owned by the caller of the function.
Return value
Type: GtkTreeModelSort
A new GtkTreeModelSort.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |