mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-10-31 19:46:16 +01:00
12 lines
270 B
XML
12 lines
270 B
XML
|
<schemalist>
|
||
|
<schema id="test">
|
||
|
<key name="test" type="as">
|
||
|
<choices>
|
||
|
<choice value="first" />
|
||
|
<choice value="last" />
|
||
|
</choices>
|
||
|
<default>["first","last","second"]</default>
|
||
|
</key>
|
||
|
</schema>
|
||
|
</schemalist>
|