diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-01-04 22:42:45 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-01-04 22:42:45 -0800 |
commit | 29b2c9556ff6965d3b688e2ff6483dd8ffd43519 (patch) | |
tree | f2ee081afe198b86658f893ef27b6eebf666d163 /doc | |
parent | 65afea87023cc3e3cec215c6f2f0fa1f1e250040 (diff) | |
download | connman-29b2c9556ff6965d3b688e2ff6483dd8ffd43519.tar.gz connman-29b2c9556ff6965d3b688e2ff6483dd8ffd43519.tar.bz2 connman-29b2c9556ff6965d3b688e2ff6483dd8ffd43519.zip |
Add framework for counter callbacks
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manager-api.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt index a50b4ef4..35477dc3 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -105,6 +105,18 @@ Methods dict GetProperties() Possible Errors: [service].Error.InvalidArguments + void RegisterCounter(object path, uint32 interval) + + Register a new counter for user notifications. + + Possible Errors: [service].Error.InvalidArguments + + void UnregisterCounter(object path) + + Unregister an existing counter. + + Possible Errors: [service].Error.InvalidArguments + Signals PropertyChanged(string name, variant value) This signal indicates a changed value of the given |