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/NMSettingIPConfig.html | 44 ++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
(limited to 'docs/libnm/html/NMSettingIPConfig.html')
diff --git a/docs/libnm/html/NMSettingIPConfig.html b/docs/libnm/html/NMSettingIPConfig.html
index 02861e14..7b4be85c 100644
--- a/docs/libnm/html/NMSettingIPConfig.html
+++ b/docs/libnm/html/NMSettingIPConfig.html
@@ -1198,6 +1198,10 @@ addressing, routing, and name service properties
| #define |
+NM_IP_ROUTE_ATTRIBUTE_ADVMSS |
+
+
+| #define |
NM_IP_ROUTE_ATTRIBUTE_CWND |
@@ -1214,6 +1218,10 @@ addressing, routing, and name service properties
| #define |
+NM_IP_ROUTE_ATTRIBUTE_LOCK_ADVMSS |
+
+
+| #define |
NM_IP_ROUTE_ATTRIBUTE_LOCK_CWND |
@@ -1242,6 +1250,14 @@ addressing, routing, and name service properties
| #define |
+NM_IP_ROUTE_ATTRIBUTE_QUICKACK |
+
+
+| #define |
+NM_IP_ROUTE_ATTRIBUTE_RTO_MIN |
+
+
+| #define |
NM_IP_ROUTE_ATTRIBUTE_SCOPE |
@@ -4116,6 +4132,8 @@ or 0 if the range is not set.
Returns
TRUE if a uid range is set.
+
This API was wrongly introduced in the header files for 1.32, but the
+symbols were not exported. The API only works since 1.34 and newer.
Since: 1.34
@@ -4128,6 +4146,8 @@ nm_ip_routing_rule_set_uid_range (guint32 uid_range_end);
For a valid range, start must be less or equal to end.
If set to an invalid range, the range gets unset.
+This API was wrongly introduced in the header files for 1.32, but the
+symbols were not exported. The API only works since 1.34 and newer.