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

Parameters

sorter

Type: GtkSorter

The GtkSorter to sort model with.

The argument can be NULL.
The data is owned by the caller of the method.