summaryrefslogtreecommitdiff
path: root/drivemount/drivemount.schemas.in
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-14 18:24:48 -0300
committerPerberos <[email protected]>2011-11-14 18:24:48 -0300
commit312ba610a1e98fc656fb58178227d7d45a64494e (patch)
tree54a3c2b6084c80e63fb0526c6e7b8e01627acbd7 /drivemount/drivemount.schemas.in
downloadmate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.bz2
mate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.xz
initial
Diffstat (limited to 'drivemount/drivemount.schemas.in')
-rw-r--r--drivemount/drivemount.schemas.in64
1 files changed, 64 insertions, 0 deletions
diff --git a/drivemount/drivemount.schemas.in b/drivemount/drivemount.schemas.in
new file mode 100644
index 00000000..b078de25
--- /dev/null
+++ b/drivemount/drivemount.schemas.in
@@ -0,0 +1,64 @@
+<mateconfschemafile>
+ <schemalist>
+ <schema>
+ <key>/schemas/apps/drivemount-applet/prefs/interval</key>
+ <owner>drivemount-applet</owner>
+ <type>int</type>
+ <default>10</default>
+ <locale name="C">
+ <short>Interval timeout to check mount point status</short>
+ <long>Time in seconds between status updates</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/drivemount-applet/prefs/pixmap</key>
+ <owner>drivemount-applet</owner>
+ <type>int</type>
+ <default>0</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/drivemount-applet/prefs/scale</key>
+ <owner>drivemount-applet</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/drivemount-applet/prefs/auto_eject</key>
+ <owner>drivemount-applet</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/drivemount-applet/prefs/mount_point</key>
+ <owner>drivemount-applet</owner>
+ <type>string</type>
+ <default>/mnt/floppy</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/drivemount-applet/prefs/autofs_friendly</key>
+ <owner>drivemount-applet</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+ </schemalist>
+</mateconfschemafile>