mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-09 09:48:03 +02:00
proto: fix wrong references to ei_callback in the pingpong interface
This commit is contained in:
parent
47467bfe0e
commit
11fb722e63
1 changed files with 2 additions and 2 deletions
|
|
@ -486,8 +486,8 @@
|
|||
|
||||
<request name="done" type="destructor" since="1">
|
||||
<description summary="done event">
|
||||
Notify the server when the related event is done. Immediately after this event
|
||||
the ei_callback object is destroyed by the client and as such must not be used
|
||||
Notify the server when the related event is done. Immediately after this request
|
||||
the ei_pingpong object is destroyed by the client and as such must not be used
|
||||
any further.
|
||||
</description>
|
||||
<arg name="callback_data" type="uint32" summary="request-specific data for the callback"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue