[PATCH 3/4] Docking: Update specification for o.f.h.Device.DockStation interface

Holger Macht hmacht at suse.de
Thu Jan 31 12:02:00 PST 2008


Update the specification for the interface
org.freedesktop.Hal.Device.Dockstation with method 'Undock'.

Signed-off-by: Holger Macht <hmacht at suse.de>
---

diff --git a/doc/spec/hal-spec-interfaces.xml b/doc/spec/hal-spec-interfaces.xml
index ab1308b..e8f2a08 100644
--- a/doc/spec/hal-spec-interfaces.xml
+++ b/doc/spec/hal-spec-interfaces.xml
@@ -933,6 +933,42 @@ $ dbus-send --system --print-reply --dest=org.freedesktop.Hal \
     </para>
   </sect1>
 
+  <sect1 id="interface-dockstation">
+    <title>org.freedesktop.Hal.Device.DockStation interface</title>
+    <para>
+      This interface provides a mechanism to deal with dock stations.
+    </para>
+
+    <informaltable>
+      <tgroup cols="2">
+        <thead>
+          <row>
+            <entry>Method</entry>
+            <entry>Returns</entry>
+            <entry>Parameters</entry>
+            <entry>Throws</entry>
+            <entry>Description</entry>
+          </row>
+        </thead>
+        <tbody>
+          <row>
+            <entry>Undock</entry>
+            <entry>Int</entry>
+            <entry>Void</entry>
+            <entry>DockStation.NotDocked</entry>
+            <entry>
+	      Undock the system from a dock station
+            </entry>
+          </row>
+        </tbody>
+      </tgroup>
+    </informaltable>
+
+    <para>
+      This interface does not emit any signals.
+    </para>
+  </sect1>
+
   <sect1 id="interface-device-laptop-panel">
     <title>org.freedesktop.Hal.Device.LaptopPanel interface</title>
     <para>


More information about the hal mailing list