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
Merge branch 'g-clear-pointer-no-side-effects' into 'master'
[glib.git]
/
gio
/
tests
/
schema-tests
/
extend-and-shadow.gschema.xml
blob
79935b4f3ca0a162a277140595e62e0aed59fa0c
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='a'>
15
<key name='foo' type='s'/>
16
</schema>
17
</schemalist>