[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / gio / tests / schema-tests / array-default-not-in-choices.gschema.xml
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>