diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-12-07 22:39:12 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-12-07 22:39:12 +0100 |
commit | 2bacfdc955cfd085cee49c4f588d94f2330831ba (patch) | |
tree | fede242172d39f87ff57fd4f369639cd37b1aaf8 /doc | |
parent | 7be778b2a3afb7994770e0829263c29553431474 (diff) | |
download | connman-2bacfdc955cfd085cee49c4f588d94f2330831ba.tar.gz connman-2bacfdc955cfd085cee49c4f588d94f2330831ba.tar.bz2 connman-2bacfdc955cfd085cee49c4f588d94f2330831ba.zip |
Remove unused connection interface
Diffstat (limited to 'doc')
-rw-r--r-- | doc/connection-lowlevel-api.txt | 62 | ||||
-rw-r--r-- | doc/manager-api.txt | 4 |
2 files changed, 0 insertions, 66 deletions
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. |