river-control: mark callback events as destructors

This commit is contained in:
MaxVerevkin 2022-12-31 22:13:15 +02:00 committed by Isaac Freund
parent 609055e835
commit 174546615c
No known key found for this signature in database
GPG Key ID: 86DED400DDFD7A11

View File

@ -63,7 +63,7 @@
by the compositor after one of the events is sent. by the compositor after one of the events is sent.
</description> </description>
<event name="success"> <event name="success" type="destructor">
<description summary="command successful"> <description summary="command successful">
Sent when the command has been successfully received and executed by Sent when the command has been successfully received and executed by
the compositor. Some commands may produce output, in which case the 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"/> <arg name="output" type="string" summary="the output of the command"/>
</event> </event>
<event name="failure"> <event name="failure" type="destructor">
<description summary="command failed"> <description summary="command failed">
Sent when the command could not be carried out. This could be due to 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 sending a non-existent command, no command, not enough arguments, too