From 681dfc70ef98f6ed0c05bcb0fbff00e3fc0799ea Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 26 Aug 2024 16:10:34 +0200 Subject: New upstream version 1.48.10 --- docs/libnm/html/NMSettingSriov.html | 96 ++++++++++++++++++------------------- 1 file changed, 48 insertions(+), 48 deletions(-) (limited to 'docs/libnm/html/NMSettingSriov.html') diff --git a/docs/libnm/html/NMSettingSriov.html b/docs/libnm/html/NMSettingSriov.html index b66793b8..04ab3ea2 100644 --- a/docs/libnm/html/NMSettingSriov.html +++ b/docs/libnm/html/NMSettingSriov.html @@ -8,7 +8,7 @@ - + @@ -50,7 +50,7 @@ -guint +guint nm_setting_sriov_get_total_vfs () @@ -58,7 +58,7 @@ -guint +guint nm_setting_sriov_get_num_vfs () @@ -90,7 +90,7 @@ -gboolean +gboolean nm_setting_sriov_remove_vf_by_index () @@ -138,7 +138,7 @@ -gboolean +gboolean nm_sriov_vf_add_vlan () @@ -146,14 +146,14 @@ -gboolean +gboolean nm_sriov_vf_remove_vlan () -const guint * +const guint * nm_sriov_vf_get_vlan_ids () @@ -177,7 +177,7 @@ -guint32 +guint32 nm_sriov_vf_get_vlan_qos () @@ -217,7 +217,7 @@ -gboolean +gboolean nm_sriov_vf_equal () @@ -233,7 +233,7 @@ -guint +guint nm_sriov_vf_get_index () @@ -256,7 +256,7 @@ -GVariant * +GVariant * nm_sriov_vf_get_attribute () @@ -264,7 +264,7 @@ -gboolean +gboolean nm_sriov_vf_attribute_validate () @@ -384,7 +384,7 @@ nm_setting_sriov_new (void

nm_setting_sriov_get_total_vfs ()

-
guint
+
guint
 nm_setting_sriov_get_total_vfs (NMSettingSriov *setting);

Returns the value contained in the “total-vfs” property.

@@ -412,7 +412,7 @@ property.


nm_setting_sriov_get_num_vfs ()

-
guint
+
guint
 nm_setting_sriov_get_num_vfs (NMSettingSriov *setting);

Parameters

@@ -440,7 +440,7 @@ nm_setting_sriov_get_num_vfs (

nm_setting_sriov_get_vf ()

NMSriovVF *
 nm_setting_sriov_get_vf (NMSettingSriov *setting,
-                         guint idx);
+ guint idx);

Parameters

@@ -508,7 +508,7 @@ given VF is duplicated internally and is not changed by this function.

nm_setting_sriov_remove_vf ()

void
 nm_setting_sriov_remove_vf (NMSettingSriov *setting,
-                            guint idx);
+ guint idx);

Removes the VF at index idx .

@@ -538,9 +538,9 @@ nm_setting_sriov_remove_vf (

nm_setting_sriov_remove_vf_by_index ()

-
gboolean
+
gboolean
 nm_setting_sriov_remove_vf_by_index (NMSettingSriov *setting,
-                                     guint index);
+ guint index);

Removes the VF with VF index index .

@@ -567,7 +567,7 @@ nm_setting_sriov_remove_vf_by_index (

Returns

-

TRUE if the VF was found and removed; FALSE if it was not

+

TRUE if the VF was found and removed; FALSE if it was not

Since: 1.14

@@ -706,9 +706,9 @@ nm_setting_sriov_get_eswitch_encap_mode

nm_sriov_vf_add_vlan ()

-
gboolean
+
gboolean
 nm_sriov_vf_add_vlan (NMSriovVF *vf,
-                      guint vlan_id);
+ guint vlan_id);

Adds a VLAN to the VF. Currently kernel only supports one VLAN per VF.

Parameters

@@ -734,16 +734,16 @@ nm_sriov_vf_add_vlan (

Returns

-

TRUE if the VLAN was added; FALSE if it already existed

+

TRUE if the VLAN was added; FALSE if it already existed

Since: 1.14


nm_sriov_vf_remove_vlan ()

-
gboolean
+
gboolean
 nm_sriov_vf_remove_vlan (NMSriovVF *vf,
-                         guint vlan_id);
+ guint vlan_id);

Removes a VLAN from a VF.

Parameters

@@ -769,7 +769,7 @@ nm_sriov_vf_remove_vlan (

Returns

-

TRUE if the VLAN was removed, FALSE if the VLAN vlan_id +

TRUE if the VLAN was removed, FALSE if the VLAN vlan_id did not belong to the VF.

Since: 1.14

@@ -777,9 +777,9 @@ did not belong to the VF.


nm_sriov_vf_get_vlan_ids ()

-
const guint *
+
const guint *
 nm_sriov_vf_get_vlan_ids (const NMSriovVF *vf,
-                          guint *length);
+ guint *length);

