diff options
-rw-r--r-- | doc/device-api.txt | 2 | ||||
-rw-r--r-- | doc/manager-api.txt | 2 | ||||
-rw-r--r-- | doc/network-api.txt | 2 | ||||
-rw-r--r-- | doc/service-api.txt | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/device-api.txt b/doc/device-api.txt index af14f32f..72070c3b 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -20,7 +20,7 @@ Methods dict GetProperties() will be emitted. Possible Errors: [service].Error.InvalidArguments - [service].Error.DoesNotExist + [service].Error.InvalidProperty void JoinNetwork(dict network) diff --git a/doc/manager-api.txt b/doc/manager-api.txt index 8eb2262e..e864a83a 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -20,7 +20,7 @@ Methods dict GetProperties() will be emitted. Possible Errors: [service].Error.InvalidArguments - [service].Error.DoesNotExist + [service].Error.InvalidProperty object AddProfile(string name) diff --git a/doc/network-api.txt b/doc/network-api.txt index 1bb0f22f..96fe20fc 100644 --- a/doc/network-api.txt +++ b/doc/network-api.txt @@ -20,7 +20,7 @@ Methods dict GetProperties() will be emitted. Possible Errors: [service].Error.InvalidArguments - [service].Error.DoesNotExist + [service].Error.InvalidProperty Signals PropertyChanged(string name, variant value) diff --git a/doc/service-api.txt b/doc/service-api.txt index 0798f370..68661373 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -20,14 +20,14 @@ Methods dict GetProperties() will be emitted. Possible Errors: [service].Error.InvalidArguments - [service].Error.DoesNotExist + [service].Error.InvalidProperty void ClearProperty(string name) Clears the value of the specified property. Possible Errors: [service].Error.InvalidArguments - [service].Error.DoesNotExist + [service].Error.InvalidProperty void Connect() |