From 4d680430455cf3342d298d2ec277127650748c60 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sun, 24 May 2020 15:18:57 +0200 Subject: Add callback to command request for error handling --- protocol/river-window-management-unstable-v1.xml | 29 ++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) (limited to 'protocol') diff --git a/protocol/river-window-management-unstable-v1.xml b/protocol/river-window-management-unstable-v1.xml index 71b37b6..816e49d 100644 --- a/protocol/river-window-management-unstable-v1.xml +++ b/protocol/river-window-management-unstable-v1.xml @@ -29,12 +29,10 @@ + - - - - @@ -56,4 +54,27 @@ summary="the current tags of each view on the output"/> + + + + Exactly one of the success or failure events will be sent. + + + + + Send when the command has been successfully received and validated by + the server and will be carried out. + + + + + + Sent when the command could not be carried out. This could be due to + sending a non-existent command, no command, not enough arguments, too + many arguments, invalid arguments, etc. + + + + -- cgit v1.2.3