protocol: Add summary description for wl_data_device_manager
authorKristian Høgsberg <krh@bitplanet.net>
Mon, 19 Nov 2012 20:02:45 +0000 (15:02 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 19 Nov 2012 20:02:45 +0000 (15:02 -0500)
protocol/wayland.xml

index 6171670..0e51d83 100644 (file)
   </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>