Gtk.RecentChooser.prototype.set_current_uri
function set_current_uri(uri:String):Boolean {
// Gjs wrapper for gtk_recent_chooser_set_current_uri()
}Sets uri as the current URI for chooser.
Since 2.10
- uri
a URI
- Returns
true if the URI was found.
function set_current_uri(uri:String):Boolean {
// Gjs wrapper for gtk_recent_chooser_set_current_uri()
}Sets uri as the current URI for chooser.
Since 2.10
a URI
true if the URI was found.