summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-09-11 22:23:34 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-09-28 12:48:16 +0300
commit9ccebc6b80e6a3828b7d2337f228ec592f573149 (patch)
tree1c4559327f99170ac7d6a22af5a24bf390315791 /doc
parent04acf7bcd321ffe61a6ecaa28d447f31d3e9098d (diff)
downloadobexd-9ccebc6b80e6a3828b7d2337f228ec592f573149.tar.gz
client: Fix not sending parameters to get message in map module
Attachment and charset are mandatory, so Message.Get now takes an additional boolean parameter which the user application should set if it wants the attachments to be downloaded, charset is always set to UTF8.
Diffstat (limited to 'doc')
-rw-r--r--doc/client-api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/client-api.txt b/doc/client-api.txt
index f78b8fe..25fd3e4 100644
--- a/doc/client-api.txt
+++ b/doc/client-api.txt
@@ -520,7 +520,7 @@ Service org.bluez.obex.client
Interface org.bluez.obex.Message
Object path [variable prefix]/{session0,session1,...}/{message0,...}
-Methods object, dict Get(string targetfile)
+Methods object, dict Get(string targetfile, boolean attachment)
Download message and store it in the target file.