[][src]Module wayland_client::protocol::wl_data_device_manager

data transfer interface

The wl_data_device_manager is a singleton global object that provides access to inter-client data transfer mechanisms such as copy-and-paste and drag-and-drop. These mechanisms are tied to a wl_seat and this interface lets a client get a wl_data_device corresponding to a wl_seat.

Depending on the version bound, the objects created from the bound wl_data_device_manager object will have different requirements for functioning properly. See wl_data_source.set_actions, wl_data_offer.accept and wl_data_offer.finish for details.

Structs

DndAction

drag and drop actions

WlDataDeviceManager

Enums

Event
Request

Constants

REQ_CREATE_DATA_SOURCE_SINCE

The minimal object version supporting this request

REQ_GET_DATA_DEVICE_SINCE

The minimal object version supporting this request

Statics

wl_data_device_manager_interface

C representation of this interface, for interop

wl_data_device_manager_requests

C-representation of the messages of this interface, for interop