repo.or.cz
/
glib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Update German translation
[glib.git]
/
gio
/
tests
/
schema-tests
/
override-range-error.gschema.xml
blob
4887ac3b0112308ee094986ff5c7efdaaeaaac6f
1
<schemalist>
2
<schema id='base'>
3
<key name='ranged' type='i'>
4
<range min='0' max='22'/>
5
<default>10</default>
6
</key>
7
</schema>
8
9
<schema id='sub' extends='base'>
10
<override name='ranged'>77</override>
11
</schema>
12
</schemalist>