From 0018d1f3cf71d680d7b6bceda55a5717244d8b26 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 16 Aug 2022 18:24:19 +0200 Subject: New upstream version 1.39.90 --- docs/libnm/html/NMSettingConnection.html | 174 +++++++++++++++++++++++-------- 1 file changed, 132 insertions(+), 42 deletions(-) (limited to 'docs/libnm/html/NMSettingConnection.html') diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html index d4cd96ce..e03307c8 100644 --- a/docs/libnm/html/NMSettingConnection.html +++ b/docs/libnm/html/NMSettingConnection.html @@ -313,6 +313,14 @@ +NMMptcpFlags + + +nm_setting_connection_get_mptcp_flags () + + + + gint32 @@ -320,6 +328,14 @@ + +gint32 + + +nm_setting_connection_get_wait_activation_delay () + + + const char * @@ -451,6 +467,10 @@ #define +NM_SETTING_CONNECTION_MPTCP_FLAGS + + +#define NM_SETTING_CONNECTION_WAIT_DEVICE_TIMEOUT @@ -458,6 +478,10 @@ NM_SETTING_CONNECTION_MUD_URL +#define +NM_SETTING_CONNECTION_WAIT_ACTIVATION_DELAY + + enum NMSettingConnectionAutoconnectSlaves @@ -514,7 +538,7 @@ nm_setting_connection_new (void

nm_setting_connection_get_id ()

const char *
 nm_setting_connection_get_id (NMSettingConnection *setting);
-

Returns the “id” property of the connection.

+

Returns the “id” property of the connection.

Parameters

