| Top |  |  |  |  | 
| GQuark | nm_device_generic_error_quark () | 
| GObject * | nm_device_generic_new () | 
| const char * | nm_device_generic_get_hw_address () | 
| enum | NMDeviceGenericError | 
| #define | NM_DEVICE_GENERIC_ERROR | 
| #define | NM_DEVICE_GENERIC_HW_ADDRESS | 
| #define | NM_DEVICE_GENERIC_TYPE_DESCRIPTION | 
GQuark
nm_device_generic_error_quark (void);
Registers an error quark for NMDeviceGeneric if necessary.
Since: 0.9.10
GObject * nm_device_generic_new (DBusGConnection *connection,const char *path);
Creates a new NMDeviceGeneric.
Since: 0.9.10
const char *
nm_device_generic_get_hw_address (NMDeviceGeneric *device);
Gets the hardware address of the NMDeviceGeneric
the hardware address. This is the internal string used by the device, and must not be modified.
Since: 0.9.10