From 6957ddea07497760aad62a0c900bad20a514f6b2 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 23 Nov 2008 19:31:13 +0100 Subject: [PATCH] Remove obsolete D-Bus element API documentation --- doc/Makefile.am | 2 +- doc/element-api.txt | 50 -------------------------------------------------- 2 files changed, 1 insertion(+), 51 deletions(-) delete mode 100644 doc/element-api.txt diff --git a/doc/Makefile.am b/doc/Makefile.am index 636600f..ea75e7f 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 423f1a7..0000000 --- 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. -- 1.7.9.5