pkg-glib2.0/gio/tests/schema-tests/array-default-not-in-choices.gschema.xml

12 lines
270 B
XML
Raw Permalink Normal View History

2023-07-04 11:23:22 +02:00
<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>