From c333f062ddcba9b35330647bf6cbd0a07f2d786e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 11 May 2017 14:55:55 +0200 Subject: New upstream version 1.8.0 --- docs/libnm/html/libnm-nm-dbus-interface.html | 237 +++++++++++++++++++++++++-- 1 file changed, 221 insertions(+), 16 deletions(-) (limited to 'docs/libnm/html/libnm-nm-dbus-interface.html') diff --git a/docs/libnm/html/libnm-nm-dbus-interface.html b/docs/libnm/html/libnm-nm-dbus-interface.html index 7038eb1f..fdbddb36 100644 --- a/docs/libnm/html/libnm-nm-dbus-interface.html +++ b/docs/libnm/html/libnm-nm-dbus-interface.html @@ -46,6 +46,10 @@ #define +NM_AVAILABLE_IN_1_8 + + +#define NM_DBUS_SERVICE @@ -134,6 +138,10 @@ #define +NM_DBUS_INTERFACE_DEVICE_DUMMY + + +#define NM_DBUS_INTERFACE_DEVICE_TEAM @@ -290,6 +298,10 @@ enum +NMActiveConnectionStateReason + + +enum NMSecretAgentGetSecretsFlags @@ -381,9 +393,10 @@

Object Hierarchy

-
    GEnum
+
    GEnum
     ├── NM80211Mode
     ├── NMActiveConnectionState
+    ├── NMActiveConnectionStateReason
     ├── NMCapability
     ├── NMConnectivityState
     ├── NMDeviceState
@@ -393,7 +406,7 @@
     ├── NMMetered
     ├── NMState
     ╰── NMWimaxNspNetworkType
-    GFlags
+    GFlags
     ├── NM80211ApFlags
     ├── NM80211ApSecurityFlags
     ├── NMBluetoothCapabilities
@@ -419,6 +432,11 @@
 

+

NM_AVAILABLE_IN_1_8

+
#define             NM_AVAILABLE_IN_1_8
+
+
+

NM_DBUS_SERVICE

#define NM_DBUS_SERVICE                     "org.freedesktop.NetworkManager"
 
@@ -551,6 +569,12 @@

+

NM_DBUS_INTERFACE_DEVICE_DUMMY

+
#define NM_DBUS_INTERFACE_DEVICE_DUMMY      NM_DBUS_INTERFACE_DEVICE ".Dummy"
+
+
+
+

NM_DBUS_INTERFACE_DEVICE_TEAM

#define NM_DBUS_INTERFACE_DEVICE_TEAM       NM_DBUS_INTERFACE_DEVICE ".Team"
 
@@ -730,56 +754,74 @@ extensions.

NM_STATE_UNKNOWN

-

networking state is unknown

+

Networking state is unknown. This indicates a daemon error + that makes it unable to reasonably assess the state. In such event the + applications are expected to assume Internet connectivity might be present + and not disable controls that require network access. + The graphical shells may hide the network accessibility indicator altogether + since no meaningful status indication can be provided.

 

NM_STATE_ASLEEP

-

networking is not enabled

+

Networking is not enabled, the system is being suspended or + resumed from suspend.

 

NM_STATE_DISCONNECTED

-

there is no active network connection

+

There is no active network connection. + The graphical shell should indicate no network connectivity and the + applications should not attempt to access the network.

 

NM_STATE_DISCONNECTING

-

network connections are being cleaned up

+

Network connections are being cleaned up. + The applications should tear down their network sessions.

 

NM_STATE_CONNECTING

-

a network connection is being started

+

A network connection is being started + The graphical shell should indicate the network is being connected while + the applications should still make no attempts to connect the network.

 

NM_STATE_CONNECTED_LOCAL

-

there is only local IPv4 and/or IPv6 connectivity

+

There is only local IPv4 and/or IPv6 connectivity, + but no default route to access the Internet. The graphical shell should + indicate no network connectivity.

 

NM_STATE_CONNECTED_SITE

-

there is only site-wide IPv4 and/or IPv6 connectivity

+

There is only site-wide IPv4 and/or IPv6 connectivity. + This means a default route is available, but the Internet connectivity check + (see "Connectivity" property) did not succeed. The graphical shell should + indicate limited network connectivity.

 

NM_STATE_CONNECTED_GLOBAL

-

there is global IPv4 and/or IPv6 Internet connectivity

+

