proto: fix a wrong interface reference: callback -> pingpong

This commit is contained in:
Peter Hutterer 2024-07-25 12:00:36 +10:00
parent 5331dc0bf2
commit a5dd5a5ee5

View file

@ -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.