From d460892bbfece74fb6d3cd846bf6ef548290be41 Mon Sep 17 00:00:00 2001
From: Michael Biebl
const GPtrArray *
nm_device_get_available_connections (NMDevice *device);
-Gets the NMRemoteConnections currently known to the daemon that could +
Gets the NMRemoteConnections currently known to the daemon that could
be activated on device
.
device
the GPtrArray -containing NMRemoteConnections. This is the internal copy used by +containing NMRemoteConnections. This is the internal copy used by the connection, and must not be modified.
[element-type NMRemoteConnection]
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
@@ -2338,7 +2338,7 @@ incompatible with the device. To get the full list of connections seeconnections
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 full][element-type NMConnection]
@@ -2925,6 +2925,6 @@ not found.