From 2e5fa45ddfbb5cffa1e78221f1cea706e2f298af Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 31 Jul 2019 10:51:42 +0200 Subject: New upstream version 1.19.90 --- docs/libnm/html/NMSettingEthtool.html | 61 +++++++++++++++++++++++++++++++++-- 1 file changed, 58 insertions(+), 3 deletions(-) (limited to 'docs/libnm/html/NMSettingEthtool.html') diff --git a/docs/libnm/html/NMSettingEthtool.html b/docs/libnm/html/NMSettingEthtool.html index 0644c606..05f77819 100644 --- a/docs/libnm/html/NMSettingEthtool.html +++ b/docs/libnm/html/NMSettingEthtool.html @@ -79,6 +79,13 @@ nm_setting_ethtool_clear_features () + +const char ** + + +nm_setting_ethtool_get_optnames () + + @@ -330,12 +337,12 @@ nm_ethtool_optname_is_feature (const

optname

-

the option name to check

-  +

the option name to check.

+[allow-none] -

Since: 1.14

+

Since: 1.20


@@ -358,6 +365,9 @@ nm_setting_ethtool_get_feature (const char *optname);

Gets and offload feature setting. Returns NM_TERNARY_DEFAULT if the feature is not set.

+

Note that optname + must be a valid name for a feature, according to +nm_ethtool_optname_is_feature().

Parameters

@@ -395,6 +405,9 @@ nm_setting_ethtool_set_feature (const char *optname, NMTernary value);

Sets and offload feature setting.

+

Note that optname + must be a valid name for a feature, according to +nm_ethtool_optname_is_feature().

Parameters

@@ -448,6 +461,48 @@ nm_setting_ethtool_clear_features (

Since: 1.14

+
+
+

nm_setting_ethtool_get_optnames ()

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

This returns all options names that are set. This includes the feature names +like NM_ETHTOOL_OPTNAME_FEATURE_GRO. See nm_ethtool_optname_is_feature() to +check whether the option name is valid for offload features.

+
+

Parameters

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

setting

the NMSettingEthtool instance.

 

out_length

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

[out][optional]
+
+
+

Returns

+

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

+

[array zero-terminated=1][transfer container]

+
+

Since: 1.20

+

Types and Values

-- cgit 1.3.0-6-gf8a5