summaryrefslogtreecommitdiff
path: root/doc/manager-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-03-30 07:24:33 +0200
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-04-11 17:02:27 +0300
commit0f4fe909f200db6077458dba07a459f8d294e6cc (patch)
treeaf34e3c0533a30a30d7b0025b8a02c863ae76a3a /doc/manager-api.txt
parent77d8047f68ec90b8b906265493283be16d22ff84 (diff)
downloadconnman-0f4fe909f200db6077458dba07a459f8d294e6cc.tar.gz
connman-0f4fe909f200db6077458dba07a459f8d294e6cc.tar.bz2
connman-0f4fe909f200db6077458dba07a459f8d294e6cc.zip
doc: Remove ServicesAddedd and ServiceRemoved signals
Diffstat (limited to 'doc/manager-api.txt')
-rw-r--r--doc/manager-api.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt
index ca8b9130..166d58aa 100644
--- a/doc/manager-api.txt
+++ b/doc/manager-api.txt
@@ -155,25 +155,6 @@ Signals TechnologyAdded(object path, dict properties)
The object path is no longer accessible after this
signal and only emitted for reference.
- ServicesAdded(array{object, dict})
-
- List of service that have been added. The array
- is a list of services that is sorted with existing
- services containing an empty dictionary and new
- services containing the properties.
-
- This signal will only inform about added services
- and in case that services get added and removed at
- the same time, a ServicesRemoved signal will be
- sent first.
-
- ServicesRemoved(array{object})
-
- Signals a list of services that are no longer valid.
-
- The object paths are no longer accessible after
- this signal and only emitted for reference.
-
ServicesChanged(array{object, dict}, array{object})
Signals a list of services that have been changed