source: trunk/third/gnome-applets/mixer/mixer.schemas.in @ 20910

Revision 20910, 1.1 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20909, which included commits to RCS files with non-trunk default branches.
Line 
1<gconfschemafile>
2    <schemalist>
3                                                                               
4      <schema>
5        <key>/schemas/apps/mixer_applet/prefs/channel</key>
6        <owner>mixer-applet</owner>
7        <type>int</type>
8        <default>0</default>
9        <locale name="C">
10          <short>Channel controlled by applet. Only for OSS setups</short>
11        </locale>
12      </schema>
13 
14      <schema>
15        <key>/schemas/apps/mixer_applet/prefs/mute</key>
16        <owner>mixer-applet</owner>
17        <type>bool</type>
18        <default>false</default>
19        <locale name="C">
20          <short>Saved mute state</short>
21        </locale>
22      </schema>
23     
24      <schema>
25        <key>/schemas/apps/mixer_applet/prefs/vol</key>
26        <owner>mixer-applet</owner>
27        <type>int</type>
28        <default>-1</default>
29        <locale name="C">
30          <short>Saved volume to restore on startup</short>
31        </locale>
32      </schema>
33
34    </schemalist>
35                                                                               
36</gconfschemafile>
Note: See TracBrowser for help on using the repository browser.