From f4b508c613ec2bfccf68fe72d2d028e6529d45b6 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 9 Jun 2008 13:03:12 +0000 Subject: Clarify the dictionary key and value types --- doc/device-api.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/device-api.txt b/doc/device-api.txt index f5943b53..34091853 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -39,7 +39,8 @@ Methods dict GetProperties() The return value is a dictionary with the record handles as keys and the service record in XML format - as values. + as values. The key is uint32 and the value a string + for this dictionary. Possible errors: org.bluez.Error.NotReady org.bluez.Error.Failed -- cgit