From 5caaf45e2de89667a1ab6d2d637a8638800e4de7 Mon Sep 17 00:00:00 2001 From: Matilde Morrone Date: Sat, 22 Feb 2025 18:41:57 +0100 Subject: [PATCH] doc: Add guarantees about request/events naming Signed-off-by: Matilde Morrone --- doc/publican/protocol-interfaces-to-docbook.xsl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/publican/protocol-interfaces-to-docbook.xsl b/doc/publican/protocol-interfaces-to-docbook.xsl index f68216d5..dc812656 100644 --- a/doc/publican/protocol-interfaces-to-docbook.xsl +++ b/doc/publican/protocol-interfaces-to-docbook.xsl @@ -17,9 +17,10 @@ The protocol includes several interfaces which are used for interacting with the server. Each interface provides requests, events, and errors (which are really just special events) as described - above. Specific compositor implementations may have their own - interfaces provided as extensions, but there are several which are - always expected to be present. + above. Within the same interface each request and event is guaranteed + to have a unique name. Specific compositor implementations may have + their own interfaces provided as extensions, but there are several + which are always expected to be present.