summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-11-19 15:02:45 -0500
committerKristian Høgsberg <krh@bitplanet.net>2012-11-19 15:02:45 -0500
commit94fd3d1dd475b49a63b954ac4584381fa151bbd0 (patch)
tree919f6a674a78b78f66daaf0461b40714ee1d9d78
parentb46dab17f0912331b5687891d84361f67b16ec54 (diff)
protocol: Add summary description for wl_data_device_manager
-rw-r--r--protocol/wayland.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 6171670..0e51d83 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -502,6 +502,14 @@
</interface>
<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">
<arg name="id" type="new_id" interface="wl_data_source"/>
</request>