Added schema for background properties

This commit is contained in:
Bradford Hovinen (Gdict maintainer) 2001-12-07 00:04:00 +00:00
parent 669a1e2f3a
commit abd06447c9

View file

@ -0,0 +1,94 @@
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/background-properties/background_properties_test</key>
<applyto>/background-properties/background_properties_test</applyto>
<owner>background-properties</owner>
<type>string</type>
<default>test</default>
<locale name="C">
<short>Test value to make sure gconf is set up properly</short>
<long>Test value to make sure gconf is set up properly. Can be
safely ignored.</long>
</locale>
</schema>
<schema>
<key>/schemas/background-properties/enabled</key>
<applyto>/background-properties/enabled</applyto>
<owner>background-properties</owner>
<type>bool</type>
<default>test</default>
<locale name="C">
<short></short>
<long></long>
</locale>
</schema>
<schema>
<key>/schemas/background-properties/wallpaper-type</key>
<applyto>/background-properties/wallpaper-type</applyto>
<owner>background-properties</owner>
<type>int</type>
<default>test</default>
<locale name="C">
<short></short>
<long></long>
</locale>
</schema>
<schema>
<key>/schemas/background-properties/wallpaper-filename</key>
<applyto>/background-properties/wallpaper-filename</applyto>
<owner>background-properties</owner>
<type>string</type>
<default>test</default>
<locale name="C">
<short></short>
<long></long>
</locale>
</schema>
<schema>
<key>/schemas/background-properties/color1</key>
<applyto>/background-properties/color1</applyto>
<owner>background-properties</owner>
<type>string</type>
<default>test</default>
<locale name="C">
<short></short>
<long></long>
</locale>
</schema>
<schema>
<key>/schemas/background-properties/color2</key>
<applyto>/background-properties/color2</applyto>
<owner>background-properties</owner>
<type>string</type>
<default>test</default>
<locale name="C">
<short></short>
<long></long>
</locale>
</schema>
<schema>
<key>/schemas/background-properties/opacity</key>
<applyto>/background-properties/opacity</applyto>
<owner>background-properties</owner>
<type>bool</type>
<default>test</default>
<locale name="C">
<short></short>
<long></long>
</locale>
</schema>
<schema>
<key>/schemas/background-properties/orientation</key>
<applyto>/background-properties/orientation</applyto>
<owner>background-properties</owner>
<type>int</type>
<default>test</default>
<locale name="C">
<short></short>
<long></long>
</locale>
</schema>
</schemalist>
</gconfschemafile>