doc: Rename .InvalidArgs to .InvalidArguments

This commit is contained in:
Denis Kenzior 2019-10-24 10:47:15 -05:00
parent ad93ddd580
commit 2fa27e62b5
4 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@ Methods void Start(string ssid, string psk)
Possible errors: net.connman.iwd.Busy Possible errors: net.connman.iwd.Busy
net.connman.iwd.Failed net.connman.iwd.Failed
net.connman.iwd.InvalidArgs net.connman.iwd.InvalidArguments
net.connman.iwd.AlreadyExists net.connman.iwd.AlreadyExists
void Stop() void Stop()
@ -23,7 +23,7 @@ Methods void Start(string ssid, string psk)
Possible errors: net.connman.iwd.Busy Possible errors: net.connman.iwd.Busy
net.connman.iwd.Failed net.connman.iwd.Failed
net.connman.iwd.InvalidArgs net.connman.iwd.InvalidArguments
Properties boolean Started [readonly] Properties boolean Started [readonly]

View File

@ -12,7 +12,7 @@ Methods void Start(string ssid, string psk)
Possible errors: net.connman.iwd.Busy Possible errors: net.connman.iwd.Busy
net.connman.iwd.Failed net.connman.iwd.Failed
net.connman.iwd.InvalidArgs net.connman.iwd.InvalidArguments
net.connman.iwd.AlreadyExists net.connman.iwd.AlreadyExists
void StartOpen(string ssid) void StartOpen(string ssid)
@ -22,7 +22,7 @@ Methods void Start(string ssid, string psk)
Possible errors: net.connman.iwd.Busy Possible errors: net.connman.iwd.Busy
net.connman.iwd.Failed net.connman.iwd.Failed
net.connman.iwd.InvalidArgs net.connman.iwd.InvalidArguments
net.connman.iwd.AlreadyExists net.connman.iwd.AlreadyExists
void Stop() void Stop()
@ -33,7 +33,7 @@ Methods void Start(string ssid, string psk)
Possible errors: net.connman.iwd.Busy Possible errors: net.connman.iwd.Busy
net.connman.iwd.Failed net.connman.iwd.Failed
net.connman.iwd.InvalidArgs net.connman.iwd.InvalidArguments
Properties string[] ConnectedPeers [readonly] Properties string[] ConnectedPeers [readonly]

View File

@ -98,7 +98,7 @@ Methods void Scan()
Possible errors: net.connman.iwd.Busy Possible errors: net.connman.iwd.Busy
net.connman.iwd.Failed net.connman.iwd.Failed
net.connman.iwd.InvalidArgs net.connman.iwd.InvalidArguments
net.connman.iwd.NotConfigured net.connman.iwd.NotConfigured
net.connman.iwd.NotConnected net.connman.iwd.NotConnected
net.connman.iwd.NotFound net.connman.iwd.NotFound

View File

@ -57,7 +57,7 @@ Methods void PushButton()
net.connman.iwd.Aborted net.connman.iwd.Aborted
net.connman.iwd.Failed net.connman.iwd.Failed
net.connman.iwd.Busy net.connman.iwd.Busy
net.connman.iwd.InvalidArgs net.connman.iwd.InvalidArguments
net.connman.iwd.InvalidFormat net.connman.iwd.InvalidFormat
void Cancel() void Cancel()