mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-18 05:34:45 -04:00
protocol: Add summary description for wl_data_device_manager
This commit is contained in:
parent
b46dab17f0
commit
94fd3d1dd4
1 changed files with 8 additions and 0 deletions
|
|
@ -502,6 +502,14 @@
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<interface name="wl_data_device_manager" version="1">
|
<interface name="wl_data_device_manager" version="1">
|
||||||
|
<description summary="desktop style meta data interface">
|
||||||
|
The wl_data_device_manager is a 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.
|
||||||
|
</description>
|
||||||
|
|
||||||
<request name="create_data_source">
|
<request name="create_data_source">
|
||||||
<arg name="id" type="new_id" interface="wl_data_source"/>
|
<arg name="id" type="new_id" interface="wl_data_source"/>
|
||||||
</request>
|
</request>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue