parseName

open fun parseName(parseName: String): 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 #GVfs module.

Return

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

Parameters

parseName

a string to be parsed by the VFS module.