From 2c032d8f1c6292c1338a615e6ec40252889ba85c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 22 Jan 2015 00:29:39 +0100 Subject: Imported Upstream version 1.0.0 --- docs/libnm/html/NMDeviceGeneric.html | 167 +++++++++++++++++++++++++++++++++++ 1 file changed, 167 insertions(+) create mode 100644 docs/libnm/html/NMDeviceGeneric.html (limited to 'docs/libnm/html/NMDeviceGeneric.html') diff --git a/docs/libnm/html/NMDeviceGeneric.html b/docs/libnm/html/NMDeviceGeneric.html new file mode 100644 index 00000000..3efbf0a6 --- /dev/null +++ b/docs/libnm/html/NMDeviceGeneric.html @@ -0,0 +1,167 @@ + + + + +NMDeviceGeneric + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMDeviceGeneric

+

NMDeviceGeneric

+
+ +
+

Object Hierarchy

+
+  GObject
+   +----NMObject
+         +----NMDevice
+               +----NMDeviceGeneric
+
+
+
+

Implemented Interfaces

+

+NMDeviceGeneric implements + GInitable and GAsyncInitable.

+
+
+

Properties

+
+  "hw-address"               gchar*                : Read
+  "type-description"         gchar*                : Read
+
+
+
+

Description

+

+

+
+
+

Details

+
+

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"
+
+

+

+
+
+
+

struct NMDeviceGeneric

+
struct NMDeviceGeneric;
+

+

+
+
+
+

NMDeviceGenericClass

+
typedef struct {
+	NMDeviceClass parent;
+} NMDeviceGenericClass;
+
+

+

+
+
+
+

nm_device_generic_get_hw_address ()

+
const char *        nm_device_generic_get_hw_address    (NMDeviceGeneric *device);
+

+Gets the hardware address of the NMDeviceGeneric +

+
++++ + + + + + + + + + + +

device :

a NMDeviceGeneric +

Returns :

the hardware address. This is the internal string used by the +device, and must not be modified.
+
+
+
+

Property Details

+
+

The "hw-address" property

+
  "hw-address"               gchar*                : Read
+

+The hardware address of the device. +

+

Default value: NULL

+
+
+
+

The "type-description" property

+
  "type-description"         gchar*                : Read
+

+A description of the specific type of device this is, or NULL +if not known. +

+

Default value: NULL

+
+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5