glib/gio/tests/schema-tests/override-range-error.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
254 B
XML

<schemalist>
<schema id='base'>
<key name='ranged' type='i'>
<range min='0' max='22'/>
<default>10</default>
</key>
</schema>
<schema id='sub' extends='base'>
<override name='ranged'>77</override>
</schema>
</schemalist>