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/NMSettingBondPort.html | 44 ++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'docs/libnm/html/NMSettingBondPort.html') 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"
+
+