doc: Make session methods as experimental for now
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 9 Dec 2011 11:36:50 +0000 (13:36 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 9 Dec 2011 11:36:50 +0000 (13:36 +0200)
doc/manager-api.txt

index d4b9c2a..02fd89d 100644 (file)
@@ -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.