Diff between 4f95148bd4b1df0b4d14a2530cb0cfd1ffc3029c and 9a023fc495fe6171d98ee54ba0639e66161a5977

Changed Files

File Additions Deletions Status
doc/obex-agent-api.txt +9 -1 modified

Full Patch

diff --git a/doc/obex-agent-api.txt b/doc/obex-agent-api.txt
index 1eb5fcf..2a2edb6 100644
--- a/doc/obex-agent-api.txt
+++ b/doc/obex-agent-api.txt
@@ -33,7 +33,15 @@ Service		unique name
 Interface	org.bluez.obex.Agent1
 Object path	freely definable
 
-Methods		string Authorize(object transfer, string bt_address, string name,
+Methods		void Release()
+
+			This method gets called when the service daemon
+			unregisters the agent. An agent can use it to do
+			cleanup tasks. There is no need to unregister the
+			agent, because when this method gets called it has
+			already been unregistered.
+
+		string Authorize(object transfer, string address, string name,
 					string type, int32 length, int32 time)
 
 			This method gets called when the service daemon