From ea11878d00493b76f3bf4d6cf66ceef351c0a032 Mon Sep 17 00:00:00 2001 From: Harish Krupo Date: Fri, 19 Apr 2019 22:02:08 +0530 Subject: [PATCH] wayland.xml: document invalid_finish error in wl_data_offer.finish Explicitly state that the invalid_finish protocol error would be raised when wl_data_offer.finish request is sent for non drag-and-drop operations. Signed-off-by: Harish Krupo --- protocol/wayland.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index b1c930d9..f19c5b80 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -509,6 +509,9 @@ this request after a NULL mime type has been set in wl_data_offer.accept or no action was received through wl_data_offer.action. + + If wl_data_offer.finish request is received for a non drag and drop + operation, the invalid_finish protocol error is raised.