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
/
array-default-not-in-choices.gschema.xml
blob
b6fffc67d10b5e4737292d9c5b71d4490425ed1d
1
<schemalist>
2
<schema id="test">
3
<key name="test" type="as">
4
<choices>
5
<choice value="first" />
6
<choice value="last" />
7
</choices>
8
<default>["first","last","second"]</default>
9
</key>
10
</schema>
11
</schemalist>