fix: version macros/comment

This commit is contained in:
Thomas Haller 2022-07-26 17:06:11 +02:00
parent cde64135eb
commit 1d7bbeb35f
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
2 changed files with 5 additions and 3 deletions

View file

@ -84,7 +84,7 @@ nm_setting_loopback_init(NMSettingLoopback *setting)
*
* Returns: (transfer full): the new empty #NMSettingLoopback object
*
* Since: 1.8
* Since: 1.40
**/
NMSetting *
nm_setting_loopback_new(void)
@ -111,6 +111,8 @@ nm_setting_loopback_class_init(NMSettingLoopbackClass *klass)
*
* If non-zero, only transmit packets of the specified size or smaller,
* breaking larger packets up into multiple Ethernet frames.
*
* Since: 1.40
**/
/* ---ifcfg-rh---
* property: mtu

View file

@ -31,9 +31,9 @@ G_BEGIN_DECLS
typedef struct _NMSettingLoopbackClass NMSettingLoopbackClass;
NM_AVAILABLE_IN_1_8
NM_AVAILABLE_IN_1_40
GType nm_setting_loopback_get_type(void);
NM_AVAILABLE_IN_1_8
NM_AVAILABLE_IN_1_40
NMSetting *nm_setting_loopback_new(void);
guint32 nm_setting_loopback_get_mtu(NMSettingLoopback *setting);