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/NMDeviceBond.html | 182 ++++++++++++++++++--------------- 1 file changed, 100 insertions(+), 82 deletions(-) (limited to 'docs/libnm-glib/html/NMDeviceBond.html') diff --git a/docs/libnm-glib/html/NMDeviceBond.html b/docs/libnm-glib/html/NMDeviceBond.html index 04c6f0a7..00223fb2 100644 --- a/docs/libnm-glib/html/NMDeviceBond.html +++ b/docs/libnm-glib/html/NMDeviceBond.html @@ -3,12 +3,12 @@ NMDeviceBond - + - + @@ -43,19 +43,19 @@

Synopsis

-
                    NMDeviceBond;
-                    NMDeviceBondClass;
-enum                NMDeviceBondError;
-#define             NM_DEVICE_BOND_CARRIER
+
enum                NMDeviceBondError;
 #define             NM_DEVICE_BOND_ERROR
+GQuark              nm_device_bond_error_quark          (void);
 #define             NM_DEVICE_BOND_HW_ADDRESS
+#define             NM_DEVICE_BOND_CARRIER
 #define             NM_DEVICE_BOND_SLAVES
-GQuark              nm_device_bond_error_quark          (void);
-gboolean            nm_device_bond_get_carrier          (NMDeviceBond *device);
-const char *        nm_device_bond_get_hw_address       (NMDeviceBond *device);
-const GPtrArray *   nm_device_bond_get_slaves           (NMDeviceBond *device);
+                    NMDeviceBond;
+                    NMDeviceBondClass;
 GObject *           nm_device_bond_new                  (DBusGConnection *connection,
                                                          const char *path);
+const char *        nm_device_bond_get_hw_address       (NMDeviceBond *device);
+gboolean            nm_device_bond_get_carrier          (NMDeviceBond *device);
+const GPtrArray *   nm_device_bond_get_slaves           (NMDeviceBond *device);
 
@@ -89,31 +89,6 @@ NMDeviceBond implements

Details

-

NMDeviceBond

-
typedef struct _NMDeviceBond NMDeviceBond;
-

-

-
-
-
-

NMDeviceBondClass

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

-

-
-
-

enum NMDeviceBondError

typedef enum {
 	NM_DEVICE_BOND_ERROR_UNKNOWN = 0,             /*< nick=UnknownError >*/
@@ -122,8 +97,11 @@ NMDeviceBond implements
 	NM_DEVICE_BOND_ERROR_INTERFACE_MISMATCH,      /*< nick=InterfaceMismatch >*/
 } NMDeviceBondError;
 
-
+
+++ @@ -150,19 +128,29 @@ NMDeviceBond implements
-

NM_DEVICE_BOND_CARRIER

-
#define NM_DEVICE_BOND_CARRIER     "carrier"
+

NM_DEVICE_BOND_ERROR

+
#define NM_DEVICE_BOND_ERROR nm_device_bond_error_quark ()
 


-

NM_DEVICE_BOND_ERROR

-
#define NM_DEVICE_BOND_ERROR nm_device_bond_error_quark ()
-
+

nm_device_bond_error_quark ()

+
GQuark              nm_device_bond_error_quark          (void);

+Registers an error quark for NMDeviceBond if necessary.

+

NM_DEVICE_BOND_ERROR_UNKNOWN

++++ + + + + +

Returns :

the error quark used for NMDeviceBond errors.

@@ -174,6 +162,14 @@ NMDeviceBond implements

+

NM_DEVICE_BOND_CARRIER

+
#define NM_DEVICE_BOND_CARRIER     "carrier"
+
+

+

+
+
+

NM_DEVICE_BOND_SLAVES

#define NM_DEVICE_BOND_SLAVES      "slaves"
 
@@ -182,38 +178,56 @@ NMDeviceBond implements

-

nm_device_bond_error_quark ()

-
GQuark              nm_device_bond_error_quark          (void);
+

NMDeviceBond

+
typedef struct _NMDeviceBond NMDeviceBond;

-Registers an error quark for NMDeviceBond if necessary.

-
-- - - - -

Returns :

the error quark used for NMDeviceBond errors.

-

nm_device_bond_get_carrier ()

-
gboolean            nm_device_bond_get_carrier          (NMDeviceBond *device);
+

NMDeviceBondClass

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

-Whether the device has carrier.

-
+ +
+
+

nm_device_bond_new ()

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

+Creates a new NMDeviceBond. +

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

device :

a NMDeviceBond +

connection :

the DBusGConnection

path :

the DBus object path of the device

Returns :

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

Gets the hardware (MAC) address of the NMDeviceBond

-
+
+++ @@ -243,13 +260,16 @@ device, and must not be modified.
-

nm_device_bond_get_slaves ()

-
const GPtrArray *   nm_device_bond_get_slaves           (NMDeviceBond *device);
+

nm_device_bond_get_carrier ()

+
gboolean            nm_device_bond_get_carrier          (NMDeviceBond *device);

-Gets the devices currently slaved to device. +Whether the device has carrier.

-

device :

+
+++ @@ -258,42 +278,40 @@ Gets the devices currently slaved to device - +

device :

Returns :

the GPtrArray containing -NMDevices that are slaves of device. This is the internal -copy used by the device, and must not be modified. [element-type NMClient.Device] - +TRUE if the device has carrier
-

Since 0.9.6.4


-

nm_device_bond_new ()

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

nm_device_bond_get_slaves ()

+
const GPtrArray *   nm_device_bond_get_slaves           (NMDeviceBond *device);

-Creates a new NMDeviceBond. +Gets the devices currently slaved to device.

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

connection :

the DBusGConnection +

device :

a NMDeviceBond

path :

the DBus object path of the device

Returns :

a new device. [transfer full] +the GPtrArray containing +NMDevices that are slaves of device. This is the internal +copy used by the device, and must not be modified. [element-type NMClient.Device]
+

Since 0.9.6.4

@@ -328,6 +346,6 @@ The devices (
- Generated by GTK-Doc V1.18
+ Generated by GTK-Doc V1.19
\ No newline at end of file -- cgit 1.3.0-6-gf8a5