proto: fix wrong references to ei_callback in the pingpong interface

This commit is contained in:
Peter Hutterer 2023-02-27 15:24:24 +10:00
parent 47467bfe0e
commit 11fb722e63

View file

@ -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"/>