diff options
| author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-03-12 20:12:32 +0000 | 
|---|---|---|
| committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-03-12 20:12:32 +0000 | 
| commit | ecbee417ecd9af9a39017018d995782013fe69da (patch) | |
| tree | d250b061934d5ee264f1cee80f706b11c4fa3083 | |
| parent | cf7e3b025c4b4aa80499ec54cc24950950a796fe (diff) | |
Fix use of path for objects in adapter documentation.
| -rw-r--r-- | doc/adapter-api.txt | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index 7cc3284d..79062e6a 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -56,19 +56,19 @@ Methods		dict GetProperties()  			TBD -		object CreateDeviceWithAgent(string address, object path) +		object CreateDeviceWithAgent(string address, object agent)  			TBD -		void RemoveDevice(object +		void RemoveDevice(object device)  			TBD -Signals		DeviceCreated(object path) +Signals		DeviceCreated(object device)  			TBD -		DeviceRemoved(object path) +		DeviceRemoved(object device)  			TBD  | 
