diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-27 13:28:14 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-27 13:28:14 +0000 |
commit | 8a4b3eedbb21fc9a88b3a3d2be42b2369b969f02 (patch) | |
tree | d498036d7e5badcaf1e25bfca4f39f6b0798d57c /audio/audio-api.txt | |
parent | 463995dde9f8a56e46ad3ae85f81962997b11ff3 (diff) |
Change ListDevices not to require any parameters
Diffstat (limited to 'audio/audio-api.txt')
-rw-r--r-- | audio/audio-api.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/audio-api.txt b/audio/audio-api.txt index 6a4041c0..c49b61b9 100644 --- a/audio/audio-api.txt +++ b/audio/audio-api.txt @@ -31,11 +31,10 @@ Methods Removes a device from the device tree. If there are any connections open to the device they will be closed. - array{string} ListDevices(array{string} interfaces) [experimental] + array{string} ListDevices() [experimental] Retuns an array of strings indicating the object paths - of available devices which implement as a minimum the - interfaces given through the parameter. + of available devices. string DefaultDevice() |