Gio.File::has_uri_scheme

function vfunc_has_uri_scheme(uri_scheme: String): Boolean {
}
  

Checks to see if a Gio.File has a given URI scheme.

This call does no blocking I/O.

uri_scheme

a string containing a URI scheme

Returns

true if Gio.File's backend supports the given URI scheme, false if URI scheme is null, not supported, or Gio.File is invalid.