From 70e18d99b8e3e77bb37e218d7ac582130156f8ef Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 25 Jan 2024 09:46:18 +0100 Subject: New upstream version 1.45.90 --- docs/libnm/html/NMSettingConnection.html | 100 +++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) (limited to 'docs/libnm/html/NMSettingConnection.html') diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html index 2f52b0c0..03ea59e7 100644 --- a/docs/libnm/html/NMSettingConnection.html +++ b/docs/libnm/html/NMSettingConnection.html @@ -194,6 +194,13 @@ +const char * + + +nm_setting_connection_get_controller () + + + gboolean @@ -209,6 +216,13 @@ +const char * + + +nm_setting_connection_get_port_type () + + + NMSettingConnectionAutoconnectSlaves @@ -427,10 +441,18 @@ #define +NM_SETTING_CONNECTION_CONTROLLER + + +#define NM_SETTING_CONNECTION_SLAVE_TYPE #define +NM_SETTING_CONNECTION_PORT_TYPE + + +#define NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES @@ -1123,6 +1145,11 @@ be a username. See “permissions”: for more details

nm_setting_connection_get_master ()

const char *
 nm_setting_connection_get_master (NMSettingConnection *setting);
+
+

nm_setting_connection_get_master has been deprecated since version 1.46. and should not be used in newly-written code.

+

Use nm_setting_connection_get_controller() instead which +is just an alias.

+

Returns the “master” property of the connection.

Parameters

@@ -1147,10 +1174,39 @@ connection.


+

nm_setting_connection_get_controller ()

+
const char *
+nm_setting_connection_get_controller (NMSettingConnection *setting);
+

Returns the “controller” property of the connection.

+
+

Parameters

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

setting

the NMSettingConnection

 
+
+
+

Returns

+

interface name of the controller device or UUID of the controller +connection.

+
+

Since: 1.46

+
+
+

nm_setting_connection_is_slave_type ()

gboolean
 nm_setting_connection_is_slave_type (NMSettingConnection *setting,
                                      const char *type);
+

nm_setting_connection_is_slave_type has been deprecated since version 1.46. and should not be used in newly-written code.

Parameters

@@ -1186,6 +1242,11 @@ against setting

nm_setting_connection_get_slave_type ()

const char *
 nm_setting_connection_get_slave_type (NMSettingConnection *setting);
+
+

nm_setting_connection_get_slave_type has been deprecated since version 1.46. and should not be used in newly-written code.

+

Use nm_setting_connection_get_port_type() instead which +is just an alias.

+

Returns the “slave-type” property of the connection.

Parameters

@@ -1209,6 +1270,33 @@ nm_setting_connection_get_slave_type ( +

nm_setting_connection_get_port_type ()

+
const char *
+nm_setting_connection_get_port_type (NMSettingConnection *setting);
+

Returns the “port-type” property of the connection.

+
+

Parameters

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

setting

the NMSettingConnection

 
+
+
+

Returns

+

the type of port this connection is, if any.

+
+

Since: 1.46

+
+
+

nm_setting_connection_get_autoconnect_slaves ()

NMSettingConnectionAutoconnectSlaves
 nm_setting_connection_get_autoconnect_slaves
@@ -1810,12 +1898,24 @@ property.


+

NM_SETTING_CONNECTION_CONTROLLER

+
#define NM_SETTING_CONNECTION_CONTROLLER            "controller"
+
+
+
+

NM_SETTING_CONNECTION_SLAVE_TYPE

#define NM_SETTING_CONNECTION_SLAVE_TYPE            "slave-type"
 

+

NM_SETTING_CONNECTION_PORT_TYPE

+
#define NM_SETTING_CONNECTION_PORT_TYPE             "port-type"
+
+
+
+

NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES

#define NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES    "autoconnect-slaves"
 
-- cgit 1.3.0-6-gf8a5