mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
doc: Fix SignalLevelAgent API signatures
The Changed() method did not actually return anything, and in fact the no_reply flag for that message was set. Similarly, the Release method does not expect a reply.
This commit is contained in:
parent
d9c324a511
commit
051a911840
@ -171,7 +171,7 @@ Service unique name
|
||||
Interface net.connman.iwd.SignalLevelAgent
|
||||
Object path freely definable
|
||||
|
||||
Methods void Release(object device)
|
||||
Methods void Release(object device) [noreply]
|
||||
|
||||
This method gets called when the service daemon
|
||||
unregisters the agent. An agent can use it to do
|
||||
@ -179,7 +179,7 @@ Methods void Release(object device)
|
||||
agent, because when this method gets called it has
|
||||
already been unregistered.
|
||||
|
||||
string Changed(object device, uint8 level)
|
||||
void Changed(object device, uint8 level) [noreply]
|
||||
|
||||
This method gets called when the signal strength
|
||||
measurement for the device's connected network
|
||||
|
Loading…
Reference in New Issue
Block a user