From f408e27bccfacf347605a8d98649975a68f38a17 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 5 May 2015 17:48:57 +0200 Subject: Imported Upstream version 1.0.2 --- docs/libnm-glib/html/NMDeviceGeneric.html | 387 ++++++++++++++++-------------- 1 file changed, 207 insertions(+), 180 deletions(-) (limited to 'docs/libnm-glib/html/NMDeviceGeneric.html') diff --git a/docs/libnm-glib/html/NMDeviceGeneric.html b/docs/libnm-glib/html/NMDeviceGeneric.html index adc23c0b..e663d8d7 100644 --- a/docs/libnm-glib/html/NMDeviceGeneric.html +++ b/docs/libnm-glib/html/NMDeviceGeneric.html @@ -2,36 +2,28 @@ -NMDeviceGeneric +libnm-glib Reference Manual: NMDeviceGeneric - + - - - - - - - - - - + + + + + + +
@@ -39,42 +31,99 @@

NMDeviceGeneric

NMDeviceGeneric

- +
-
-

Synopsis

-
enum                NMDeviceGenericError;
-#define             NM_DEVICE_GENERIC_ERROR
-GQuark              nm_device_generic_error_quark       (void);
-#define             NM_DEVICE_GENERIC_HW_ADDRESS
-#define             NM_DEVICE_GENERIC_TYPE_DESCRIPTION
-                    NMDeviceGeneric;
-                    NMDeviceGenericClass;
-GObject *           nm_device_generic_new               (DBusGConnection *connection,
-                                                         const char *path);
-const char *        nm_device_generic_get_hw_address    (NMDeviceGeneric *device);
-
+
+

Functions

+
++++ + + + + + + + + + + + + + + +
+GQuark + +nm_device_generic_error_quark () +
+GObject * + +nm_device_generic_new () +
const char * + +nm_device_generic_get_hw_address () +
-

Object Hierarchy

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

Properties

+
+++++ + + + + + + + + + + + + +
+gchar *hw-addressRead
+gchar *type-descriptionRead
-

Implemented Interfaces

-

-NMDeviceGeneric implements - GInitable and GAsyncInitable.

+

Types and Values

+
-

Properties

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

Object Hierarchy

+
    GObject
+    ╰── NMObject
+        ╰── NMDevice
+            ╰── NMDeviceGeneric
 
@@ -83,191 +132,169 @@ NMDeviceGeneric implements

-

Details

+

Functions

-

enum NMDeviceGenericError

-
typedef enum {
-	NM_DEVICE_GENERIC_ERROR_UNKNOWN = 0,            /*< nick=UnknownError >*/
-	NM_DEVICE_GENERIC_ERROR_NOT_GENERIC_CONNECTION, /*< nick=NotGenericConnection >*/
-	NM_DEVICE_GENERIC_ERROR_MISSING_INTERFACE_NAME, /*< nick=MissingInterfaceName >*/
-} NMDeviceGenericError;
-
-
+

nm_device_generic_error_quark ()

+
GQuark
+nm_device_generic_error_quark (void);
+

Registers an error quark for NMDeviceGeneric if necessary.

+
+

Returns

+

the error quark used for NMDeviceGeneric errors.

+

+
+

Since 0.9.10

+ +
+
+

nm_device_generic_new ()

+
GObject *
+nm_device_generic_new (DBusGConnection *connection,
+                       const char *path);
+

Creates a new NMDeviceGeneric.

+
+

Parameters

+
--+++ - - + + + - - - - - - + + +

NM_DEVICE_GENERIC_ERROR_UNKNOWN

unknown or unclassified error -

connection

the DBusGConnection

 

NM_DEVICE_GENERIC_ERROR_NOT_GENERIC_CONNECTION

the connection was not of generic type -

NM_DEVICE_GENERIC_ERROR_MISSING_INTERFACE_NAME

the connection did not specify the interface name -

path

the DBus object path of the device

 
-
-
-

NM_DEVICE_GENERIC_ERROR

-
#define NM_DEVICE_GENERIC_ERROR nm_device_generic_error_quark ()
-
-

-

+
+

Returns

+

a new device.

+

[transfer full]

+
+

Since 0.9.10


-

nm_device_generic_error_quark ()

-
GQuark              nm_device_generic_error_quark       (void);
-

-Registers an error quark for NMDeviceGeneric if necessary. -

-
+

nm_device_generic_get_hw_address ()

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

Gets the hardware address of the NMDeviceGeneric

+
+

Parameters

+
--+++ - - + + +

Returns :

the error quark used for NMDeviceGeneric errors.

device

a NMDeviceGeneric

 
-

Since 0.9.10

-
-
-
-

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

-

+
+

Returns

+

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

+

-
-
-

NMDeviceGeneric

-
typedef struct _NMDeviceGeneric NMDeviceGeneric;
-

-

+

Since 0.9.10

-
-
-

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;
-
-

-

-
+
+

Types and Values

-

nm_device_generic_new ()

-
GObject *           nm_device_generic_new               (DBusGConnection *connection,
-                                                         const char *path);
-

-Creates a new NMDeviceGeneric. -

-
+

enum NMDeviceGenericError

+
+

Members

+
--+++ - - + + - - + + + - - + +

connection :

the DBusGConnection +

NM_DEVICE_GENERIC_ERROR_UNKNOWN

+

unknown or unclassified error

 

path :

the DBus object path of the device

NM_DEVICE_GENERIC_ERROR_NOT_GENERIC_CONNECTION

+

the connection was not of generic type

+
 

Returns :

a new device. [transfer full] +

NM_DEVICE_GENERIC_ERROR_MISSING_INTERFACE_NAME

+

the connection did not specify the interface name

 
-

Since 0.9.10

+

-

nm_device_generic_get_hw_address ()

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

NM_DEVICE_GENERIC_ERROR

+
#define NM_DEVICE_GENERIC_ERROR nm_device_generic_error_quark ()
+

-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.
-

Since 0.9.10

-
-
-

Property Details

+
-

The "hw-address" property

-
  "hw-address"               gchar*                : Read
+

NM_DEVICE_GENERIC_HW_ADDRESS

+
#define NM_DEVICE_GENERIC_HW_ADDRESS       "hw-address"
+

-The hardware address of the device.

-

Default value: NULL


-

The "type-description" property

-
  "type-description"         gchar*                : Read
+

NM_DEVICE_GENERIC_TYPE_DESCRIPTION

+
#define NM_DEVICE_GENERIC_TYPE_DESCRIPTION "type-description"
+

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

+
+
+
+

Property Details

+
+

The “hw-address” property

+
  “hw-address”               gchar *
+

+

Flags: Read

+

Default value: NULL

+
+
+
+

The “type-description” property

+
  “type-description”         gchar *
+

+

Flags: Read

Default value: NULL

+ Generated by GTK-Doc V1.21
\ No newline at end of file -- cgit 1.3.0-6-gf8a5