From f63a68d621017f6ba41f14136622ce3ff68d6cd3 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 4 Jun 2007 10:32:57 +0000 Subject: Fix FindDeviceByAddress API description --- audio/audio-api.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/audio-api.txt b/audio/audio-api.txt index 19cefc69..175f62f3 100644 --- a/audio/audio-api.txt +++ b/audio/audio-api.txt @@ -39,11 +39,11 @@ Methods Returns list of headset objects that are configured. - array{string} FindDeviceByAddress(string address) + string FindDeviceByAddress(string address) Searches the list of available devices and returns the - first device which matchess address. If no device is - found returns a DoesNotExist error. + object path of the first device which matchess address. + If no device is found returns a DoesNotExist error. string DefaultHeadset() -- cgit