From 6550afc2fe40790b248b52225641e49ba760dc0e Mon Sep 17 00:00:00 2001 From: Ulisses Furquim Date: Wed, 25 Oct 2006 12:05:37 +0000 Subject: Fix Service interface API --- hcid/dbus-api.txt | 4 ++-- 1 file 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) -- cgit