From 14b0f3a9dc9ea90d60a3b057350fd4d637dc021a Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 28 Jun 2023 15:04:35 +0200 Subject: New upstream version 1.42.8 --- docs/libnm/html/NMSecretAgentOld.html | 26 ++++++++-------- docs/libnm/html/NMSettingBondPort.html | 44 ++++++++++++++++++++++++++++ docs/libnm/html/api-index-full.html | 20 +++++++++++++ docs/libnm/html/index.html | 2 +- docs/libnm/html/libnm-nm-version-macros.html | 12 +++++++- docs/libnm/html/libnm-nm-version.html | 10 +++++++ docs/libnm/html/libnm.devhelp2 | 4 +++ docs/libnm/html/usage.html | 38 ++++++++++++------------ 8 files changed, 122 insertions(+), 34 deletions(-) (limited to 'docs/libnm/html') diff --git a/docs/libnm/html/NMSecretAgentOld.html b/docs/libnm/html/NMSecretAgentOld.html index fb197d5d..d024b926 100644 --- a/docs/libnm/html/NMSecretAgentOld.html +++ b/docs/libnm/html/NMSecretAgentOld.html @@ -323,22 +323,22 @@ something like this:

14 15 16 -
NMConnection *secrets;
-NMSettingWirelessSecurity *s_wsec;
-GVariant *secrets_dict;
+        
NMConnection *secrets;
+NMSettingWirelessSecurity *s_wsec;
+GVariant *secrets_dict;
 
-secrets = nm_simple_connection_new ();
-s_wsec = (NMSettingWirelessSecurity *) nm_setting_wireless_security_new ();
-g_object_set (G_OBJECT (s_wsec),
-              NM_SETTING_WIRELESS_SECURITY_PSK, "my really cool PSK",
-              NULL);
-nm_connection_add_setting (secrets, NM_SETTING (s_wsec));
-secrets_dict = nm_connection_to_dbus (secrets, NM_CONNECTION_SERIALIZE_ALL);
+secrets = nm_simple_connection_new ();
+s_wsec = (NMSettingWirelessSecurity *) nm_setting_wireless_security_new ();
+g_object_set (G_OBJECT (s_wsec),
+              NM_SETTING_WIRELESS_SECURITY_PSK, "my really cool PSK",
+              NULL);
+nm_connection_add_setting (secrets, NM_SETTING (s_wsec));
+secrets_dict = nm_connection_to_dbus (secrets, NM_CONNECTION_SERIALIZE_ALL);
 
-(call the NMSecretAgentOldGetSecretsFunc with secrets_dict)
+(call the NMSecretAgentOldGetSecretsFunc with secrets_dict)
 
-g_object_unref (secrets);
-g_variant_unref (secrets_dict);
+g_object_unref (secrets); +g_variant_unref (secrets_dict);
diff --git a/docs/libnm/html/NMSettingBondPort.html b/docs/libnm/html/NMSettingBondPort.html index 323d19da..8db01091 100644 --- a/docs/libnm/html/NMSettingBondPort.html +++ b/docs/libnm/html/NMSettingBondPort.html @@ -55,6 +55,14 @@ nm_setting_bond_port_get_queue_id () + + +gint32 + + +nm_setting_bond_port_get_prio () + + @@ -74,6 +82,10 @@ #define NM_SETTING_BOND_PORT_QUEUE_ID + +#define +NM_SETTING_BOND_PORT_PRIO + @@ -122,6 +134,32 @@ nm_setting_bond_port_get_queue_id (

Since: 1.34

+
+
+

nm_setting_bond_port_get_prio ()

+
gint32
+nm_setting_bond_port_get_prio (NMSettingBondPort *setting);
+
+

Parameters

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

setting

the NMSettingBondPort

 
+
+
+

Returns

+

the “prio” property of the setting

+
+

Since: 1.44, 1.42.8

+

Types and Values

@@ -136,6 +174,12 @@ nm_setting_bond_port_get_queue_id (#define NM_SETTING_BOND_PORT_QUEUE_ID "queue-id"
+
+
+

NM_SETTING_BOND_PORT_PRIO

+
#define NM_SETTING_BOND_PORT_PRIO     "prio"
+
+
+
+
+

NM_AVAILABLE_IN_1_42_8

+
#define NM_AVAILABLE_IN_1_42_8 G_UNAVAILABLE(1, 42.8)
+
+