summaryrefslogtreecommitdiff
path: root/mixer/mixer.schemas.in
diff options
context:
space:
mode:
Diffstat (limited to 'mixer/mixer.schemas.in')
-rw-r--r--mixer/mixer.schemas.in36
1 files changed, 36 insertions, 0 deletions
diff --git a/mixer/mixer.schemas.in b/mixer/mixer.schemas.in
new file mode 100644
index 00000000..72d7d4e6
--- /dev/null
+++ b/mixer/mixer.schemas.in
@@ -0,0 +1,36 @@
+<mateconfschemafile>
+ <schemalist>
+
+ <schema>
+ <key>/schemas/apps/mixer_applet/prefs/channel</key>
+ <owner>mixer-applet</owner>
+ <type>int</type>
+ <default>0</default>
+ <locale name="C">
+ <short>Channel controlled by applet. Only for OSS setups</short>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mixer_applet/prefs/mute</key>
+ <owner>mixer-applet</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Saved mute state</short>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mixer_applet/prefs/vol</key>
+ <owner>mixer-applet</owner>
+ <type>int</type>
+ <default>-1</default>
+ <locale name="C">
+ <short>Saved volume to restore on startup</short>
+ </locale>
+ </schema>
+
+ </schemalist>
+
+</mateconfschemafile>