summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-01 19:50:15 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-01 19:50:15 +0100
commit5112255d4578887d616560ece01474de1b5d0c12 (patch)
treef6186e67515fd502cb92568a3af96db607580227 /doc
parenta9aef73a05fe26cc930fa9f73116ce5ae97f5b98 (diff)
Remove deprecated methods and signals from network interface
Diffstat (limited to 'doc')
-rw-r--r--doc/network-api.txt10
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/network-api.txt b/doc/network-api.txt
index 88b1be1a..72711931 100644
--- a/doc/network-api.txt
+++ b/doc/network-api.txt
@@ -29,20 +29,12 @@ Methods string Connect(string uuid)
Possible errors: org.bluez.Error.Failed
- bool IsConnected() {deprecated}
-
- Returns the connection status.
-
dict GetProperties()
Returns all properties for the interface. See the
properties section for available properties.
-Signals void Connected(string device, string uuid) {deprecated}
-
- void Disconnected(string device) {deprecated}
-
- PropertyChanged(string name, variant value)
+Signals PropertyChanged(string name, variant value)
This signal indicates a changed value of the given
property.