diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2016-01-18 18:18:16 +0800 |
---|---|---|
committer | Bryce Harrington <bryce@bryceharrington.org> | 2016-02-01 16:59:55 -0800 |
commit | ed680954c87a726a7e98c098b8c35604b1633295 (patch) | |
tree | a74eeb8863781c58f50e809ac6eee0b4e7f8514c /protocol | |
parent | ac36082813c459e64ae1f564002a7cadfa0a7637 (diff) |
protocol: Add note about per version requirements to wl_data_device_manager
Add a note to the wl_data_device_manager global interface about the
different requirements for operating the objects created from the bound
global.
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Reviewed-by: Carlos Garnacho <carlosg@gnome.org>
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/wayland.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index b223bb4..8739cd3 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -910,6 +910,11 @@ 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. + + Depending on the version bound, the objects created from the bound + wl_data_device_manager object will have different requirements for + functioning properly. See wl_data_source.set_actions, + wl_data_offer.accept and wl_data_offer.finish for details. </description> <request name="create_data_source"> |