From d462f64d6044349b0a4e3581cf2c97bbab7aec97 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.
[transfer container][element-type NMConnection]
diff --git a/docs/libnm/html/NMConnection.html b/docs/libnm/html/NMConnection.html index bbc0ffaa..f2645b05 100644 --- a/docs/libnm/html/NMConnection.html +++ b/docs/libnm/html/NMConnection.html @@ -1258,7 +1258,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.
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.
[transfer container][element-type NMConnection]
diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html index 0142dff3..621b9d76 100644 --- a/docs/libnm/html/NMSettingConnection.html +++ b/docs/libnm/html/NMSettingConnection.html @@ -1900,7 +1900,7 @@ provider, ornm_utils_uuid_generate() or
-nm_utils_uuid_generate_from_string().
+nm_utils_uuid_generate_from_string().
Flags: Read / Write
Default value: NULL
There are currently no properties on this object; it exists only to be -the "connection type" setting on NMConnections for generic devices.
+the "connection type" setting on NMConnections for generic devices.nsp
connections
an array of NMConnections to +
an array of NMConnections to filter.
an array of
-NMConnections that could be activated with the given nsp
+NMConnections that could be activated with the given nsp
. The array should
be freed with g_ptr_array_unref() when it is no longer required.
[transfer container][element-type NMConnection]
diff --git a/docs/libnm/html/api-index-full.html b/docs/libnm/html/api-index-full.html index 87f163c3..cc1bc431 100644 --- a/docs/libnm/html/api-index-full.html +++ b/docs/libnm/html/api-index-full.html @@ -953,19 +953,19 @@libnm Reference Manual |
|---|
- for libnm 1.5.90
+ for libnm 1.5.91
The latest version of this documentation can be found on-line at
https://developer.gnome.org/libnm/stable/.
diff --git a/docs/libnm/html/libnm-nm-errors.html b/docs/libnm/html/libnm-nm-errors.html
index 6d260056..acb0782f 100644
--- a/docs/libnm/html/libnm-nm-errors.html
+++ b/docs/libnm/html/libnm-nm-errors.html
@@ -254,7 +254,7 @@ nm_vpn_plugin_error_quark ( Errors returned from the secret-agent manager. These errors may be returned from operations that could cause secrets to be
-requested (such as Client APIs such as Client APIs such as void
enum NMAgentManagerError
nm_client_activate_connection()), and correspond to D-Bus
+requested (such as nm_client_activate_connection()), and correspond to D-Bus
errors in the "org.freedesktop.NetworkManager.AgentManager" namespace.Members
@@ -722,7 +722,7 @@ errors in that namespace.
when they encounter problems retrieving secrets on behalf of NM. They
correspond to errors in the "org.freedesktop.NetworkManager.SecretManager"
namespace.
-nm_client_activate_connection() will not see these error
+nm_client_activate_connection() will not see these error
codes; instead, the secret agent manager will translate them to the
corresponding NMAgentManagerError codes.