Merge branch 'doc/requests-naming' into 'main'

doc: Add guarantees about request/events naming

See merge request wayland/wayland!459
This commit is contained in:
Matilde Morrone 2025-09-19 04:50:34 +00:00
commit 3270d7a1c6

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>