mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 04:32:37 +01:00
doc: Rename .InvalidArgs to .InvalidArguments
This commit is contained in:
parent
ad93ddd580
commit
2fa27e62b5
@ -12,7 +12,7 @@ Methods void Start(string ssid, string psk)
|
||||
|
||||
Possible errors: net.connman.iwd.Busy
|
||||
net.connman.iwd.Failed
|
||||
net.connman.iwd.InvalidArgs
|
||||
net.connman.iwd.InvalidArguments
|
||||
net.connman.iwd.AlreadyExists
|
||||
|
||||
void Stop()
|
||||
@ -23,7 +23,7 @@ Methods void Start(string ssid, string psk)
|
||||
|
||||
Possible errors: net.connman.iwd.Busy
|
||||
net.connman.iwd.Failed
|
||||
net.connman.iwd.InvalidArgs
|
||||
net.connman.iwd.InvalidArguments
|
||||
|
||||
Properties boolean Started [readonly]
|
||||
|
||||
|
@ -12,7 +12,7 @@ Methods void Start(string ssid, string psk)
|
||||
|
||||
Possible errors: net.connman.iwd.Busy
|
||||
net.connman.iwd.Failed
|
||||
net.connman.iwd.InvalidArgs
|
||||
net.connman.iwd.InvalidArguments
|
||||
net.connman.iwd.AlreadyExists
|
||||
|
||||
void StartOpen(string ssid)
|
||||
@ -22,7 +22,7 @@ Methods void Start(string ssid, string psk)
|
||||
|
||||
Possible errors: net.connman.iwd.Busy
|
||||
net.connman.iwd.Failed
|
||||
net.connman.iwd.InvalidArgs
|
||||
net.connman.iwd.InvalidArguments
|
||||
net.connman.iwd.AlreadyExists
|
||||
|
||||
void Stop()
|
||||
@ -33,7 +33,7 @@ Methods void Start(string ssid, string psk)
|
||||
|
||||
Possible errors: net.connman.iwd.Busy
|
||||
net.connman.iwd.Failed
|
||||
net.connman.iwd.InvalidArgs
|
||||
net.connman.iwd.InvalidArguments
|
||||
|
||||
Properties string[] ConnectedPeers [readonly]
|
||||
|
||||
|
@ -98,7 +98,7 @@ Methods void Scan()
|
||||
|
||||
Possible errors: net.connman.iwd.Busy
|
||||
net.connman.iwd.Failed
|
||||
net.connman.iwd.InvalidArgs
|
||||
net.connman.iwd.InvalidArguments
|
||||
net.connman.iwd.NotConfigured
|
||||
net.connman.iwd.NotConnected
|
||||
net.connman.iwd.NotFound
|
||||
|
@ -57,7 +57,7 @@ Methods void PushButton()
|
||||
net.connman.iwd.Aborted
|
||||
net.connman.iwd.Failed
|
||||
net.connman.iwd.Busy
|
||||
net.connman.iwd.InvalidArgs
|
||||
net.connman.iwd.InvalidArguments
|
||||
net.connman.iwd.InvalidFormat
|
||||
|
||||
void Cancel()
|
||||
|
Loading…
Reference in New Issue
Block a user