summaryrefslogtreecommitdiff
path: root/mixer/mixer.schemas.in
blob: 72d7d4e6cadc7a9a7a3c449aeeb8a5b48d8430a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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>