diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-05-16 07:34:42 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-05-16 07:34:42 -0700 |
commit | 7260b267094d37ef067ed21a0252df361096148a (patch) | |
tree | 5316fdd68bb421216c1b0463b978dbbd76baff9f /doc | |
parent | 181ce0d308fd8dd997b1a85b97f41d66aeaaf9e4 (diff) | |
download | connman-7260b267094d37ef067ed21a0252df361096148a.tar.gz connman-7260b267094d37ef067ed21a0252df361096148a.tar.bz2 connman-7260b267094d37ef067ed21a0252df361096148a.zip |
Add special StateChanged signal
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manager-api.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt index 13ca3661..7f1924e1 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -62,6 +62,15 @@ 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 |