diff options
author | Sebastian Dröge <sdroege@src.gnome.org> | 2007-10-08 05:59:15 +0000 |
---|---|---|
committer | Sebastian Dröge <sdroege@src.gnome.org> | 2007-10-08 05:59:15 +0000 |
commit | 52e63ca2a3371cbaf24d8189ec80abd24dc0fd99 (patch) | |
tree | 2f8f7a2b877fcd2aeceefde37baf3322ad7ea4cb /common/gvfsdaemonprotocol.h | |
parent | cdc36a1c7d65f84cccbc24c2078b999ea7f060b6 (diff) | |
download | gvfs-52e63ca2a3371cbaf24d8189ec80abd24dc0fd99.tar.gz |
Implement get_supported_uri_schemes method and add a GVfsUriMapper method
* client/gdaemonvfs.c: (g_daemon_vfs_finalize),
(g_daemon_vfs_init), (fill_supported_uri_schemes),
(g_daemon_vfs_get_supported_uri_schemes),
(g_daemon_vfs_class_init):
* client/smburi.c: (smb_to_uri_scheme),
(g_vfs_uri_mapper_smb_class_init):
* common/gvfsdaemonprotocol.h:
* common/gvfsurimapper.c: (g_vfs_uri_mapper_to_uri_scheme):
* common/gvfsurimapper.h:
* daemon/mount.c: (list_mount_types), (dbus_message_function):
Implement get_supported_uri_schemes method and add a GVfsUriMapper
method to map a mount spec to an URI scheme.
svn path=/trunk/; revision=970
Diffstat (limited to 'common/gvfsdaemonprotocol.h')
-rw-r--r-- | common/gvfsdaemonprotocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gvfsdaemonprotocol.h b/common/gvfsdaemonprotocol.h index 2554ab77..d5caf50e 100644 --- a/common/gvfsdaemonprotocol.h +++ b/common/gvfsdaemonprotocol.h @@ -15,6 +15,7 @@ G_BEGIN_DECLS #define G_VFS_DBUS_MOUNTTRACKER_OP_MOUNT_LOCATION "mountLocation" #define G_VFS_DBUS_MOUNTTRACKER_OP_LIST_MOUNTS "listMounts" #define G_VFS_DBUS_MOUNTTRACKER_OP_REGISTER_MOUNT "registerMount" +#define G_VFS_DBUS_MOUNTTRACKER_OP_LIST_MOUNT_TYPES "listMountTypes" #define G_VFS_DBUS_MOUNTTRACKER_SIGNAL_MOUNTED "mounted" #define G_VFS_DBUS_MOUNTTRACKER_SIGNAL_UNMOUNTED "unmounted" |