diff options
| author | kabeer khan <kabeer.khan@samsung.com> | 2014-10-13 10:34:26 +0530 |
|---|---|---|
| committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2014-11-04 15:04:29 +0200 |
| commit | 0953e126d7836781a3310e85c9b5a0e6408b2a49 (patch) | |
| tree | d526f97d1d0b6e56f77b0917800b3cda445a4062 /protocol | |
| parent | cosmetic: convert some function returns from int to bool (diff) | |
| download | wayland-0953e126d7836781a3310e85c9b5a0e6408b2a49.tar wayland-0953e126d7836781a3310e85c9b5a0e6408b2a49.tar.gz wayland-0953e126d7836781a3310e85c9b5a0e6408b2a49.tar.bz2 wayland-0953e126d7836781a3310e85c9b5a0e6408b2a49.tar.lz wayland-0953e126d7836781a3310e85c9b5a0e6408b2a49.tar.xz wayland-0953e126d7836781a3310e85c9b5a0e6408b2a49.tar.zst wayland-0953e126d7836781a3310e85c9b5a0e6408b2a49.zip | |
Protocol : Added destructor to wl_data_device interface
[Pekka Paalanen: removed trailing whitespace, adjust bz link.]
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=81745
Signed-off-by: kabeer khan <kabeer.khan@samsung.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/wayland.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 762482e..f70c026 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -517,7 +517,7 @@ </interface> - <interface name="wl_data_device" version="1"> + <interface name="wl_data_device" version="2"> <description summary="data transfer device"> There is one wl_data_device per seat which can be obtained from the global wl_data_device_manager singleton. @@ -647,9 +647,17 @@ </description> <arg name="id" type="object" interface="wl_data_offer" allow-null="true"/> </event> + + <!-- Version 2 additions --> + + <request name="release" type="destructor" since="2"> + <description summary="destroy data device"> + This request destroys the data device. + </description> + </request> </interface> - <interface name="wl_data_device_manager" version="1"> + <interface name="wl_data_device_manager" version="2"> <description summary="data transfer interface"> The wl_data_device_manager is a singleton global object that provides access to inter-client data transfer mechanisms such as |
