mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-05-07 18:57:27 +02: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
|
Interface net.connman.iwd.SignalLevelAgent
|
||||||
Object path freely definable
|
Object path freely definable
|
||||||
|
|
||||||
Methods void Release(object device)
|
Methods void Release(object device) [noreply]
|
||||||
|
|
||||||
This method gets called when the service daemon
|
This method gets called when the service daemon
|
||||||
unregisters the agent. An agent can use it to do
|
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
|
agent, because when this method gets called it has
|
||||||
already been unregistered.
|
already been unregistered.
|
||||||
|
|
||||||
string Changed(object device, uint8 level)
|
void Changed(object device, uint8 level) [noreply]
|
||||||
|
|
||||||
This method gets called when the signal strength
|
This method gets called when the signal strength
|
||||||
measurement for the device's connected network
|
measurement for the device's connected network
|
||||||
|
Loading…
x
Reference in New Issue
Block a user