Wrappers.Vfstype t = [ `vfs | `object_ ] Gobject.objval unregister_uri_scheme : t -> string -> boolUnregisters the URI handler for @scheme previously registered with g_vfs_register_uri_scheme().
val parse_name : t -> string -> [ `file ] Gobject.objThis operation never fails, but the returned object might not support any I/O operations if the @parse_name cannot be parsed by the #GVfs module.
val is_active : t -> boolChecks if the VFS is active.
val get_supported_uri_schemes : t -> string arrayGets a list of URI schemes supported by @vfs.
val get_file_for_uri : t -> string -> [ `file ] Gobject.objGets a #GFile for @uri.
This operation never fails, but the returned object might not support any I/O operation if the URI is malformed or if the URI scheme is not supported.
val get_file_for_path : t -> string -> [ `file ] Gobject.objGets a #GFile for @path.