From f408e27bccfacf347605a8d98649975a68f38a17 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 5 May 2015 17:48:57 +0200 Subject: Imported Upstream version 1.0.2 --- docs/libnm/html/NMDeviceVlan.html | 434 +++++++++++++++++++++----------------- 1 file changed, 245 insertions(+), 189 deletions(-) (limited to 'docs/libnm/html/NMDeviceVlan.html') diff --git a/docs/libnm/html/NMDeviceVlan.html b/docs/libnm/html/NMDeviceVlan.html index 7351cc96..3febf838 100644 --- a/docs/libnm/html/NMDeviceVlan.html +++ b/docs/libnm/html/NMDeviceVlan.html @@ -2,36 +2,28 @@ -NMDeviceVlan +libnm Reference Manual: NMDeviceVlan - + - - - - - - - - - - + + + + + + +
@@ -39,44 +31,117 @@

NMDeviceVlan

NMDeviceVlan

- +
-
-

Synopsis

-
#define             NM_DEVICE_VLAN_HW_ADDRESS
-#define             NM_DEVICE_VLAN_CARRIER
-#define             NM_DEVICE_VLAN_PARENT
-#define             NM_DEVICE_VLAN_VLAN_ID
-struct              NMDeviceVlan;
-                    NMDeviceVlanClass;
-const char *        nm_device_vlan_get_hw_address       (NMDeviceVlan *device);
-gboolean            nm_device_vlan_get_carrier          (NMDeviceVlan *device);
-NMDevice *          nm_device_vlan_get_parent           (NMDeviceVlan *device);
-guint               nm_device_vlan_get_vlan_id          (NMDeviceVlan *device);
-
+
+

Functions

+
++++ + + + + + + + + + + + + + + + + + + +
const char * + +nm_device_vlan_get_hw_address () +
+gboolean + +nm_device_vlan_get_carrier () +
+NMDevice * + +nm_device_vlan_get_parent () +
+guint + +nm_device_vlan_get_vlan_id () +
-

Object Hierarchy

-
-  GObject
-   +----NMObject
-         +----NMDevice
-               +----NMDeviceVlan
-
+

Properties

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +
gbooleancarrierRead
+gchar *hw-addressRead
+NMDevice *parentRead
guintvlan-idRead
-

Implemented Interfaces

-

-NMDeviceVlan implements - GInitable and GAsyncInitable.

+

Types and Values

+
++++ + + + + + + + + + + + + + + + + + + +
#defineNM_DEVICE_VLAN_HW_ADDRESS
#defineNM_DEVICE_VLAN_CARRIER
#defineNM_DEVICE_VLAN_PARENT
#defineNM_DEVICE_VLAN_VLAN_ID
-

Properties

-
-  "carrier"                  gboolean              : Read
-  "hw-address"               gchar*                : Read
-  "parent"                   NMDevice*             : Read
-  "vlan-id"                  guint                 : Read
+

Object Hierarchy

+
    GObject
+    ╰── NMObject
+        ╰── NMDevice
+            ╰── NMDeviceVlan
 
@@ -85,187 +150,178 @@ NMDeviceVlan implements

-

Details

+

Functions

-

NM_DEVICE_VLAN_HW_ADDRESS

-
#define NM_DEVICE_VLAN_HW_ADDRESS  "hw-address"
-
-

-

+

nm_device_vlan_get_hw_address ()

+
const char *
+nm_device_vlan_get_hw_address (NMDeviceVlan *device);
+

Gets the hardware (MAC) address of the NMDeviceVlan

+
+

Parameters

+
+++++ + + + + + +

device

a NMDeviceVlan

 
+
+
+

Returns

+

the hardware address. This is the internal string used by the +device, and must not be modified.

+

+

-

NM_DEVICE_VLAN_CARRIER

-
#define NM_DEVICE_VLAN_CARRIER     "carrier"
-
-

-

+

nm_device_vlan_get_carrier ()

+
gboolean
+nm_device_vlan_get_carrier (NMDeviceVlan *device);
+

Whether the device has carrier.

+
+

Parameters

+
+++++ + + + + + +

device

a NMDeviceVlan

 
+
+
+

Returns

+

TRUE if the device has carrier

+

+

-

NM_DEVICE_VLAN_PARENT

-
#define NM_DEVICE_VLAN_PARENT      "parent"
-
-

-

+

nm_device_vlan_get_parent ()

+
NMDevice *
+nm_device_vlan_get_parent (NMDeviceVlan *device);
+
+

Parameters

+
+++++ + + + + + +

device

a NMDeviceVlan

 
+
+
+

Returns

+

the device's parent device.

+

[transfer none]

+

-

NM_DEVICE_VLAN_VLAN_ID

-
#define NM_DEVICE_VLAN_VLAN_ID     "vlan-id"
-
-

-

+

nm_device_vlan_get_vlan_id ()

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

Parameters

+
+++++ + + + + + +

device

a NMDeviceVlan

 
-
+
+

Returns

+

the device's VLAN ID

+

+
+
+
+
+

Types and Values

-

struct NMDeviceVlan

-
struct NMDeviceVlan;
+

NM_DEVICE_VLAN_HW_ADDRESS

+
#define NM_DEVICE_VLAN_HW_ADDRESS  "hw-address"
+


-

NMDeviceVlanClass

-
typedef struct {
-	NMDeviceClass parent;
-} NMDeviceVlanClass;
+

NM_DEVICE_VLAN_CARRIER

+
#define NM_DEVICE_VLAN_CARRIER     "carrier"
 


-

nm_device_vlan_get_hw_address ()

-
const char *        nm_device_vlan_get_hw_address       (NMDeviceVlan *device);
+

NM_DEVICE_VLAN_PARENT

+
#define NM_DEVICE_VLAN_PARENT      "parent"
+

-Gets the hardware (MAC) address of the NMDeviceVlan

-
---- - - - - - - - - - - -

device :

a NMDeviceVlan -

Returns :

the hardware address. This is the internal string used by the -device, and must not be modified.

-

nm_device_vlan_get_carrier ()

-
gboolean            nm_device_vlan_get_carrier          (NMDeviceVlan *device);
+

NM_DEVICE_VLAN_VLAN_ID

+
#define NM_DEVICE_VLAN_VLAN_ID     "vlan-id"
+

-Whether the device has carrier.

-
---- - - - - - - - - - - -

device :

a NMDeviceVlan -

Returns :

-TRUE if the device has carrier
-
-
-
-

nm_device_vlan_get_parent ()

-
NMDevice *          nm_device_vlan_get_parent           (NMDeviceVlan *device);
-
---- - - - - - - - - - - -

device :

a NMDeviceVlan -

Returns :

the device's parent device. [transfer none] -
-
-
-
-

nm_device_vlan_get_vlan_id ()

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

device :

a NMDeviceVlan -

Returns :

the device's VLAN ID

Property Details

-

The "carrier" property

-
  "carrier"                  gboolean              : Read
-

-Whether the device has carrier. -

+

The “carrier” property

+
  “carrier”                  gboolean
+

+

Flags: Read

Default value: FALSE


-

The "hw-address" property

-
  "hw-address"               gchar*                : Read
-

-The hardware (MAC) address of the device. -

+

The “hw-address” property

+
  “hw-address”               gchar *
+

+

Flags: Read

Default value: NULL


-

The "parent" property

-
  "parent"                   NMDevice*             : Read
-

-The devices's parent device. -

+

The “parent” property

+
  “parent”                   NMDevice *
+

+

Flags: Read


-

The "vlan-id" property

-
  "vlan-id"                  guint                 : Read
-

-The device's VLAN ID. -

+

The “vlan-id” property

+
  “vlan-id”                  guint
+

+

Flags: Read

Allowed values: <= 4095

Default value: 0

@@ -273,6 +329,6 @@ The device's VLAN ID.
+ Generated by GTK-Doc V1.21
\ No newline at end of file -- cgit 1.3.0-6-gf8a5