From 34bb501be08aa2b313d88e67d6e0a7e0a3f9cfa6 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 5 May 2024 00:07:30 +0200 Subject: New upstream version 1.47.90 --- docs/libnm/html/NMSettingEthtool.html | 42 +++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'docs/libnm/html/NMSettingEthtool.html') diff --git a/docs/libnm/html/NMSettingEthtool.html b/docs/libnm/html/NMSettingEthtool.html index 0f7af39b..85462cd5 100644 --- a/docs/libnm/html/NMSettingEthtool.html +++ b/docs/libnm/html/NMSettingEthtool.html @@ -41,7 +41,7 @@ -gboolean +gboolean nm_ethtool_optname_is_feature () @@ -49,7 +49,7 @@ -gboolean +gboolean nm_ethtool_optname_is_coalesce () @@ -57,7 +57,7 @@ -gboolean +gboolean nm_ethtool_optname_is_ring () @@ -65,7 +65,7 @@ -gboolean +gboolean nm_ethtool_optname_is_pause () @@ -73,7 +73,7 @@ -gboolean +gboolean nm_ethtool_optname_is_channels () @@ -81,7 +81,7 @@ -gboolean +gboolean nm_ethtool_optname_is_eee () @@ -151,7 +151,7 @@ to control network driver and hardware settings.

Functions

nm_ethtool_optname_is_feature ()

-
gboolean
+
gboolean
 nm_ethtool_optname_is_feature (const char *optname);

Checks whether optname is a valid option name for an offload feature.

@@ -172,7 +172,7 @@ nm_ethtool_optname_is_feature (const

Returns

-

TRUE, if optname +

TRUE, if optname is valid

Note that nm_ethtool_optname_is_feature() was first added to the libnm header files in 1.14.0 but forgot to actually add to the library. This happened belatedly in 1.20.0 and @@ -183,7 +183,7 @@ the stable versions 1.18.2, 1.16.4 and 1.14.8 (with linker version "libnm_1_14_8


nm_ethtool_optname_is_coalesce ()

-
gboolean
+
gboolean
 nm_ethtool_optname_is_coalesce (const char *optname);

Checks whether optname is a valid option name for a coalesce setting.

@@ -204,7 +204,7 @@ nm_ethtool_optname_is_coalesce (const

Returns

-

TRUE, if optname +

TRUE, if optname is valid

Since: 1.26

@@ -212,7 +212,7 @@ is valid


nm_ethtool_optname_is_ring ()

-
gboolean
+
gboolean
 nm_ethtool_optname_is_ring (const char *optname);

Checks whether optname is a valid option name for a ring setting.

@@ -233,7 +233,7 @@ nm_ethtool_optname_is_ring (const

Returns

-

TRUE, if optname +

TRUE, if optname is valid

Since: 1.26

@@ -241,7 +241,7 @@ is valid


nm_ethtool_optname_is_pause ()

-
gboolean
+
gboolean
 nm_ethtool_optname_is_pause (const char *optname);

Checks whether optname is a valid option name for a pause setting.

@@ -262,7 +262,7 @@ nm_ethtool_optname_is_pause (const

Returns

-

TRUE, if optname +

TRUE, if optname is valid

Since: 1.32

@@ -270,7 +270,7 @@ is valid


nm_ethtool_optname_is_channels ()

-
gboolean
+
gboolean
 nm_ethtool_optname_is_channels (const char *optname);

Checks whether optname is a valid option name for a channels setting.

@@ -291,7 +291,7 @@ nm_ethtool_optname_is_channels (const

Returns

-

TRUE, if optname +

TRUE, if optname is valid

Since: 1.46

@@ -299,7 +299,7 @@ is valid


nm_ethtool_optname_is_eee ()

-
gboolean
+
gboolean
 nm_ethtool_optname_is_eee (const char *optname);

Checks whether optname is a valid option name for an eee setting.

@@ -320,7 +320,7 @@ nm_ethtool_optname_is_eee (const

Returns

-

TRUE, if optname +

TRUE, if optname is valid

Since: 1.46

@@ -343,7 +343,7 @@ nm_setting_ethtool_new (void

nm_setting_ethtool_get_optnames ()

const char **
 nm_setting_ethtool_get_optnames (NMSettingEthtool *setting,
-                                 guint *out_length);
+ guint *out_length);

nm_setting_ethtool_get_optnames has been deprecated since version 1.26 and should not be used in newly-written code.

use nm_setting_option_get_all_names() instead.

@@ -367,7 +367,7 @@ check whether the option name is valid for offload features.

out_length

-

return location for the number of keys returned, or NULL.

+

return location for the number of keys returned, or NULL.

[out][optional] @@ -376,7 +376,7 @@ check whether the option name is valid for offload features.

Returns

list of set option -names or NULL if no options are set. The option names are still owned by +names or NULL if no options are set. The option names are still owned by setting and may get invalidated when setting gets modified.

-- cgit 1.3.0-6-gf8a5