glib/gio/tests/schema-tests/override-twice.gschema.xml
Ryan Lortie 3628b0b499 GSettings: add <override>, tests, modify output
Add <override> tag, more tests, and actually output the results of these
new tags to the gschemas.compiled file.
2010-06-29 20:24:39 -04:00

13 lines
264 B
XML

<schemalist>
<schema id='base'>
<key name='foo' type='s'>
<default>'bar'</default>
</key>
</schema>
<schema id='sub' extends='base'>
<override name='foo'>'baz'</override>
<override name='foo'>'baz'</override>
</schema>
</schemalist>