hal: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Mon Oct 27 07:32:46 PDT 2008


 doc/spec/hal-spec-properties.xml |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

New commits:
commit fc00f5d6cfa53293329abfedbbcf2ff6876b94af
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Mon Oct 27 15:31:57 2008 +0100

    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.

diff --git a/doc/spec/hal-spec-properties.xml b/doc/spec/hal-spec-properties.xml
index ad058d8..9960525 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>


More information about the hal-commit mailing list