Gtk.FileChooser.prototype.select_uri
function select_uri(uri:String):Boolean { // Gjs wrapper for gtk_file_chooser_select_uri() }
Selects the file to by uri. If the URI doesn't refer to a file in the current folder of chooser, then the current folder of chooser will be changed to the folder containing @filename.
Since 2.4
- uri
the URI to select
- Returns
Not useful.