aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikel Astiz <mikel.astiz@bmw-carit.de>2012-05-30 17:50:11 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-05-31 13:10:48 +0300
commit6e18c831fd7b5b13489dd52aa37c7b2ee7e34d37 (patch)
treebc1a49be4fcdb2daf720bb2ce1e02f4d9eed70bb
parent973ab5e3ccbec5eb88cb839e34c549dddbd1abf9 (diff)
downloadobexd-6e18c831fd7b5b13489dd52aa37c7b2ee7e34d37.tar.gz
client-doc: Add progress property to transfer
This property exposes the number of bytes transferred so far in a given transfer.
-rw-r--r--doc/client-api.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/client-api.txt b/doc/client-api.txt
index cfb4ec9..cc25543 100644
--- a/doc/client-api.txt
+++ b/doc/client-api.txt
@@ -312,6 +312,16 @@ Properties string Name [readonly]
Complete name of the file being received or sent.
+ uint64 Progress [readonly, optional]
+
+ Number of bytes transferred. For queued transfers, this
+ value will not be present.
+
+Signals PropertyChanged(string name, variant value)
+
+ This signal indicates a changed value of the given
+ property.
+
Agent hierarchy
===============