[ CCode ( type_id = "gtk_single_selection_get_type ()" ) ]
public sealed class SingleSelection : Object, ListModel, SectionModel, SelectionModel
A selection model that allows selecting a single item.
Note that the selection is *persistent* -- if the selected item is removed and re-added in the same [signal@Gio.ListModel:
GtkSingleSelection:items-changed] emission, it stays selected. In particular, this means that changing the sort order of an
underlying sort model will preserve the selection.