1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-01-21 03:36:16 +01:00
glib/gio/tests/schema-tests/default-not-in-choices.gschema.xml

12 lines
258 B
XML
Raw Normal View History

<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>