1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-02-17 15:57:16 +01:00
glib/gio/tests/schema-tests/default-in-aliases.gschema.xml

16 lines
369 B
XML
Raw Normal View History

<schemalist>
<schema id='org.gtk.test.schema'>
<key name='test' type='s'>
<choices>
<choice value='before'/>
<choice value='after'/>
</choices>
<aliases>
<alias value='pre' target='before'/>
<alias value='post' target='after'/>
</aliases>
<default>'pre'</default>
</key>
</schema>
</schemalist>