diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-19 14:04:58 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-19 14:04:58 +0000 |
commit | 4a94c79e4ae397d3c4b4ec9e8c6a76b0938dab59 (patch) | |
tree | c6e3a1ad6472866dff865a025f0a2295585f4535 /hcid/dbus-api.txt | |
parent | fa6a550673f30e6da10c0c4b62d5fedc1ebac787 (diff) |
Fix the listing of service based trusts
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r-- | hcid/dbus-api.txt | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index b1389bd0..be6116ac 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -1193,15 +1193,10 @@ Methods dict GetInfo() file. The Start and Stop methods are not applicable to external services and will return an error. - array{string} ListUsers() [experimental] + array{string} ListTrusts() [experimental] - Returns list of current users (device addresses) - of the service. - - void RemoveUser(string address) [experimental] - - Removes a user of the service. The address parameter - must match one of the current users of the service. + Returns a list of remote devices that are trusted + for the service. void SetTrusted(string address) [experimental] |