Returns the VLANs currently configured on the VF. Currently kernel only supports one VLAN per VF.

@@ -816,8 +816,8 @@ supports one VLAN per VF.

nm_sriov_vf_set_vlan_qos ()

void
 nm_sriov_vf_set_vlan_qos (NMSriovVF *vf,
-                          guint vlan_id,
-                          guint32 qos);
+ guint vlan_id, + guint32 qos);

Sets a QoS value for the given VLAN.

Parameters

@@ -853,7 +853,7 @@ nm_sriov_vf_set_vlan_qos (

nm_sriov_vf_set_vlan_protocol ()

void
 nm_sriov_vf_set_vlan_protocol (NMSriovVF *vf,
-                               guint vlan_id,
+                               guint vlan_id,
                                NMSriovVFVlanProtocol protocol);

Sets the protocol for the given VLAN.

@@ -888,9 +888,9 @@ nm_sriov_vf_set_vlan_protocol (

nm_sriov_vf_get_vlan_qos ()

-
guint32
+
guint32
 nm_sriov_vf_get_vlan_qos (const NMSriovVF *vf,
-                          guint vlan_id);
+ guint vlan_id);

Returns the QoS value for the given VLAN.

Parameters

@@ -925,7 +925,7 @@ nm_sriov_vf_get_vlan_qos (const

nm_sriov_vf_get_vlan_protocol ()

NMSriovVFVlanProtocol
 nm_sriov_vf_get_vlan_protocol (const NMSriovVF *vf,
-                               guint vlan_id);
+ guint vlan_id);

Returns the configured protocol for the given VLAN.

Parameters

@@ -959,7 +959,7 @@ nm_sriov_vf_get_vlan_protocol (const

nm_sriov_vf_new ()

NMSriovVF *
-nm_sriov_vf_new (guint index);
+nm_sriov_vf_new (guint index);

Creates a new NMSriovVF object.

Parameters

@@ -1033,7 +1033,7 @@ reaches zero, the object will be destroyed.


nm_sriov_vf_equal ()

-
gboolean
+
gboolean
 nm_sriov_vf_equal (const NMSriovVF *vf,
                    const NMSriovVF *other);

Determines if two NMSriovVF objects have the same index, @@ -1063,7 +1063,7 @@ to.

Returns

-

TRUE if the objects contain the same values, FALSE +

TRUE if the objects contain the same values, FALSE if they do not.

Since: 1.14

@@ -1101,7 +1101,7 @@ nm_sriov_vf_dup (const

nm_sriov_vf_get_index ()

-
guint
+
guint
 nm_sriov_vf_get_index (const NMSriovVF *vf);

Gets the index property of this VF object.

@@ -1131,7 +1131,7 @@ nm_sriov_vf_get_index (const void nm_sriov_vf_set_attribute (NMSriovVF *vf, const char *name, - GVariant *value);
+ GVariant *value);

Sets the named attribute on vf to the given value.

@@ -1187,7 +1187,7 @@ nm_sriov_vf_get_attribute_names (const

Returns

-

a NULL-terminated array of attribute names.

+

a NULL-terminated array of attribute names.

[transfer container]

Since: 1.14

@@ -1195,7 +1195,7 @@ nm_sriov_vf_get_attribute_names (const

nm_sriov_vf_get_attribute ()

-
GVariant *
+
GVariant *
 nm_sriov_vf_get_attribute (const NMSriovVF *vf,
                            const char *name);

Gets the value of the attribute with name name @@ -1228,7 +1228,7 @@ nm_sriov_vf_get_attribute (const the value of the attribute with name name on vf -, or NULL if vf +, or NULL if vf has no such attribute.

[transfer none]

@@ -1237,11 +1237,11 @@ has no such attribute.


nm_sriov_vf_attribute_validate ()

-
gboolean
+
gboolean
 nm_sriov_vf_attribute_validate (const char *name,
-                                GVariant *value,
-                                gboolean *known,
-                                GError **error);
+ GVariant *value, + gboolean *known, + GError **error);

Validates a VF attribute, i.e. checks that the attribute is a known one, the value is of the correct type and well-formed.

@@ -1270,7 +1270,7 @@ the value is of the correct type and well-formed.

- + @@ -1278,7 +1278,7 @@ the value is of the correct type and well-formed.

Returns

-

TRUE if the attribute is valid, FALSE otherwise

+

TRUE if the attribute is valid, FALSE otherwise

Since: 1.42

@@ -1534,6 +1534,6 @@ the value is of the correct type and well-formed.

+
Generated by GTK-Doc V1.33.1 \ No newline at end of file -- cgit 1.3.0-6-gf8a5

error

return location for a GError, or NULL

return location for a GError, or NULL