Searched refs:wrapped_vfs (Results 1 – 2 of 2) sorted by relevance
113 if (vfs->wrapped_vfs) in g_winhttp_vfs_finalize()114 g_object_unref (vfs->wrapped_vfs); in g_winhttp_vfs_finalize()115 vfs->wrapped_vfs = NULL; in g_winhttp_vfs_finalize()126 vfs->wrapped_vfs = g_vfs_get_local (); in g_winhttp_vfs_init()160 return g_vfs_get_file_for_path (G_WINHTTP_VFS (vfs)->wrapped_vfs, path); in g_winhttp_vfs_get_file_for_path()183 ret = g_vfs_get_file_for_uri (winhttp_vfs->wrapped_vfs, uri); in g_winhttp_vfs_get_file_for_uri()194 …char * const *wrapped_vfs_uri_schemes = g_vfs_get_supported_uri_schemes (winhttp_vfs->wrapped_vfs); in g_winhttp_vfs_get_supported_uri_schemes()232 return g_vfs_parse_name (winhttp_vfs->wrapped_vfs, parse_name); in g_winhttp_vfs_parse_name()
50 GVfs *wrapped_vfs; member