Method

GtkSortListModelget_section_sorter

Declaration [src]

GtkSorter*
gtk_sort_list_model_get_section_sorter (
  GtkSortListModel* self
)

Description [src]

Gets the section sorter that is used to sort items of self into sections.

Available since:4.12

Return value

Returns: GtkSorter
 

The sorter of #self.

 The data is owned by the instance.
 The return value can be NULL.