~ubuntu-branches/ubuntu/wily/bluez/wily

« back to all changes in this revision

Viewing changes to doc/manager-api.txt

ImportĀ upstreamĀ versionĀ 4.81

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
BlueZ D-Bus Manager API description
2
2
***********************************
3
3
 
4
 
Copyright (C) 2004-2008  Marcel Holtmann <marcel@holtmann.org>
 
4
Copyright (C) 2004-2010  Marcel Holtmann <marcel@holtmann.org>
5
5
Copyright (C) 2005-2006  Johan Hedberg <johan.hedberg@nokia.com>
6
6
Copyright (C) 2005-2006  Claudio Takahasi <claudio.takahasi@indt.org.br>
7
7
Copyright (C) 2006-2007  Luiz von Dentz <luiz.dentz@indt.org.br>
37
37
                        Possible errors: org.bluez.Error.InvalidArguments
38
38
                                         org.bluez.Error.NoSuchAdapter
39
39
 
40
 
                array{object} ListAdapters()
 
40
                array{object} ListAdapters() {deprecated}
41
41
 
42
 
                        Returns list of adapter object paths under /org/bluez
 
42
                        Returns list of adapter object paths under /org/bluez.
 
43
                        This method is deprecated, instead use the Adapters
 
44
                        Property to get the list of adapter object paths.
43
45
 
44
46
                        Possible errors: org.bluez.Error.InvalidArguments
45
47
                                         org.bluez.Error.Failed