diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2011-04-04 21:55:31 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-04-04 21:55:31 +0200 |
commit | 0061d5a986c7f23f4a97e6b3d46b4e041e77007a (patch) | |
tree | 1205846ccd52b936d8ec799d21981ec5a1933d2a /doc | |
parent | a14f9066f098cd80ef22899007cb6222d6bc8bf0 (diff) | |
download | connman-0061d5a986c7f23f4a97e6b3d46b4e041e77007a.tar.gz connman-0061d5a986c7f23f4a97e6b3d46b4e041e77007a.tar.bz2 connman-0061d5a986c7f23f4a97e6b3d46b4e041e77007a.zip |
manager: Remove the Create/RemoveProfile D-Bus API
Provisioning is done through configuration files, not profiles (naming
could be changed as well). There is no need for multiple profiles files.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manager-api.txt | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt index f07e185e..2c7aa07c 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -29,26 +29,6 @@ Methods dict GetProperties() Possible Errors: [service].Error.InvalidArguments - object CreateProfile(string name) - - Create and add new profile with the specified - identifier name. - - Possible Errors: [service].Error.InvalidArguments - - void RemoveProfile(object path) - - Remove profile with specified object path. - - It is not possible to remove the current active - profile. To remove the active profile a different - one must be selected via ActiveProfile property - first. - - At minimum one profile must be available all the time. - - Possible Errors: [service].Error.InvalidArguments - void RequestScan(string type) Request to trigger a scan for the specified @@ -254,10 +234,6 @@ Properties string State [readonly] Object path of the current active profile. - array{object} Profiles [readonly] - - List of profile object paths. - array{object} Technologies [readonly] List of technology object paths. |