summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMikel Astiz <mikel.astiz@bmw-carit.de>2012-05-21 11:07:07 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-05-23 11:30:46 +0300
commitb75bdafd69ef4e4b3d032e6c0bda6f4e957f2209 (patch)
treea6efa6100e1f704751ef53b223532fc254f4dfb5 /doc
parenta1c4734ff23c3c044e29aa05903563f3a0f94570 (diff)
downloadobexd-b75bdafd69ef4e4b3d032e6c0bda6f4e957f2209.tar.gz
client-doc: Replace SendFiles with SendFile
Now that OPP sessions exist, sending multiple files can be achieved with consecutive calls to SendFile. Note that within a session the pending operations will be queued and sequentially executed.
Diffstat (limited to 'doc')
-rw-r--r--doc/client-api.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/client-api.txt b/doc/client-api.txt
index 32caa17..de726a8 100644
--- a/doc/client-api.txt
+++ b/doc/client-api.txt
@@ -65,9 +65,9 @@ Service org.openobex.client
Interface org.openobex.ObjectPush
Object path [variable prefix]/{session0,session1,...}
-Methods void SendFiles(array{string} files)
+Methods void SendFile(string sourcefile)
- Send one or multiple local files to the remote device.
+ Send one local file to the remote device.
void PullBusinessCard(string targetfile)