summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-12-09 13:29:52 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-12-09 13:31:50 +0200
commit0baf5237502d01fcc977ef973aafd9800065548d (patch)
tree3bcaffb69b50fffcc50a1b504477e007c8d01b0e /doc
parent8fc5ca3103efc588b72c8ea1c661377d98875de5 (diff)
downloadconnman-0baf5237502d01fcc977ef973aafd9800065548d.tar.gz
connman-0baf5237502d01fcc977ef973aafd9800065548d.tar.bz2
connman-0baf5237502d01fcc977ef973aafd9800065548d.zip
doc: Remove methods to lookup and connect services
Diffstat (limited to 'doc')
-rw-r--r--doc/manager-api.txt41
1 files changed, 0 insertions, 41 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt
index 6a86dde7..d4b9c2aa 100644
--- a/doc/manager-api.txt
+++ b/doc/manager-api.txt
@@ -52,47 +52,6 @@ Methods dict GetProperties()
Possible Errors: [service].Error.InvalidArguments
- object LookupService(string pattern)
-
- Lookup a service matching the specific pattern.
-
- Examples are interface names like "eth0", "wlan0"
- etc. or service names like "hotspot" etc.
-
- In case of multiple services match the the pattern
- an error is returned.
-
- Possible Errors: [service].Error.InvalidArguments
- [service].Error.NotUnique
- [service].Error.NotFound
-
- object ConnectService(dict network)
-
- Connect to a network specified by the given
- properties.
-
- For connecting to a hidden WiFi network for example
- it is required that Type = "wifi" and the SSID
- properties are provided.
-
- When successful this method will return object
- path of the service object.
-
- This method can also be used to connect to an
- already existing service. It works exactly the
- same as executing the Connect method from the
- service interface.
-
- This method call will only return in case of an
- error or when the service is fully connected. So
- setting a longer D-Bus timeout might be a really
- good idea.
-
- When 'SessionMode' property is enabled, this method
- call is disallowed.
-
- Possible Errors: [service].Error.InvalidArguments
-
object ConnectProvider(dict provider)
Connect to a VPN specified by the given provider