From aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 5 Oct 2020 22:27:18 +0200 Subject: New upstream version 1.27.90 --- docs/libnm/html/NMSettingConnection.html | 78 +++++++++++++++++--------------- 1 file changed, 41 insertions(+), 37 deletions(-) (limited to 'docs/libnm/html/NMSettingConnection.html') diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html index 1cbdd134..17b48f9e 100644 --- a/docs/libnm/html/NMSettingConnection.html +++ b/docs/libnm/html/NMSettingConnection.html @@ -1001,7 +1001,8 @@ of this setting.

out_ptype

-

on return, the permission type (at this time, always "user")

+

on return, the permission type. This is currently always "user", +unless the entry is invalid, in which case it returns "invalid".

  @@ -1137,8 +1138,10 @@ the "user" permission type is supported, and pitem TRUE if the permission was unique and was successfully added to the list, FALSE if ptype or pitem -was invalid or it the permission was already -present in the list

+was invalid. +If the permission was already present in the list, it will not be added +a second time but TRUE will be returned. Note that before 1.28, in this +case FALSE would be returned.


@@ -1444,7 +1447,7 @@ was already present

nm_setting_connection_remove_secondary (NMSettingConnection *setting, guint32 idx); -

Removes the secondary coonnection UUID at index idx +

Removes the secondary connection UUID at index idx .

Parameters

@@ -1476,7 +1479,7 @@ nm_setting_connection_remove_secondary nm_setting_connection_remove_secondary_by_value (NMSettingConnection *setting, const char *sec_uuid); -

Removes the secondary coonnection UUID sec_uuid +

Removes the secondary connection UUID sec_uuid .

Parameters

@@ -1730,13 +1733,13 @@ property.


NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY_MIN

-
#define NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY_MIN -999
+
#define NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY_MIN     -999
 

NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY_MAX

-
#define NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY_MAX 999
+
#define NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY_MAX     999
 

@@ -1748,37 +1751,37 @@ 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"
 

@@ -1790,61 +1793,61 @@ property.


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"
 

@@ -1856,43 +1859,43 @@ property.


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_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"
 

@@ -2081,7 +2084,7 @@ master is activated

The number of retries for the authentication. Zero means to try indefinitely; -1 means to use a global default. If the global default is not set, the authentication retries for 3 times before failing the connection.

-

Currently this only applies to 802-1x authentication.

+

Currently, this only applies to 802-1x authentication.

Owner: NMSettingConnection

Flags: Read / Write

Allowed values: >= -1

@@ -2208,7 +2211,7 @@ for the connection, "no" (0) disable LLMNR for the interface, "resolve" (1) do not register hostname but allow resolving of LLMNR host names If unspecified, "default" ultimately depends on the DNS plugin (which for systemd-resolved currently means "yes").

-

This feature requires a plugin which supports LLMNR. Otherwise the +

This feature requires a plugin which supports LLMNR. Otherwise, the setting has no effect. One such plugin is dns-systemd-resolved.

Owner: NMSettingConnection

Flags: Read / Write

@@ -2235,7 +2238,7 @@ for the connection, "no" (0) disable mDNS for the interface, "resolve" and "default" (-1) to allow lookup of a global default in NetworkManager.conf. If unspecified, "default" ultimately depends on the DNS plugin (which for systemd-resolved currently means "no").

-

This feature requires a plugin which supports mDNS. Otherwise the +

This feature requires a plugin which supports mDNS. Otherwise, the setting has no effect. One such plugin is dns-systemd-resolved.

Owner: NMSettingConnection

Flags: Read / Write

@@ -2314,7 +2317,7 @@ connection is read-only and cannot be modified.

The “secondaries” property

  “secondaries”              GStrv

List of connection UUIDs that should be activated when the base -connection itself is activated. Currently only VPN connections are +connection itself is activated. Currently, only VPN connections are supported.

Owner: NMSettingConnection

Flags: Read / Write

@@ -2348,9 +2351,10 @@ DUID with ipv6.dhcp-duid=stable-[llt,ll,uuid].

