doc: Add guarantees about request/events naming

Signed-off-by: Matilde Morrone <contact@morrone.dev>
This commit is contained in:
Matilde Morrone 2025-02-22 18:41:57 +01:00
parent 53fbc2b0c1
commit 5caaf45e2d

View file

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