From 5c5027129ae654846562825d1f0690ad6e594c4f Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 9 May 2007 14:04:20 +0000 Subject: Fix RemoveConnection documentation. --- network/network-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit