Tizen 2.1 base
[platform/upstream/glib2.0.git] / gio / tests / schema-tests / range-low-default.gschema.xml
1 <schemalist>
2   <schema id='org.gtk.test.schema'>
3     <key name='test' type='i'>
4       <range min='22' max='27'/>
5       <default>21</default>
6     </key>
7   </schema>
8 </schemalist>