summaryrefslogtreecommitdiff
path: root/doc/manager-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manager-api.txt')
-rw-r--r--doc/manager-api.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt
index 8bf4adca..80d81b50 100644
--- a/doc/manager-api.txt
+++ b/doc/manager-api.txt
@@ -22,13 +22,6 @@ Methods dict GetProperties()
Possible Errors: [service].Error.InvalidArguments
[service].Error.InvalidProperty
- string GetState()
-
- Return global connection state of a system. The
- same value is return via the State property.
-
- Possible Errors: [service].Error.InvalidArguments
-
void RequestScan(string type)
Request to trigger a scan for the specified
@@ -218,15 +211,6 @@ Signals PropertyChanged(string name, variant value)
This signal indicates a changed value of the given
property.
- StateChanged(string state)
-
- This signal is similar to the PropertyChanged signal
- for the State property.
-
- It exists for application state only care about the
- current state and so can avoid to be woken up when
- other details changes.
-
Properties string State [readonly]
The global connection state of a system. Possible