There is global IPv4 and/or IPv6 Internet connectivity + This means the Internet connectivity check succeeded, the graphical shell should + indicate full network connectivity.

  @@ -802,30 +844,41 @@ extensions.

NM_CONNECTIVITY_UNKNOWN

-

Network connectivity is unknown.

+

Network connectivity is unknown. This means the + connectivity checks are disabled (e.g. on server installations) or has + not run yet. The graphical shell should assume the Internet connection + might be available and not present a captive portal window.

 

NM_CONNECTIVITY_NONE

-

The host is not connected to any network.

+

The host is not connected to any network. There's + no active connection that contains a default route to the internet and + thus it makes no sense to even attempt a connectivity check. The graphical + shell should use this state to indicate the network connection is unavailable.

 

NM_CONNECTIVITY_PORTAL

-

The host is behind a captive portal and - cannot reach the full Internet.

+

The Internet connection is hijacked by a captive + portal gateway. The graphical shell may open a sandboxed web browser window + (because the captive portals typically attempt a man-in-the-middle attacks + agains the https connections) for the purpose of authenticating to a gateway + and retrigger the connectivity check with CheckConnectivity() when the + browser window is dismissed.

 

NM_CONNECTIVITY_LIMITED

-

The host is connected to a network, but - does not appear to be able to reach the full Internet.

+

The host is connected to a network, does not appear + to be able to reach the full Internet, but a captive portal has not been + detected.

  @@ -1010,6 +1063,13 @@ GSM/UMTS, or LTE network access protocols

  + +

NM_DEVICE_TYPE_DUMMY

+ +

a dummy interface

+ +  +
@@ -1055,6 +1115,13 @@ GSM/UMTS, or LTE network access protocols

  + +

NM_DEVICE_CAP_SRIOV

+ +

this device supports single-root I/O virtualization

+ +  + @@ -2185,6 +2252,144 @@ network.


+

enum NMActiveConnectionStateReason

+

Active connection state reasons.

+
+

Members

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

NM_ACTIVE_CONNECTION_STATE_REASON_UNKNOWN

+

The reason for the active connection + state change is unknown.

+
 

NM_ACTIVE_CONNECTION_STATE_REASON_NONE

+

No reason was given for the active + connection state change.

+
 

NM_ACTIVE_CONNECTION_STATE_REASON_USER_DISCONNECTED

+

The active connection changed + state because the user disconnected it.

+
 

NM_ACTIVE_CONNECTION_STATE_REASON_DEVICE_DISCONNECTED

+

The active connection + changed state because the device it was using was disconnected.

+
 

NM_ACTIVE_CONNECTION_STATE_REASON_SERVICE_STOPPED

+

The service providing the + VPN connection was stopped.

+
 

NM_ACTIVE_CONNECTION_STATE_REASON_IP_CONFIG_INVALID

+

The IP config of the active + connection was invalid.

+
 

NM_ACTIVE_CONNECTION_STATE_REASON_CONNECT_TIMEOUT

+

The connection attempt to + the VPN service timed out.

+
 

NM_ACTIVE_CONNECTION_STATE_REASON_SERVICE_START_TIMEOUT

+

A timeout occurred + while starting the service providing the VPN connection.

+
 

NM_ACTIVE_CONNECTION_STATE_REASON_SERVICE_START_FAILED

+

Starting the service + providing the VPN connection failed.

+
 

NM_ACTIVE_CONNECTION_STATE_REASON_NO_SECRETS

+

Necessary secrets for the + connection were not provided.

+
 

NM_ACTIVE_CONNECTION_STATE_REASON_LOGIN_FAILED

+

Authentication to the + server failed.

+
 

NM_ACTIVE_CONNECTION_STATE_REASON_CONNECTION_REMOVED

+

The connection was + deleted from settings.

+
 

NM_ACTIVE_CONNECTION_STATE_REASON_DEPENDENCY_FAILED

+

Master connection of this + connection failed to activate.

+
 

NM_ACTIVE_CONNECTION_STATE_REASON_DEVICE_REALIZE_FAILED

+

Could not create the + software device link.

+
 

NM_ACTIVE_CONNECTION_STATE_REASON_DEVICE_REMOVED

+

The device this connection + depended on disappeared.

+
 
+
+

Since: 1.8

+
+
+

enum NMSecretAgentGetSecretsFlags

NMSecretAgentGetSecretsFlags values modify the behavior of a GetSecrets request.

-- cgit 1.3.0-6-gf8a5