| Top |  |  |  |  | 
| const char * | nm_device_vlan_get_hw_address () | 
| gboolean | nm_device_vlan_get_carrier () | 
| NMDevice * | nm_device_vlan_get_parent () | 
| guint | nm_device_vlan_get_vlan_id () | 
| #define | NM_DEVICE_VLAN_HW_ADDRESS | 
| #define | NM_DEVICE_VLAN_CARRIER | 
| #define | NM_DEVICE_VLAN_PARENT | 
| #define | NM_DEVICE_VLAN_VLAN_ID | 
const char *
nm_device_vlan_get_hw_address (NMDeviceVlan *device);
nm_device_vlan_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 NMDeviceVlan
[skip]
gboolean
nm_device_vlan_get_carrier (NMDeviceVlan *device);
Whether the device has carrier.