mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-25 06:59:46 -05:00
docs: Consistency fixes
Say 'object ID' throughout.
This commit is contained in:
parent
390e7a7a42
commit
8d0b577310
1 changed files with 3 additions and 3 deletions
|
|
@ -9,15 +9,15 @@
|
||||||
<title>Basic Principles</title>
|
<title>Basic Principles</title>
|
||||||
<para>
|
<para>
|
||||||
The wayland protocol is an asynchronous object oriented protocol. All
|
The wayland protocol is an asynchronous object oriented protocol. All
|
||||||
requests are method invocations on some object. The request include
|
requests are method invocations on some object. The requests include
|
||||||
an object id that uniquely identifies an object on the server. Each
|
an object ID that uniquely identifies an object on the server. Each
|
||||||
object implements an interface and the requests include an opcode that
|
object implements an interface and the requests include an opcode that
|
||||||
identifies which method in the interface to invoke.
|
identifies which method in the interface to invoke.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
The server sends back events to the client, each event is emitted from
|
The server sends back events to the client, each event is emitted from
|
||||||
an object. Events can be error conditions. The event includes the
|
an object. Events can be error conditions. The event includes the
|
||||||
object id and the event opcode, from which the client can determine
|
object ID and the event opcode, from which the client can determine
|
||||||
the type of event. Events are generated both in response to requests
|
the type of event. Events are generated both in response to requests
|
||||||
(in which case the request and the event constitutes a round trip) or
|
(in which case the request and the event constitutes a round trip) or
|
||||||
spontaneously when the server state changes.
|
spontaneously when the server state changes.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue