summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDanny Kukawka <danny.kukawka@web.de>2008-10-27 15:31:57 +0100
committerDanny Kukawka <danny.kukawka@web.de>2008-10-27 15:31:57 +0100
commitfc00f5d6cfa53293329abfedbbcf2ff6876b94af (patch)
tree91e0deb2ec8d5daacec0e5a0d28704e5d9a10af3 /doc
parentbc81484d64f3fd7b16c6b82219803432b7410c54 (diff)
added volume.(un)mount.valid_options to spec
Added volume.(un)mount.valid_options to spec, the properties are available since ages, but not documented in the spec.
Diffstat (limited to 'doc')
-rw-r--r--doc/spec/hal-spec-properties.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/spec/hal-spec-properties.xml b/doc/spec/hal-spec-properties.xml
index ad058d82..99605259 100644
--- a/doc/spec/hal-spec-properties.xml
+++ b/doc/spec/hal-spec-properties.xml
@@ -7415,6 +7415,28 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'}
</row>
<row>
<entry>
+ <literal>volume.mount.valid_options</literal> (string list)
+ </entry>
+ <entry>examples: ro, sync, noexec</entry>
+ <entry>
+ Yes, if the <literal>org.freedesktop.Hal.Device.Volume</literal> interface is
+ defined.
+ </entry>
+ <entry>List of the allowed (valid) mount options for the defined fstype.</entry>
+ </row>
+ <row>
+ <entry>
+ <literal>volume.unmount.valid_options</literal> (string list)
+ </entry>
+ <entry>examples: lazy</entry>
+ <entry>
+ No (only available if the <literal>org.freedesktop.Hal.Device.Volume</literal>
+ interface is defined)
+ </entry>
+ <entry>List of the allowed (valid) unmount options for the defined fstype.</entry>
+ </row>
+ <row>
+ <entry>
<literal>volume.fsversion</literal> (string)
</entry>
<entry>example: FAT32</entry>