Constructor
Gtk.SortListModel.new
Declaration [src]
GtkSortListModel*
gtk_sort_list_model_new (
  GListModel* model,
  GtkSorter* sorter
)
Parameters
| model | GListModel* | 
| the model to sort, or  | |
| Can be NULL | |
| Ownership of the data is transferred to the callee | |
| sorter | GtkSorter | 
| the  | |
| Can be NULL | |
| Ownership of the data is transferred to the callee | 
Return value
| Returns: GtkSortListModel | |
| a new  | |
| Ownership of the data is transferred to the caller | |