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

Synopsis

-
                    NMDeviceBridge;
-                    NMDeviceBridgeClass;
-enum                NMDeviceBridgeError;
-#define             NM_DEVICE_BRIDGE_CARRIER
+
enum                NMDeviceBridgeError;
 #define             NM_DEVICE_BRIDGE_ERROR
+GQuark              nm_device_bridge_error_quark        (void);
 #define             NM_DEVICE_BRIDGE_HW_ADDRESS
+#define             NM_DEVICE_BRIDGE_CARRIER
 #define             NM_DEVICE_BRIDGE_SLAVES
-GQuark              nm_device_bridge_error_quark        (void);
-gboolean            nm_device_bridge_get_carrier        (NMDeviceBridge *device);
-const char *        nm_device_bridge_get_hw_address     (NMDeviceBridge *device);
-const GPtrArray *   nm_device_bridge_get_slaves         (NMDeviceBridge *device);
+                    NMDeviceBridge;
+                    NMDeviceBridgeClass;
 GObject *           nm_device_bridge_new                (DBusGConnection *connection,
                                                          const char *path);
+const char *        nm_device_bridge_get_hw_address     (NMDeviceBridge *device);
+gboolean            nm_device_bridge_get_carrier        (NMDeviceBridge *device);
+const GPtrArray *   nm_device_bridge_get_slaves         (NMDeviceBridge *device);
 
@@ -89,31 +89,6 @@ NMDeviceBridge implements

Details

-

NMDeviceBridge

-
typedef struct _NMDeviceBridge NMDeviceBridge;
-

-

-
-
-
-

NMDeviceBridgeClass

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

-

-
-
-

enum NMDeviceBridgeError

typedef enum {
 	NM_DEVICE_BRIDGE_ERROR_UNKNOWN = 0,               /*< nick=UnknownError >*/
@@ -122,8 +97,11 @@ NMDeviceBridge implements
 	NM_DEVICE_BRIDGE_ERROR_INTERFACE_MISMATCH,        /*< nick=InterfaceMismatch >*/
 } NMDeviceBridgeError;
 
-
+
+++ @@ -151,19 +129,30 @@ NMDeviceBridge implements
-

NM_DEVICE_BRIDGE_CARRIER

-
#define NM_DEVICE_BRIDGE_CARRIER     "carrier"
+

NM_DEVICE_BRIDGE_ERROR

+
#define NM_DEVICE_BRIDGE_ERROR nm_device_bridge_error_quark ()
 


-

NM_DEVICE_BRIDGE_ERROR

-
#define NM_DEVICE_BRIDGE_ERROR nm_device_bridge_error_quark ()
-
+

nm_device_bridge_error_quark ()

+
GQuark              nm_device_bridge_error_quark        (void);

+Registers an error quark for NMDeviceBridge if necessary.

+

NM_DEVICE_BRIDGE_ERROR_UNKNOWN

++++ + + + + +

Returns :

the error quark used for NMDeviceBridge errors.
+

Since 0.9.8


@@ -175,6 +164,14 @@ NMDeviceBridge implements

+

NM_DEVICE_BRIDGE_CARRIER

+
#define NM_DEVICE_BRIDGE_CARRIER     "carrier"
+
+

+

+
+
+

NM_DEVICE_BRIDGE_SLAVES

#define NM_DEVICE_BRIDGE_SLAVES      "slaves"
 
@@ -183,39 +180,56 @@ NMDeviceBridge implements

-

nm_device_bridge_error_quark ()

-
GQuark              nm_device_bridge_error_quark        (void);
+

NMDeviceBridge

+
typedef struct _NMDeviceBridge NMDeviceBridge;

-Registers an error quark for NMDeviceBridge if necessary.

-
-- - - - -

Returns :

the error quark used for NMDeviceBridge errors.
-

Since 0.9.8


-

nm_device_bridge_get_carrier ()

-
gboolean            nm_device_bridge_get_carrier        (NMDeviceBridge *device);
+

NMDeviceBridgeClass

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

-Whether the device has carrier.

-
+ +
+
+

nm_device_bridge_new ()

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

+Creates a new NMDeviceBridge. +

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

device :

a NMDeviceBridge +

connection :

the DBusGConnection

path :

the DBus object path of the device

Returns :

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

Gets the hardware (MAC) address of the NMDeviceBridge

-
+
+++ @@ -247,13 +264,16 @@ device, and must not be modified.
-

nm_device_bridge_get_slaves ()

-
const GPtrArray *   nm_device_bridge_get_slaves         (NMDeviceBridge *device);
+

nm_device_bridge_get_carrier ()

+
gboolean            nm_device_bridge_get_carrier        (NMDeviceBridge *device);

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

-

device :

+
+++ @@ -262,10 +282,8 @@ 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
@@ -273,27 +291,27 @@ copy used by the device, and must not be modified. [
-

nm_device_bridge_new ()

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

nm_device_bridge_get_slaves ()

+
const GPtrArray *   nm_device_bridge_get_slaves         (NMDeviceBridge *device);

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

-
+
+++ - - + - - - - - @@ -335,6 +353,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

connection :

the DBusGConnection +

device :

a NMDeviceBridge

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]