gio/tests/giomodule.c: Use G_MODULE_SUFFIX
[platform/upstream/glib.git] / gio / tests / schema-tests / wrong-category.gschema.xml
1 <schemalist>
2   <schema id="wrong-category" path="/tests/" gettext-domain="test">
3     <key name="test" type="s">
4       <default l10n="not-a-category">'foo'</default>
5     </key>
6   </schema>
7 </schemalist>