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
/
choice-shadowed-alias.gschema.xml
blob
fb68e3282bf07a79b72ffc0c2ee5bb16c5664af4
1
<schemalist>
2
<schema id='org.gtk.test.schema'>
3
<key name='test' type='s'>
4
<choices>
5
<choice value='before'/>
6
<choice value='after'/>
7
</choices>
8
<aliases>
9
<alias value='before' target='after'/>
10
</aliases>
11
<default>'after'</default>
12
</key>
13
</schema>
14
</schemalist>