diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-08-07 06:28:51 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-08-07 06:28:51 -0700 |
commit | 2233b774cdcab4d1723897fc17d99f459b0c678a (patch) | |
tree | 16d5730df679ffde9a29490bf413420049394814 /doc | |
parent | 870b814aa2117c051c270bd6ed16977144ce38da (diff) | |
download | connman-2233b774cdcab4d1723897fc17d99f459b0c678a.tar.gz connman-2233b774cdcab4d1723897fc17d99f459b0c678a.tar.bz2 connman-2233b774cdcab4d1723897fc17d99f459b0c678a.zip |
Fix documentation about Favorite property of services
Diffstat (limited to 'doc')
-rw-r--r-- | doc/service-api.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt index a1dffa57..0cd4a258 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -199,10 +199,9 @@ Properties string State [readonly] Will be true if a cable is plugged in or the user selected and successfully connected to this service. - Setting this property to true has no effect at all - and setting it to false is similar to the Remove() - method. So for now it will be considered a read - only property. + This value is automatically changed and to revert + it back to false the Remove() method needs to be + used. boolean AutoConnect [readonly] |