Method
GtkSortListModelset_section_sorter
since: 4.12
Declaration [src]
void
gtk_sort_list_model_set_section_sorter (
GtkSortListModel* self,
GtkSorter* sorter
)
Description [src]
Sets a new section sorter on self
.
Available since: 4.12
Sets property | Gtk.SortListModel:section-sorter |
Parameters
sorter
-
Type:
GtkSorter
The
GtkSorter
to sortmodel
with.The argument can be NULL
.The data is owned by the caller of the method.