also seeded into the generation algorithm. For example, a per-host key is commonly also included, so that different systems end up generating different IDs. Or with ipv6.addr-gen-mode=stable-privacy, also the device's -name is included, so that different interfaces yield different addresses.

+name is included, so that different interfaces yield different addresses. +The per-host key is the identity of your machine and stored in /var/lib/NetworkManager/secret-key.

The '$' character is treated special to perform dynamic substitutions -at runtime. Currently supported are "${CONNECTION}", "${DEVICE}", "${MAC}", +at runtime. Currently, supported are "${CONNECTION}", "${DEVICE}", "${MAC}", "${BOOT}", "${RANDOM}". These effectively create unique IDs per-connection, per-device, per-boot, or every time. Note that "${DEVICE}" corresponds to the interface name of the @@ -2410,7 +2414,7 @@ provider, or nm_utils_uuid_generate() or -nm_utils_uuid_generate_from_string().

+nm_utils_uuid_generate_from_string().

Owner: NMSettingConnection

Flags: Read / Write

Default value: NULL

-- cgit 1.3.0-6-gf8a5 From 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 6 Dec 2020 21:57:59 +0100 Subject: New upstream version 1.28.0 --- docs/libnm/html/NMSettingConnection.html | 74 ++++++++++++++++---------------- 1 file changed, 37 insertions(+), 37 deletions(-) (limited to 'docs/libnm/html/NMSettingConnection.html') diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html index 17b48f9e..35d8afb5 100644 --- a/docs/libnm/html/NMSettingConnection.html +++ b/docs/libnm/html/NMSettingConnection.html @@ -8,7 +8,7 @@ - + @@ -332,7 +332,7 @@ -gint +int auth-retries Read / Write @@ -342,12 +342,12 @@ Read / Write -gint +int autoconnect-priority Read / Write -gint +int autoconnect-retries Read / Write @@ -363,34 +363,34 @@ -gchar * +char * id Read / Write -gchar * +char * interface-name Read / Write -gint +int lldp Read / Write -gint +int llmnr Read / Write -gchar * +char * master Read / Write -gint +int mdns Read / Write @@ -401,12 +401,12 @@ -gchar * +char * mud-url Read / Write -gint +int multi-connect Read / Write @@ -427,13 +427,13 @@ -gchar * +char * slave-type Read / Write -gchar * +char * stable-id Read / Write @@ -444,24 +444,24 @@ -gchar * +char * type Read / Write -gchar * +char * uuid Read / Write -gint +int wait-device-timeout Read / Write -gchar * +char * zone Read / Write @@ -2080,7 +2080,7 @@ master is activated

Property Details

The “auth-retries” property

-
  “auth-retries”             gint
+
  “auth-retries”             int

The number of retries for the authentication. Zero means to try indefinitely; -1 means to use a global default. If the global default is not set, the authentication retries for 3 times before failing the connection.

@@ -2109,7 +2109,7 @@ connect VPN profiles.


The “autoconnect-priority” property

-
  “autoconnect-priority”     gint
+
  “autoconnect-priority”     int

The autoconnect priority. If the connection is set to autoconnect, connections with higher priority will be preferred. Defaults to 0. The higher number means higher priority.

@@ -2121,7 +2121,7 @@ The higher number means higher priority.


The “autoconnect-retries” property

-
  “autoconnect-retries”      gint
+
  “autoconnect-retries”      int

The number of times a connection should be tried when autoactivating before giving up. Zero means forever, -1 means the global default (4 times if not overridden). Setting this to 1 means to try activation only once before @@ -2164,7 +2164,7 @@ timeout is reached, or an IP gateway replies to a ping.


The “id” property

-
  “id”                       gchar *
+
  “id”                       char *

A human readable unique identifier for the connection, like "Work Wi-Fi" or "T-Mobile 3G".

Owner: NMSettingConnection

@@ -2174,7 +2174,7 @@ or "T-Mobile 3G".


The “interface-name” property

-
  “interface-name”           gchar *
+
  “interface-name”           char *

The name of the network interface this connection is bound to. If not set, then the connection can be attached to any interface of the appropriate type (subject to restrictions imposed by other settings).

