summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/manager-api.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt
index ca193aa2..ed23c8d0 100644
--- a/doc/manager-api.txt
+++ b/doc/manager-api.txt
@@ -39,7 +39,7 @@ Methods dict GetProperties()
Possible Errors: [service].Error.InvalidArguments
- object ConnectProvider(dict provider)
+ object ConnectProvider(dict provider) [deprecated]
Connect to a VPN specified by the given provider
properties.
@@ -58,6 +58,10 @@ Methods dict GetProperties()
When 'SessionMode' property is enabled, this method
call is disallowed.
+ This API is deprecated and should not be used.
+ The VPN configuration API is provided by ConnMan
+ VPN daemon and user should use that one instead.
+
Possible Errors: [service].Error.InvalidArguments
void RegisterAgent(object path)