From 863763e7b21c6ca0af30e2d23a029b496f0eda72 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Fri, 8 Apr 2011 10:29:57 +0200 Subject: [PATCH] session: Update connect/disconnect documation --- doc/session-api.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/session-api.txt b/doc/session-api.txt index 9305e34..05380e5 100644 --- a/doc/session-api.txt +++ b/doc/session-api.txt @@ -51,9 +51,9 @@ Methods void Destroy() Depending on the bearer settings the current service is used or a new service will be connected. - This method returns when the connection has been - established and it is online. Additionally an update - notification with the IP settings is sent. + This method returns immediately after it has been + called. The application is informed through the update + notification about the state of the session. It is also not guaranteed that a session stays online after this method call. It can be taken offline at any @@ -68,9 +68,9 @@ Methods void Destroy() This method indicates that the current session does not need a connection anymore. - In most cases this method returns right away without - any delays. However in some cases it might take a few - seconds before a connection can be terminated. + This method returns immediately. The application is + informed through the update notification about the + state of the session. void Change(string name, variant value) -- 2.7.4