summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/org.openobex.agent.xml
diff options
context:
space:
mode:
authorMichael Zanetti <michael.zanetti@nokia.com>2011-08-24 14:09:22 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2011-08-24 14:10:36 +1000
commit29ba8297443cf76d4f647bde329d62c2a567c709 (patch)
tree88875199053cd88b3b3521c829277f209e815159 /src/bluetooth/bluez/org.openobex.agent.xml
Initial commit.
From qt5connectivity.tar.gz, md5 317c149d6f8c07d09632353188582834
Diffstat (limited to 'src/bluetooth/bluez/org.openobex.agent.xml')
-rw-r--r--src/bluetooth/bluez/org.openobex.agent.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/bluetooth/bluez/org.openobex.agent.xml b/src/bluetooth/bluez/org.openobex.agent.xml
new file mode 100644
index 00000000..d21f3149
--- /dev/null
+++ b/src/bluetooth/bluez/org.openobex.agent.xml
@@ -0,0 +1,24 @@
+<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
+"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+<node>
+ <interface name="org.openobex.Agent">
+ <method name="Release">
+ </method>
+ <method name="Request">
+ <arg type="o" direction="in"/>
+ <arg type="s" direction="out"/>
+ </method>
+ <method name="Progress">
+ <arg type="o" direction="in"/>
+ <arg type="t" direction="in"/>
+ </method>
+ <method name="Complete">
+ <arg type="o" direction="in"/>
+ </method>
+ <method name="Error">
+ <arg type="o" direction="in"/>
+ <arg type="s" direction="in"/>
+ </method>
+ </interface>
+</node>
+