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/adapter-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/adapter-api.txt') diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index d3068480..7cc3284d 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -94,7 +94,7 @@ Signals DeviceCreated(object path) Properties string Address [readonly] - string Name [readonly] + string Name [readwrite] string Mode [readwrite] -- cgit