diff options
author | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2012-10-03 17:42:33 -0300 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-10-09 12:32:21 +0300 |
commit | ae61d399f0ed222865ac41a2b8b71339217e26e7 (patch) | |
tree | 2d025a79831a0c988ce34da212976aa06dfe191f /doc | |
parent | e607cfe72f61a8c7334cf87cb2933c5fb6187841 (diff) | |
download | connman-ae61d399f0ed222865ac41a2b8b71339217e26e7.tar.gz connman-ae61d399f0ed222865ac41a2b8b71339217e26e7.tar.bz2 connman-ae61d399f0ed222865ac41a2b8b71339217e26e7.zip |
doc: State is a string type
Diffstat (limited to 'doc')
-rw-r--r-- | doc/session-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/session-api.txt b/doc/session-api.txt index aab7a9ae..a0a328d3 100644 --- a/doc/session-api.txt +++ b/doc/session-api.txt @@ -84,7 +84,7 @@ Methods void Destroy() to be sent. Some changes might cause the session to be moved to offline state. -Settings boolean State [readonly] +Settings string State [readonly] This indicates if the connection is disconnected, connected or online. It is updated according to the |