diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-07-31 14:16:11 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-07-31 14:16:11 +0000 |
commit | 6b73e8982c860eb59784458b9c10d0ef6b375099 (patch) | |
tree | 2c2208146cee4be114d2685478edf85576aaab66 /hcid | |
parent | ceb7edf308040715ae57128c758bae154da5ac8e (diff) |
Add TrustAdded and TrustChanged signals for the Adapter interface to the API documentation
Diffstat (limited to 'hcid')
-rw-r--r-- | hcid/dbus-api.txt | 7 |
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 ================= |