summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Janků <jjanku@redhat.com>2020-05-22 21:18:07 +0200
committerFrediano Ziglio <freddy77@gmail.com>2020-07-08 15:47:41 +0100
commit7689b6922be9099aab3327e8b2dfb890f69799e3 (patch)
tree0ef5cf6e988e574b45c967c5a0bf20e32cdbe632
parent55ff87d93cdd80112bf1d77915d6f08c2141c601 (diff)
vdagent: add VD_AGENT_CLIPBOARD_FILE_LIST
Signed-off-by: Jakub Janků <jjanku@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
-rw-r--r--spice/vd_agent.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/spice/vd_agent.h b/spice/vd_agent.h
index 0508f2b..bcc3915 100644
--- a/spice/vd_agent.h
+++ b/spice/vd_agent.h
@@ -264,6 +264,12 @@ enum {
VD_AGENT_CLIPBOARD_IMAGE_BMP, /* optional */
VD_AGENT_CLIPBOARD_IMAGE_TIFF, /* optional */
VD_AGENT_CLIPBOARD_IMAGE_JPG, /* optional */
+ /* identifies a list of absolute paths in phodav server
+ * that is associated with the "org.spice-space.webdav.0" webdav channel;
+ * the items are encoded in UTF-8 and separated by '\0';
+ * the first item must be either "copy" or "cut" (without the quotes)
+ * to indicate what action should be performed with the files that follow */
+ VD_AGENT_CLIPBOARD_FILE_LIST,
};
enum {