[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / gio / tests / schema-tests / range-badtype.gschema.xml
1 <schemalist>
2   <schema id='org.gtk.test.schema'>
3     <key name='test' type='s'>
4       <range min='22' max='27'/>
5     </key>
6   </schema>
7 </schemalist>