diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-07-19 19:39:30 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-07-19 19:39:30 +0200 |
commit | b83b34a4591c388a4781449fa1a56615f048a9a6 (patch) | |
tree | 79b2badb6be49b5380244bee652da146fbc3f00c /doc/manager-api.txt | |
parent | 98ac1b13a75a5dddb17d6d6f26e9365146083d7b (diff) | |
download | connman-b83b34a4591c388a4781449fa1a56615f048a9a6.tar.gz connman-b83b34a4591c388a4781449fa1a56615f048a9a6.tar.bz2 connman-b83b34a4591c388a4781449fa1a56615f048a9a6.zip |
Rename Technologies property to AvailableTechnologies
Diffstat (limited to 'doc/manager-api.txt')
-rw-r--r-- | doc/manager-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt index ff675b36..6df87def 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -125,7 +125,7 @@ Properties string State [readonly] the value "connected". This can only be seen if previously no connection was present. - array{string} Technologies [readonly] + array{string} AvailableTechnologies [readonly] The list of available technologies. The strings are the same as the ones from the service types. |