From 1372848511cb896b80b51ed1a3e9606bd9816631 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 10 Feb 2023 11:50:34 +0100 Subject: New upstream version 1.42.0 --- docs/libnm/html/libnm-NMSettingLoopback.html | 144 +++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 docs/libnm/html/libnm-NMSettingLoopback.html (limited to 'docs/libnm/html/libnm-NMSettingLoopback.html') diff --git a/docs/libnm/html/libnm-NMSettingLoopback.html b/docs/libnm/html/libnm-NMSettingLoopback.html new file mode 100644 index 00000000..85ff4c7d --- /dev/null +++ b/docs/libnm/html/libnm-NMSettingLoopback.html @@ -0,0 +1,144 @@ + + + + +NMSettingLoopback: libnm Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMSettingLoopback

+

NMSettingLoopback — Describes connection properties for loopback interfaces

+
+
+

Functions

+
++++ + + + + + + + + + + +
+NMSetting * + +nm_setting_loopback_new () +
+guint32 + +nm_setting_loopback_get_mtu () +
+
+
+

Types and Values

+
++++ + + + + + + + + + + +
#defineNM_SETTING_LOOPBACK_SETTING_NAME
#defineNM_SETTING_LOOPBACK_MTU
+
+
+

Description

+

The NMSettingLoopback object is a NMSetting subclass that describes properties +necessary for connection to loopback devices

+
+
+

Functions

+
+

nm_setting_loopback_new ()

+
NMSetting *
+nm_setting_loopback_new (void);
+

Creates a new NMSettingLoopback object with default values.

+
+

Returns

+

the new empty NMSettingLoopback object.

+

[transfer full]

+
+

Since: 1.42

+
+
+
+

nm_setting_loopback_get_mtu ()

+
guint32
+nm_setting_loopback_get_mtu (NMSettingLoopback *setting);
+
+

Parameters

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

setting

the NMSettingLoopback

 
+
+
+

Returns

+

the “mtu” property of the setting

+
+

Since: 1.42

+
+
+
+

Types and Values

+
+

NM_SETTING_LOOPBACK_SETTING_NAME

+
#define NM_SETTING_LOOPBACK_SETTING_NAME "loopback"
+
+
+
+
+

NM_SETTING_LOOPBACK_MTU

+
#define NM_SETTING_LOOPBACK_MTU "mtu"
+
+
+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5