mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +01:00
gschema.dtd: Add target attribute to alias
The implementation requires it, but the DTD doesn’t even mention it.
This commit is contained in:
parent
3f40ca54b0
commit
05ea79d529
@ -62,7 +62,8 @@
|
||||
<!ELEMENT aliases (alias+) >
|
||||
<!-- each alias element specifies an alias for one of the possible values -->
|
||||
<!ELEMENT alias EMPTY >
|
||||
<!ATTLIST alias value CDATA #REQUIRED >
|
||||
<!ATTLIST alias value CDATA #REQUIRED
|
||||
target CDATA #REQUIRED >
|
||||
|
||||
<!ELEMENT child EMPTY >
|
||||
<!ATTLIST child name CDATA #REQUIRED
|
||||
|
Loading…
x
Reference in New Issue
Block a user