Method

GtkSortListModelset_section_sorter

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 GtkSorter
 

The GtkSorter to sort model with.

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