signal callback delegate or function to connect
void callback(gtk.types.SorterChange change, gtk.sorter.Sorter sorter)
change how the sorter changed (optional)
sorter the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to Changed signal.
Emitted whenever the sorter changed.
Users of the sorter should then update the sort order again via gtk.sorter.Sorter.compare.
gtk.sort_list_model.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 gtk.types.SorterChange documentation for details.