summaryrefslogtreecommitdiff
path: root/doc/agent-api.txt
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-12-04 14:42:05 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-04 14:42:05 +0200
commitd307f848466360929125c738c35bb7491da21ba8 (patch)
treed8b9f21bed736b5cfe059a04d30a9e313066ad14 /doc/agent-api.txt
parent80e55f987ebbddd64a7b73e505231b94e14e7f9d (diff)
downloadbluez-d307f848466360929125c738c35bb7491da21ba8.tar.gz
agent: Rename Authorize to AuthorizeService
Diffstat (limited to 'doc/agent-api.txt')
-rw-r--r--doc/agent-api.txt2
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.