diff options
| author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-05-15 12:13:24 +0000 | 
|---|---|---|
| committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-05-15 12:13:24 +0000 | 
| commit | f8afd4132d6a0feebe628be9faadb41cc5ca3b62 (patch) | |
| tree | fa55670eb5ed90d991e23ee80cdd9539f47a71b0 | |
| parent | ff60830c4a267eee547b5d2deff4b7e0c4f533c5 (diff) | |
Update CancelConnect documentation.
| -rw-r--r-- | network/network-api.txt | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/network/network-api.txt b/network/network-api.txt index 278ba8eb..9bdf5ca8 100644 --- a/network/network-api.txt +++ b/network/network-api.txt @@ -178,11 +178,13 @@ Methods		string GetAdapter()  			Possible errors: org.bluez.network.Error.ConnectionAttemptFailed  			                 org.bluez.network.Error.Failed -		string CancelConnect() +		void CancelConnect()  			Abort connection attempt in case of errors or  			timeouts in the client. +			Possible errors: org.bluez.network.Error.Failed +  		void Disconnect()  			Disconnects to host. | 
