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
/
extend-wrong-list-indirect.gschema.xml
blob
a336db7299897f99b2cb1bd28e214d4249c6a8c9
1
<schemalist>
2
<schema id='x'/> <schema id='y'/>
3
<schema id='lx' list-of='x'/>
4
<schema id='lx2' extends='lx'/>
5
<schema id='ly' extends='lx2' list-of='y'/>
6
</schemalist>