Hi Ronald,
On 08/08/2012 08:21 AM, Ronald Tessier wrote:
---
doc/service-api.txt | 13 +++++++++++++
1 file changed, 13 insertions(+)
I applied this patch, but see below.
diff --git a/doc/service-api.txt b/doc/service-api.txt
index 02396ff..25f2d0d 100644
--- a/doc/service-api.txt
+++ b/doc/service-api.txt
@@ -82,6 +82,12 @@ Methods array{object,dict} GetMessages()
Possible Errors: [service].Error.InvalidArguments
+ void SetProperty(string name, variant value)
+
+ Changes the value of the specified property.
+
+ Possible Errors: [service].Error.InvalidArguments
+
You are still missing GetProperties doc additions and implementation.
Please send these as separate patches.
Regards,
-Denis