Moving files to packaging and extracing new tarball.
[profile/ivi/glib2.git] / gio / tests / schema-tests / choice-alias.gschema.xml
1 <schemalist>
2   <schema id='org.gtk.test.schema'>
3     <key name='test' type='s'>
4       <choices>
5         <choice value='before'/>
6         <choice value='after'/>
7       </choices>
8       <aliases>
9         <alias value='pre' target='before'/>
10         <alias value='post' target='after'/>
11       </aliases>
12       <default>'after'</default>
13     </key>
14   </schema>
15 </schemalist>