diff options
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | 2013-03-28 15:18:06 +0200 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2013-04-02 14:06:21 +0300 |
commit | 21dc8816dc7970baf3871cbbaafb01752a0e25a7 (patch) | |
tree | a1e2cc0bbff000b213108ec6d62e36365828329c /doc | |
parent | baa5515da15bda7e9764a4745882d423d5331b17 (diff) | |
download | connman-21dc8816dc7970baf3871cbbaafb01752a0e25a7.tar.gz connman-21dc8816dc7970baf3871cbbaafb01752a0e25a7.tar.bz2 connman-21dc8816dc7970baf3871cbbaafb01752a0e25a7.zip |
doc: Removed comments about profiles as they are long gone
Diffstat (limited to 'doc')
-rw-r--r-- | doc/service-api.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt index 471c2446..54b77a4b 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -92,9 +92,6 @@ Methods dict GetProperties() [deprecated] If a service has been used before, this allows a reorder of the favorite services. - The target service object must be part of this - profile. Moving between profiles is not supported. - Possible Errors: [service].Error.InvalidArguments void MoveAfter(object service) @@ -102,9 +99,6 @@ Methods dict GetProperties() [deprecated] If a service has been used before, this allows a reorder of the favorite services. - The target service object must be part of this - profile. Moving between profiles is not supported. - Possible Errors: [service].Error.InvalidArguments void ResetCounters() [experimental] |