From 6681f77b757bbc42ce5c8868ee9142b7ebc8c059 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 13 Feb 2024 22:23:40 +0100 Subject: New upstream version 1.45.91 --- docs/libnm/html/NMSettingConnection.html | 53 ++++++++++++++++++++++++++++ docs/libnm/html/NMSettingIPConfig.html | 45 +++++++++++++++++++++++ docs/libnm/html/api-index-full.html | 24 +++++++++++++ docs/libnm/html/index.html | 2 +- docs/libnm/html/libnm-nm-version-macros.html | 2 +- docs/libnm/html/libnm.devhelp2 | 8 +++-- docs/libnm/html/usage.html | 2 +- 7 files changed, 131 insertions(+), 5 deletions(-) (limited to 'docs/libnm/html') diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html index 03ea59e7..05979d17 100644 --- a/docs/libnm/html/NMSettingConnection.html +++ b/docs/libnm/html/NMSettingConnection.html @@ -232,6 +232,14 @@ +NMTernary + + +nm_setting_connection_get_autoconnect_ports () + + + + guint32 @@ -457,6 +465,10 @@ #define +NM_SETTING_CONNECTION_AUTOCONNECT_PORTS + + +#define NM_SETTING_CONNECTION_SECONDARIES @@ -1301,6 +1313,11 @@ nm_setting_connection_get_port_type (NMSettingConnectionAutoconnectSlaves nm_setting_connection_get_autoconnect_slaves (NMSettingConnection *setting); +
+

nm_setting_connection_get_autoconnect_slaves has been deprecated since version 1.46. and should not be used in newly-written code.

+

Use nm_setting_connection_get_autoconnect_ports() instead, this +is just an alias.

+

Returns the “autoconnect-slaves” property of the connection.

Parameters

@@ -1326,6 +1343,35 @@ with the connection.


+

nm_setting_connection_get_autoconnect_ports ()

+
NMTernary
+nm_setting_connection_get_autoconnect_ports
+                               (NMSettingConnection *setting);
+

Returns the “autoconnect-ports” property of the connection.

+
+

Parameters

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

setting

the NMSettingConnection

 
+
+
+

Returns

+

whether ports of the connection should be activated together +with the connection.

+
+

Since: 1.46

+
+
+

nm_setting_connection_get_num_secondaries ()

guint32
 nm_setting_connection_get_num_secondaries
@@ -1922,6 +1968,12 @@ property.


+

NM_SETTING_CONNECTION_AUTOCONNECT_PORTS

+
#define NM_SETTING_CONNECTION_AUTOCONNECT_PORTS     "autoconnect-ports"
+
+
+
+

NM_SETTING_CONNECTION_SECONDARIES

#define NM_SETTING_CONNECTION_SECONDARIES           "secondaries"
 
@@ -1995,6 +2047,7 @@ property.


enum NMSettingConnectionAutoconnectSlaves

+

NMSettingConnectionAutoconnectSlaves has been deprecated since version 1.46 and should not be used in newly-written code.

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

diff --git a/docs/libnm/html/NMSettingIPConfig.html b/docs/libnm/html/NMSettingIPConfig.html index 332cf285..b9eb2cb7 100644 --- a/docs/libnm/html/NMSettingIPConfig.html +++ b/docs/libnm/html/NMSettingIPConfig.html @@ -1092,6 +1092,13 @@ addressing, routing, and name service properties

+const char * + + +nm_setting_ip_config_get_dhcp_dscp () + + + gboolean @@ -1370,6 +1377,10 @@ addressing, routing, and name service properties

#define +NM_SETTING_IP_CONFIG_DHCP_DSCP + + +#define NM_SETTING_IP_CONFIG_NEVER_DEFAULT @@ -5780,6 +5791,34 @@ update DNS information for this machine.


+

nm_setting_ip_config_get_dhcp_dscp ()

+
const char *
+nm_setting_ip_config_get_dhcp_dscp (NMSettingIPConfig *setting);
+

Returns the value contained in the “dhcp-dscp” +property.

+
+

Parameters

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

setting

the NMSettingIPConfig

 
+
+
+

Returns

+

the value for the DSCP field for DHCP

+
+

Since: 1.46

+
+
+

nm_setting_ip_config_get_never_default ()

gboolean
 nm_setting_ip_config_get_never_default
@@ -6482,6 +6521,12 @@ rule verfies or fail.


+

