summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2011-04-08 18:54:00 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2011-04-11 12:02:44 +0200
commit547f43ac2346e86b17f55532ecf1a1d06817954c (patch)
tree554679e5a801bf3b4ed6d40587a585d4bea1438a /doc
parent328d8a4b0235434c8707e749004b260c419879b3 (diff)
downloadconnman-547f43ac2346e86b17f55532ecf1a1d06817954c.tar.gz
connman-547f43ac2346e86b17f55532ecf1a1d06817954c.tar.bz2
connman-547f43ac2346e86b17f55532ecf1a1d06817954c.zip
profile: Remove profile D-Bus API
Diffstat (limited to 'doc')
-rw-r--r--doc/profile-api.txt32
1 files changed, 0 insertions, 32 deletions
diff --git a/doc/profile-api.txt b/doc/profile-api.txt
deleted file mode 100644
index eba56255..00000000
--- a/doc/profile-api.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-Profile hierarchy
-=================
-
-Service net.connman
-Interface net.connman.Profile
-Object path [variable prefix]/{profile0,profile1,...}
-
-Methods dict GetProperties()
-
- Returns properties for the profile object. See
- the properties section for available properties.
-
- Possible Errors: [service].Error.InvalidArguments
-
-Signals PropertyChanged(string name, variant value)
-
- This signal indicates a changed value of the given
- property.
-
-Properties string Name [readonly]
-
- Name of this profile.
-
- boolean OfflineMode [readwrite]
-
- The offline mode indicates the setting for switching
- all radios on or off. Changing offline mode to true
- results in powering down all devices.
-
- array{object} Services [readonly]
-
- List of service objects.