summaryrefslogtreecommitdiffstats
path: root/src/nfc/neard/org.neard.Tag.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/neard/org.neard.Tag.xml')
-rw-r--r--src/nfc/neard/org.neard.Tag.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/nfc/neard/org.neard.Tag.xml b/src/nfc/neard/org.neard.Tag.xml
new file mode 100644
index 00000000..d6cbaddd
--- /dev/null
+++ b/src/nfc/neard/org.neard.Tag.xml
@@ -0,0 +1,13 @@
+<!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.neard.Tag">
+ <method name="Write">
+ <arg name="attributes" type="a{sv}" direction="in"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
+ </method>
+ <method name="GetRawNDEF">
+ <arg name="NDEF" type="ay" direction="out"/>
+ </method>
+ </interface>
+</node>