GSettings: small internal refactor
[glib.git] / gio / tests / schema-tests / flags-with-enum-tag.gschema.xml
blob4b2fb9024e01f00536ad4148a05303ceed84c433
1 <schemalist>
2   <enum 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   </enum>
10   <schema id='foo'>
11     <key name='xyz' flags='flags'/>
12   </schema>
13 </schemalist>