diff options
| author | Harish Krupo <harishkrupo@gmail.com> | 2019-04-19 22:02:08 +0530 |
|---|---|---|
| committer | Harish Krupo <harishkrupo@gmail.com> | 2019-04-19 22:02:08 +0530 |
| commit | ea11878d00493b76f3bf4d6cf66ceef351c0a032 (patch) | |
| tree | bb9b8b861ea66d3abb2be33818290933d11053b5 /protocol | |
| parent | docs: Abort configure if docbook-xsl package is missing (diff) | |
| download | wayland-ea11878d00493b76f3bf4d6cf66ceef351c0a032.tar wayland-ea11878d00493b76f3bf4d6cf66ceef351c0a032.tar.gz wayland-ea11878d00493b76f3bf4d6cf66ceef351c0a032.tar.bz2 wayland-ea11878d00493b76f3bf4d6cf66ceef351c0a032.tar.lz wayland-ea11878d00493b76f3bf4d6cf66ceef351c0a032.tar.xz wayland-ea11878d00493b76f3bf4d6cf66ceef351c0a032.tar.zst wayland-ea11878d00493b76f3bf4d6cf66ceef351c0a032.zip | |
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 <harishkrupo@gmail.com>
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/wayland.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index b1c930d..f19c5b8 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. </description> </request> |