@@ -2191,7 +2191,7 @@ connection may be applied to the wrong interface.


The “lldp” property

-
  “lldp”                     gint
+
  “lldp”                     int

Whether LLDP is enabled for the connection.

Owner: NMSettingConnection

Flags: Read / Write

@@ -2201,7 +2201,7 @@ connection may be applied to the wrong interface.


The “llmnr” property

-
  “llmnr”                    gint
+
  “llmnr”                    int

Whether Link-Local Multicast Name Resolution (LLMNR) is enabled for the connection. LLMNR is a protocol based on the Domain Name System (DNS) packet format that allows both IPv4 and IPv6 hosts @@ -2221,7 +2221,7 @@ setting has no effect. One such plugin is dns-systemd-resolved.


The “master” property

-
  “master”                   gchar *
+
  “master”                   char *

Interface name of the master device or UUID of the master connection.

Owner: NMSettingConnection

Flags: Read / Write

@@ -2230,7 +2230,7 @@ setting has no effect. One such plugin is dns-systemd-resolved.


The “mdns” property

-
  “mdns”                     gint
+
  “mdns”                     int

Whether mDNS is enabled for the connection.

The permitted values are: "yes" (2) register hostname and resolving for the connection, "no" (0) disable mDNS for the interface, "resolve" @@ -2260,7 +2260,7 @@ the change takes effect immediately.


The “mud-url” property

-
  “mud-url”                  gchar *
+
  “mud-url”                  char *

If configured, set to a Manufacturer Usage Description (MUD) URL that points to manufacturer-recommended network policies for IoT devices. It is transmitted as a DHCPv4 or DHCPv6 option. The value must be a valid URL starting with "https://".

@@ -2275,7 +2275,7 @@ consulted. If still unspecified, the ultimate default is "none".


The “multi-connect” property

-
  “multi-connect”            gint
+
  “multi-connect”            int

Specifies whether the profile can be active multiple times at a particular moment. The value is of type NMConnectionMultiConnect.

Owner: NMSettingConnection

@@ -2325,7 +2325,7 @@ supported.


The “slave-type” property

-
  “slave-type”               gchar *
+
  “slave-type”               char *

Setting name of the device type of this slave's master connection (eg, NM_SETTING_BOND_SETTING_NAME), or NULL if this connection is not a slave.

@@ -2336,7 +2336,7 @@ slave.


The “stable-id” property

-
  “stable-id”                gchar *
+
  “stable-id”                char *

This represents the identity of the connection used for various purposes. It allows to configure multiple profiles to share the identity. Also, the stable-id can contain placeholders that are substituted dynamically and @@ -2390,7 +2390,7 @@ property will not be preserved).


The “type” property

-
  “type”                     gchar *
+
  “type”                     char *

Base type of the connection. For hardware-dependent connections, should contain the setting name of the hardware-type specific setting (ie, "802-3-ethernet" or "802-11-wireless" or "bluetooth", etc), and for @@ -2403,7 +2403,7 @@ the setting name of that setting type (ie, "vpn" or "bridge", etc).


The “uuid” property

-
  “uuid”                     gchar *
+
  “uuid”                     char *

A universally unique identifier for the connection, for example generated with libuuid. It should be assigned when the connection is created, and never changed as long as the connection still applies to the same @@ -2414,7 +2414,7 @@ provider, or nm_utils_uuid_generate() or -nm_utils_uuid_generate_from_string().

+nm_utils_uuid_generate_from_string().

Owner: NMSettingConnection

Flags: Read / Write

Default value: NULL

@@ -2422,7 +2422,7 @@ be generated by

The “wait-device-timeout” property

-
  “wait-device-timeout”      gint
+
  “wait-device-timeout”      int

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 @@ -2440,7 +2440,7 @@ currently has the same meaning as no wait time.


The “zone” property

-
  “zone”                     gchar *
+
  “zone”                     char *

The trust level of a the connection. Free form case-insensitive string (for example "Home", "Work", "Public"). NULL or unspecified zone means the connection will be placed in the default zone as defined by the @@ -2454,6 +2454,6 @@ the change takes effect immediately.

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