Constructor
GtkSortListModelnew
Declaration [src]
GtkSortListModel*
gtk_sort_list_model_new (
GListModel* model,
GtkSorter* sorter
)
Parameters
model |
GObject |
The model to sort. |
|
The argument can be NULL . | |
The called function takes ownership of the data, and is responsible for freeing it. | |
sorter |
GtkSorter |
The |
|
The argument can be NULL . | |
The called function takes ownership of the data, and is responsible for freeing it. |
Return value
Returns: | GtkSortListModel |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |