From 681dfc70ef98f6ed0c05bcb0fbff00e3fc0799ea Mon Sep 17 00:00:00 2001
From: Michael Biebl Checks whether Note that Checks whether Since: 1.26 Checks whether Since: 1.26 Checks whether Since: 1.32 Checks whether Since: 1.46 Checks whether Since: 1.46 use out_length return location for the number of keys returned, or return location for the number of keys returned, or
-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);optname
is a valid option name for an offload feature.const
Returns
-TRUE, if optname
+TRUE, if optname
is validnm_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);optname
is a valid option name for a coalesce setting.const
Returns
-TRUE, if optname
+TRUE, if optname
is valid
nm_ethtool_optname_is_ring ()
-gboolean
+
gboolean
nm_ethtool_optname_is_ring (
const char *optname);optname
is a valid option name for a ring setting.const
nm_ethtool_optname_is_pause ()
-gboolean
+
gboolean
nm_ethtool_optname_is_pause (
const char *optname);optname
is a valid option name for a pause setting.const
Returns
-TRUE, if optname
+TRUE, if optname
is valid
nm_ethtool_optname_is_channels ()
-gboolean
+
gboolean
nm_ethtool_optname_is_channels (
const char *optname);optname
is a valid option name for a channels setting.const
Returns
-TRUE, if optname
+TRUE, if optname
is valid
nm_ethtool_optname_is_eee ()
-gboolean
+
gboolean
nm_ethtool_optname_is_eee (
const char *optname);optname
is a valid option name for an eee setting.const
voidnm_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.nm_setting_option_get_all_names() instead.
@@ -376,7 +376,7 @@ check whether the option name is valid for offload features.
-
+NULL. NULL. [out][optional]
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.