doc: Fix NDEF agent GetNDEF prototype
authorSamuel Ortiz <sameo@linux.intel.com>
Fri, 31 May 2013 09:08:22 +0000 (11:08 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 31 May 2013 09:08:22 +0000 (11:08 +0200)
GetNDEF does not return any dictionary, it takes one as a parameter.

doc/agent-api.txt

index 1500d81..758a803 100644 (file)
@@ -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.