connectChanged
fun connectChanged(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (change: SorterChange) -> Unit): <Error class: unknown class>
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.
Parameters
connectFlags
A combination of ConnectFlags
handler
the Callback to connect. Params: change
how the sorter changed