From f3c6d0765dff885e168b94f28e06ecc640315a74 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]
NMDevice *device);
Gets the physical port ID of the NMDevice. If non-NULL, this is
an opaque string that can be used to recognize when
-seemingly-unrelated NMDevices are actually just different virtual
+seemingly-unrelated NMDevices are actually just different virtual
ports on a single physical port. (Eg, NPAR / SR-IOV.)
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