HomeSort by relevance Sort by last modified time
    Searched refs:GFile (Results 1 - 25 of 48) sorted by null

1 2

  /external/bluetooth/glib/gio/
gfile.h 35 #define G_FILE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_FILE, GFile))
41 * GFile:
47 typedef struct _GFile GFile; /* Dummy typedef */
55 * @dup: Duplicates a #GFile.
56 * @hash: Creates a hash of a #GFile.
57 * @equal: Checks equality of two given #GFile<!-- -->s.
59 * @has_uri_scheme: Checks to see if a #GFile has a given URI scheme.
60 * @get_uri_scheme: Gets the URI scheme for a #GFile.
61 * @get_basename: Gets the basename for a given #GFile.
62 * @get_path: Gets the current path within a #GFile
    [all...]
gvfs.h 68 GFile * (* get_file_for_path) (GVfs *vfs,
70 GFile * (* get_file_for_uri) (GVfs *vfs,
73 GFile * (* parse_name) (GVfs *vfs,
95 GFile * g_vfs_get_file_for_path (GVfs *vfs,
97 GFile * g_vfs_get_file_for_uri (GVfs *vfs,
101 GFile * g_vfs_parse_name (GVfs *vfs,
gfileicon.h 44 * Gets an icon for a #GFile. Implements #GLoadableIcon.
50 GIcon * g_file_icon_new (GFile *file);
52 GFile * g_file_icon_get_file (GFileIcon *icon);
gfilemonitor.h 63 GFile *file,
64 GFile *other_file,
89 GFile *child,
90 GFile *other_file,
gfile.c 31 #include "gfile.h"
49 * SECTION:gfile
54 * #GFile is a high level abstraction for manipulating files on a
55 * virtual file system. #GFile<!-- -->s are lightweight, immutable
57 * #GFile objects do not represent files, merely an identifier for a file. All
61 * To construct a #GFile, you can use:
67 * One way to think of a #GFile is as an abstraction of a pathname. For normal
68 * files the system pathname is what is stored internally, but as #GFile<!-- -->s
72 * #GFile<!-- -->s make up hierarchies of directories and files that correspond to the
73 * files on a filesystem. You can move through the file system with #GFile usin
    [all...]
gdummyfile.c 36 #include "gfile.h"
112 * Returns: a new #GFile.
114 GFile *
129 g_dummy_file_is_native (GFile *file)
135 g_dummy_file_get_basename (GFile *file)
145 g_dummy_file_get_path (GFile *file)
151 g_dummy_file_get_uri (GFile *file)
157 g_dummy_file_get_parse_name (GFile *file)
162 static GFile *
163 g_dummy_file_get_parent (GFile *file
    [all...]
gcontenttype.h 51 char ** g_content_type_guess_for_tree (GFile *root);
gdummyfile.h 47 GFile * _g_dummy_file_new (const char *uri);
glocalfile.h 47 GFile * _g_local_file_new (const char *filename);
gpollfilemonitor.h 46 GFileMonitor * _g_poll_file_monitor_new (GFile *file);
glocalvfs.c 81 static GFile *
88 static GFile *
93 GFile *file;
128 static GFile *
132 GFile *file;
glocalfile.c 327 * Returns: new local #GFile.
329 GFile *
341 g_local_file_is_native (GFile *file)
347 g_local_file_has_uri_scheme (GFile *file,
354 g_local_file_get_uri_scheme (GFile *file)
360 g_local_file_get_basename (GFile *file)
366 g_local_file_get_path (GFile *file)
372 g_local_file_get_uri (GFile *file)
411 g_local_file_get_parse_name (GFile *file)
480 static GFile *
    [all...]
gvfs.c 79 * Gets a #GFile for @path.
81 * Returns: a #GFile.
84 GFile *
103 * Gets a #GFile for @uri.
109 * Returns: a #GFile.
112 GFile *
157 * Returns: a #GFile for the given @parse_name.
160 GFile *
gvolume.h 149 GFile * (* get_activation_root) (GVolume *volume);
184 GFile * g_volume_get_activation_root (GVolume *volume);
gfileicon.c 26 #include "gfile.h"
59 GFile *file;
158 * @file: a #GFile.
165 g_file_icon_new (GFile *file)
176 * Gets the #GFile associated with the given @icon.
178 * Returns: a #GFile, or %NULL.
180 GFile *
228 GFile *file;
giotypes.h 54 * GFile:
60 typedef struct _GFile GFile; /* Dummy typedef */
gfilemonitor.c 29 #include "gfile.h"
67 GFile *file;
215 * @file: a #GFile.
216 * @other_file: a #GFile.
342 GFile *child;
343 GFile *other_file;
383 GFile *child,
384 GFile *other_file,
436 GFile *file)
630 * @child: a #GFile
    [all...]
gmount.h 47 * @get_root: Gets a #GFile to the root directory of the #GMount.
80 GFile * (* get_root) (GMount *mount);
133 GFile * g_mount_get_root (GMount *mount);
  /external/bluetooth/glib/gio/win32/
gwinhttpfile.c 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
    [all...]
gwinhttpfile.h 60 GFile * _g_winhttp_file_new (GWinHttpVfs *vfs, const char *uri);
  /external/bluetooth/glib/gio/tests/
g-file.c 59 GFile *file = NULL;
83 GFile *file1 = NULL;
84 GFile *file2 = NULL;
173 GFile *file1 = NULL;
174 GFile *file2 = NULL;
221 GFile *file1 = NULL;
222 GFile *file2 = NULL;
282 GFile *file1 = NULL;
328 GFile *file;
353 GFile *file1 = NULL
    [all...]
live-g-file.c 121 static GFile *
122 create_empty_file (GFile * parent, const char *filename,
125 GFile *child;
143 static GFile *
144 create_empty_dir (GFile * parent, const char *filename)
146 GFile *child;
159 static GFile *
160 create_symlink (GFile * parent, const char *filename, const char *points_to)
162 GFile *child;
178 GFile *root
    [all...]
desktop-app-info.c 178 cleanup_dir_recurse (GFile *parent, GFile *root)
184 GFile *descend;
227 GFile *base, *file;
  /external/bluetooth/glib/gio/inotify/
inotify-helper.c 35 #include <gio/gfile.h>
148 GFile* parent;
149 GFile* child;
174 GFile* parent;
175 GFile* child;
  /external/bluetooth/glib/gio/fam/
fam-helper.c 29 #include "gfile.h"
105 GFile *child, *parent;
125 GFile *child;

Completed in 111 milliseconds

1 2