From 9a023fc495fe6171d98ee54ba0639e66161a5977 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 21 Dec 2012 18:15:42 +0100 Subject: [PATCH] doc: Add Release callback to OBEX agent API --- doc/obex-agent-api.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/obex-agent-api.txt b/doc/obex-agent-api.txt index 1eb5fcfa7..2a2edb698 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 -- 2.47.3