~ubuntu-branches/ubuntu/saucy/gvfs/saucy-proposed

« back to all changes in this revision

Viewing changes to client/gvfsurimapper.h

Tags: upstream-0.1.7
ImportĀ upstreamĀ versionĀ 0.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  GObject parent;
43
43
};
44
44
 
 
45
/* Keep in sync with GMountSpecItem */
45
46
typedef struct {
46
47
  char *key;
47
48
  char *value;
61
62
  const char * const * (*get_handled_schemes)     (GVfsUriMapper *mapper);
62
63
  GVfsUriMountInfo *   (*from_uri)                (GVfsUriMapper *mapper,
63
64
                                                   const char *uri);
64
 
  
 
65
  GVfsUriMountInfo *   (*get_mount_info_for_path) (GVfsUriMapper *mapper,
 
66
                                                   GVfsUriMountInfo *mount_info,
 
67
                                                   const char *new_path);
 
68
 
65
69
  const char * const * (*get_handled_mount_types) (GVfsUriMapper *mapper);
66
70
  char *               (*to_uri)                  (GVfsUriMapper *mapper,
67
71
                                                   GVfsUriMountInfo *mount_info,
88
92
const char * const *g_vfs_uri_mapper_get_handled_schemes     (GVfsUriMapper    *mapper);
89
93
GVfsUriMountInfo *  g_vfs_uri_mapper_from_uri                (GVfsUriMapper    *mapper,
90
94
                                                              const char       *uri);
 
95
GVfsUriMountInfo *  g_vfs_uri_mapper_get_mount_info_for_path (GVfsUriMapper    *mapper,
 
96
                                                              GVfsUriMountInfo *mount_info,
 
97
                                                              const char       *new_path);
91
98
 
92
99
const char * const *g_vfs_uri_mapper_get_handled_mount_types (GVfsUriMapper    *mapper);
93
100
char *              g_vfs_uri_mapper_to_uri                  (GVfsUriMapper    *mapper,