aboutsummaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorMaxVerevkin <maxxverrr@gmail.com>2022-12-31 22:13:15 +0200
committerIsaac Freund <mail@isaacfreund.com>2022-12-31 23:22:47 +0100
commit174546615caca6243d5329905ee36404a57cfd23 (patch)
treeb13dc7cca114cdad1983eb658e2156d266364383 /protocol
parent609055e835ee30fc68ad73bbd04e5077e5ed04f5 (diff)
downloadriver-174546615caca6243d5329905ee36404a57cfd23.tar.gz
river-174546615caca6243d5329905ee36404a57cfd23.tar.xz
river-control: mark callback events as destructors
Diffstat (limited to 'protocol')
-rw-r--r--protocol/river-control-unstable-v1.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocol/river-control-unstable-v1.xml b/protocol/river-control-unstable-v1.xml
index b8faa45..aa5fc4d 100644
--- a/protocol/river-control-unstable-v1.xml
+++ b/protocol/river-control-unstable-v1.xml
@@ -63,7 +63,7 @@
by the compositor after one of the events is sent.
</description>
- <event name="success">
+ <event name="success" type="destructor">
<description summary="command successful">
Sent when the command has been successfully received and executed by
the compositor. Some commands may produce output, in which case the
@@ -72,7 +72,7 @@
<arg name="output" type="string" summary="the output of the command"/>
</event>
- <event name="failure">
+ <event name="failure" type="destructor">
<description summary="command failed">
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