Remove obsolete D-Bus element API documentation
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 23 Nov 2008 18:31:13 +0000 (19:31 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 23 Nov 2008 18:31:13 +0000 (19:31 +0100)
doc/Makefile.am
doc/element-api.txt [deleted file]

index 636600f..ea75e7f 100644 (file)
@@ -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 (file)
index 423f1a7..0000000
+++ /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.