Gio.Vfs::parse_name

function vfunc_parse_name(parse_name: String): Gio.File {
}
  

This operation never fails, but the returned object might not support any I/O operations if the parse_name cannot be parsed by the Gio.Vfs module.

parse_name

a string to be parsed by the VFS module.

Returns

a Gio.File for the given parse_name. Free the returned object with GObject.Object.prototype.unref.