diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2011-12-09 13:28:56 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-12-09 13:31:44 +0200 |
commit | d38c804e351cff07fab532ced0cc384383f908c0 (patch) | |
tree | b592548c56e62cfc2f3c6013d6e7e1758712969a /doc | |
parent | c47a82738cb4b120bf0a0c09a8c95f3a8ed63ea8 (diff) | |
download | connman-d38c804e351cff07fab532ced0cc384383f908c0.tar.gz connman-d38c804e351cff07fab532ced0cc384383f908c0.tar.bz2 connman-d38c804e351cff07fab532ced0cc384383f908c0.zip |
doc: Remove extra method and property for global state
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manager-api.txt | 16 |
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 |