From 2fa27e62b50a73305190ae3109deffcba8a74a8c Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 24 Oct 2019 10:47:15 -0500 Subject: [PATCH] doc: Rename .InvalidArgs to .InvalidArguments --- doc/access-point-api.txt | 4 ++-- doc/adhoc-api.txt | 6 +++--- doc/station-api.txt | 2 +- doc/wsc-api.txt | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/access-point-api.txt b/doc/access-point-api.txt index 619f452c..408e2587 100644 --- a/doc/access-point-api.txt +++ b/doc/access-point-api.txt @@ -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] diff --git a/doc/adhoc-api.txt b/doc/adhoc-api.txt index d8158070..a7370384 100644 --- a/doc/adhoc-api.txt +++ b/doc/adhoc-api.txt @@ -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] diff --git a/doc/station-api.txt b/doc/station-api.txt index 7d1e210d..1beaf0e3 100644 --- a/doc/station-api.txt +++ b/doc/station-api.txt @@ -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 diff --git a/doc/wsc-api.txt b/doc/wsc-api.txt index 3480064b..1867be3b 100644 --- a/doc/wsc-api.txt +++ b/doc/wsc-api.txt @@ -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()