aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2010-02-12 16:16:31 -0200
committerMarcel Holtmann <marcel@holtmann.org>2010-02-12 20:39:53 +0100
commitff38bd9092d23d394a091b560f6eca35e3dfb0e0 (patch)
treee1a0eb546f5a50feb3d0e03d93c3f99e50e83fcb /doc
parentd9b3dff970f78d9774a4d36dc90119063f73ee9e (diff)
downloadbluez-ff38bd9092d23d394a091b560f6eca35e3dfb0e0.tar.gz
Add {deprecated} annotation to ListDevices()
Diffstat (limited to 'doc')
-rw-r--r--doc/adapter-api.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index 213bc02c..48cab405 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -80,9 +80,11 @@ Methods dict GetProperties()
Possible Errors: org.bluez.Error.DoesNotExist
org.bluez.Error.InvalidArguments
- array{object} ListDevices()
+ array{object} ListDevices() {deprecated}
Returns list of device object paths.
+ This method is deprecated, instead use the Devices
+ Property to get the list of devices object paths.
Possible errors: org.bluez.Error.InvalidArguments
org.bluez.Error.Failed