forked from mirror/waf
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
548 B
XML
17 lines
548 B
XML
<schemalist>
|
|
<schema id="org.gsettings.test" path="/tests/" gettext-domain="test">
|
|
<key name="greeting" type="s">
|
|
<default l10n="messages">"Hello, earthlings"</default>
|
|
<summary>A greeting</summary>
|
|
<description>
|
|
Greeting of the invading martians
|
|
</description>
|
|
</key>
|
|
|
|
<key name="build-system" enum="org.gsettings.test.BuildSystemType">
|
|
<!-- Uncomment to test schema error handling -->
|
|
<!-- <default>'moose'</default> -->
|
|
<default>'waf'</default>
|
|
</key>
|
|
</schema>
|
|
</schemalist> |