Note that the callback is invoked when NetworkManager has started activating
the new connection, not when it finishes. You can use the returned
-NMActiveConnection object (in particular, “state”) to
+NMActiveConnection object (in particular, “state”) to
track the activation to its completion.
Parameters
@@ -2819,7 +2819,7 @@ activated as with
NMActiveConnection object (in particular,
“state”) to
+
NMActiveConnection object (in particular,
“state”) to
track the activation to its completion.
Parameters
@@ -2948,7 +2948,7 @@ activated as with
NMActiveConnection object (in particular,
“state”) to
+
NMActiveConnection object (in particular,
“state”) to
track the activation to its completion.
This is identitcal to nm_client_add_and_activate_connection_async() but takes
a further options
diff --git a/docs/libnm/html/NMConnection.html b/docs/libnm/html/NMConnection.html
index 5c566d5b..4c0c4141 100644
--- a/docs/libnm/html/NMConnection.html
+++ b/docs/libnm/html/NMConnection.html
@@ -1314,7 +1314,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.
Parameters
diff --git a/docs/libnm/html/NMDevice.html b/docs/libnm/html/NMDevice.html
index b6d0f9c5..c5bb4b84 100644
--- a/docs/libnm/html/NMDevice.html
+++ b/docs/libnm/html/NMDevice.html
@@ -1452,7 +1452,7 @@ nm_device_is_real (
Returns
TRUE if the device exists, or FALSE if it is a placeholder device
that could be automatically created by NetworkManager if one of its
-“available-connections” was activated.
+“available-connections” was activated.
Since: 1.2
@@ -2331,7 +2331,7 @@ incompatible with the device. To get the full list of connections see
connections |
-an array of NMConnections to filter. |
+an array of NMConnections to filter. |
[element-type NMConnection] |
@@ -2340,7 +2340,7 @@ incompatible with the device. To get the full list of connections see
Returns
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 full][element-type NMConnection]
diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html
index ee8a6c6b..d5978afa 100644
--- a/docs/libnm/html/NMSettingConnection.html
+++ b/docs/libnm/html/NMSettingConnection.html
@@ -2327,7 +2327,7 @@ provider, or
nm_utils_uuid_generate() or
-
nm_utils_uuid_generate_from_string().
+
nm_utils_uuid_generate_from_string().
Flags: Read / Write
Default value: NULL
diff --git a/docs/libnm/html/NMSettingGeneric.html b/docs/libnm/html/NMSettingGeneric.html
index 5ac78763..939c3c53 100644
--- a/docs/libnm/html/NMSettingGeneric.html
+++ b/docs/libnm/html/NMSettingGeneric.html
@@ -81,7 +81,7 @@
optional properties that apply to "generic" devices (ie, devices that
NetworkManager does not specifically recognize).
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.