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
/
flags-bad-default.gschema.xml
blob
d412057e114a3d97beb96208b9db8b9a426c06c3
1
<schemalist>
2
<flags id='flags'>
3
<value nick='none' value='0'/>
4
<value nick='mourning' value='1'/>
5
<value nick='laughing' value='2'/>
6
<value nick='talking' value='4'/>
7
<value nick='walking' value='8'/>
8
</flags>
9
10
<schema id='xyz'>
11
<key name='abc' flags='flags'>
12
<default>['speaking']</default>
13
</key>
14
</schema>
15
</schemalist>
16