glib/gio/tests/schema-tests/choice.gschema.xml

15 lines
335 B
XML
Raw Normal View History

<schemalist>
<schema id='org.gtk.test.schema'>
<key name='test' type='s'>
<default>'who'</default>
<choices>
<choice value='who'/>
<choice value='what'/>
<choice value='where'/>
<choice value='when'/>
<choice value='why'/>
</choices>
</key>
</schema>
</schemalist>