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

Revision 20910, 2.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        <schema>
4            <key>/schemas/apps/drivemount-applet/prefs/interval</key>
5            <owner>drivemount-applet</owner>
6            <type>int</type>
7            <default>10</default>
8            <locale name="C">
9                <short>Interval timeout to check mount point status</short>
10                <long>Time in seconds between status updates</long>
11            </locale>
12        </schema>
13        <schema>
14            <key>/schemas/apps/drivemount-applet/prefs/pixmap</key>
15            <owner>drivemount-applet</owner>
16            <type>int</type>
17            <default>0</default>
18            <locale name="C">
19                <short></short>
20                <long></long>
21            </locale>
22        </schema>
23        <schema>
24            <key>/schemas/apps/drivemount-applet/prefs/scale</key>
25            <owner>drivemount-applet</owner>
26            <type>bool</type>
27            <default>false</default>
28            <locale name="C">
29                <short></short>
30                <long></long>
31            </locale>
32        </schema>
33        <schema>
34            <key>/schemas/apps/drivemount-applet/prefs/auto_eject</key>
35            <owner>drivemount-applet</owner>
36            <type>bool</type>
37            <default>false</default>
38            <locale name="C">
39                <short></short>
40                <long></long>
41            </locale>
42        </schema>
43        <schema>
44            <key>/schemas/apps/drivemount-applet/prefs/mount_point</key>
45            <owner>drivemount-applet</owner>
46            <type>string</type>
47            <default>/mnt/floppy</default>
48            <locale name="C">
49                <short></short>
50                <long></long>
51            </locale>
52        </schema>
53        <schema>
54            <key>/schemas/apps/drivemount-applet/prefs/autofs_friendly</key>
55            <owner>drivemount-applet</owner>
56            <type>bool</type>
57            <default>false</default>
58            <locale name="C">
59                <short></short>
60                <long></long>
61            </locale>
62        </schema>
63    </schemalist>
64</gconfschemafile>
Note: See TracBrowser for help on using the repository browser.