diff options
author | Patrik Flykt <patrik.flykt@linux.intel.com> | 2013-05-20 12:56:29 +0300 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2013-05-20 14:58:30 +0300 |
commit | 600af9c810f3e4469b506f4f9ee7ce62804f94e5 (patch) | |
tree | d69170597c99a9a3cc7e6d6b25e86a957f4155a5 /doc | |
parent | 912925f05d5da4922f76e8a55f095107fb50f6a6 (diff) | |
download | connman-600af9c810f3e4469b506f4f9ee7ce62804f94e5.tar.gz connman-600af9c810f3e4469b506f4f9ee7ce62804f94e5.tar.bz2 connman-600af9c810f3e4469b506f4f9ee7ce62804f94e5.zip |
doc: Document the deprecated RemoveProvider method call
Fixes BMC#25958
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manager-api.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt index ed23c8d0..ad07c3dd 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -64,6 +64,10 @@ Methods dict GetProperties() Possible Errors: [service].Error.InvalidArguments + void RemoveProvider(object path) [deprecated] + + Remove a VPN specified by the object path. + void RegisterAgent(object path) Register new agent for handling user requests. |