Gio.File.prototype.has_uri_scheme
function has_uri_scheme(uri_scheme: String): Boolean { // Gjs wrapper for g_file_has_uri_scheme() }
Checks to see if a Gio.File has a given URI scheme.
This call does no blocking I/O.
function has_uri_scheme(uri_scheme: String): Boolean { // Gjs wrapper for g_file_has_uri_scheme() }
Checks to see if a Gio.File has a given URI scheme.
This call does no blocking I/O.