From 7689b6922be9099aab3327e8b2dfb890f69799e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jank=C5=AF?= Date: Fri, 22 May 2020 21:18:07 +0200 Subject: [PATCH] vdagent: add VD_AGENT_CLIPBOARD_FILE_LIST MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub Janků Acked-by: Frediano Ziglio --- spice/vd_agent.h | 6 ++++++ 1 file changed, 6 insertions(+) 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 {