summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-06-04 10:32:57 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-06-04 10:32:57 +0000
commitf63a68d621017f6ba41f14136622ce3ff68d6cd3 (patch)
treef59504939c9fd2d421543fd06e1f6d28da52c9f2 /audio
parent729824372e5d7fd1231c73afea1bea061dd85cc1 (diff)
Fix FindDeviceByAddress API description
Diffstat (limited to 'audio')
-rw-r--r--audio/audio-api.txt6
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()