diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-06-04 10:32:57 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-06-04 10:32:57 +0000 |
commit | f63a68d621017f6ba41f14136622ce3ff68d6cd3 (patch) | |
tree | f59504939c9fd2d421543fd06e1f6d28da52c9f2 /audio/audio-api.txt | |
parent | 729824372e5d7fd1231c73afea1bea061dd85cc1 (diff) |
Fix FindDeviceByAddress API description
Diffstat (limited to 'audio/audio-api.txt')
-rw-r--r-- | audio/audio-api.txt | 6 |
1 files 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() |