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/NMDeviceVlan.html | 178 ++++++++++++++++++--------------- 1 file changed, 98 insertions(+), 80 deletions(-) (limited to 'docs/libnm-glib/html/NMDeviceVlan.html') diff --git a/docs/libnm-glib/html/NMDeviceVlan.html b/docs/libnm-glib/html/NMDeviceVlan.html index 4e7f1a70..7ca398c1 100644 --- a/docs/libnm-glib/html/NMDeviceVlan.html +++ b/docs/libnm-glib/html/NMDeviceVlan.html @@ -3,12 +3,12 @@ NMDeviceVlan - + - + @@ -43,19 +43,19 @@

Synopsis

-
                    NMDeviceVlan;
-                    NMDeviceVlanClass;
-enum                NMDeviceVlanError;
-#define             NM_DEVICE_VLAN_CARRIER
+
enum                NMDeviceVlanError;
 #define             NM_DEVICE_VLAN_ERROR
+GQuark              nm_device_vlan_error_quark          (void);
 #define             NM_DEVICE_VLAN_HW_ADDRESS
+#define             NM_DEVICE_VLAN_CARRIER
 #define             NM_DEVICE_VLAN_VLAN_ID
-GQuark              nm_device_vlan_error_quark          (void);
-gboolean            nm_device_vlan_get_carrier          (NMDeviceVlan *device);
-const char *        nm_device_vlan_get_hw_address       (NMDeviceVlan *device);
-guint               nm_device_vlan_get_vlan_id          (NMDeviceVlan *device);
+                    NMDeviceVlan;
+                    NMDeviceVlanClass;
 GObject *           nm_device_vlan_new                  (DBusGConnection *connection,
                                                          const char *path);
+const char *        nm_device_vlan_get_hw_address       (NMDeviceVlan *device);
+gboolean            nm_device_vlan_get_carrier          (NMDeviceVlan *device);
+guint               nm_device_vlan_get_vlan_id          (NMDeviceVlan *device);
 
@@ -89,31 +89,6 @@ NMDeviceVlan implements

Details

-

NMDeviceVlan

-
typedef struct _NMDeviceVlan NMDeviceVlan;
-

-

-
-
-
-

NMDeviceVlanClass

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

-

-
-
-

enum NMDeviceVlanError

typedef enum {
 	NM_DEVICE_VLAN_ERROR_UNKNOWN = 0,             /*< nick=UnknownError >*/
@@ -123,8 +98,11 @@ NMDeviceVlan implements
 	NM_DEVICE_VLAN_ERROR_INTERFACE_MISMATCH,      /*< nick=InterfaceMismatch >*/
 } NMDeviceVlanError;
 
-
+
+++ @@ -156,19 +134,29 @@ NMDeviceVlan implements
-

NM_DEVICE_VLAN_CARRIER

-
#define NM_DEVICE_VLAN_CARRIER     "carrier"
+

NM_DEVICE_VLAN_ERROR

+
#define NM_DEVICE_VLAN_ERROR nm_device_vlan_error_quark ()
 


-

NM_DEVICE_VLAN_ERROR

-
#define NM_DEVICE_VLAN_ERROR nm_device_vlan_error_quark ()
-
+

nm_device_vlan_error_quark ()

+
GQuark              nm_device_vlan_error_quark          (void);

+Registers an error quark for NMDeviceVlan if necessary.

+

NM_DEVICE_VLAN_ERROR_UNKNOWN

++++ + + + + +

Returns :

the error quark used for NMDeviceVlan errors.

@@ -180,6 +168,14 @@ NMDeviceVlan implements

+

NM_DEVICE_VLAN_CARRIER

+
#define NM_DEVICE_VLAN_CARRIER     "carrier"
+
+

+

+
+
+

NM_DEVICE_VLAN_VLAN_ID

#define NM_DEVICE_VLAN_VLAN_ID     "vlan-id"
 
@@ -188,38 +184,56 @@ NMDeviceVlan implements

-

nm_device_vlan_error_quark ()

-
GQuark              nm_device_vlan_error_quark          (void);
+

NMDeviceVlan

+
typedef struct _NMDeviceVlan NMDeviceVlan;

-Registers an error quark for NMDeviceVlan if necessary.

-
-- - - - -

Returns :

the error quark used for NMDeviceVlan errors.

-

nm_device_vlan_get_carrier ()

-
gboolean            nm_device_vlan_get_carrier          (NMDeviceVlan *device);
+

NMDeviceVlanClass

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

-Whether the device has carrier.

-
+ +
+
+

nm_device_vlan_new ()

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

+Creates a new NMDeviceVlan. +

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

device :

a NMDeviceVlan +

connection :

the DBusGConnection

path :

the DBus object path of the device

Returns :

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

Gets the hardware (MAC) address of the NMDeviceVlan

-
+
+++ @@ -249,10 +266,16 @@ device, and must not be modified.
-

nm_device_vlan_get_vlan_id ()

-
guint               nm_device_vlan_get_vlan_id          (NMDeviceVlan *device);
-

device :

+

nm_device_vlan_get_carrier ()

+
gboolean            nm_device_vlan_get_carrier          (NMDeviceVlan *device);
+

+Whether the device has carrier. +

+
+++ @@ -261,35 +284,30 @@ device, and must not be modified. - +

device :

Returns :

the device's VLAN ID +TRUE if the device has carrier

-

nm_device_vlan_new ()

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

-Creates a new NMDeviceVlan. -

-
+

nm_device_vlan_get_vlan_id ()

+
guint               nm_device_vlan_get_vlan_id          (NMDeviceVlan *device);
+
+++ - - + - - - - - +

connection :

the DBusGConnection +

device :

a NMDeviceVlan

path :

the DBus object path of the device

Returns :

a new device. [transfer full] -the device's VLAN ID
@@ -328,6 +346,6 @@ The device's VLAN ID.
+ Generated by GTK-Doc V1.19
\ No newline at end of file -- cgit 1.3.0-6-gf8a5