diff options
| author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-05-09 14:04:20 +0000 | 
|---|---|---|
| committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-05-09 14:04:20 +0000 | 
| commit | 5c5027129ae654846562825d1f0690ad6e594c4f (patch) | |
| tree | 51a44d2d80b5618439e9ff952a5680ca2a31cbb7 | |
| parent | f0f6c6e23591320ce33f748ecbde483d431df46c (diff) | |
Fix RemoveConnection documentation.
| -rw-r--r-- | network/network-api.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/network/network-api.txt b/network/network-api.txt index efbe6ca5..d939d8a1 100644 --- a/network/network-api.txt +++ b/network/network-api.txt @@ -46,7 +46,7 @@ Methods		string CreateServer(string uuid)  					org.bluez.network.Error.ConnectionAttemptFailed  					org.bluez.network.Error.Failed -		string RemoveConnection(string path) +		void RemoveConnection(string path)  			Removes a network connection object for a given path. | 
