From a4256940da049f91bbbea5e53e469a59ea9c10f7 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Fri, 25 Oct 2013 21:20:58 +0200 Subject: Imported Upstream version 0.9.8.8 --- docs/api/html/spec.html | 95 ++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 82 insertions(+), 13 deletions(-) (limited to 'docs/api/html/spec.html') diff --git a/docs/api/html/spec.html b/docs/api/html/spec.html index 5e3559da..25c3f8a9 100644 --- a/docs/api/html/spec.html +++ b/docs/api/html/spec.html @@ -1,5 +1,4 @@ - -NetworkManager D-Bus Interface Specification version 0.9.8.0

NetworkManager D-Bus Interface Specification

Version 0.9.8.0

Copyright (C) 2008 - 2011 Red Hat, Inc.
Copyright (C) 2008 - 2009 Novell, Inc.
+

NetworkManager D-Bus Interface Specification

Version 0.9.8.8

Copyright (C) 2008 - 2011 Red Hat, Inc.
Copyright (C) 2008 - 2009 Novell, Inc.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or @@ -273,6 +272,16 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

domains - s
For available domains see SetLogging() call. +

CheckConnectivity ( + + ) → + u

+ Re-check the network connectivity state. +

Returns

connectivity - + u + (NM_CONNECTIVITY) +
+ The current connectivity state.

state ( ) → @@ -352,6 +361,21 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.ao - (read)
List of active connection object paths. +
PrimaryConnection - + o - + (read)
+ The object path of the "primary" active connection being used + to access the network. In particular, if there is no VPN + active, or the VPN does not have the default route, then this + indicates the connection that has the default route. If there + is a VPN active with the default route, then this indicates + the connection that contains the route to the VPN endpoint. +
ActivatingConnection - + o - + (read)
+ The object path of an active connection that is currently + being activated and which is expected to become the new + PrimaryConnection when it finishes activating.
Version - s - (read)
@@ -362,6 +386,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.NM_STATE)
The overall state of the NetworkManager daemon. +
Connectivity - + u - + (read) + (NM_CONNECTIVITY) +
+ The network connectivity state.

Enumerated types:

NM_STATE

Describes the overall state of the daemon.
NM_STATE_UNKNOWN = 0
@@ -381,6 +411,21 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
NM_STATE_CONNECTED_GLOBAL = 70
A network device is connected, with global network connectivity. +

NM_CONNECTIVITY

+ Describes the network-connectivity state. +
NM_CONNECTIVITY_UNKNOWN = 0
+ Network connectivity is unknown. +
NM_CONNECTIVITY_NONE = 1
+ The host is not connected to any network. +
NM_CONNECTIVITY_PORTAL = 2
+ The host is behind a captive portal and cannot reach the + full Internet. +
NM_CONNECTIVITY_LIMITED = 3
+ The host is connected to a network, but does not appear to + be able to reach the full Internet. +
NM_CONNECTIVITY_FULL = 4
+ The host is connected to a network, and appears to be able + to reach the full Internet

org.freedesktop.NetworkManager.AccessPoint

Interface has no methods.

Signals:

PropertiesChanged ( @@ -1162,7 +1207,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- List the connections stored by this Settings object. + List the saved network connections known to NetworkManager.

Returns

connections - ao
List of connections. @@ -1181,7 +1226,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Add new connection. + Add new connection and save it to disk. This operation does not start + the network connection unless (1) device is idle and able to connect to + the network described by the new connection, and (2) the connection + is allowed to be started automatically.

Parameters

connection - a{sa{sv}}
Connection settings and properties. @@ -1206,7 +1254,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

NewConnection ( o: connection )

- Emitted when a new connection has been added. + Emitted when a new connection has been added after NetworkManager has + started up and initialized. This signal is not emitted for connections + read while starting up, because NetworkManager's D-Bus service is only + available after all connections have been read, and to prevent spamming + listeners with too many signals at one time. To retrieve the initial + connection list, call the ListConnections() method once, and then listen + for individual Settings.NewConnection and Settings.Connection.Deleted + signals for further updates.

Parameters

connection - o
Object path of the new connection. @@ -1303,7 +1358,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.o - (read)
The path of the connection.
SpecificObject - o - - (read)
A specific object associated with the active connection.
Uuid - + (read)
+ A specific object associated with the active connection. This property + reflects the specific object used during connection activation, and will + not change over the lifetime of the ActiveConnection once set. +
Uuid - s - (read)
The UUID of the connection, provided as a convenience so that clients @@ -1373,7 +1432,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Retrieve and return stored secrets, if any, or request new - secrets from the agent's user. + secrets from the agent's user. If user interaction is allowed + and the user enters new secrets, the agent is expected to save + the new secrets to persistent storage (if the secret's flags + include AGENT_OWNED) as NetworkManager will not send these + secrets back to the same agent via a SaveSecrets() call.

Parameters

connection - a{sa{sv}} (String_String_Variant_Map_Map) @@ -1395,7 +1458,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Cancel a pending GetSecrets request for secrets of the given - connection. Any matching request should be canceled. + connection. Any GetSecrets request with the same + 'connection_path' and 'setting_name' that are given in a + CancelGetSecrets request should be canceled.

Parameters

connection_path - o
- Object path of the connection for which, if secrets are being - requested, the request should be canceled. + Object path of the connection for which, if secrets for + the given 'setting_name' are being requested, the request + should be canceled.
setting_name - s
Setting name for which secrets for this connection were @@ -1754,6 +1822,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  • NM_802_11_MODE - u
  • NM_ACTIVE_CONNECTION_STATE - u
  • NM_BT_CAPABILITIES + - u
  • NM_CONNECTIVITY - u
  • NM_DEVICE_CAP - u
  • NM_DEVICE_MODEM_CAPABILITIES - u
  • NM_DEVICE_STATE @@ -1773,4 +1842,4 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  • String_Variant_Map - a{ s → v } -
  • + \ No newline at end of file -- cgit 1.3.0-6-gf8a5