glib/gio/tests/schema-tests/wrong-category.gschema.xml

8 lines
202 B
XML
Raw Normal View History

<schemalist>
<schema id="wrong-category" path="/tests/" gettext-domain="test">
<key name="test" type="s" l10n="not-a-category">
<default>'foo'</default>
</key>
</schema>
</schemalist>