From 2bacfdc955cfd085cee49c4f588d94f2330831ba Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 7 Dec 2009 22:39:12 +0100 Subject: Remove unused connection interface --- doc/connection-lowlevel-api.txt | 62 ----------------------------------------- doc/manager-api.txt | 4 --- 2 files changed, 66 deletions(-) delete mode 100644 doc/connection-lowlevel-api.txt (limited to 'doc') diff --git a/doc/connection-lowlevel-api.txt b/doc/connection-lowlevel-api.txt deleted file mode 100644 index 8e2e8bca..00000000 --- a/doc/connection-lowlevel-api.txt +++ /dev/null @@ -1,62 +0,0 @@ -Connection hierarchy -==================== - -Service org.moblin.connman -Interface org.moblin.connman.Connection -Object path [variable prefix]/{connection0,connection1,...} - -Methods dict GetProperties() - - Returns properties for the connection 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 Type [readonly] - - The connection type (for example wifi etc.) - - string Interface [readonly] - - The connection interface (for example "eth0" etc.) - - This value is for pure informational purposes. It - is not guaranteed that it is always present. - - uint8 Strength [readonly] - - Indicates the signal strength of the connection. - - This property is optional and not always present. - - boolean Default [readonly] - - Indicates if it is a default connection. It is - possible to have multiple default connections. - - object Device [readonly] - - The object path of the device this connection has - been established with. - - object Network [readonly] - - The object path of the network this connection - belongs to. - - This property is optional and not always present. - - string IPv4.Method [readonly] - - Indicates the way how the IPv4 settings were - configured. Possible values here are "dhcp" - and "static". - - string IPv4.Address [readonly] - - Shows the current configured IPv4 address. diff --git a/doc/manager-api.txt b/doc/manager-api.txt index 18efc15b..a50b4ef4 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -189,7 +189,3 @@ Properties string State [readonly] itself. It is just provided here for convenience of applications only dealing with the current active profile. - - array{object} Connections [readonly] - - List of active connection object paths. -- cgit v1.2.3