From 7f4e2435eff9a30bc96be99270e2abe65d3f409a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 30 Jun 2009 13:26:32 -0700 Subject: [PATCH] Add missing description of SetProperty --- doc/service-api.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/service-api.txt b/doc/service-api.txt index ae788a3..4aae327 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -12,6 +12,16 @@ Methods dict GetProperties() Possible Errors: [service].Error.InvalidArguments + void SetProperty(string name, variant value) + + Changes the value of the specified property. Only + properties that are listed as read-write are + changeable. On success a PropertyChanged signal + will be emitted. + + Possible Errors: [service].Error.InvalidArguments + [service].Error.DoesNotExist + void Connect() Connect this service. It will attempt to connect -- 2.7.4