summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2013-05-31 11:08:22 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2013-05-31 11:08:22 +0200
commitcd2b4ce78dade5f3c55f0b871d207592ab12f686 (patch)
treec6005f65a457aa0e6c4d51ebce820f2df725125e
parent513bff35fafad12e52ada10f3125f9968e8771e5 (diff)
downloadneard-cd2b4ce78dade5f3c55f0b871d207592ab12f686.tar.gz
neard-cd2b4ce78dade5f3c55f0b871d207592ab12f686.tar.bz2
neard-cd2b4ce78dade5f3c55f0b871d207592ab12f686.zip
doc: Fix NDEF agent GetNDEF prototype
GetNDEF does not return any dictionary, it takes one as a parameter.
-rw-r--r--doc/agent-api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/agent-api.txt b/doc/agent-api.txt
index 1500d81..758a803 100644
--- a/doc/agent-api.txt
+++ b/doc/agent-api.txt
@@ -97,7 +97,7 @@ Service unique name
Interface org.neard.NDEFAgent
Object path freely definable
-Methods dict GetNDEF(dict values) [experimental]
+Methods void GetNDEF(dict values) [experimental]
This method gets called when the service daemon
found an NDEF matching the registered type.