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.
12 lines
222 B
XML
12 lines
222 B
XML
<schemalist>
|
|
<schema id='base'>
|
|
<key name='foo' type='s'>
|
|
<default>'bar'</default>
|
|
</key>
|
|
</schema>
|
|
|
|
<schema id='sub' extends='base'>
|
|
<override name='bar'>'baz'</override>
|
|
</schema>
|
|
</schemalist>
|