summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-07-31 14:16:11 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-07-31 14:16:11 +0000
commit6b73e8982c860eb59784458b9c10d0ef6b375099 (patch)
tree2c2208146cee4be114d2685478edf85576aaab66
parentceb7edf308040715ae57128c758bae154da5ac8e (diff)
Add TrustAdded and TrustChanged signals for the Adapter interface to the API documentation
-rw-r--r--hcid/dbus-api.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt
index 49031263..e387cd29 100644
--- a/hcid/dbus-api.txt
+++ b/hcid/dbus-api.txt
@@ -1126,6 +1126,13 @@ Signals void ModeChanged(string mode)
Signals that a bonding was removed.
+ void TrustAdded(string address)
+
+ Sent when SetTrusted() is called.
+
+ void TrustRemoved(string address)
+
+ Sent when RemoveTrust() is called.
Service hierarchy
=================