Searched defs:QemuClipboardInfo (Results 1 – 1 of 1) sorted by relevance
28 typedef struct QemuClipboardInfo QemuClipboardInfo; typedef134 struct QemuClipboardInfo { struct135 uint32_t refcount;136 QemuClipboardPeer *owner;137 int selection; /* QemuClipboardSelection */138 bool has_serial;139 uint32_t serial;140 QemuClipboardContent types[QEMU_CLIPBOARD_TYPE__COUNT];