summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-07-03 21:28:07 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-07-18 15:12:04 +0300
commit213d39a8212cd8ed15876a35eb3e0775caabd33d (patch)
tree9b625c6e6d4ea9665297eb8dd60d9ae4ce37cbf4
parent7b089a85a2c9fb1e644ce0088b8c20269ce2bda5 (diff)
downloadobexd-213d39a8212cd8ed15876a35eb3e0775caabd33d.tar.gz
client-doc: Add documentation of MessageAccess.GetFolderListing
-rw-r--r--doc/client-api.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/client-api.txt b/doc/client-api.txt
index 58a824d..5a960e1 100644
--- a/doc/client-api.txt
+++ b/doc/client-api.txt
@@ -352,6 +352,15 @@ Methods void SetFolder(string name)
Set working directory for current session, *name* may
be the directory name or '..[/dir]'.
+ array{dict} GetFolderListing(dict filter)
+
+ Returns a dictionary containing information about
+ the current folder content.
+
+ The following keys are defined:
+
+ string Name : Folder name
+
Transfer hierarchy
==================