mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-05 07:48:01 +02:00
proto: fix a wrong interface reference: callback -> pingpong
This commit is contained in:
parent
5331dc0bf2
commit
a5dd5a5ee5
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@
|
|||
<event name="ping" since="1">
|
||||
<description summary="ping event">
|
||||
The ping event asks the client to emit the 'done' event
|
||||
on the provided ei_callback object. Since requests are
|
||||
on the provided ei_pingpong object. Since requests are
|
||||
handled in-order and events are delivered in-order, this can
|
||||
be used as a synchronization point to ensure all previous requests
|
||||
and the resulting events have been handled.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue