From bb6ceac59219afb11180c15622ab58ca15a003b4 Mon Sep 17 00:00:00 2001 From: Ulisses Furquim Date: Fri, 27 Oct 2006 16:23:23 +0000 Subject: Complete the description of the Authorize() method --- hcid/dbus-api.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 68ccca57..4ef0d79e 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -1165,7 +1165,9 @@ Methods boolean Authorize(string adapter_path, string address, This method gets called when the service daemon wants to get an authorization for an action a remote device - is trying to perform. + is trying to perform. This method returns true if + the remote user is authorized to perform that action + and false otherwise. The adapter_path parameter is the object path of the local adapter. The address, service_path and action -- cgit