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/NMDeviceBridge.html | 64 ++++++++++++++++++++++++++++++++++++- 1 file changed, 63 insertions(+), 1 deletion(-) (limited to 'docs/libnm/html/NMDeviceBridge.html') diff --git a/docs/libnm/html/NMDeviceBridge.html b/docs/libnm/html/NMDeviceBridge.html index 50e2a4cb..eaae7a8d 100644 --- a/docs/libnm/html/NMDeviceBridge.html +++ b/docs/libnm/html/NMDeviceBridge.html @@ -15,7 +15,9 @@ @@ -65,6 +67,29 @@
+

Properties

+
+++++ + + + + + + + + + + + + +
gbooleancarrierRead
+GPtrArray *slavesRead
+
+

Types and Values

@@ -84,10 +109,22 @@ + + + +
#define NM_DEVICE_BRIDGE_SLAVES
 NMDeviceBridge
+

Object Hierarchy

+
    GObject
+    ╰── NMObject
+        ╰── NMDevice
+            ╰── NMDeviceBridge
+
+
+

Description

@@ -204,6 +241,31 @@ copy used by the device, and must not be modified.

#define NM_DEVICE_BRIDGE_SLAVES     "slaves"
 
+
+
+

NMDeviceBridge

+
typedef struct _NMDeviceBridge NMDeviceBridge;
+
+ +
+

Property Details

+
+

The “carrier” property

+
  “carrier”                  gboolean
+

Whether the device has carrier.

+

Owner: NMDeviceBridge

+

Flags: Read

+

Default value: FALSE

+
+
+
+

The “slaves” property

+
  “slaves”                   GPtrArray *
+

The devices enslaved to the bridge device.

+

[type GPtrArray(NMDevice)]

+

Owner: NMDeviceBridge

+

Flags: Read

+