From aedbdf2f8d649b06b2edd73272054f166de887cf Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 17 May 2012 11:07:20 -0700 Subject: doc: Mention deprecation of GetProperties methods --- doc/service-api.txt | 5 ++++- doc/technology-api.txt | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'doc') 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) diff --git a/doc/technology-api.txt b/doc/technology-api.txt index f7eb57a8..d8cbad48 100644 --- a/doc/technology-api.txt +++ b/doc/technology-api.txt @@ -5,11 +5,14 @@ Service net.connman Interface net.connman.Technology Object path [variable prefix]/{technology0,technology1,...} -Methods dict GetProperties() +Methods dict GetProperties() [deprecated] Returns properties for the technology object. See the properties section for available properties. + Usage of this method is highly discouraged. Use + the Manager.GetTechnologies() method instead. + Possible Errors: [service].Error.InvalidArguments void SetProperty(string name, variant value) -- cgit v1.2.3