Searched refs:GVfs (Results 1 – 9 of 9) sorted by relevance
/external/bluetooth/glib/gio/ |
D | gvfs.h | 35 #define G_VFS(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_VFS, GVfs)) 67 gboolean (* is_active) (GVfs *vfs); 68 GFile * (* get_file_for_path) (GVfs *vfs, 70 GFile * (* get_file_for_uri) (GVfs *vfs, 72 const gchar * const * (* get_supported_uri_schemes) (GVfs *vfs); 73 GFile * (* parse_name) (GVfs *vfs, 94 gboolean g_vfs_is_active (GVfs *vfs); 95 GFile * g_vfs_get_file_for_path (GVfs *vfs, 97 GFile * g_vfs_get_file_for_uri (GVfs *vfs, 99 const gchar* const * g_vfs_get_supported_uri_schemes (GVfs *vfs); [all …]
|
D | gvfs.c | 41 G_DEFINE_TYPE (GVfs, g_vfs, G_TYPE_OBJECT); 49 g_vfs_init (GVfs *vfs) in g_vfs_init() 62 g_vfs_is_active (GVfs *vfs) in g_vfs_is_active() 85 g_vfs_get_file_for_path (GVfs *vfs, in g_vfs_get_file_for_path() 113 g_vfs_get_file_for_uri (GVfs *vfs, in g_vfs_get_file_for_uri() 137 g_vfs_get_supported_uri_schemes (GVfs *vfs) in g_vfs_get_supported_uri_schemes() 161 g_vfs_parse_name (GVfs *vfs, in g_vfs_parse_name() 178 GVfs *vfs; in get_default_vfs() 228 GVfs * 243 GVfs *
|
D | glocalvfs.c | 40 GVfs parent; 75 GVfs * 82 g_local_vfs_get_file_for_path (GVfs *vfs, in g_local_vfs_get_file_for_path() 89 g_local_vfs_get_file_for_uri (GVfs *vfs, in g_local_vfs_get_file_for_uri() 121 g_local_vfs_get_supported_uri_schemes (GVfs *vfs) in g_local_vfs_get_supported_uri_schemes() 129 g_local_vfs_parse_name (GVfs *vfs, in g_local_vfs_parse_name() 197 g_local_vfs_is_active (GVfs *vfs) in g_local_vfs_is_active()
|
D | glocalvfs.h | 42 GVfs * _g_local_vfs_new (void);
|
D | giotypes.h | 104 typedef struct _GVfs GVfs; /* Dummy typedef */ typedef
|
D | ChangeLog | 1076 GWinHttpVfs and related classes, a GVfs for HTTP and HTTPS URIs on
|
/external/bluetooth/glib/gio/win32/ |
D | gwinhttpvfs.h | 52 GVfs parent; 54 GVfs *wrapped_vfs; 88 GVfs *_g_winhttp_vfs_new (void);
|
D | gwinhttpvfs.c | 140 GVfs * 147 g_winhttp_vfs_get_file_for_path (GVfs *vfs, in g_winhttp_vfs_get_file_for_path() 154 g_winhttp_vfs_get_file_for_uri (GVfs *vfs, in g_winhttp_vfs_get_file_for_uri() 171 g_winhttp_vfs_get_supported_uri_schemes (GVfs *vfs) in g_winhttp_vfs_get_supported_uri_schemes() 202 g_winhttp_vfs_parse_name (GVfs *vfs, in g_winhttp_vfs_parse_name() 221 g_winhttp_vfs_is_active (GVfs *vfs) in g_winhttp_vfs_is_active()
|
/external/bluetooth/glib/docs/reference/gio/ |
D | gio-sections.txt | 3 <TITLE>GVfs</TITLE> 4 GVfs
|