From 2e5fa45ddfbb5cffa1e78221f1cea706e2f298af Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 31 Jul 2019 10:51:42 +0200 Subject: New upstream version 1.19.90 --- docs/libnm/html/NMSettingConnection.html | 70 +++++++++++++++++++++++++++++++- 1 file changed, 69 insertions(+), 1 deletion(-) (limited to 'docs/libnm/html/NMSettingConnection.html') diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html index 6d1aa6b3..f9c862eb 100644 --- a/docs/libnm/html/NMSettingConnection.html +++ b/docs/libnm/html/NMSettingConnection.html @@ -304,6 +304,14 @@ nm_setting_connection_get_llmnr () + + +gint32 + + +nm_setting_connection_get_wait_device_timeout () + + @@ -434,6 +442,11 @@ Read / Write +gint +wait-device-timeout +Read / Write + + gchar * zone @@ -559,6 +572,10 @@ NM_SETTING_CONNECTION_LLMNR +#define +NM_SETTING_CONNECTION_WAIT_DEVICE_TIMEOUT + + enum NMSettingConnectionAutoconnectSlaves @@ -1633,6 +1650,34 @@ nm_setting_connection_get_llmnr (

Since: 1.14

+
+
+

nm_setting_connection_get_wait_device_timeout ()

+
gint32
+nm_setting_connection_get_wait_device_timeout
+                               (NMSettingConnection *setting);
+
+

Parameters

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

setting

the NMSettingConnection

 
+
+
+

Returns

+

the NM_SETTING_CONNECTION_WAIT_DEVICE_TIMEOUT property with +the timeout in milli seconds. -1 is the default.

+
+

Since: 1.20

+

Types and Values

@@ -1799,6 +1844,12 @@ nm_setting_connection_get_llmnr (
+

NM_SETTING_CONNECTION_WAIT_DEVICE_TIMEOUT

+
#define NM_SETTING_CONNECTION_WAIT_DEVICE_TIMEOUT "wait-device-timeout"
+
+
+
+

enum NMSettingConnectionAutoconnectSlaves

NMSettingConnectionAutoconnectSlaves values indicate whether slave connections should be activated when master is activated.

@@ -2271,12 +2322,29 @@ provider, or nm_utils_uuid_generate() or -nm_utils_uuid_generate_from_string().

+nm_utils_uuid_generate_from_string().

Flags: Read / Write

Default value: NULL


+

The “wait-device-timeout” property

+
  “wait-device-timeout”      gint
+

Timeout in milliseconds to wait for device at startup. +During boot, devices may take a while to be detected by the driver. +This property will cause to delay NetworkManager-wait-online.service +and nm-online to give the device a chance to appear.

+

Note that this property only works together with NMSettingConnection:interface-name +to identify the device that will be waited for.

+

The value 0 means no wait time. The default value is -1, which +currently has the same meaning as no wait time.

+

Flags: Read / Write

+

Allowed values: >= -1

+

Default value: -1

+

Since: 1.20

+
+
+

The “zone” property

  “zone”                     gchar *

The trust level of a the connection. Free form case-insensitive string -- cgit 1.3.0-6-gf8a5