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
/
flags-with-enum-attr.gschema.xml
blob
a48547f1ca4b34f5e668037705fa1c7033daaa8f
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='foo'>
11
<key name='xyz' enum='flags'/>
12
</schema>
13
</schemalist>
14