summaryrefslogtreecommitdiff
path: root/common/gvfsdaemonprotocol.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 14:04:17 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 14:04:17 +0000
commit57e941d64d9d22a86384f0f13cc94ff5d605960f (patch)
treea1522a8ebc75501c92ae9fa6b81c1c4af6e6bc18 /common/gvfsdaemonprotocol.h
parent5bef7451352b16aa147d7c4de33d71d23e36385f (diff)
downloadgvfs-57e941d64d9d22a86384f0f13cc94ff5d605960f.tar.gz
Add copy in daemon, and support for callbacks in daemon protocol
Original git commit by Alexander Larsson <alexl@redhat.com> at 1183547547 +0200 svn path=/trunk/; revision=622
Diffstat (limited to 'common/gvfsdaemonprotocol.h')
-rw-r--r--common/gvfsdaemonprotocol.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/gvfsdaemonprotocol.h b/common/gvfsdaemonprotocol.h
index c4a543da..5c72b8a5 100644
--- a/common/gvfsdaemonprotocol.h
+++ b/common/gvfsdaemonprotocol.h
@@ -31,6 +31,11 @@ G_BEGIN_DECLS
#define G_VFS_DBUS_MOUNT_OP_DELETE "Delete"
#define G_VFS_DBUS_MOUNT_OP_TRASH "Trash"
#define G_VFS_DBUS_MOUNT_OP_MAKE_DIRECTORY "MakeDirectory"
+#define G_VFS_DBUS_MOUNT_OP_COPY "Copy"
+
+/* Progress callback interface for copy and move */
+#define G_VFS_DBUS_PROGRESS_INTERFACE "org.gtk.vfs.Progress"
+#define G_VFS_DBUS_PROGRESS_OP_PROGRESS "Progress"
/* mount daemons that support mounting more mounts implement this,
and set the dbus name in the mountable description file */