Gtk.TreeSelection.prototype.unselect_path

function unselect_path(path:Gtk.TreePath):void {
    // Gjs wrapper for gtk_tree_selection_unselect_path()
}

Unselects the row at path.

path

The Gtk.TreePath to be unselected.