diff options
author | Ulisses Furquim <ulissesf@gmail.com> | 2006-10-27 16:23:23 +0000 |
---|---|---|
committer | Ulisses Furquim <ulissesf@gmail.com> | 2006-10-27 16:23:23 +0000 |
commit | bb6ceac59219afb11180c15622ab58ca15a003b4 (patch) | |
tree | 4055b9e68f3d92bc03a7505ef0e36aeddb1860e7 /hcid | |
parent | 1eb7cf148f41c6c8bb25f828e8f329b7a3c606d1 (diff) |
Complete the description of the Authorize() method
Diffstat (limited to 'hcid')
-rw-r--r-- | hcid/dbus-api.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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 |