mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-08-08 02:07:30 +00:00
vdagent: add VD_AGENT_CLIPBOARD_FILE_LIST
Signed-off-by: Jakub Janků <jjanku@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
55ff87d93c
commit
7689b6922b
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user