mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
6f7fb3744b
Bug #616102.
12 lines
258 B
XML
12 lines
258 B
XML
<schemalist>
|
|
<schema id="test">
|
|
<key name="test" type="s">
|
|
<choices>
|
|
<choice value="first" />
|
|
<choice value="last" />
|
|
</choices>
|
|
<default>"next-to-last"</default>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|