From 049cb701d0469bf31c3e8f9610954aca2d9615b1 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 9 Jun 2021 10:35:35 -0500 Subject: [PATCH] doc: No reply expected/wanted from Cancel/Release --- doc/agent-api.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/agent-api.txt b/doc/agent-api.txt index e8461623..f3d8514e 100644 --- a/doc/agent-api.txt +++ b/doc/agent-api.txt @@ -29,7 +29,7 @@ Service unique name Interface net.connman.iwd.Agent Object path freely definable -Methods void Release() +Methods void Release() [noreply] This method gets called when the service daemon unregisters the agent. An agent can use it to do @@ -70,7 +70,7 @@ Methods void Release() Possible Errors: net.connman.iwd.Agent.Error.Canceled - void Cancel(string reason) + void Cancel(string reason) [noreply] This method gets called to indicate that the agent request failed before a reply was returned. The