From 63df86c865dbb5bc711cf02853cf39533a02d4b4 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 10 Mar 2008 22:19:35 +0000 Subject: Add Adapter property to device and fix access mode of Name property in adapter interface. --- doc/device-api.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/device-api.txt') diff --git a/doc/device-api.txt b/doc/device-api.txt index 49545ef5..4c4ebf44 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -34,7 +34,9 @@ Signals PropertyChanged(string name, variant value) TBD -Properties string Address [readonly] +Properties object Adapter [readonly] + + string Address [readonly] string Name [readonly] -- cgit