From 58affb29b8386d6d26359da604a64fefe7ae0a60 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 5 Jul 2024 18:15:13 +0200 Subject: New upstream version 1.48.4 --- docs/libnm/html/NMSettingBond.html | 52 +++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'docs/libnm/html/NMSettingBond.html') diff --git a/docs/libnm/html/NMSettingBond.html b/docs/libnm/html/NMSettingBond.html index 05725aea..a5b4a6c1 100644 --- a/docs/libnm/html/NMSettingBond.html +++ b/docs/libnm/html/NMSettingBond.html @@ -8,7 +8,7 @@ - + @@ -49,7 +49,7 @@ -guint32 +guint32 nm_setting_bond_get_num_options () @@ -57,7 +57,7 @@ -gboolean +gboolean nm_setting_bond_get_option () @@ -72,7 +72,7 @@ -gboolean +gboolean nm_setting_bond_add_option () @@ -80,7 +80,7 @@ -gboolean +gboolean nm_setting_bond_remove_option () @@ -88,7 +88,7 @@ -gboolean +gboolean nm_setting_bond_validate_option () @@ -286,7 +286,7 @@ nm_setting_bond_new (void<

nm_setting_bond_get_num_options ()

-
guint32
+
guint32
 nm_setting_bond_get_num_options (NMSettingBond *setting);

Returns the number of options that should be set for this bond when it is activated. This can be used to retrieve each option individually @@ -314,9 +314,9 @@ using

nm_setting_bond_get_option ()

-
gboolean
+
gboolean
 nm_setting_bond_get_option (NMSettingBond *setting,
-                            guint32 idx,
+                            guint32 idx,
                             const char **out_name,
                             const char **out_value);

Given an index, return the value of the bonding option at that index. Indexes @@ -362,8 +362,8 @@ modified.

Returns

-

TRUE on success if the index was valid and an option was found, -FALSE if the index was invalid (ie, greater than the number of options +

TRUE on success if the index was valid and an option was found, +FALSE if the index was invalid (ie, greater than the number of options currently held by the setting)

@@ -400,14 +400,14 @@ nm_setting_bond_get_option_by_name (

Returns

-

the value, or NULL if the key/value pair was never added to the +

the value, or NULL if the key/value pair was never added to the setting; the value is owned by the setting and must not be modified


nm_setting_bond_add_option ()

-
gboolean
+
gboolean
 nm_setting_bond_add_option (NMSettingBond *setting,
                             const char *name,
                             const char *value);
@@ -442,9 +442,9 @@ that may already exist.

Returns

-

returns FALSE if either name +

returns FALSE if either name or value -is NULL, in that case +is NULL, in that case the option is not set. Otherwise, the function does not fail and does not validate the arguments. All validation happens via nm_connection_verify() or do basic validation yourself with nm_setting_bond_validate_option().

@@ -457,7 +457,7 @@ to perform validation.


nm_setting_bond_remove_option ()

-
gboolean
+
gboolean
 nm_setting_bond_remove_option (NMSettingBond *setting,
                                const char *name);

Remove the bonding option referenced by name @@ -487,14 +487,14 @@ list.

Returns

-

TRUE if the option was found and removed from the internal option -list, FALSE if it was not.

+

TRUE if the option was found and removed from the internal option +list, FALSE if it was not.


nm_setting_bond_validate_option ()

-
gboolean
+
gboolean
 nm_setting_bond_validate_option (const char *name,
                                  const char *value);

Checks whether name @@ -502,7 +502,7 @@ nm_setting_bond_validate_option (const name . If value - is NULL, the function only validates the option name.

+ is NULL, the function only validates the option name.

Parameters

@@ -527,10 +527,10 @@ the name

Returns

-

TRUE, if the value +

TRUE, if the value is valid for the given name. If the name -is not a valid option, FALSE will be returned.

+is not a valid option, FALSE will be returned.


@@ -540,7 +540,7 @@ is not a valid option, FALSE will be returned.

nm_setting_bond_get_valid_options (NMSettingBond *setting);

Returns a list of valid bond options.

The setting - argument is unused and may be passed as NULL.

+ argument is unused and may be passed as NULL.

Parameters

@@ -558,7 +558,7 @@ nm_setting_bond_get_valid_options (

Returns

-

a NULL-terminated array of strings of valid bond options.

+

a NULL-terminated array of strings of valid bond options.

[transfer none][nullable]

@@ -627,7 +627,7 @@ nm_setting_bond_get_option_normalized (

Returns

the value of the bond option after normalization, which is what NetworkManager -will actually apply when activating the connection. NULL if the option won't be applied +will actually apply when activating the connection. NULL if the option won't be applied to the connection.

Since: 1.24

@@ -841,6 +841,6 @@ to the connection.

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