• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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>'pre'</default>
13    </key>
14  </schema>
15</schemalist>
16