Top |
const GPtrArray *
nm_device_ovs_port_get_slaves (NMDeviceOvsPort *device
);
nm_device_ovs_port_get_slaves
has been deprecated since version 1.34 and should not be used in newly-written code.
Use nm_device_get_ports()
instead.
Gets the interfaces currently attached as port to device
.
the GPtrArray containing
NMDevices that are ports of device
. This is the internal
copy used by the device, and must not be modified.
[element-type NMDevice]
Since: 1.14
“slaves”
property“slaves” GPtrArray *
Gets the interfaces currently attached as port to the device.
[type GPtrArray(NMDevice)]
Owner: NMDeviceOvsPort
Flags: Read
Since: 1.22