| Top |  |  |  |  | 
| const char * | nm_device_bond_get_hw_address () | 
| gboolean | nm_device_bond_get_carrier () | 
| const GPtrArray * | nm_device_bond_get_slaves () | 
| #define | NM_DEVICE_BOND_HW_ADDRESS | 
| #define | NM_DEVICE_BOND_CARRIER | 
| #define | NM_DEVICE_BOND_SLAVES | 
| NMDeviceBond | 
const char *
nm_device_bond_get_hw_address (NMDeviceBond *device);
nm_device_bond_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 NMDeviceBond
[skip]
gboolean
nm_device_bond_get_carrier (NMDeviceBond *device);
Whether the device has carrier.
const GPtrArray *
nm_device_bond_get_slaves (NMDeviceBond *device);
nm_device_bond_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
.