pkg-glib2.0/gio/tests/schema-tests/wrong-category.gschema.xml

8 lines
202 B
XML
Raw Normal View History

2023-07-04 11:23:22 +02:00
<schemalist>
<schema id="wrong-category" path="/tests/" gettext-domain="test">
<key name="test" type="s">
<default l10n="not-a-category">'foo'</default>
</key>
</schema>
</schemalist>