Gtk.FileChooser.prototype.select_file
function select_file(file:Gio.File):Boolean { // Gjs wrapper for gtk_file_chooser_select_file() }
Selects the file referred to by file. An internal function. See _gtk_file_chooser_select_uri().
Since 2.14
- file
the file to select
- Returns
Not useful.