From e96d74409128c6a977e31f24fad9b267d2feb9a1 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 9 Aug 2024 18:57:15 +0200 Subject: New upstream version 1.48.8 --- docs/libnm/html/libnm-nm-dbus-interface.html | 30 ++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) (limited to 'docs/libnm/html/libnm-nm-dbus-interface.html') diff --git a/docs/libnm/html/libnm-nm-dbus-interface.html b/docs/libnm/html/libnm-nm-dbus-interface.html index 0e1ca808..0a3867ad 100644 --- a/docs/libnm/html/libnm-nm-dbus-interface.html +++ b/docs/libnm/html/libnm-nm-dbus-interface.html @@ -493,6 +493,10 @@ NMActivationStateFlags +#define +NM_ACTIVATION_STATE_FLAG_MASTER_HAS_SLAVES + + enum NMSettingsAddConnection2Flags @@ -1270,7 +1274,7 @@ GSM/UMTS, or LTE network access protocols

NM_DEVICE_TYPE_BOND

-

a bond master interface

+

a bond controller interface

  @@ -1291,7 +1295,7 @@ GSM/UMTS, or LTE network access protocols

NM_DEVICE_TYPE_BRIDGE

-

a bridge master interface

+

a bridge controller interface

  @@ -1305,7 +1309,7 @@ GSM/UMTS, or LTE network access protocols

NM_DEVICE_TYPE_TEAM

-

a team master interface

+

a team controller interface

  @@ -3622,16 +3626,16 @@ an external configuration of a networking device. Since: 1.26.

  -

NM_ACTIVATION_STATE_FLAG_IS_MASTER

+

NM_ACTIVATION_STATE_FLAG_IS_CONTROLLER

-

the device is a master.

+

the device is a controller.

  -

NM_ACTIVATION_STATE_FLAG_IS_SLAVE

+

NM_ACTIVATION_STATE_FLAG_IS_PORT

-

the device is a slave.

+

the device is a port.

  @@ -3657,10 +3661,10 @@ an external configuration of a networking device. Since: 1.26.

  -

NM_ACTIVATION_STATE_FLAG_MASTER_HAS_SLAVES

+

NM_ACTIVATION_STATE_FLAG_CONTROLLER_HAS_PORTS

-

The master has any slave devices attached. -This only makes sense if the device is a master.

+

The controller has any port devices attached. +This only makes sense if the device is a controller.

  @@ -3689,6 +3693,12 @@ represent an external configuration of a networking device. Since: 1.26.


+

NM_ACTIVATION_STATE_FLAG_MASTER_HAS_SLAVES

+
#define NM_ACTIVATION_STATE_FLAG_MASTER_HAS_SLAVES NM_ACTIVATION_FLAG_CONTROLLER_HAS_PORTS
+
+
+
+

enum NMSettingsAddConnection2Flags

Numeric flags for the "flags" argument of AddConnection2() D-Bus API.

-- cgit 1.3.0-6-gf8a5