[gnome-bluetooth] lib: Add missing direction to ObexAgent introspection



commit d1591a0020324c471c700d561a3ae7e9b9fc0f30
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Oct 6 15:25:13 2011 +0100

    lib: Add missing direction to ObexAgent introspection

 lib/obex-agent.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/lib/obex-agent.xml b/lib/obex-agent.xml
index 082ca95..b543bbc 100644
--- a/lib/obex-agent.xml
+++ b/lib/obex-agent.xml
@@ -4,19 +4,19 @@
   <interface name="org.openobex.Agent">
     <method name="Request">
       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
-      <arg type="o" name="transfer"/>
+      <arg type="o" name="transfer" direction="in"/>
       <arg type="s" name="name" direction="out"/>
     </method>
 
     <method name="Progress">
       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
-      <arg type="o" name="transfer"/>
-      <arg type="t" name="transferred"/>
+      <arg type="o" name="transfer" direction="in"/>
+      <arg type="t" name="transferred" direction="in"/>
     </method>
 
     <method name="Complete">
       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
-      <arg type="o" name="transfer"/>
+      <arg type="o" name="transfer" direction="in"/>
     </method>
 
     <method name="Release">
@@ -25,8 +25,8 @@
 
     <method name="Error">
       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
-      <arg type="o" name="transfer"/>
-      <arg type="s" name="message"/>
+      <arg type="o" name="transfer" direction="in"/>
+      <arg type="s" name="message" direction="in"/>
     </method>
   </interface>
 </node>



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