summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/manager-api.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt
index d4b9c2aa..02fd89d3 100644
--- a/doc/manager-api.txt
+++ b/doc/manager-api.txt
@@ -112,7 +112,7 @@ Methods dict GetProperties()
Possible Errors: [service].Error.InvalidArguments
- object CreateSession(dict settings, object notifier)
+ object CreateSession(dict settings, object notifier) [experimental]
Create a new session for the application. Every
application can create multiple session with
@@ -128,7 +128,7 @@ Methods dict GetProperties()
Every application should at least create one session
to inform about its requirements and it purpose.
- void DestroySession(object session)
+ void DestroySession(object session) [experimental]
Remove the previously created session.