Sorter.addOnChanged

Emitted whenever the sorter changed.

Users of the sorter should then update the sort order again via gtk_sorter_compare().

[class@Gtk.SortListModel] handles this signal automatically.

Depending on the @change parameter, it may be possible to update the sort order without a full resorting. Refer to the [enum@Gtk.SorterChange] documentation for details.

class Sorter
gulong
addOnChanged
(
void delegate
(
GtkSorterChange
,)
dlg
,)

Meta