mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
900a756e8f
Add support for extends='' and list-of='' tags to the <schema> element. The attributes are parsed and some sanity-checking is done but currently nothing happens as a result. Add some tests.
9 lines
151 B
XML
9 lines
151 B
XML
<schemalist>
|
|
<schema id='y'/>
|
|
<schema id='x' list-of='y'/>
|
|
|
|
<schema id='z' extends='x'>
|
|
<key name='foo' type='s'/>
|
|
</schema>
|
|
</schemalist>
|