Gtk.TreeSelection.prototype.unselect_range

function unselect_range(start_path:Gtk.TreePath, end_path:Gtk.TreePath):void {
    // Gjs wrapper for gtk_tree_selection_unselect_range()
}

Unselects a range of nodes, determined by start_path and end_path inclusive.

Since 2.2

start_path

The initial node of the range.

end_path

The initial node of the range.