Vfs.parseName

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.

class Vfs
parseName
(
string parseName
)

Parameters

parseName string

a string to be parsed by the VFS module.

Return Value

Type: FileIF

a GFile for the given parse_name. Free the returned object with g_object_unref().