mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-29 07:58:19 -04:00
doc: add frozen=true interface attribute
This is useful for scanners that use knowledge of the object creation hierarchy such as zig-wayland [1]. Currently zig-wayland uses a hardcoded list of frozen interfaces. [1]: https://codeberg.org/ifreund/zig-wayland Signed-off-by: Isaac Freund <mail@isaacfreund.com>
This commit is contained in:
parent
4d13366fcc
commit
a58bcd7481
3 changed files with 14 additions and 3 deletions
|
|
@ -4,6 +4,7 @@
|
|||
<!ELEMENT interface (description?,(request|event|enum)+)>
|
||||
<!ATTLIST interface name CDATA #REQUIRED>
|
||||
<!ATTLIST interface version CDATA #REQUIRED>
|
||||
<!ATTLIST interface frozen CDATA #IMPLIED>
|
||||
<!ELEMENT request (description?,arg*)>
|
||||
<!ATTLIST request name CDATA #REQUIRED>
|
||||
<!ATTLIST request type CDATA #IMPLIED>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue