glib/gio/tests/schema-tests/extend-and-shadow-indirect.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

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='b'>
<key name='foo' type='s'/>
</schema>
</schemalist>