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 '976-disable-assert-checks' into 'master'
[glib.git]
/
gio
/
tests
/
schema-tests
/
override-missing.gschema.xml
blob
9a3c781e7fc153d5c4e2103ac9f68b506995ebdd
1
<schemalist>
2
<schema id='base'>
3
<key name='foo' type='s'>
4
<default>'bar'</default>
5
</key>
6
</schema>
7
8
<schema id='sub' extends='base'>
9
<override name='bar'>'baz'</override>
10
</schema>
11
</schemalist>