[−][src]Module wayland_protocols::unstable::primary_selection::v1::client::zwp_primary_selection_offer_v1
offer to transfer primary selection contents
A wp_primary_selection_offer represents an offer to transfer the contents of the primary selection clipboard to the client. Similar to wl_data_offer, the offer also describes the mime types that the data can be converted to and provides the mechanisms for transferring the data directly to the client.
Structs
ZwpPrimarySelectionOfferV1 |
Enums
Event | |
Request |
Constants
EVT_OFFER_SINCE | The minimal object version supporting this event |
REQ_DESTROY_SINCE | The minimal object version supporting this request |
REQ_RECEIVE_SINCE | The minimal object version supporting this request |
Statics
zwp_primary_selection_offer_v1_events | C-representation of the messages of this interface, for interop |
zwp_primary_selection_offer_v1_interface | C representation of this interface, for interop |
zwp_primary_selection_offer_v1_requests | C-representation of the messages of this interface, for interop |
Traits
EventHandler | An interface for handling events. |