mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
doc: Add guarantees about request/events naming
Signed-off-by: Matilde Morrone <contact@morrone.dev>
This commit is contained in:
parent
53fbc2b0c1
commit
5caaf45e2d
1 changed files with 4 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue