mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 04:40:06 +01:00
README: Another typo fix and some line wrap cleanup
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
2f06d21c60
commit
2400377661
1 changed files with 6 additions and 7 deletions
13
README
13
README
|
|
@ -57,9 +57,8 @@ Unstable protocols have a special naming convention in order to make it
|
|||
possible to make discoverable backward incompatible changes.
|
||||
|
||||
An unstable protocol has at least two versions; the major version which
|
||||
represents backward incompatible changes, and the minor versions
|
||||
which represent backward compatible changes to the interfaces in the
|
||||
protocol.
|
||||
represents backward incompatible changes, and the minor versions which
|
||||
represents backward compatible changes to the interfaces in the protocol.
|
||||
|
||||
The major version is part of the XML file name and the protocol name in
|
||||
the XML, while a minor version is the version attribute of the interfaces
|
||||
|
|
@ -71,10 +70,10 @@ postfixed with the major version number.
|
|||
|
||||
For example, an unstable protocol called foo-bar with major version 2
|
||||
containing the two interfaces wl_foo and wl_bar both minor version 1 will
|
||||
be placed in the directory +unstable/foo-bar/+
|
||||
consisting of one file called +README+ and one called
|
||||
+foo-bar-unstable-v2.xml+. The XML file will consist of two interfaces
|
||||
called +zwl_foo2+ and +zwl_bar2+ with the +version+ attribute set to +1+.
|
||||
be placed in the directory +unstable/foo-bar/+ consisting of one file
|
||||
called +README+ and one called +foo-bar-unstable-v2.xml+. The XML file
|
||||
will consist of two interfaces called +zwl_foo2+ and +zwl_bar2+ with the
|
||||
+version+ attribute set to +1+.
|
||||
|
||||
Unstable protocol changes
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue