proto: mark the explanation in disconnect as nullable

This is the only string in the current protocol that is nullable and our
DTD allows for that so it's not even an API break. Yay.

Closes #54
This commit is contained in:
Peter Hutterer 2024-07-24 13:25:17 +10:00
parent 4059820391
commit 267716a760

View file

@ -313,7 +313,7 @@
</description>
<arg name="last_serial" type="uint32" summary="the last serial sent by the EIS implementation"/>
<arg name="reason" type="uint32" enum="disconnect_reason" summary="the reason for being disconnected"/>
<arg name="explanation" type="string" summary="an explanation for debugging purposes"/>
<arg name="explanation" type="string" allow-null="true" summary="an explanation for debugging purposes"/>
</event>
<event name="seat" since="1">