NMDeviceGeneric
NMDeviceGeneric
|
|
Functions
nm_device_generic_error_quark ()
GQuark
nm_device_generic_error_quark (void
);
Registers an error quark for NMDeviceGeneric if necessary.
Since 0.9.10
nm_device_generic_new ()
GObject *
nm_device_generic_new (DBusGConnection *connection
,
const char *path
);
Creates a new NMDeviceGeneric.
Returns
a new device.
[transfer full]
Since 0.9.10
nm_device_generic_get_hw_address ()
const char *
nm_device_generic_get_hw_address (NMDeviceGeneric *device
);
Gets the hardware address of the NMDeviceGeneric
Returns
the hardware address. This is the internal string used by the
device, and must not be modified.
Since 0.9.10
Types and Values
enum NMDeviceGenericError
NM_DEVICE_GENERIC_ERROR
#define NM_DEVICE_GENERIC_ERROR nm_device_generic_error_quark ()
NM_DEVICE_GENERIC_HW_ADDRESS
#define NM_DEVICE_GENERIC_HW_ADDRESS "hw-address"
NM_DEVICE_GENERIC_TYPE_DESCRIPTION
#define NM_DEVICE_GENERIC_TYPE_DESCRIPTION "type-description"
NMDeviceGeneric
typedef struct _NMDeviceGeneric NMDeviceGeneric;
NMDeviceGenericClass
typedef struct {
NMDeviceClass parent;
/* Padding for future expansion */
void (*_reserved1) (void);
void (*_reserved2) (void);
void (*_reserved3) (void);
void (*_reserved4) (void);
void (*_reserved5) (void);
void (*_reserved6) (void);
} NMDeviceGenericClass;
Property Details
The “hw-address”
property
“hw-address” gchar *
The hardware address of the device.
Flags: Read
Default value: NULL
The “type-description”
property
“type-description” gchar *
A description of the specific type of device this is, or NULL
if not known.
Flags: Read
Default value: NULL