@@ -644,7 +644,7 @@ the callback can be invoked with two first parameters as NULL.
control them. To access and modify network configuration data, use the
NMRemoteSettings object.
a GPtrArray
-containing all the NMDevices. The returned array is owned by the
+containing all the NMDevices. The returned array is owned by the
NMClient object and should not be modified.
[transfer none][element-type NMDevice]
@@ -752,7 +752,7 @@ a placeholder.
what kind of device each member of the returned array is, and then you may
use device-specific methods such as nm_device_ethernet_get_hw_address().
-
Parameters
+
Parameters
@@ -767,9 +767,9 @@ use device-specific methods such as
-
Returns
+
Returns
a GPtrArray
-containing all the NMDevices. The returned array is owned by the
+containing all the NMDevices. The returned array is owned by the
NMClient object and should not be modified.
the NMDevice for the given iface
or NULL if none is found.
[transfer none]
@@ -861,7 +861,7 @@ or NULL if none is found.
nm_client_activate_connection ()
void
nm_client_activate_connection (NMClient *client,
- NMConnection *connection,
+ NMConnection *connection,
NMDevice *device,
const char *specific_object,
NMClientActivateFn callback,
@@ -884,7 +884,7 @@ the new connection, not when it finishes. You can used the returned
NMActiveConnection object (in particular, “state”) to
track the activation to its completion.
-
Parameters
+
Parameters
@@ -899,7 +899,7 @@ track the activation to its completion.
@@ -948,7 +948,7 @@ details of the newly added connection.
nm_client_add_and_activate_connection ()
void
nm_client_add_and_activate_connection (NMClient *client,
- NMConnection *partial,
+ NMConnection *partial,
NMDevice *device,
const char *specific_object,
NMClientAddActivateFn callback,
@@ -962,7 +962,7 @@ the new connection, not when it finishes. You can used the returned
NMActiveConnection object (in particular, “state”) to
track the activation to its completion.
-
Parameters
+
Parameters
@@ -977,7 +977,7 @@ track the activation to its completion.
an NMConnection to add; the connection may be
partially filled (or even NULL) and will be completed by NetworkManager
using the given device
and specific_object
@@ -1023,7 +1023,7 @@ nm_client_deactivate_connection (NMActiveConnection *active);
a GPtrArray
-containing all the active NMActiveConnections.
+containing all the active NMActiveConnections.
The returned array is owned by the client and should not be modified.
@@ -1641,7 +1641,7 @@ domains separated by ",". (NULL or an empty string
-
Returns
+
Returns
TRUE on success, FALSE otherwise
Since: 0.9.8
@@ -1656,7 +1656,7 @@ nm_client_get_connectivity (nm_client_check_connectivity_async(), which re-check the
connectivity state first before returning any information.
-
Parameters
+
Parameters
@@ -1671,7 +1671,7 @@ connectivity state first before returning any information.
-
Returns
+
Returns
the current connectivity state
Since: 0.9.8.6
@@ -1689,7 +1689,7 @@ the most recent known state without re-checking.