diff options
author | Patrik Flykt <patrik.flykt@linux.intel.com> | 2011-10-25 10:51:37 +0300 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-10-31 14:50:34 +0100 |
commit | 795d3af944a6661acfe57483a01dbaa7b8c8a0bd (patch) | |
tree | 1294e1c0d2d9f7a6de168343d8e080bff5191f42 /doc | |
parent | e19adb9a501dc8278da3536448c99b50931d28f3 (diff) | |
download | connman-795d3af944a6661acfe57483a01dbaa7b8c8a0bd.tar.gz connman-795d3af944a6661acfe57483a01dbaa7b8c8a0bd.tar.bz2 connman-795d3af944a6661acfe57483a01dbaa7b8c8a0bd.zip |
doc: Document that DestroySession will not send Release to sessions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manager-api.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt index 961c39bb..a6c852fa 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -189,8 +189,7 @@ Methods dict GetProperties() void DestroySession(object session) - Remove the previously created session. The notifier - will be informed via its release method. + Remove the previously created session. If an application exits unexpectatly the session will be automatically destroyed. |