Gtk.FileChooser.prototype.unselect_uri

function unselect_uri(uri:String):void {
    // Gjs wrapper for gtk_file_chooser_unselect_uri()
}

Unselects the file referred to by uri. If the file is not in the current directory, does not exist, or is otherwise not currently selected, does nothing.

Since 2.4

uri

the URI to unselect