From 11fb722e63958f23339c5f7d5b7d0add05172bf8 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 27 Feb 2023 15:24:24 +1000 Subject: [PATCH] proto: fix wrong references to ei_callback in the pingpong interface --- proto/protocol.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/protocol.xml b/proto/protocol.xml index 178c8cf..82c0d46 100644 --- a/proto/protocol.xml +++ b/proto/protocol.xml @@ -486,8 +486,8 @@ - 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.