Home | History | Annotate | Download | only in win32

Lines Matching refs:GFile

31 #include "gfile.h"
87 * Returns: new winhttp #GFile.
89 GFile *
143 g_winhttp_file_is_native (GFile *file)
149 g_winhttp_file_has_uri_scheme (GFile *file,
157 g_winhttp_file_get_uri_scheme (GFile *file)
165 g_winhttp_file_get_basename (GFile *file)
185 g_winhttp_file_get_path (GFile *file)
191 g_winhttp_file_get_uri (GFile *file)
229 g_winhttp_file_get_parse_name (GFile *file)
236 static GFile *
237 g_winhttp_file_get_parent (GFile *file)
242 GFile *parent;
268 static GFile *
269 g_winhttp_file_dup (GFile *file)
273 GFile *retval = _g_winhttp_file_new (winhttp_file->vfs, uri);
281 g_winhttp_file_hash (GFile *file)
292 g_winhttp_file_equal (GFile *file1,
293 GFile *file2)
322 g_winhttp_file_prefix_matches (GFile *parent,
323 GFile *descendant)
344 g_winhttp_file_get_relative_path (GFile *parent,
345 GFile *descendant)
365 static GFile *
366 g_winhttp_file_resolve_relative_path (GFile *file,
399 return (GFile *) child;
402 static GFile *
403 g_winhttp_file_get_child_for_display_name (GFile *file,
407 GFile *new_file;
424 static GFile *
425 g_winhttp_file_set_display_name (GFile *file,
462 g_winhttp_file_query_info (GFile *file,
611 g_winhttp_file_read (GFile *file,
656 g_winhttp_file_create (GFile *file,
683 g_winhttp_file_replace (GFile *file,
697 g_winhttp_file_delete (GFile *file,
707 g_winhttp_file_make_directory (GFile *file,
717 g_winhttp_file_copy (GFile *source,
718 GFile *destination,
733 g_winhttp_file_move (GFile *source,
734 GFile *destination,