From a6b89d35fabd9f5934b84d7cde22e9268f92c3d3 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 29 Nov 2010 19:00:22 +0100 Subject: Imported Upstream version 0.8.2 --- docs/spec.html | 53 +++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 49 insertions(+), 4 deletions(-) (limited to 'docs/spec.html') diff --git a/docs/spec.html b/docs/spec.html index 67b624ca..07ac632f 100644 --- a/docs/spec.html +++ b/docs/spec.html @@ -186,6 +186,22 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.b
If FALSE, indicates that all networking should be disabled. If TRUE, indicates that NetworkManager should begin managing network devices. +

GetPermissions ( + + ) → + a{ss}

+ Returns the permissions a caller has for various authenticated operations + that NetworkManager provides, like Enable/Disable networking, changing + WiFi, WWAN, and WiMAX state, etc. +

Returns

permissions - + a{ss}
+ Dictionary of available permissions and results. Each permission + is represented by a name (ie "org.freedesktop.NetworkManager.Foobar") + and each result is one of the following values: "yes" (the permission + is available), "auth" (the permission is available after a successful + authentication), or "no" (the permission is denied). Clients may use + these values in the UI to indicate the ability to perform certain + operations.

SetLogging ( s: level, s: domains ) → @@ -220,7 +236,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Returns

state - u (NM_STATE) -

Signals:

StateChanged ( +

Signals:

CheckPermissions ( + + )

+ Emitted when system authorization details change, indicating that + clients may wish to recheck permissions with GetPermissions. +

StateChanged ( u: state )

NetworkManager's state changed. @@ -286,6 +307,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.ao - (read)
List of active connection object paths. +
Version - + s - + (read)
+ NetworkManager version.
State - u - (read) @@ -374,7 +399,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Interface - s - (read)
- The network interface offered by the device. + The name of the device's control (and often data) interface. +
IpInterface - + s - + (read)
+ The name of the device's data interface when available. This property + may not refer to the actual data interface until the device has + successfully established a data connection, indicated by the device's + State becoming ACTIVATED.
Driver - s - (read)
@@ -411,6 +443,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.b - (read)
Whether or not this device is managed by NetworkManager. +
FirmwareMissing - + b - + (read)
+ If TRUE, indicates the device is likely missing firmware necessary for + its operation.
DeviceType - u - (read) @@ -549,7 +586,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Properties:

HwAddress - s - (read)
- Hardware address of the device. + Active hardware address of the device. +
PermHwAddress - + s - + (read)
+ Permanent hardware address of the device.
Speed - u - (read)
@@ -594,7 +635,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Properties:

HwAddress - s - (read)
- The hardware address of the device. + The active hardware address of the device. +
PermHwAddress - + s - + (read)
+ The permanent hardware address of the device.
Mode - u - (read) -- cgit 1.3.0-6-gf8a5