summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-11-23 19:31:13 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-11-23 19:31:13 +0100
commit6957ddea07497760aad62a0c900bad20a514f6b2 (patch)
treee455763bd65e9aa8d959ff4aafd14abd768105a3 /doc
parentcee78c8273f29cd829c630e6ec72abb50fadafec (diff)
downloadconnman-6957ddea07497760aad62a0c900bad20a514f6b2.tar.gz
connman-6957ddea07497760aad62a0c900bad20a514f6b2.tar.bz2
connman-6957ddea07497760aad62a0c900bad20a514f6b2.zip
Remove obsolete D-Bus element API documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/element-api.txt50
2 files changed, 1 insertions, 51 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 636600fc..ea75e7f8 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -51,4 +51,4 @@ EXTRA_DIST += dbus-introspection.dtd dbus-introspection.xsl \
dbus-manager.xml
EXTRA_DIST += manager-api.txt device-api.txt network-api.txt \
- element-api.txt agent-api.txt plugin-api.txt
+ agent-api.txt plugin-api.txt
diff --git a/doc/element-api.txt b/doc/element-api.txt
deleted file mode 100644
index 423f1a7b..00000000
--- a/doc/element-api.txt
+++ /dev/null
@@ -1,50 +0,0 @@
-Element hierarchy
-*****************
-
-Service name org.moblin.connman
-Interface name org.moblin.connman.Element
-Object path [element object]
-
-Methods dict GetProperties()
-
-Properties string Type
- string Subtype
- string Driver
- string Vendor
- string Product
-
-
-Method: GetProperties
-=====================
-This method allows to retrieve all properties of an element at once. The
-properties are presented in a dictionary.
-
-Property: Type
-==============
-This property represents the main type of an element. It can have the values
-like "device", "network", "ipv4", "ipv6", "dhcp", "bootp" and "zeroconf".
-
-Property: Subtype
-=================
-This property represents the subtype of an element. In the normal case this
-is the hardware type. It can have values like "ethernet", "wifi", "wimax",
-"modem" and "bluetooth".
-
-The element system will inherit the subtype from the parent if not overwritten
-manually and so it should be present in every element.
-
-Property: Driver
-================
-This property represents the driver that is assigned to this element. This
-value will only be present in case of Device elements. On Linux system this
-is the kernel driver name.
-
-Property: Vendor
-================
-This property represent the vendor string for this element. This value is only
-present in case of a Device element. This information are taken from HAL.
-
-Property: Product
-=================
-This property represent the product string for this element. This value is only
-present in case of a Device element. This information are taken from HAL.