Merge branch 'g-clear-pointer-no-side-effects' into 'master'
[glib.git] / gio / tests / schema-tests / array-default-not-in-choices.gschema.xml
blobb6fffc67d10b5e4737292d9c5b71d4490425ed1d
1 <schemalist>
2     <schema id="test">
3       <key name="test" type="as">
4         <choices>
5           <choice value="first" />
6           <choice value="last" />
7         </choices>
8         <default>["first","last","second"]</default>
9       </key>
10     </schema>
11 </schemalist>