mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 01:20:12 +01:00
fix: version macros/comment
This commit is contained in:
parent
cde64135eb
commit
1d7bbeb35f
2 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue