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
/
extend-and-shadow-indirect.gschema.xml
blob
dc066dd3f006fedca4f60252400edba03b66f04e
1
<schemalist>
2
<schema id='a'>
3
<key name='foo' type='s'>
4
<default>''</default>
5
</key>
6
</schema>
7
8
<schema id='b' extends='a'>
9
<key name='bar' type='s'>
10
<default>''</default>
11
</key>
12
</schema>
13
14
<schema id='c' extends='b'>
15
<key name='foo' type='s'/>
16
</schema>
17
</schemalist>