summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/session-api.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/session-api.txt b/doc/session-api.txt
index 9305e34f..05380e5e 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)