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 2026-02-01 13:07:48 +00:00
commit c5374a44d7

View file

@ -17,9 +17,10 @@
The protocol includes several interfaces which are used for The protocol includes several interfaces which are used for
interacting with the server. Each interface provides requests, interacting with the server. Each interface provides requests,
events, and errors (which are really just special events) as described events, and errors (which are really just special events) as described
above. Specific compositor implementations may have their own above. Within the same interface each request and event is guaranteed
interfaces provided as extensions, but there are several which are to have a unique name. Specific compositor implementations may have
always expected to be present. their own interfaces provided as extensions, but there are several
which are always expected to be present.
</para> </para>
<para> <para>