gio/tests/giomodule.c: Use G_MODULE_SUFFIX
[platform/upstream/glib.git] / gio / tests / schema-tests / key-in-list.gschema.xml
1 <schemalist>
2   <schema id='y'/>
3   <schema id='x' list-of='y'>
4     <key name='foo' type='s'/>
5   </schema>
6 </schemalist>