diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-03-31 21:32:28 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-03-31 21:32:28 -0700 |
commit | bd91f83892ec91781654f8cc3402a0f50b3f7a10 (patch) | |
tree | c5a1576ed37507d047d0ec50912ef386fd81e172 /doc | |
parent | 7edc4abc4e6b01a422ffc4a719ce2abc26f6dc9a (diff) | |
download | connman-bd91f83892ec91781654f8cc3402a0f50b3f7a10.tar.gz connman-bd91f83892ec91781654f8cc3402a0f50b3f7a10.tar.bz2 connman-bd91f83892ec91781654f8cc3402a0f50b3f7a10.zip |
Mention the service state property
Diffstat (limited to 'doc')
-rw-r--r-- | doc/service-api.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt index 405dd50c..25c4631c 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -17,7 +17,11 @@ Signals PropertyChanged(string name, variant value) This signal indicates a changed value of the given property. -Properties string Name [readonly] +Properties string State [readonly] + + The service state information. + + string Name [readonly] The service name (for example "Wireless" etc.) |