From 88c227d90a6b7b388c5c85d72802a0ca8f05ed5c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 13 Jan 2022 22:30:39 +0100 Subject: New upstream version 1.34.0 --- docs/libnm/html/NMSettingBondPort.html | 144 +++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 docs/libnm/html/NMSettingBondPort.html (limited to 'docs/libnm/html/NMSettingBondPort.html') diff --git a/docs/libnm/html/NMSettingBondPort.html b/docs/libnm/html/NMSettingBondPort.html new file mode 100644 index 00000000..e8f55039 --- /dev/null +++ b/docs/libnm/html/NMSettingBondPort.html @@ -0,0 +1,144 @@ + + + + +NMSettingBondPort: libnm Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMSettingBondPort

+

NMSettingBondPort — Describes connection properties for bond ports

+
+
+

Functions

+
++++ + + + + + + + + + + +
+NMSetting * + +nm_setting_bond_port_new () +
+guint32 + +nm_setting_bond_port_get_queue_id () +
+
+
+

Types and Values

+
++++ + + + + + + + + + + +
#defineNM_SETTING_BOND_PORT_SETTING_NAME
#defineNM_SETTING_BOND_PORT_QUEUE_ID
+
+
+

Description

+

The NMSettingBondPort object is a NMSetting subclass that describes +optional properties that apply to bond ports.

+
+
+

Functions

+
+

nm_setting_bond_port_new ()

+
NMSetting *
+nm_setting_bond_port_new (void);
+

Creates a new NMSettingBondPort object with default values.

+
+

Returns

+

the new empty NMSettingBondPort object.

+

[transfer full]

+
+

Since: 1.34

+
+
+
+

nm_setting_bond_port_get_queue_id ()

+
guint32
+nm_setting_bond_port_get_queue_id (NMSettingBondPort *setting);
+
+

Parameters

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

setting

the NMSettingBondPort

 
+
+
+

Returns

+

the “queue_id” property of the setting

+
+

Since: 1.34

+
+
+
+

Types and Values

+
+

NM_SETTING_BOND_PORT_SETTING_NAME

+
#define NM_SETTING_BOND_PORT_SETTING_NAME "bond-port"
+
+
+
+
+

NM_SETTING_BOND_PORT_QUEUE_ID

+
#define NM_SETTING_BOND_PORT_QUEUE_ID "queue-id"
+
+
+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5