Constructor
GtkTreeModelSortnew_with_model
Declaration [src]
GtkTreeModel*
gtk_tree_model_sort_new_with_model (
GtkTreeModel* child_model
)
Parameters
child_model
-
Type:
GtkTreeModel
A
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. |