From 0018d1f3cf71d680d7b6bceda55a5717244d8b26 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 16 Aug 2022 18:24:19 +0200 Subject: New upstream version 1.39.90 --- docs/libnm/html/NMDeviceVlan.html | 78 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 77 insertions(+), 1 deletion(-) (limited to 'docs/libnm/html/NMDeviceVlan.html') diff --git a/docs/libnm/html/NMDeviceVlan.html b/docs/libnm/html/NMDeviceVlan.html index 463b4216..a9f81385 100644 --- a/docs/libnm/html/NMDeviceVlan.html +++ b/docs/libnm/html/NMDeviceVlan.html @@ -15,7 +15,9 @@ @@ -74,6 +76,34 @@
+

Properties

+
+++++ + + + + + + + + + + + + + + + + + +
gbooleancarrierRead
+NMDevice *parentRead
guintvlan-idRead
+
+

Types and Values

@@ -97,10 +127,22 @@ + + + +
#define NM_DEVICE_VLAN_VLAN_ID
 NMDeviceVlan
+

Object Hierarchy

+
    GObject
+    ╰── NMObject
+        ╰── NMDevice
+            ╰── NMDeviceVlan
+
+
+

Description

@@ -239,6 +281,40 @@ nm_device_vlan_get_vlan_id (#define NM_DEVICE_VLAN_VLAN_ID "vlan-id"
+
+
+

NMDeviceVlan

+
typedef struct _NMDeviceVlan NMDeviceVlan;
+
+ +
+

Property Details

+
+

The “carrier” property

+
  “carrier”                  gboolean
+

Whether the device has carrier.

+

Owner: NMDeviceVlan

+

Flags: Read

+

Default value: FALSE

+
+
+
+

The “parent” property

+
  “parent”                   NMDevice *
+

The devices's parent device.

+

Owner: NMDeviceVlan

+

Flags: Read

+
+
+
+

The “vlan-id” property

+
  “vlan-id”                  guint
+

The device's VLAN ID.

+

Owner: NMDeviceVlan

+

Flags: Read

+

Allowed values: <= 4095

+

Default value: 0

+