summaryrefslogtreecommitdiff
path: root/doc/agent-api.txt
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-03-12 20:07:43 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-03-12 20:07:43 +0000
commitcf7e3b025c4b4aa80499ec54cc24950950a796fe (patch)
treec1dbf8bb3ba50f236a389725f93492428c927c87 /doc/agent-api.txt
parent33228f0e33468aac9aa2d155b414d8192b23b0f3 (diff)
downloadbluez-cf7e3b025c4b4aa80499ec54cc24950950a796fe.tar.gz
Add uuid parameter to Agent.Authorize method call
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 1e82e2b35..febdcd358 100644
--- a/doc/agent-api.txt
+++ b/doc/agent-api.txt
@@ -29,7 +29,7 @@ Methods void Release()
Possible errors: org.bluez.Error.Rejected
org.bluez.Error.Canceled
- void Authorize(object device)
+ void Authorize(object device, string uuid)
This method gets called when the service daemon
needs to authorize a connection/service request.