summaryrefslogtreecommitdiff
path: root/common/gvfsdaemonprotocol.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 14:02:37 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 14:02:37 +0000
commit1473b28f830800f87f2e5e47eb65decfc02a73ea (patch)
tree3394a7a4e672c0c6de4ea6f1788b27d6dbc8ccb0 /common/gvfsdaemonprotocol.h
parent6f3f945edad47f046c50cfd484fc9e99c8f86979 (diff)
downloadgvfs-1473b28f830800f87f2e5e47eb65decfc02a73ea.tar.gz
Implement MakeDirectory job and SMB implementation.
Original git commit by Hans Petter Jansson <hpj@cl.no> at 1183541263 +0200 svn path=/trunk/; revision=617
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 5c72b33b..c4a543da 100644
--- a/common/gvfsdaemonprotocol.h
+++ b/common/gvfsdaemonprotocol.h
@@ -30,6 +30,7 @@ G_BEGIN_DECLS
#define G_VFS_DBUS_MOUNT_OP_SET_DISPLAY_NAME "SetDisplayName"
#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"
/* mount daemons that support mounting more mounts implement this,
and set the dbus name in the mountable description file */