summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-api.txt
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-04-11 13:31:25 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-04-11 13:31:25 +0000
commitc1c8c6366c341a90c2f22741e52b225171a1d3c5 (patch)
treeb9b197e2000e418a89be3e77eb72a367f6e0f65a /hcid/dbus-api.txt
parente0a2f55119eae4b8670a748205525ecff9bda5ae (diff)
Add signals for adding and removing trust
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r--hcid/dbus-api.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt
index 5a30898f..b76c86c6 100644
--- a/hcid/dbus-api.txt
+++ b/hcid/dbus-api.txt
@@ -1152,6 +1152,14 @@ Signals void Started()
The object path of this signal contains which service
was stopped.
+ void TrustAdded(string address)
+
+ Sent when SetTrusted() is called.
+
+ void TrustRemoved(string address)
+
+ Sent when RemoveTrust() is called.
+
Security hierarchy
==================