Method
SpiceClientGLibMainChannelclipboard_selection_grab
since: 0.35
Declaration [src]
void
spice_main_channel_clipboard_selection_grab (
SpiceMainChannel* channel,
guint selection,
guint32* types,
int ntypes
)
Parameters
selection-
Type:
guintOne of the clipboard #VD_AGENT_CLIPBOARD_SELECTION_*.
types-
Type: An array of
guint32An array of #VD_AGENT_CLIPBOARD types available in the clipboard.
The length of the array is specified in the ntypesargument.The data is owned by the caller of the method. ntypes-
Type:
intThe number of
types.