aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikel Astiz <mikel.astiz@bmw-carit.de>2012-08-21 09:23:35 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-08-27 09:55:38 +0300
commit216941419bb0d7620d7d888f3d83fa3a3daa2199 (patch)
tree088de20cf58f98de9f2b78960639bdf28e6a8df9
parentc8df3cdf0477aa8cbe4f6afcd7767a02aa626935 (diff)
downloadobexd-216941419bb0d7620d7d888f3d83fa3a3daa2199.tar.gz
client-doc: Guarantee prefix in transfer paths
The client D-Bus documentation should mention that all transfer paths contain a prefix consisting of the path of the session they belong to. This can be conveniently used by clients to install D-Bus signal matches that concentrate on the relevant signals.
-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 839a78c..7ca65cc 100644
--- a/doc/client-api.txt
+++ b/doc/client-api.txt
@@ -466,7 +466,7 @@ Transfer hierarchy
Service org.bluez.obex.client
Interface org.bluez.obex.Transfer
-Object path [variable prefix]/{transfer0,transfer1,...}
+Object path [variable prefix]/{session0,session1,...}/{transfer0,...}
Methods dict GetProperties()