diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 11:40:29 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 11:40:29 +0000 |
commit | 6be77f1616458933c1a65e4e1b4cc781a949c8e1 (patch) | |
tree | 8300c50f1de8af82773f6e3b71d6e798729742ac /common/gvfsdaemonprotocol.h | |
parent | acac5667020ab926ce6565954d7a6adcba26819e (diff) | |
download | gvfs-6be77f1616458933c1a65e4e1b4cc781a949c8e1.tar.gz |
Move mountable dbus mounting into GVfsDaemon
Original git commit by Alexander Larsson <alex@greebo.(none)> at 1171287385 +0100
svn path=/trunk/; revision=322
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 f4a2291d..1763b0e0 100644 --- a/common/gvfsdaemonprotocol.h +++ b/common/gvfsdaemonprotocol.h @@ -26,6 +26,7 @@ G_BEGIN_DECLS #define G_VFS_DBUS_LIST_MOUNT_POINTS "ListMountpoints" #define G_VFS_DBUS_MOUNTABLE_INTERFACE "org.gtk.vfs.Mountable" +#define G_VFS_DBUS_MOUNTABLE_PATH "/org/gtk/vfs/mountable" #define G_VFS_DBUS_ERROR_SOCKET_FAILED "org.gtk.vfs.Error.SocketFailed" |