Merge branch 'g-clear-pointer-no-side-effects' into 'master'
[glib.git] / gio / tests / schema-tests / wrong-category.gschema.xml
blobc54824833ab18dd4da44a91522cd3a5cca723fa6
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>