Skip to content

zwlr_data_control_manager_v1¤

wayland.zwlr_data_control_manager_v1 ¤

Manager to control data devices

This interface is a manager that allows creating per-seat data device controls.

Methods:

create_data_source ¤

create_data_source() -> zwlr_data_control_source_v1

Create a new data source

Create a new data source.

Returns:

get_data_device ¤

get_data_device(seat: wl_seat) -> zwlr_data_control_device_v1

Get a data device for a seat

Create a data device that can be used to manage a seat's selection.

Returns:

destroy ¤

destroy() -> None

Destroy the manager

All objects created by the manager will still remain valid, until their appropriate destroy request has been called.