![]() |
![]() |
![]() |
GIO Reference Manual | ![]() |
---|---|---|---|---|
GVfs; GFile* g_vfs_get_file_for_path (GVfs *vfs, const char *path); GFile* g_vfs_get_file_for_uri (GVfs *vfs, const char *uri); GFile* g_vfs_parse_name (GVfs *vfs, const char *parse_name); GVfs* g_vfs_get_default (void); GVfs* g_vfs_get_local (void);
GFile* g_vfs_get_file_for_uri (GVfs *vfs, const char *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 type is not supported.
GFile* g_vfs_parse_name (GVfs *vfs, const char *parse_name);
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.