diff options
author | Ulisses Furquim <ulissesf@gmail.com> | 2006-10-25 12:05:37 +0000 |
---|---|---|
committer | Ulisses Furquim <ulissesf@gmail.com> | 2006-10-25 12:05:37 +0000 |
commit | 6550afc2fe40790b248b52225641e49ba760dc0e (patch) | |
tree | 03087618671c503182965ba64211a143353a391c | |
parent | 30614a15c6252a02bf169e8f86c3fd2ce598dd52 (diff) |
Fix Service interface API
-rw-r--r-- | hcid/dbus-api.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 546ae7ac..82ecb19f 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -970,7 +970,7 @@ Service hierarchy (experimental) Service org.bluez Interface org.bluez.Service -Object path /org/bluez +Object path one path returned by org.bluez.Manager.ListServices() Methods array{string} GetInterfaceNames() @@ -986,7 +986,7 @@ Methods array{string} GetInterfaceNames() boolean IsRunning() - array{string} ListUsers(string address) + array{string} ListUsers() void RemoveUser(string address) |