summaryrefslogtreecommitdiff
path: root/doc/obexd-api.txt
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2008-06-18 08:53:47 -0300
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2008-06-18 08:53:47 -0300
commitbac63a403279299fdabdd1db07048ffb60747a5d (patch)
tree9e10e43babef9ec8a852b46ab956cadb244fea51 /doc/obexd-api.txt
parent2af4a0fef5298997aa17fb43bec4de6acf3536f7 (diff)
downloadobexd-bac63a403279299fdabdd1db07048ffb60747a5d.tar.gz
Fixed API description
Diffstat (limited to 'doc/obexd-api.txt')
-rw-r--r--doc/obexd-api.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/obexd-api.txt b/doc/obexd-api.txt
index 87bcf7e..bdf4af8 100644
--- a/doc/obexd-api.txt
+++ b/doc/obexd-api.txt
@@ -16,9 +16,9 @@ Object path /
Methods
void RegisterAgent(object agent)
- Register an agent to authorize accept connection
- or objects. Object push service needs to authorize
- each received object.
+ Register an agent to request authorization of
+ the user to accept/reject objects. Object push
+ service needs to authorize each received object.
Possible errors: org.openobex.Error.AlreadyExists
@@ -42,7 +42,7 @@ Signals SessionCreated(object session)
TransferStarted(object transfer)
- Signal sent when the
+ Signal sent when an object push operation starts.
(OPP only)
TransferCompleted(object transfer, boolean success)