diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-03-13 19:03:54 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-03-13 19:03:54 +0000 | 
| commit | e904071252acf524571b39b721e468a64e37f57e (patch) | |
| tree | 5c5fcbbaefc1c2efb57d9863e7c03946d12c4320 | |
| parent | e2bf1cb9f435d2d985cb3b219db7a8756bdf7f9b (diff) | |
The Release method doesn't need any parameters
| -rw-r--r-- | hcid/dbus-api.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index c5bbfaef..c28740e3 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -780,7 +780,7 @@ Methods		string Request(string path, string address)  			Possible errors: org.bluez.Error.Rejected  			                 org.bluez.Error.Canceled -		void Release(string path) +		void Release()  			This method gets called when the service daemon  			unregisters a passkey agent. An agent can use | 