NM_SETTING_IP_CONFIG_DHCP_DSCP

+
#define NM_SETTING_IP_CONFIG_DHCP_DSCP           "dhcp-dscp"
+
+
+
+

NM_SETTING_IP_CONFIG_NEVER_DEFAULT

#define NM_SETTING_IP_CONFIG_NEVER_DEFAULT       "never-default"
 
diff --git a/docs/libnm/html/api-index-full.html b/docs/libnm/html/api-index-full.html index bec94dd6..19fac919 100644 --- a/docs/libnm/html/api-index-full.html +++ b/docs/libnm/html/api-index-full.html @@ -6520,6 +6520,10 @@ NMSettingConnection:autoconnect, object property in NMSettingOvs
+NMSettingConnection:autoconnect-ports, object property in NMSettingOvs +
+
+
NMSettingConnection:autoconnect-priority, object property in NMSettingOvs
@@ -6948,6 +6952,10 @@ NMSettingIPConfig:dad-timeout, object property in NMSettingOvs
+NMSettingIPConfig:dhcp-dscp, object property in NMSettingOvs +
+
+
NMSettingIPConfig:dhcp-hostname, object property in NMSettingOvs
@@ -9440,6 +9448,10 @@ NMSettingWpan:short-address, object property in NMSettingOvs
+NM_SETTING_CONNECTION_AUTOCONNECT_PORTS, macro in NMSettingConnection +
+
+
NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY, macro in NMSettingConnection
@@ -9484,6 +9496,10 @@ NMSettingWpan:short-address, object property in NMSettingOvs
+nm_setting_connection_get_autoconnect_ports, function in NMSettingConnection +
+
+
nm_setting_connection_get_autoconnect_priority, function in NMSettingConnection
@@ -10520,6 +10536,10 @@ NMSettingWpan:short-address, object property in NMSettingOvs
+NM_SETTING_IP_CONFIG_DHCP_DSCP, macro in NMSettingIPConfig +
+
+
NM_SETTING_IP_CONFIG_DHCP_HOSTNAME, macro in NMSettingIPConfig
@@ -10576,6 +10596,10 @@ NMSettingWpan:short-address, object property in NMSettingOvs
+nm_setting_ip_config_get_dhcp_dscp, function in NMSettingIPConfig +
+
+
nm_setting_ip_config_get_dhcp_hostname, function in NMSettingIPConfig
diff --git a/docs/libnm/html/index.html b/docs/libnm/html/index.html index 41acbafb..5cbf323e 100644 --- a/docs/libnm/html/index.html +++ b/docs/libnm/html/index.html @@ -15,7 +15,7 @@

- for libnm 1.45.90 + for libnm 1.45.91 The latest version of this documentation can be found on-line at https://networkmanager.dev/docs/libnm/latest/. diff --git a/docs/libnm/html/libnm-nm-version-macros.html b/docs/libnm/html/libnm-nm-version-macros.html index 2055eb48..e0b0311e 100644 --- a/docs/libnm/html/libnm-nm-version-macros.html +++ b/docs/libnm/html/libnm-nm-version-macros.html @@ -265,7 +265,7 @@ is compiled against.


NM_MICRO_VERSION

-
#define NM_MICRO_VERSION (90)
+
#define NM_MICRO_VERSION (91)
 

Evaluates to the micro version number of NetworkManager which this source compiled against.

diff --git a/docs/libnm/html/libnm.devhelp2 b/docs/libnm/html/libnm.devhelp2 index 05f39c05..4f12cb2b 100644 --- a/docs/libnm/html/libnm.devhelp2 +++ b/docs/libnm/html/libnm.devhelp2 @@ -757,7 +757,8 @@ - + + @@ -796,6 +797,7 @@ + @@ -808,7 +810,7 @@ - + @@ -1401,6 +1403,7 @@ + @@ -1455,6 +1458,7 @@ + diff --git a/docs/libnm/html/usage.html b/docs/libnm/html/usage.html index 52d131d3..56b9df61 100644 --- a/docs/libnm/html/usage.html +++ b/docs/libnm/html/usage.html @@ -96,7 +96,7 @@

$ cc $(pkg-config --libs --cflags libnm) -o hello-nm hello-nm.c
   $ ./hello-nm
-  NetworkManager version: 1.45.90
+  NetworkManager version: 1.45.91
 
   $ 

-- cgit 1.3.0-6-gf8a5