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/NMDeviceEthernet.html | 173 ++++++++++++++++------------- 1 file changed, 97 insertions(+), 76 deletions(-) (limited to 'docs/libnm-glib/html/NMDeviceEthernet.html') diff --git a/docs/libnm-glib/html/NMDeviceEthernet.html b/docs/libnm-glib/html/NMDeviceEthernet.html index 94d959b6..4dec91a2 100644 --- a/docs/libnm-glib/html/NMDeviceEthernet.html +++ b/docs/libnm-glib/html/NMDeviceEthernet.html @@ -3,12 +3,12 @@ NMDeviceEthernet - + - + @@ -43,22 +43,22 @@

Synopsis

-
                    NMDeviceEthernet;
-                    NMDeviceEthernetClass;
-enum                NMDeviceEthernetError;
-#define             NM_DEVICE_ETHERNET_CARRIER
+
enum                NMDeviceEthernetError;
 #define             NM_DEVICE_ETHERNET_ERROR
+GQuark              nm_device_ethernet_error_quark      (void);
 #define             NM_DEVICE_ETHERNET_HW_ADDRESS
 #define             NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS
 #define             NM_DEVICE_ETHERNET_SPEED
-GQuark              nm_device_ethernet_error_quark      (void);
-gboolean            nm_device_ethernet_get_carrier      (NMDeviceEthernet *device);
+#define             NM_DEVICE_ETHERNET_CARRIER
+                    NMDeviceEthernet;
+                    NMDeviceEthernetClass;
+GObject *           nm_device_ethernet_new              (DBusGConnection *connection,
+                                                         const char *path);
 const char *        nm_device_ethernet_get_hw_address   (NMDeviceEthernet *device);
 const char *        nm_device_ethernet_get_permanent_hw_address
                                                         (NMDeviceEthernet *device);
 guint32             nm_device_ethernet_get_speed        (NMDeviceEthernet *device);
-GObject *           nm_device_ethernet_new              (DBusGConnection *connection,
-                                                         const char *path);
+gboolean            nm_device_ethernet_get_carrier      (NMDeviceEthernet *device);
 
@@ -93,31 +93,6 @@ NMDeviceEthernet implements

Details

-

NMDeviceEthernet

-
typedef struct _NMDeviceEthernet NMDeviceEthernet;
-

-

-
-
-
-

NMDeviceEthernetClass

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

-

-
-
-

enum NMDeviceEthernetError

typedef enum {
 	NM_DEVICE_ETHERNET_ERROR_UNKNOWN = 0,                 /*< nick=UnknownError >*/
@@ -127,8 +102,11 @@ NMDeviceEthernet implements
 	NM_DEVICE_ETHERNET_ERROR_MAC_MISMATCH,                /*< nick=MacMismatch >*/
 } NMDeviceEthernetError;
 
-
+
+++ @@ -160,19 +138,29 @@ NMDeviceEthernet implements
-

NM_DEVICE_ETHERNET_CARRIER

-
#define NM_DEVICE_ETHERNET_CARRIER     "carrier"
+

NM_DEVICE_ETHERNET_ERROR

+
#define NM_DEVICE_ETHERNET_ERROR nm_device_ethernet_error_quark ()
 


-

NM_DEVICE_ETHERNET_ERROR

-
#define NM_DEVICE_ETHERNET_ERROR nm_device_ethernet_error_quark ()
-
+

nm_device_ethernet_error_quark ()

+
GQuark              nm_device_ethernet_error_quark      (void);

+Registers an error quark for NMDeviceEthernet if necessary.

+

NM_DEVICE_ETHERNET_ERROR_UNKNOWN

++++ + + + + +

Returns :

the error quark used for NMDeviceEthernet errors.

@@ -200,38 +188,64 @@ NMDeviceEthernet implements

-

nm_device_ethernet_error_quark ()

-
GQuark              nm_device_ethernet_error_quark      (void);
+

NM_DEVICE_ETHERNET_CARRIER

+
#define NM_DEVICE_ETHERNET_CARRIER     "carrier"
+

-Registers an error quark for NMDeviceEthernet if necessary.

-
-- - - - -

Returns :

the error quark used for NMDeviceEthernet errors.

-

nm_device_ethernet_get_carrier ()

-
gboolean            nm_device_ethernet_get_carrier      (NMDeviceEthernet *device);
+

NMDeviceEthernet

+
typedef struct _NMDeviceEthernet NMDeviceEthernet;

-Whether the device has carrier.

-
+ +
+
+

NMDeviceEthernetClass

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

+

+
+
+
+

nm_device_ethernet_new ()

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

+Creates a new NMDeviceEthernet. +

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

device :

a NMDeviceEthernet +

connection :

the DBusGConnection

path :

the DBus object path of the device

Returns :

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

Gets the active hardware (MAC) address of the NMDeviceEthernet

-
+
+++ @@ -267,8 +284,11 @@ device, and must not be modified.

Gets the permanent hardware (MAC) address of the NMDeviceEthernet

-

device :

+
+++ @@ -290,8 +310,11 @@ device, and must not be modified.

Gets the speed of the NMDeviceEthernet.

-

device :

+
+++ @@ -307,28 +330,26 @@ Gets the speed of the -

nm_device_ethernet_new ()

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

nm_device_ethernet_get_carrier ()

+
gboolean            nm_device_ethernet_get_carrier      (NMDeviceEthernet *device);

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

-

device :

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

connection :

the DBusGConnection +

device :

a NMDeviceEthernet

path :

the DBus object path of the device

Returns :

a new device. [transfer full] - +TRUE if the device has carrier
@@ -375,6 +396,6 @@ The speed of the device.
+ Generated by GTK-Doc V1.19
\ No newline at end of file -- cgit 1.3.0-6-gf8a5