summaryrefslogtreecommitdiff
path: root/doc/service-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-05-17 11:07:20 -0700
committerMarcel Holtmann <marcel@holtmann.org>2012-05-17 11:07:20 -0700
commitaedbdf2f8d649b06b2edd73272054f166de887cf (patch)
tree16e2191c5e3f537843605dc43f8d72870f40a31d /doc/service-api.txt
parent206729685687b1c4309ece1e402b628ba768f675 (diff)
downloadconnman-aedbdf2f8d649b06b2edd73272054f166de887cf.tar.gz
connman-aedbdf2f8d649b06b2edd73272054f166de887cf.tar.bz2
connman-aedbdf2f8d649b06b2edd73272054f166de887cf.zip
doc: Mention deprecation of GetProperties methods
Diffstat (limited to 'doc/service-api.txt')
-rw-r--r--doc/service-api.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt
index 084bc057..92f93b01 100644
--- a/doc/service-api.txt
+++ b/doc/service-api.txt
@@ -5,11 +5,14 @@ Service net.connman
Interface net.connman.Service
Object path [variable prefix]/{service0,service1,...}
-Methods dict GetProperties()
+Methods dict GetProperties() [deprecated]
Returns properties for the service object. See
the properties section for available properties.
+ Usage of this method is highly discouraged. Use
+ the Manager.GetServices() method instead.
+
Possible Errors: [service].Error.InvalidArguments
void SetProperty(string name, variant value)