connection.c: Align pointer extra storage correctly
[profile/ivi/wayland.git] / protocol / wayland.xml
index 6171670..cc8fb06 100644 (file)
 
       When a client creates a registry object, the registry object
       will emit a global event for each global currently in the
-      regitry.  Globals come and go as a result of device hotplugs,
+      registry.  Globals come and go as a result of device hotplugs,
       reconfiguration or other events, and the registry will send out
       @global and @global_remove events to keep the client up to date
       with the changes.  To mark the end of the initial burst of
   </interface>
 
   <interface name="wl_data_device_manager" version="1">
+    <description summary="data transfer 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>