diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-10-02 19:45:27 -0300 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-10-02 19:45:27 -0300 |
commit | fc0c9d075db171849357a53a87de656c580c1876 (patch) | |
tree | fc1e4af9b32e8de21d2e2e724126e1882f16af5e /doc/input-api.txt | |
parent | acf2a8a0b31a273a49121c8380cc5ac65d8f4dfb (diff) |
Update documentation.
Diffstat (limited to 'doc/input-api.txt')
-rw-r--r-- | doc/input-api.txt | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/doc/input-api.txt b/doc/input-api.txt index 46de8387..d4b9ba1c 100644 --- a/doc/input-api.txt +++ b/doc/input-api.txt @@ -27,10 +27,26 @@ Methods void Connect() Possible errors: org.bluez.Error.Failed - bool IsConnected() + bool IsConnected() {deprecated} Returns the connection status. -Signals void Connected() + dict GetProperties() - void Disconnected() + Returns all properties for the interface. See the + properties section for available properties. + + Possible Errors: org.bluez.Error.InvalidArguments + +Signals void Connected() {deprecated} + + void Disconnected() {deprecated} + + PropertyChanged(string name, variant value) + + This signal indicates a changed value of the given + property. + +Properties boolean Connected [readonly] + + Indicates if the device is connected. |