diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2011-12-09 13:29:19 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-12-09 13:31:48 +0200 |
commit | 8fc5ca3103efc588b72c8ea1c661377d98875de5 (patch) | |
tree | 9cc94d4e02c62cc33def7716ac72165e0a8adcde /doc | |
parent | d38c804e351cff07fab532ced0cc384383f908c0 (diff) | |
download | connman-8fc5ca3103efc588b72c8ea1c661377d98875de5.tar.gz connman-8fc5ca3103efc588b72c8ea1c661377d98875de5.tar.bz2 connman-8fc5ca3103efc588b72c8ea1c661377d98875de5.zip |
doc: Remove method for handling provisioning
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manager-api.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt index 80d81b50..6a86dde7 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -93,17 +93,6 @@ Methods dict GetProperties() Possible Errors: [service].Error.InvalidArguments - void ProvisionService(string configuration) - - Provide a configuration for services. - - Service configuration is provided as a single string - that follows the same format as configuration files, - see config-format.txt. An exception to this format - is that only one service can be provisioned per call. - - Possible Errors: [service].Error.InvalidArguments - object ConnectProvider(dict provider) Connect to a VPN specified by the given provider |