[Spice-commits] spice/vd_agent.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jul 8 14:48:05 UTC 2020


 spice/vd_agent.h |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 7689b6922be9099aab3327e8b2dfb890f69799e3
Author: Jakub Janků <jjanku at redhat.com>
Date:   Fri May 22 21:18:07 2020 +0200

    vdagent: add VD_AGENT_CLIPBOARD_FILE_LIST
    
    Signed-off-by: Jakub Janků <jjanku at redhat.com>
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

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 {


More information about the Spice-commits mailing list