From 2965dc70bb3cbfa8de2f279761812b84b87600cb Mon Sep 17 00:00:00 2001
From: Michael Biebl
connections
an array of NMConnections to +
an array of NMConnections to filter.
an array of
-NMConnections that could be activated with the given ap
+NMConnections that could be activated with the given ap
. The array should
be freed with g_ptr_array_unref() when it is no longer required.
WARNING: the transfer annotation for this function may not work correctly diff --git a/docs/libnm/html/NMConnection.html b/docs/libnm/html/NMConnection.html index 7c20ebdf..7cba2906 100644 --- a/docs/libnm/html/NMConnection.html +++ b/docs/libnm/html/NMConnection.html @@ -1318,7 +1318,7 @@ failed (tried to update secrets for a setting that doesn't exist, etc)
nm_connection_set_path (NMConnection *connection,
const char *path);
Sets the D-Bus path of the connection. This property is not serialized, and -is only for the reference of the caller. Sets the “path” +is only for the reference of the caller. Sets the “path” property.
const char *type);
A convenience function to check if the given connection
is a particular
-type (ie wired, Wi-Fi, ppp, etc). Checks the “type”
+type (ie wired, Wi-Fi, ppp, etc). Checks the “type”
property of the connection and matches that against type
.
connections
an array of NMConnections to filter.
an array of NMConnections to filter.
an array of
-NMConnections that could be activated with the given device
+NMConnections that could be activated with the given device
. The array
should be freed with g_ptr_array_unref() when it is no longer required.
WARNING: the transfer annotation for this function may not work correctly
diff --git a/docs/libnm/html/NMSetting8021x.html b/docs/libnm/html/NMSetting8021x.html
index c79db83f..f8759573 100644
--- a/docs/libnm/html/NMSetting8021x.html
+++ b/docs/libnm/html/NMSetting8021x.html
@@ -1106,7 +1106,7 @@ nm_setting_802_1x_get_eap_method (,
NMSetting8021x *settingconst char *eap);
Adds an allowed EAP method. The setting is not valid until at least one -EAP method has been added. See “eap” property for a list of +EAP method has been added. See “eap” property for a list of allowed EAP methods.
NMSetting8021x *setting);
Returns the anonymous identifier used by some EAP methods (like TTLS) to authenticate the user in the outer unencrypted "phase 1" authentication. The -inner "phase 2" authentication will use the “identity” in +inner "phase 2" authentication will use the “identity” in a secure form, if applicable for that EAP method.
nm_setting_802_1x_get_system_ca_certs ()
gboolean
nm_setting_802_1x_get_system_ca_certs (NMSetting8021x *setting);
-Sets the “system-ca-certs” property. The
-“ca-path” and “phase2-ca-path”
-properties are ignored if the “system-ca-certs” property is
+
Sets the “system-ca-certs” property. The
+“ca-path” and “phase2-ca-path”
+properties are ignored if the “system-ca-certs” property is
TRUE, in which case a system-wide CA certificate directory specified at
compile time (using the --system-ca-path configure option) is used in place
of these properties.
@@ -1346,7 +1346,7 @@ nm_setting_802_1x_get_ca_path (Returns the path of the CA certificate directory if previously set. Systems
will often have a directory that contains multiple individual CA certificates
which the supplicant can then add to the verification chain. This may be
-used in addition to the “ca-cert” property to add more CA
+used in addition to the “ca-cert” property to add more CA
certificates for verifying the network to client.
Parameters
@@ -1376,7 +1376,7 @@ nm_setting_802_1x_get_phase2_ca_path (“phase2-ca-cert” property
+This may be used in addition to the “phase2-ca-cert” property
to add more CA certificates for verifying the network to client.
Parameters
@@ -1531,7 +1531,7 @@ nm_setting_802_1x_set_ca_cert (NMSetting8021xCKScheme scheme,
NMSetting8021xCKFormat *out_format,
GError **error);
-Reads a certificate from disk and sets the “ca-cert” property
+
Reads a certificate from disk and sets the “ca-cert” property
with the raw certificate data if using the NM_SETTING_802_1X_CK_SCHEME_BLOB
scheme, or with the path to the certificate file if using the
NM_SETTING_802_1X_CK_SCHEME_PATH scheme.
@@ -1606,7 +1606,7 @@ nm_setting_802_1x_get_ca_cert_password
Returns
the password used to access the CA certificate stored in
-“ca-cert” property. Only makes sense if the certificate
+“ca-cert” property. Only makes sense if the certificate
is stored on a PKCS#11 token that requires a login.
Since: 1.8
@@ -1661,7 +1661,7 @@ nm_setting_802_1x_get_subject_match (
Returns
- the “subject-match” property. This is the
+
the “subject-match” property. This is the
substring to be matched against the subject of the authentication
server certificate, or NULL no subject verification is to be
performed.
@@ -1674,7 +1674,7 @@ performed.
nm_setting_802_1x_get_num_altsubject_matches
(NMSetting8021x *setting);
Returns the number of entries in the
-“altsubject-matches” property of this setting.
+“altsubject-matches” property of this setting.
Parameters