summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-01 19:54:32 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-01 19:54:32 +0100
commit341818bd8834d430652e4b0b3210335b9657ce8a (patch)
tree1910239a5eb59c5990d8323076657a6b02b6edff /doc
parent5112255d4578887d616560ece01474de1b5d0c12 (diff)
Remove deprecated methods and signals from input interface
Diffstat (limited to 'doc')
-rw-r--r--doc/input-api.txt10
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/input-api.txt b/doc/input-api.txt
index d4b9ba1c..38310ce4 100644
--- a/doc/input-api.txt
+++ b/doc/input-api.txt
@@ -27,10 +27,6 @@ Methods void Connect()
Possible errors: org.bluez.Error.Failed
- bool IsConnected() {deprecated}
-
- Returns the connection status.
-
dict GetProperties()
Returns all properties for the interface. See the
@@ -38,11 +34,7 @@ Methods void Connect()
Possible Errors: org.bluez.Error.InvalidArguments
-Signals void Connected() {deprecated}
-
- void Disconnected() {deprecated}
-
- PropertyChanged(string name, variant value)
+Signals PropertyChanged(string name, variant value)
This signal indicates a changed value of the given
property.