From 6518e361171f64bcaaa4bf868139362ed95cc2e0 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 20 Oct 2018 01:30:31 +0200 Subject: New upstream version 1.14.2 --- docs/libnm/html/libnm-nm-dbus-interface.html | 179 ++++++++++++++++++++++++++- 1 file changed, 177 insertions(+), 2 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 19e86974..2bab8834 100644 --- a/docs/libnm/html/libnm-nm-dbus-interface.html +++ b/docs/libnm/html/libnm-nm-dbus-interface.html @@ -8,7 +8,7 @@ - + @@ -194,6 +194,10 @@ #define +NM_DBUS_INTERFACE_DEVICE_WIREGUARD + + +#define NM_DBUS_INTERFACE_DEVICE_GRE @@ -202,6 +206,14 @@ #define +NM_DBUS_INTERFACE_DEVICE_WPAN + + +#define +NM_DBUS_INTERFACE_DEVICE_6LOWPAN + + +#define NM_DBUS_INTERFACE_DEVICE_STATISTICS @@ -314,6 +326,10 @@ enum +NMConnectionMultiConnect + + +enum NMActiveConnectionState @@ -420,6 +436,10 @@ enum NMSettingsUpdate2Flags + +enum +NMTernary + @@ -430,6 +450,7 @@ ├── NMActiveConnectionState ├── NMActiveConnectionStateReason ├── NMCapability + ├── NMConnectionMultiConnect ├── NMConnectivityState ├── NMDeviceState ├── NMDeviceStateReason @@ -437,6 +458,7 @@ ├── NMIPTunnelMode ├── NMMetered ├── NMState + ├── NMTernary ╰── NMWimaxNspNetworkType GFlags ├── NM80211ApFlags @@ -689,6 +711,12 @@
+

NM_DBUS_INTERFACE_DEVICE_WIREGUARD

+
#define NM_DBUS_INTERFACE_DEVICE_WIREGUARD     NM_DBUS_INTERFACE_DEVICE ".WireGuard"
+
+
+
+

NM_DBUS_INTERFACE_DEVICE_GRE

#define NM_DBUS_INTERFACE_DEVICE_GRE           NM_DBUS_INTERFACE_DEVICE ".Gre"
 
@@ -701,6 +729,18 @@

+

NM_DBUS_INTERFACE_DEVICE_WPAN

+
#define NM_DBUS_INTERFACE_DEVICE_WPAN          NM_DBUS_INTERFACE_DEVICE ".Wpan"
+
+
+
+
+

NM_DBUS_INTERFACE_DEVICE_6LOWPAN

+
#define NM_DBUS_INTERFACE_DEVICE_6LOWPAN       NM_DBUS_INTERFACE_DEVICE ".Lowpan"
+
+
+
+

NM_DBUS_INTERFACE_DEVICE_STATISTICS

#define NM_DBUS_INTERFACE_DEVICE_STATISTICS    NM_DBUS_INTERFACE_DEVICE ".Statistics"
 
@@ -1164,6 +1204,27 @@ GSM/UMTS, or LTE network access protocols

  + +

NM_DEVICE_TYPE_WPAN

+ +

a IEEE 802.15.4 (WPAN) MAC Layer Device

+ +  + + +

NM_DEVICE_TYPE_6LOWPAN

+ +

6LoWPAN interface

+ +  + + +

NM_DEVICE_TYPE_WIREGUARD

+ +

a WireGuard interface

+ +  +
@@ -2274,6 +2335,13 @@ GPRS, EDGE, UMTS, HSDPA, HSUPA, or HSPA+ packet switched data capability

  + +

NM_DEVICE_STATE_REASON_SRIOV_CONFIGURATION_FAILED

+ +

configuration of SR-IOV parameters failed

+ +  + @@ -2332,6 +2400,60 @@ GPRS, EDGE, UMTS, HSDPA, HSUPA, or HSPA+ packet switched data capability


+

enum NMConnectionMultiConnect

+
+

Members

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

NM_CONNECTION_MULTI_CONNECT_DEFAULT

+

indicates that the per-connection + setting is unspecified. In this case, it will fallback to the default + value, which is NM_CONNECTION_MULTI_CONNECT_SINGLE +.

+
 

NM_CONNECTION_MULTI_CONNECT_SINGLE

+

the connection profile can only + be active once at each moment. Activating a profile that is already active, + will first deactivate it.

+
 

NM_CONNECTION_MULTI_CONNECT_MANUAL_MULTIPLE

+

the profile can + be manually activated multiple times on different devices. However, + regarding autoconnect, the profile will autoconnect only if it is + currently not connected otherwise.

+
 

NM_CONNECTION_MULTI_CONNECT_MULTIPLE

+

the profile can autoactivate + and be manually activated multiple times together.

+
 
+
+

Since: 1.14

+
+
+

enum NMActiveConnectionState

NMActiveConnectionState values indicate the state of a connection to a specific network while it is starting, connected, or disconnecting from that @@ -2828,6 +2950,20 @@ VPN plugin authentication dialogs.

  + +

NM_IP_TUNNEL_MODE_GRETAP

+ +

GRETAP tunnel

+ +  + + +

NM_IP_TUNNEL_MODE_IP6GRETAP

+ +

IPv6 GRETAP tunnel

+ +  +
@@ -3160,9 +3296,48 @@ VPN plugin authentication dialogs.

Since: 1.12

+
+
+

enum NMTernary

+

An boolean value that can be overridden by a default.

+
+

Members

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

NM_TERNARY_DEFAULT

+

use the globally-configured default value.

+
 

NM_TERNARY_FALSE

+

the option is disabled.

+
 

NM_TERNARY_TRUE

+

the option is enabled.

+
 
+
+

Since: 1.14

+
+
Generated by GTK-Doc V1.29.1 \ No newline at end of file -- cgit 1.3.0-6-gf8a5