mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
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>
This commit is contained in:
parent
322cd6dded
commit
0953e126d7
1 changed files with 10 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue