diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2012-12-04 14:42:05 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-12-04 14:42:05 +0200 |
commit | d307f848466360929125c738c35bb7491da21ba8 (patch) | |
tree | d8b9f21bed736b5cfe059a04d30a9e313066ad14 /doc | |
parent | 80e55f987ebbddd64a7b73e505231b94e14e7f9d (diff) | |
download | bluez-d307f848466360929125c738c35bb7491da21ba8.tar.gz |
agent: Rename Authorize to AuthorizeService
Diffstat (limited to 'doc')
-rw-r--r-- | doc/agent-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/agent-api.txt b/doc/agent-api.txt index cf80519eb..3928312f4 100644 --- a/doc/agent-api.txt +++ b/doc/agent-api.txt @@ -101,7 +101,7 @@ Methods void Release() Possible errors: org.bluez.Error.Rejected org.bluez.Error.Canceled - void Authorize(object device, string uuid) + void AuthorizeService(object device, string uuid) This method gets called when the service daemon needs to authorize a connection/service request. |