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.
This commit is contained in:
Ryan Lortie
2010-06-29 20:24:39 -04:00
parent 900a756e8f
commit 3628b0b499
11 changed files with 284 additions and 12 deletions

View File

@@ -0,0 +1,17 @@
<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>