diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-06-09 13:03:12 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-06-09 13:03:12 +0000 |
commit | f4b508c613ec2bfccf68fe72d2d028e6529d45b6 (patch) | |
tree | 4576c751baa45a6e59e840fa9ef6933eb9dc6138 /doc | |
parent | e0d13d6da4b527ee02838af6b9dd7d53615e4896 (diff) |
Clarify the dictionary key and value types
Diffstat (limited to 'doc')
-rw-r--r-- | doc/device-api.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 |