mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
3628b0b499
Add <override> tag, more tests, and actually output the results of these new tags to the gschemas.compiled file.
18 lines
312 B
XML
18 lines
312 B
XML
<schemalist>
|
|
<schema id='a'>
|
|
<key name='foo' type='s'>
|
|
<default>''</default>
|
|
</key>
|
|
</schema>
|
|
|
|
<schema id='b' extends='a'>
|
|
<key name='bar' type='s'>
|
|
<default>''</default>
|
|
</key>
|
|
</schema>
|
|
|
|
<schema id='c' extends='a'>
|
|
<key name='foo' type='s'/>
|
|
</schema>
|
|
</schemalist>
|