From a4256940da049f91bbbea5e53e469a59ea9c10f7 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Fri, 25 Oct 2013 21:20:58 +0200 Subject: Imported Upstream version 0.9.8.8 --- docs/libnm-glib/html/NMDeviceInfiniband.html | 161 +++++++++++++++------------ 1 file changed, 88 insertions(+), 73 deletions(-) (limited to 'docs/libnm-glib/html/NMDeviceInfiniband.html') diff --git a/docs/libnm-glib/html/NMDeviceInfiniband.html b/docs/libnm-glib/html/NMDeviceInfiniband.html index 4b0b5791..89b30130 100644 --- a/docs/libnm-glib/html/NMDeviceInfiniband.html +++ b/docs/libnm-glib/html/NMDeviceInfiniband.html @@ -3,12 +3,12 @@ NMDeviceInfiniband - + - + @@ -43,17 +43,17 @@

Synopsis

-
                    NMDeviceInfiniband;
-                    NMDeviceInfinibandClass;
-enum                NMDeviceInfinibandError;
-#define             NM_DEVICE_INFINIBAND_CARRIER
+
enum                NMDeviceInfinibandError;
 #define             NM_DEVICE_INFINIBAND_ERROR
-#define             NM_DEVICE_INFINIBAND_HW_ADDRESS
 GQuark              nm_device_infiniband_error_quark    (void);
-gboolean            nm_device_infiniband_get_carrier    (NMDeviceInfiniband *device);
-const char *        nm_device_infiniband_get_hw_address (NMDeviceInfiniband *device);
+#define             NM_DEVICE_INFINIBAND_HW_ADDRESS
+#define             NM_DEVICE_INFINIBAND_CARRIER
+                    NMDeviceInfiniband;
+                    NMDeviceInfinibandClass;
 GObject *           nm_device_infiniband_new            (DBusGConnection *connection,
                                                          const char *path);
+const char *        nm_device_infiniband_get_hw_address (NMDeviceInfiniband *device);
+gboolean            nm_device_infiniband_get_carrier    (NMDeviceInfiniband *device);
 
@@ -86,31 +86,6 @@ NMDeviceInfiniband implements

Details

-

NMDeviceInfiniband

-
typedef struct _NMDeviceInfiniband NMDeviceInfiniband;
-

-

-
-
-
-

NMDeviceInfinibandClass

-
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);
-} NMDeviceInfinibandClass;
-
-

-

-
-
-

enum NMDeviceInfinibandError

typedef enum {
 	NM_DEVICE_INFINIBAND_ERROR_UNKNOWN = 0,                   /*< nick=UnknownError >*/
@@ -120,8 +95,11 @@ NMDeviceInfiniband implements
 	NM_DEVICE_INFINIBAND_ERROR_MAC_MISMATCH,                  /*< nick=MacMismatch >*/
 } NMDeviceInfinibandError;
 
-
+
+++ @@ -153,19 +131,29 @@ NMDeviceInfiniband implements
-

NM_DEVICE_INFINIBAND_CARRIER

-
#define NM_DEVICE_INFINIBAND_CARRIER     "carrier"
+

NM_DEVICE_INFINIBAND_ERROR

+
#define NM_DEVICE_INFINIBAND_ERROR nm_device_infiniband_error_quark ()
 


-

NM_DEVICE_INFINIBAND_ERROR

-
#define NM_DEVICE_INFINIBAND_ERROR nm_device_infiniband_error_quark ()
-
+

nm_device_infiniband_error_quark ()

+
GQuark              nm_device_infiniband_error_quark    (void);

+Registers an error quark for NMDeviceInfiniband if necessary.

+

NM_DEVICE_INFINIBAND_ERROR_UNKNOWN

++++ + + + + +

Returns :

the error quark used for NMDeviceInfiniband errors.

@@ -177,38 +165,64 @@ NMDeviceInfiniband implements

-

nm_device_infiniband_error_quark ()

-
GQuark              nm_device_infiniband_error_quark    (void);
+

NM_DEVICE_INFINIBAND_CARRIER

+
#define NM_DEVICE_INFINIBAND_CARRIER     "carrier"
+

-Registers an error quark for NMDeviceInfiniband if necessary.

-
-- - - - -

Returns :

the error quark used for NMDeviceInfiniband errors.

-

nm_device_infiniband_get_carrier ()

-
gboolean            nm_device_infiniband_get_carrier    (NMDeviceInfiniband *device);
+

NMDeviceInfiniband

+
typedef struct _NMDeviceInfiniband NMDeviceInfiniband;

-Whether the device has carrier.

-
+ +
+
+

NMDeviceInfinibandClass

+
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);
+} NMDeviceInfinibandClass;
+
+

+

+
+
+
+

nm_device_infiniband_new ()

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

+Creates a new NMDeviceInfiniband. +

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

device :

a NMDeviceInfiniband +

connection :

the DBusGConnection

path :

the DBus object path of the device

Returns :

-TRUE if the device has carriera new device. [transfer full] +
@@ -220,8 +234,11 @@ Whether the device has carrier.

Gets the hardware (MAC) address of the NMDeviceInfiniband

-
+
+++ @@ -238,28 +255,26 @@ device, and must not be modified.
-

nm_device_infiniband_new ()

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

nm_device_infiniband_get_carrier ()

+
gboolean            nm_device_infiniband_get_carrier    (NMDeviceInfiniband *device);

-Creates a new NMDeviceInfiniband. +Whether the device has carrier.

-

device :

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

connection :

the DBusGConnection +

device :

a NMDeviceInfiniband

path :

the DBus object path of the device

Returns :

a new device. [transfer full] - +TRUE if the device has carrier
@@ -288,6 +303,6 @@ The hardware (MAC) address of the device.
+ Generated by GTK-Doc V1.19
\ No newline at end of file -- cgit 1.3.0-6-gf8a5