[gnome-bluetooth] lib: Add missing "direction" in client XML



commit 00634ebd7bebec064e8e4e88c3bd07f716575de6
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Sep 28 15:29:44 2011 +0100

    lib: Add missing "direction" in client XML

 lib/bluetooth-client.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/lib/bluetooth-client.xml b/lib/bluetooth-client.xml
index 2326277..c3026bf 100644
--- a/lib/bluetooth-client.xml
+++ b/lib/bluetooth-client.xml
@@ -7,7 +7,7 @@
     </method>
 
     <method name="FindAdapter">
-      <arg type="s" name="pattern"/>
+      <arg type="s" name="pattern" direction="in"/>
       <arg type="o" direction="out"/>
     </method>
 
@@ -28,19 +28,19 @@
     </method>
 
     <method name="CreateDevice">
-      <arg type="s" name="address"/>
+      <arg type="s" name="address" direction="in"/>
       <arg type="o" direction="out"/>
     </method>
 
     <method name="CreatePairedDevice">
-      <arg type="s" name="address"/>
-      <arg type="o" name="agent"/>
-      <arg type="s" name="capability"/>
+      <arg type="s" name="address" direction="in"/>
+      <arg type="o" name="agent" direction="in"/>
+      <arg type="s" name="capability" direction="in"/>
       <arg type="o" direction="out"/>
     </method>
 
     <method name="RemoveDevice">
-      <arg type="o" name="device"/>
+      <arg type="o" name="device" direction="in"/>
     </method>
   </interface>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]