summaryrefslogtreecommitdiff
path: root/doc/manager-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manager-api.txt')
-rw-r--r--doc/manager-api.txt24
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.