summaryrefslogtreecommitdiff
path: root/common/gvfsdaemonprotocol.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 13:28:22 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 13:28:22 +0000
commit4dc974918b9902f0681319a44c99a974dc67bd9a (patch)
tree2a6ee7b61f011e10afa943cd5a1e563dfc379130 /common/gvfsdaemonprotocol.h
parent494f52d08d58c96d26d01909dca692a7f23f45b9 (diff)
downloadgvfs-4dc974918b9902f0681319a44c99a974dc67bd9a.tar.gz
Add G_VFS_DBUS_MOUNTTRACKER_OP_REGISTER_MOUNT define
Original git commit by Alexander Larsson <alexl@redhat.com> at 1178704926 +0200 svn path=/trunk/; revision=531
Diffstat (limited to 'common/gvfsdaemonprotocol.h')
-rw-r--r--common/gvfsdaemonprotocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gvfsdaemonprotocol.h b/common/gvfsdaemonprotocol.h
index b57e00fc..303933a8 100644
--- a/common/gvfsdaemonprotocol.h
+++ b/common/gvfsdaemonprotocol.h
@@ -14,6 +14,7 @@ G_BEGIN_DECLS
#define G_VFS_DBUS_MOUNTTRACKER_OP_LOOKUP_MOUNT "lookupMount"
#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_SIGNAL_MOUNTED "mounted"
#define G_VFS_DBUS_MOUNTTRACKER_SIGNAL_UNMOUNTED "unmounted"