Method
SpiceClientGLibMainChannelclipboard_selection_notify
since: 0.35
Declaration [src]
void
spice_main_channel_clipboard_selection_notify (
SpiceMainChannel* channel,
guint selection,
guint32 type,
const guchar* data,
size_t size
)
Parameters
selection-
Type:
guintOne of the clipboard #VD_AGENT_CLIPBOARD_SELECTION_*.
type-
Type:
guint32A #VD_AGENT_CLIPBOARD type.
data-
Type: An array of
gucharClipboard data.
The length of the array is specified in the sizeargument.The data is owned by the caller of the method. size-
Type:
size_tData length in bytes.