mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-05 17:08:02 +02:00
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:
parent
4059820391
commit
267716a760
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue