From 73e152af6e3fb4f5848bfb8394484026ff119003 Mon Sep 17 00:00:00 2001
From: Michael Biebl Each NMSetting contains properties that describe configuration that applies
to a specific network layer (like IPv4 or IPv6 configuration) or device type
(like Ethernet, or Wi-Fi). A collection of individual settings together
-make up an NMConnection. Each property is strongly typed and usually has
+make up an NMConnection. Each property is strongly typed and usually has
a number of allowed values. See each NMSetting subclass for a description
of properties and allowed values. user_data User data passed to User data passed to NMSettingMacRandomization
-
struct
-NMSetting
+
+NMSetting
enum
@@ -219,11 +219,11 @@
Object Hierarchy
- GEnum
+
GEnum
├── NMSettingCompareFlags
├── NMSettingDiffResult
╰── NMSettingMacRandomization
- GFlags
+ GFlags
╰── NMSettingSecretFlags
GObject
╰── NMSetting
@@ -263,7 +263,7 @@
@@ -467,7 +467,7 @@ like 'ppp' or 'wireless' or 'wired'.
-
+nm_connection_clear_secrets_with_flags()nm_connection_clear_secrets_with_flags()
gboolean nm_setting_verify (NMSetting *setting, -NMConnection *connection, +NMConnection *connection,GError **error);
Validates the setting. Each setting's properties have allowed values, and
some are dependent on other values (hence the need for connection
@@ -490,7 +490,7 @@ failed validation, and in what way that property failed validation.
connection
the NMConnection that setting
+
the NMConnection that setting
came from, or
NULL if setting
is being verified in isolation.
gboolean nm_setting_verify_secrets (NMSetting *setting, -NMConnection *connection, +NMConnection *connection,GError **error);
Verifies the secrets in the setting. The returned GError contains information about which secret of the setting @@ -537,7 +537,7 @@ in some cases connection failure is not desired just for the secrets.
connection
the NMConnection that setting
+
the NMConnection that setting
came from, or
NULL if setting
is being verified in isolation.
if this flag is set,
- nm_setting_diff() and nm_connection_diff() will also include properties that
+ nm_setting_diff() and nm_connection_diff() will also include properties that
are set to their default value. See also NM_SETTING_COMPARE_FLAG_DIFF_RESULT_NO_DEFAULT
.
if this flag is set,
- nm_setting_diff() and nm_connection_diff() will not include properties that
+ nm_setting_diff() and nm_connection_diff() will not include properties that
are set to their default value. This is the opposite of
NM_SETTING_COMPARE_FLAG_DIFF_RESULT_WITH_DEFAULT
. If both flags are set together,
@@ -1074,8 +1074,8 @@ overridden by user-controlled defaults configuration, is "never".