Method
XdpSessionset_selection
Declaration [src]
void
xdp_session_set_selection (
XdpSession* session,
const char** mime_types
)
Description [src]
Set the clipboard selection to advertise support for the passed list of mime types.
When some entity in the windowing system requests to retrieve the contents of
the selection, the XdpSession::selection-transfer signal is emitted. In
response to this, the caller of this function must respond by calling
xdp_session_selection_write() with the serial number passed via the
mentioned signal.