From afcd268ea7b1149fbfb66bce4eca659b675da0a2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 12 Dec 2017 15:53:07 +0100 Subject: New upstream version 1.10.2 --- docs/libnm/html/libnm-nm-dbus-interface.html | 105 +++++++++++++++++++++++++-- 1 file changed, 100 insertions(+), 5 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 306edabd..2b5affa6 100644 --- a/docs/libnm/html/libnm-nm-dbus-interface.html +++ b/docs/libnm/html/libnm-nm-dbus-interface.html @@ -8,7 +8,7 @@ - + @@ -408,12 +408,16 @@ enum NMActivationStateFlags + +enum +NMSettingsUpdate2Flags +

Object Hierarchy

-
    GEnum
+
    GEnum
     ├── NM80211Mode
     ├── NMActiveConnectionState
     ├── NMActiveConnectionStateReason
@@ -426,7 +430,7 @@
     ├── NMMetered
     ├── NMState
     ╰── NMWimaxNspNetworkType
-    GFlags
+    GFlags
     ├── NM80211ApFlags
     ├── NM80211ApSecurityFlags
     ├── NMActivationStateFlags
@@ -435,7 +439,8 @@
     ├── NMDeviceModemCapabilities
     ├── NMDeviceWifiCapabilities
     ├── NMSecretAgentCapabilities
-    ╰── NMSecretAgentGetSecretsFlags
+    ├── NMSecretAgentGetSecretsFlags
+    ╰── NMSettingsUpdate2Flags
 
@@ -2961,9 +2966,99 @@ VPN plugin authentication dialogs.

Since: 1.10

+
+
+

enum NMSettingsUpdate2Flags

+
+

Members

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

NM_SETTINGS_UPDATE2_FLAG_NONE

+

an alias for numeric zero, no flags set.

+
 

NM_SETTINGS_UPDATE2_FLAG_TO_DISK

+

to persist the connection to disk.

+
 

NM_SETTINGS_UPDATE2_FLAG_IN_MEMORY

+

to make the connection in-memory only. + If the connection was previously persistent, the corresponding file on disk + is not deleted but merely the connection is decoupled from the file + on disk. If you later delete an in-memory connection, the connection + on disk will be deleted as well.

+
 

NM_SETTINGS_UPDATE2_FLAG_IN_MEMORY_DETACHED

+

this is like NM_SETTINGS_UPDATE2_FLAG_IN_MEMORY +, + but if the connection has a corresponding file on disk, the association between + the connection and the file is forgotten but the file is not modified. + The difference to NM_SETTINGS_UPDATE2_FLAG_IN_MEMORY is if you later + save the connection again to disk, a new file name will be chosen without + overwriting the remaining file on disk. Also, if you delete the connection + later, the file on disk will not be deleted.

+
 

NM_SETTINGS_UPDATE2_FLAG_IN_MEMORY_ONLY

+

this is like NM_SETTINGS_UPDATE2_FLAG_IN_MEMORY +, + but if the connection has a corresponding file on disk, the file on + disk will be deleted.

+
 

NM_SETTINGS_UPDATE2_FLAG_VOLATILE

+

This can be specified with either + NM_SETTINGS_UPDATE2_FLAG_IN_MEMORY_DETACHED or NM_SETTINGS_UPDATE2_FLAG_IN_MEMORY_ONLY. + After making the connection in-memory only, the connection is marked + as volatile. That means, if the connection is currently not active + it will be deleted right away. Otherwise, it is marked to for deletion + once the connection deactivates. A volatile connection cannot autoactivate + again (because it's about to be deleted), but a manual activation will + clear the volatile flag.

+
 

NM_SETTINGS_UPDATE2_FLAG_BLOCK_AUTOCONNECT

+

usually, when the connection + has autoconnect enabled and is modified, it becomes elegible to autoconnect + right away. Setting this flag, disables autoconnect until the connection + is manually activated.

+
 
+
+

Since: 1.10.2

+
+
Generated by GTK-Doc V1.26 \ No newline at end of file -- cgit 1.3.0-6-gf8a5 From 50f6b47074e01dffb8dc536c0a20961dcf28ae9b Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 7 Feb 2018 02:39:23 +0100 Subject: New upstream version 1.10.4 --- docs/libnm/html/libnm-nm-dbus-interface.html | 18 ++++++++++++++++-- 1 file changed, 16 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 2b5affa6..575adb4e 100644 --- a/docs/libnm/html/libnm-nm-dbus-interface.html +++ b/docs/libnm/html/libnm-nm-dbus-interface.html @@ -8,7 +8,7 @@ - + @@ -2244,6 +2244,20 @@ GPRS, EDGE, UMTS, HSDPA, HSUPA, or HSPA+ packet switched data capability

  + +

NM_DEVICE_STATE_REASON_IP_ADDRESS_DUPLICATE

+ +

a duplicate IP address was detected

+ +  + + +

NM_DEVICE_STATE_REASON_IP_METHOD_UNSUPPORTED

+ +

The selected IP method is not supported

+ +  + @@ -3059,6 +3073,6 @@ VPN plugin authentication dialogs.

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