diff options
author | Daniel Wagner <daniel.wagner@bmw-carit.de> | 2012-08-13 10:40:30 +0200 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-08-30 13:04:59 +0300 |
commit | 22daf8dc3f526f9127b64c4270244fb1904a0639 (patch) | |
tree | 6792ff1a9d1340838eaa6f9286274b77221d671c /doc | |
parent | d634d36e87c82a6030bfff08736e241f718a5a70 (diff) | |
download | connman-22daf8dc3f526f9127b64c4270244fb1904a0639.tar.gz connman-22daf8dc3f526f9127b64c4270244fb1904a0639.tar.bz2 connman-22daf8dc3f526f9127b64c4270244fb1904a0639.zip |
session: Remove RoamingPolicy documetation
Remove this setting from the D-Bus API and move to the configuration
plugin.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/session-api.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/session-api.txt b/doc/session-api.txt index 6a74f816..074fd7bf 100644 --- a/doc/session-api.txt +++ b/doc/session-api.txt @@ -180,27 +180,6 @@ Settings string Bearer [readonly] handovers can happen at any time even if this is set to true. - string RoamingPolicy [readwrite] - - The allowed roaming behavior. - - Valid policies are "national", "international", - "default", "always" and "forbidden". - - "national" allows roaming within a country. - "international" allows roaming in a country and - between countries. - - "default" is used to tell the Session to use - the global roaming setting. - - "always" will overwrite the default "forbidden" - value which is useful for emergency application. - This value will be protected by additional PolicyKit - rule. - - Default value is "forbidden". - string Interface [readonly] Interface name used by the service object to connect. |