Top |
const char * | nm_device_bridge_get_hw_address () |
gboolean | nm_device_bridge_get_carrier () |
const GPtrArray * | nm_device_bridge_get_slaves () |
#define | NM_DEVICE_BRIDGE_HW_ADDRESS |
#define | NM_DEVICE_BRIDGE_CARRIER |
#define | NM_DEVICE_BRIDGE_SLAVES |
NMDeviceBridge |
const char *
nm_device_bridge_get_hw_address (NMDeviceBridge *device
);
nm_device_bridge_get_hw_address
has been deprecated since version 1.24 and should not be used in newly-written code.
Use nm_device_get_hw_address()
instead.
Gets the hardware (MAC) address of the NMDeviceBridge
[skip]
gboolean
nm_device_bridge_get_carrier (NMDeviceBridge *device
);
Whether the device has carrier.
const GPtrArray *
nm_device_bridge_get_slaves (NMDeviceBridge *device
);
nm_device_bridge_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 devices currently attached as port to device
.