gschema-test/config/ws.backbone.gschema-test.gs...

24 lines
854 B
XML

<schemalist>
<schema id="ws.backbone.gschema-test-@MAJOR@" path="/ws/backbone/gschema-test-@MAJOR@/" gettext-domain="gschema-test-@MAJOR@">
<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="bottles-of-beer" type="i">
<default>99</default>
<summary>Bottles of beer</summary>
<description>Number of bottles of beer on the wall</description>
</key>
<key name="lighting" type="b">
<default>false</default>
<summary>Is the light switched on?</summary>
<description>State of an imaginary light switch.</description>
</key>
</schema>
</schemalist>