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
/
default-in-aliases.gschema.xml
blob
81d639f15df17b7f7e3ebe8d2eaac74d1d918059
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='pre' target='before'/>
10
<alias value='post' target='after'/>
11
</aliases>
12
<default>'pre'</default>
13
</key>
14
</schema>
15
</schemalist>