summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-ethtool.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-core/nm-setting-ethtool.h')
-rw-r--r--libnm-core/nm-setting-ethtool.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/libnm-core/nm-setting-ethtool.h b/libnm-core/nm-setting-ethtool.h
index 795b3a38dc..6bb8edc87a 100644
--- a/libnm-core/nm-setting-ethtool.h
+++ b/libnm-core/nm-setting-ethtool.h
@@ -129,20 +129,24 @@ NMSetting *nm_setting_ethtool_new (void);
/*****************************************************************************/
+NM_AVAILABLE_IN_1_20
+NM_DEPRECATED_IN_1_26
+const char ** nm_setting_ethtool_get_optnames (NMSettingEthtool *setting,
+ guint *out_length);
+
NM_AVAILABLE_IN_1_14
+NM_DEPRECATED_IN_1_26
NMTernary nm_setting_ethtool_get_feature (NMSettingEthtool *setting,
const char *optname);
NM_AVAILABLE_IN_1_14
+NM_DEPRECATED_IN_1_26
void nm_setting_ethtool_set_feature (NMSettingEthtool *setting,
const char *optname,
NMTernary value);
NM_AVAILABLE_IN_1_14
+NM_DEPRECATED_IN_1_26
void nm_setting_ethtool_clear_features (NMSettingEthtool *setting);
-NM_AVAILABLE_IN_1_20
-const char ** nm_setting_ethtool_get_optnames (NMSettingEthtool *setting,
- guint *out_length);
-
NM_AVAILABLE_IN_1_26
gboolean nm_setting_ethtool_get_coalesce (NMSettingEthtool *setting,
const char *optname,