diff options
| author | Michael Biebl <biebl@debian.org> | 2026-02-22 00:39:58 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-02-22 00:39:58 +0100 |
| commit | 067fb576988f685e83ac8b0ae690334aff547c85 (patch) | |
| tree | 204c7c8a0300691c53627cd3418cf54671ada1a8 /src/libnm-core-impl/nm-setting-hsr.c | |
| parent | 6de29285e533f4fec22a219013f3687edb6b7399 (diff) | |
New upstream version 1.56.0 upstream/1.56.0
Diffstat (limited to 'src/libnm-core-impl/nm-setting-hsr.c')
| -rw-r--r-- | src/libnm-core-impl/nm-setting-hsr.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libnm-core-impl/nm-setting-hsr.c b/src/libnm-core-impl/nm-setting-hsr.c index 1edf4a14..2f6bf9de 100644 --- a/src/libnm-core-impl/nm-setting-hsr.c +++ b/src/libnm-core-impl/nm-setting-hsr.c @@ -131,7 +131,7 @@ nm_setting_hsr_get_prp(NMSettingHsr *setting) * * Returns: the #NMSettingHsr:protocol-version property of the setting * - * Since: 1.56, 1.54.2 + * Since: 1.56 **/ NMSettingHsrProtocolVersion nm_setting_hsr_get_protocol_version(NMSettingHsr *setting) @@ -147,7 +147,7 @@ nm_setting_hsr_get_protocol_version(NMSettingHsr *setting) * * Returns: the #NMSettingHsr:interlink property of the setting * - * Since: 1.56, 1.54.2 + * Since: 1.56 **/ const char * nm_setting_hsr_get_interlink(NMSettingHsr *setting) @@ -320,7 +320,7 @@ nm_setting_hsr_class_init(NMSettingHsrClass *klass) * %NM_SETTING_HSR_PROTOCOL_VERSION_HSR_2010 sets the protocol version to HSRv0 (IEC 62439-3:2010). * %NM_SETTING_HSR_PROTOCOL_VERSION_HSR_2012 sets the protocol version to HSRv1 (IEC 62439-3:2012). * - * Since: 1.56, 1.54.2 + * Since: 1.56 **/ _nm_setting_property_define_direct_enum(properties_override, obj_properties, @@ -338,7 +338,7 @@ nm_setting_hsr_class_init(NMSettingHsrClass *klass) * * The optional interlink port name of the HSR interface. * - * Since: 1.56, 1.54.2 + * Since: 1.56 **/ _nm_setting_property_define_direct_string(properties_override, obj_properties, |