diff options
-rw-r--r-- | doc/manager-api.txt | 4 |
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. |