protocol: invalid_method is sent on malformed request
Currently libwayland sends a wl_display.invalid_method when arguments provided with a request are invalid (e.g. too short, see wl_client_connection_data). Clarify the protocol by adding that invalid_method can be sent on malformed request. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
6e5cedc20a
commit
4c2b737561
|
@ -91,7 +91,7 @@
|
|||
<entry name="invalid_object" value="0"
|
||||
summary="server couldn't find object"/>
|
||||
<entry name="invalid_method" value="1"
|
||||
summary="method doesn't exist on the specified interface"/>
|
||||
summary="method doesn't exist on the specified interface or malformed request"/>
|
||||
<entry name="no_memory" value="2"
|
||||
summary="server is out of memory"/>
|
||||
<entry name="implementation" value="3"
|
||||
|
|
Loading…
Reference in New Issue
Block a user