From 341818bd8834d430652e4b0b3210335b9657ce8a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 1 Dec 2008 19:54:32 +0100 Subject: Remove deprecated methods and signals from input interface --- doc/input-api.txt | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'doc') 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. -- cgit