Method

IdeUniqueListModelset_sorter

since: 44

Declaration

void
ide_unique_list_model_set_sorter (
  IdeUniqueListModel* self,
  GtkSorter* sorter
)

Description

Sets the sorter used to deduplicate items.

Available since: 44

Parameters

sorter

Type: GtkSorter

A GtkSorter or NULL.

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