[][src]Module wayland_raw_protocol_bindings::client::wayland::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

dnd_action

drag and drop actions

Enums

wl_data_device_manager

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

Traits

wl_data_device_manager_listener

An interface for handling events.

Functions

wl_data_device_manager_add_listener
wl_data_device_manager_add_rust_listener
wl_data_device_manager_create_data_source

create a new data source

wl_data_device_manager_destroy
wl_data_device_manager_get_data_device

create a new data device

wl_data_device_manager_get_user_data
wl_data_device_manager_get_version
wl_data_device_manager_set_user_data