Module wl_data_offer

Source
Expand description

offer to transfer data

A wl_data_offer represents a piece of data offered for transfer by another client (the source client). It is used by the copy-and-paste and drag-and-drop mechanisms. The offer describes the different mime types that the data can be converted to and provides the mechanism for transferring the data directly from the source client.

Structs§

WlDataOffer
offer to transfer data

Enums§

Error
Event
Request

Constants§

EVT_ACTION_OPCODE
The wire opcode for this event
EVT_ACTION_SINCE
The minimal object version supporting this event
EVT_OFFER_OPCODE
The wire opcode for this event
EVT_OFFER_SINCE
The minimal object version supporting this event
EVT_SOURCE_ACTIONS_OPCODE
The wire opcode for this event
EVT_SOURCE_ACTIONS_SINCE
The minimal object version supporting this event
REQ_ACCEPT_OPCODE
The wire opcode for this request
REQ_ACCEPT_SINCE
The minimal object version supporting this request
REQ_DESTROY_OPCODE
The wire opcode for this request
REQ_DESTROY_SINCE
The minimal object version supporting this request
REQ_FINISH_OPCODE
The wire opcode for this request
REQ_FINISH_SINCE
The minimal object version supporting this request
REQ_RECEIVE_OPCODE
The wire opcode for this request
REQ_RECEIVE_SINCE
The minimal object version supporting this request
REQ_SET_ACTIONS_OPCODE
The wire opcode for this request
REQ_SET_ACTIONS_SINCE
The minimal object version supporting this request