mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
3628b0b499
Add <override> tag, more tests, and actually output the results of these new tags to the gschemas.compiled file.
13 lines
254 B
XML
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>
|