diff options
| -rw-r--r-- | network/network-api.txt | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/network/network-api.txt b/network/network-api.txt index f925bc18..c2d45da8 100644 --- a/network/network-api.txt +++ b/network/network-api.txt @@ -20,6 +20,7 @@ Methods		string CreateServer(string uuid)  			                 org.bluez.network.Error.Failed  		void RemoveServer(string path) +  			Removes the network server object for given path.  			Possible errors: org.bluez.network.Error.DoesNotExist @@ -83,9 +84,7 @@ Methods		string CreateServer(string uuid)  			Possible errors: org.bluez.network.Error.DoesNotExist -Signals - -		void ServerCreated(string path) +Signals		void ServerCreated(string path)  		void ServerRemoved(string path) @@ -148,7 +147,6 @@ Methods		string GetUUID()  			Returns the server properties. -  Signals		void Enabled()  		void Disabled() | 
