diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2010-02-12 16:16:31 -0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-02-12 20:39:53 +0100 |
commit | ff38bd9092d23d394a091b560f6eca35e3dfb0e0 (patch) | |
tree | e1a0eb546f5a50feb3d0e03d93c3f99e50e83fcb /doc/adapter-api.txt | |
parent | d9b3dff970f78d9774a4d36dc90119063f73ee9e (diff) |
Add {deprecated} annotation to ListDevices()
Diffstat (limited to 'doc/adapter-api.txt')
-rw-r--r-- | doc/adapter-api.txt | 4 |
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 |