doc: No reply expected/wanted from Cancel/Release

This commit is contained in:
Denis Kenzior 2021-06-09 10:35:35 -05:00
parent eb84e29c81
commit 049cb701d0
1 changed files with 2 additions and 2 deletions

View File

@ -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