diff options
Diffstat (limited to 'doc/input-api.txt')
| -rw-r--r-- | doc/input-api.txt | 10 | 
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. | 
