From 3a3b388ddfd0e3ccf63e62f896b5cf9223f7c84d Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Fri, 23 Jan 2026 15:20:12 +0100 Subject: [PATCH] protocol: add wl_data_device_manager destructors Signed-off-by: Julian Orth --- protocol/wayland.xml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index ea17c413..3ce7441f 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -546,7 +546,7 @@ - + A wl_data_offer represents a piece of data offered for transfer by another client (the source client). It is used by the @@ -739,7 +739,7 @@ - + The wl_data_source object is the source side of a wl_data_offer. It is created by the source client in a data transfer and @@ -894,7 +894,7 @@ - + There is one wl_data_device per seat which can be obtained from the global wl_data_device_manager singleton. @@ -1055,7 +1055,7 @@ - + The wl_data_device_manager is a singleton global object that provides access to inter-client data transfer mechanisms such as @@ -1117,6 +1117,15 @@ + + + + + + This request destroys the wl_data_device_manager. This has no effect on any other + objects. + +