diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-06-12 08:36:06 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-06-12 08:36:06 +0000 |
commit | 645b2dbd1f6071102e4cc18c2ff32a236883ff76 (patch) | |
tree | 9a6feac2c615fcc90d2948297959091d7c6ad5df /audio/audio-api.txt | |
parent | e703434f83af5a41cb2f27604aedc8b2d15024e2 (diff) |
Mark some methods and signals as experimental
Diffstat (limited to 'audio/audio-api.txt')
-rw-r--r-- | audio/audio-api.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/audio-api.txt b/audio/audio-api.txt index 175f62f3..355f4cfe 100644 --- a/audio/audio-api.txt +++ b/audio/audio-api.txt @@ -12,7 +12,7 @@ org.bluez.audio.Manager interface Object path /org/bluez/audio Methods - string CreateDevice(string address, array{string} interfaces) + string CreateDevice(string address, array{string} interfaces) [experimental] Creates a new audio device object. If not yet done, this method will perform a SDP query on the remote @@ -24,12 +24,12 @@ Methods device does not support all of the interfaces listed in the interfaces parameter. - void RemoveDevice(string path) + void RemoveDevice(string path) [experimental] 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) + array{string} ListDevices(array{string} interfaces) [experimental] Retuns an array of strings indicating the object paths of available devices which implement as a minimum the @@ -39,7 +39,7 @@ Methods Returns list of headset objects that are configured. - string FindDeviceByAddress(string address) + string FindDeviceByAddress(string address) [experimental] Searches the list of available devices and returns the object path of the first device which matchess address. @@ -64,11 +64,11 @@ Methods related to it. Signals - void DeviceCreated(string path) + void DeviceCreated(string path) [experimental] Sent when a new device object has been created. - void DeviceRemoved(string path) + void DeviceRemoved(string path) [experimental] Sent when a device object has been removed. @@ -90,7 +90,7 @@ org.bluez.audio.Device interface Object path(s) /org/bluez/audio/device* -Methods string GetAddress() +Methods string GetAddress() [experimental] Returns the Bluetooth address of the remote device. |