summaryrefslogtreecommitdiffstats
path: root/src/nfc/maemo6/com.nokia.nfc.LLCPRequestor.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/maemo6/com.nokia.nfc.LLCPRequestor.xml')
-rw-r--r--src/nfc/maemo6/com.nokia.nfc.LLCPRequestor.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/nfc/maemo6/com.nokia.nfc.LLCPRequestor.xml b/src/nfc/maemo6/com.nokia.nfc.LLCPRequestor.xml
new file mode 100644
index 00000000..cf4f625a
--- /dev/null
+++ b/src/nfc/maemo6/com.nokia.nfc.LLCPRequestor.xml
@@ -0,0 +1,22 @@
+<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+<node name="/foo">
+ <interface name="com.nokia.nfc.LLCPRequestor">
+ <method name="Accept">
+ <arg type="v" direction="in"/>
+ <arg type="v" direction="in"/>
+ <arg type="h" direction="in"/>
+ <arg type="a{sv}" direction="in"/>
+ </method>
+ <method name="Connect">
+ <arg type="v" direction="in"/>
+ <arg type="v" direction="in"/>
+ <arg type="h" direction="in"/>
+ <arg type="a{sv}" direction="in"/>
+ </method>
+ <method name="Socket">
+ <arg type="v" direction="in"/>
+ <arg type="h" direction="in"/>
+ <arg type="a{sv}" direction="in"/>
+ </method>
+ </interface>
+</node>