@@ -540,7 +564,7 @@ nm_setting_connection_get_id (

nm_setting_connection_get_uuid ()

const char *
 nm_setting_connection_get_uuid (NMSettingConnection *setting);
-

Returns the “uuid” property of the connection.

+

Returns the “uuid” property of the connection.

Parameters

@@ -594,7 +618,7 @@ nm_setting_connection_get_stable_id (const char * nm_setting_connection_get_interface_name (NMSettingConnection *setting); -

Returns the “interface-name” property of the connection.

+

Returns the “interface-name” property of the connection.

Parameters

@@ -621,7 +645,7 @@ nm_setting_connection_get_interface_name
const char *
 nm_setting_connection_get_connection_type
                                (NMSettingConnection *setting);
-

Returns the “type” property of the connection.

+

Returns the “type” property of the connection.

Parameters

@@ -647,7 +671,7 @@ nm_setting_connection_get_connection_type

nm_setting_connection_get_autoconnect ()

gboolean
 nm_setting_connection_get_autoconnect (NMSettingConnection *setting);
-

Returns the “autoconnect” property of the connection.

+

Returns the “autoconnect” property of the connection.

Parameters

@@ -757,7 +781,7 @@ nm_setting_connection_get_multi_connect

nm_setting_connection_get_timestamp ()

guint64
 nm_setting_connection_get_timestamp (NMSettingConnection *setting);
-

Returns the “timestamp” property of the connection.

+

Returns the “timestamp” property of the connection.

Parameters

@@ -783,7 +807,7 @@ nm_setting_connection_get_timestamp (

nm_setting_connection_get_read_only ()

gboolean
 nm_setting_connection_get_read_only (NMSettingConnection *setting);
-

Returns the “read-only” property of the connection.

+

Returns the “read-only” property of the connection.

Parameters

@@ -810,7 +834,7 @@ nm_setting_connection_get_read_only (guint32 nm_setting_connection_get_num_permissions (NMSettingConnection *setting); -

Returns the number of entries in the “permissions” +

Returns the number of entries in the “permissions” property of this setting.

Parameters

@@ -841,7 +865,7 @@ nm_setting_connection_get_permission (const char **out_ptype, const char **out_pitem, const char **out_detail); -

Retrieve one of the entries of the “permissions” property +

Retrieve one of the entries of the “permissions” property of this setting.

Parameters

@@ -872,7 +896,7 @@ unless the entry is invalid, in which case it returns "invalid".

+“permissions” for more detail

@@ -894,7 +918,7 @@ was invalid

nm_setting_connection_get_zone ()

const char *
 nm_setting_connection_get_zone (NMSettingConnection *setting);
-

Returns the “zone” property of the connection.

+

Returns the “zone” property of the connection.

Parameters

out_pitem

on return, the permission item (formatted according to ptype , see -“permissions” for more detail

 
@@ -962,7 +986,7 @@ nm_setting_connection_add_permission (pitem must be a username. See -“permissions”: for more details.

+“permissions”: for more details.

Parameters

@@ -1051,7 +1075,7 @@ nm_setting_connection_remove_permission_by_value

Removes the permission from the connection. At this time, only the "user" permission type is supported, and pitem must -be a username. See “permissions”: for more details.

+be a username. See “permissions”: for more details.

Parameters

@@ -1095,7 +1119,7 @@ be a username. See

nm_setting_connection_get_master ()

const char *
 nm_setting_connection_get_master (NMSettingConnection *setting);
-

Returns the “master” property of the connection.

+

Returns the “master” property of the connection.

Parameters

@@ -1158,7 +1182,7 @@ against setting

nm_setting_connection_get_slave_type ()

const char *
 nm_setting_connection_get_slave_type (NMSettingConnection *setting);
-

Returns the “slave-type” property of the connection.

+

Returns the “slave-type” property of the connection.

Parameters

@@ -1398,7 +1422,7 @@ nm_setting_connection_get_gateway_ping_timeout

Returns

-

the value contained in the “gateway-ping-timeout” +

the value contained in the “gateway-ping-timeout” property.

@@ -1566,6 +1590,32 @@ nm_setting_connection_get_dns_over_tls
+

nm_setting_connection_get_mptcp_flags ()

+
NMMptcpFlags
+nm_setting_connection_get_mptcp_flags (NMSettingConnection *setting);
+
+

Parameters

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

setting

the NMSettingConnection

 
+
+
+

Returns

+

the “mptcp-flags” property of the setting.

+
+

Since: 1.40

+ +
+

nm_setting_connection_get_wait_device_timeout ()

gint32
 nm_setting_connection_get_wait_device_timeout
@@ -1594,6 +1644,34 @@ the timeout in milliseconds. -1 is the default.


+

nm_setting_connection_get_wait_activation_delay ()

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

Parameters

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

setting

the NMSettingConnection

 
+
+
+

Returns

+

the NM_SETTING_CONNECTION_WAIT_ACTIVATION_DELAY property with +the delay in milliseconds. -1 is the default.

+
+

Since: 1.40

+
+
+

nm_setting_connection_get_mud_url ()

const char *
 nm_setting_connection_get_mud_url (NMSettingConnection *setting);
@@ -1645,157 +1723,169 @@ property.


NM_SETTING_CONNECTION_ID

-
#define NM_SETTING_CONNECTION_ID                   "id"
+
#define NM_SETTING_CONNECTION_ID                    "id"
 

NM_SETTING_CONNECTION_UUID

-
#define NM_SETTING_CONNECTION_UUID                 "uuid"
+
#define NM_SETTING_CONNECTION_UUID                  "uuid"
 

NM_SETTING_CONNECTION_STABLE_ID

-
#define NM_SETTING_CONNECTION_STABLE_ID            "stable-id"
+
#define NM_SETTING_CONNECTION_STABLE_ID             "stable-id"
 

NM_SETTING_CONNECTION_INTERFACE_NAME

-
#define NM_SETTING_CONNECTION_INTERFACE_NAME       "interface-name"
+
#define NM_SETTING_CONNECTION_INTERFACE_NAME        "interface-name"
 

NM_SETTING_CONNECTION_TYPE

-
#define NM_SETTING_CONNECTION_TYPE                 "type"
+
#define NM_SETTING_CONNECTION_TYPE                  "type"
 

NM_SETTING_CONNECTION_AUTOCONNECT

-
#define NM_SETTING_CONNECTION_AUTOCONNECT          "autoconnect"
+
#define NM_SETTING_CONNECTION_AUTOCONNECT           "autoconnect"
 

NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY

-
#define NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY "autoconnect-priority"
+
#define NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY  "autoconnect-priority"
 

NM_SETTING_CONNECTION_AUTOCONNECT_RETRIES

-
#define NM_SETTING_CONNECTION_AUTOCONNECT_RETRIES  "autoconnect-retries"
+
#define NM_SETTING_CONNECTION_AUTOCONNECT_RETRIES   "autoconnect-retries"
 

NM_SETTING_CONNECTION_MULTI_CONNECT

-
#define NM_SETTING_CONNECTION_MULTI_CONNECT        "multi-connect"
+
#define NM_SETTING_CONNECTION_MULTI_CONNECT         "multi-connect"
 

NM_SETTING_CONNECTION_TIMESTAMP

-
#define NM_SETTING_CONNECTION_TIMESTAMP            "timestamp"
+
#define NM_SETTING_CONNECTION_TIMESTAMP             "timestamp"
 

NM_SETTING_CONNECTION_READ_ONLY

-
#define NM_SETTING_CONNECTION_READ_ONLY            "read-only"
+
#define NM_SETTING_CONNECTION_READ_ONLY             "read-only"
 

NM_SETTING_CONNECTION_PERMISSIONS

-
#define NM_SETTING_CONNECTION_PERMISSIONS          "permissions"
+
#define NM_SETTING_CONNECTION_PERMISSIONS           "permissions"
 

NM_SETTING_CONNECTION_ZONE

-
#define NM_SETTING_CONNECTION_ZONE                 "zone"
+
#define NM_SETTING_CONNECTION_ZONE                  "zone"
 

NM_SETTING_CONNECTION_MASTER

-
#define NM_SETTING_CONNECTION_MASTER               "master"
+
#define NM_SETTING_CONNECTION_MASTER                "master"
 

NM_SETTING_CONNECTION_SLAVE_TYPE

-
#define NM_SETTING_CONNECTION_SLAVE_TYPE           "slave-type"
+
#define NM_SETTING_CONNECTION_SLAVE_TYPE            "slave-type"
 

NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES

-
#define NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES   "autoconnect-slaves"
+
#define NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES    "autoconnect-slaves"
 

NM_SETTING_CONNECTION_SECONDARIES

-
#define NM_SETTING_CONNECTION_SECONDARIES          "secondaries"
+
#define NM_SETTING_CONNECTION_SECONDARIES           "secondaries"
 

NM_SETTING_CONNECTION_GATEWAY_PING_TIMEOUT

-
#define NM_SETTING_CONNECTION_GATEWAY_PING_TIMEOUT "gateway-ping-timeout"
+
#define NM_SETTING_CONNECTION_GATEWAY_PING_TIMEOUT  "gateway-ping-timeout"
 

NM_SETTING_CONNECTION_METERED

-
#define NM_SETTING_CONNECTION_METERED              "metered"
+
#define NM_SETTING_CONNECTION_METERED               "metered"
 

NM_SETTING_CONNECTION_LLDP

-
#define NM_SETTING_CONNECTION_LLDP                 "lldp"
+
#define NM_SETTING_CONNECTION_LLDP                  "lldp"
 

NM_SETTING_CONNECTION_AUTH_RETRIES

-
#define NM_SETTING_CONNECTION_AUTH_RETRIES         "auth-retries"
+
#define NM_SETTING_CONNECTION_AUTH_RETRIES          "auth-retries"
 

NM_SETTING_CONNECTION_MDNS

-
#define NM_SETTING_CONNECTION_MDNS                 "mdns"
+
#define NM_SETTING_CONNECTION_MDNS                  "mdns"
 

NM_SETTING_CONNECTION_LLMNR

-
#define NM_SETTING_CONNECTION_LLMNR                "llmnr"
+
#define NM_SETTING_CONNECTION_LLMNR                 "llmnr"
 

NM_SETTING_CONNECTION_DNS_OVER_TLS

-
#define NM_SETTING_CONNECTION_DNS_OVER_TLS         "dns-over-tls"
+
#define NM_SETTING_CONNECTION_DNS_OVER_TLS          "dns-over-tls"
+
+
+
+
+

NM_SETTING_CONNECTION_MPTCP_FLAGS

+
#define NM_SETTING_CONNECTION_MPTCP_FLAGS           "mptcp-flags"
 

NM_SETTING_CONNECTION_WAIT_DEVICE_TIMEOUT

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

NM_SETTING_CONNECTION_MUD_URL

-
#define NM_SETTING_CONNECTION_MUD_URL              "mud-url"
+
#define NM_SETTING_CONNECTION_MUD_URL               "mud-url"
+
+
+
+
+

NM_SETTING_CONNECTION_WAIT_ACTIVATION_DELAY

+
#define NM_SETTING_CONNECTION_WAIT_ACTIVATION_DELAY "wait-activation-delay"
 

-- cgit 1.3.0-6-gf8a5