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
Update German translation
[glib.git]
/
gio
/
tests
/
schema-tests
/
choice-bad.gschema.xml
blob
4a2dbc22b40f08593774e5adbeaa4c3934d5b0ee
1
<schemalist>
2
<schema id='org.gtk.test.schema'>
3
<key name='test' type='s'>
4
<choices>
5
<choice value='who'/>
6
<choice value='what'/>
7
<choice value='where'/>
8
<choice value='when'/>
9
<choice value='why'/>
10
</choices>
11
<default>'how'</default>
12
</key>
13
</schema>
14
</schemalist>