From 78c3b8801ecf4975e5da1af3b10ae20dd2d876de 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.
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.