From 1372848511cb896b80b51ed1a3e9606bd9816631 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 10 Feb 2023 11:50:34 +0100 Subject: New upstream version 1.42.0 --- docs/libnm/html/NMActiveConnection.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/libnm/html/NMActiveConnection.html') diff --git a/docs/libnm/html/NMActiveConnection.html b/docs/libnm/html/NMActiveConnection.html index 42178a20..4142c8e3 100644 --- a/docs/libnm/html/NMActiveConnection.html +++ b/docs/libnm/html/NMActiveConnection.html @@ -418,7 +418,7 @@ nm_active_connection_get_connection (

nm_active_connection_get_id ()

const char *
 nm_active_connection_get_id (NMActiveConnection *connection);
-

Gets the NMConnection's ID.

+

Gets the NMConnection's ID.

Parameters

@@ -436,7 +436,7 @@ nm_active_connection_get_id (

Returns

-

the ID of the NMConnection that backs the NMActiveConnection. +

the ID of the NMConnection that backs the NMActiveConnection. This is the internal string used by the connection, and must not be modified.

@@ -445,7 +445,7 @@ This is the internal string used by the connection, and must not be modified.

nm_active_connection_get_uuid ()

const char *
 nm_active_connection_get_uuid (NMActiveConnection *connection);
-

Gets the NMConnection's UUID.

+

Gets the NMConnection's UUID.

Parameters

@@ -463,7 +463,7 @@ nm_active_connection_get_uuid (

Returns

-

the UUID of the NMConnection that backs the NMActiveConnection. +

the UUID of the NMConnection that backs the NMActiveConnection. This is the internal string used by the connection, and must not be modified.

@@ -473,7 +473,7 @@ This is the internal string used by the connection, and must not be modified.

const char * nm_active_connection_get_connection_type (NMActiveConnection *connection); -

Gets the NMConnection's type.

+

Gets the NMConnection's type.

Parameters

@@ -491,7 +491,7 @@ nm_active_connection_get_connection_type

Returns

-

the type of the NMConnection that backs the NMActiveConnection. +

the type of the NMConnection that backs the NMActiveConnection. This is the internal string used by the connection, and must not be modified.

-- cgit 1.3.0-6-gf8a5 From b22a7b55d0bc5a7999dccaeacdde745f5ace9d66 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 23 Feb 2023 17:11:22 +0100 Subject: New upstream version 1.42.2 --- docs/libnm/html/NMActiveConnection.html | 78 ++++++++++++++++++++++++++++++--- 1 file changed, 71 insertions(+), 7 deletions(-) (limited to 'docs/libnm/html/NMActiveConnection.html') diff --git a/docs/libnm/html/NMActiveConnection.html b/docs/libnm/html/NMActiveConnection.html index 4142c8e3..2bbb36e2 100644 --- a/docs/libnm/html/NMActiveConnection.html +++ b/docs/libnm/html/NMActiveConnection.html @@ -117,6 +117,13 @@
+ + + + @@ -191,6 +198,12 @@ + + + + + @@ -366,6 +379,10 @@ + + + + @@ -418,7 +435,7 @@ nm_active_connection_get_connection (

nm_active_connection_get_id ()

const char *
 nm_active_connection_get_id (NMActiveConnection *connection);
-

Gets the NMConnection's ID.

+

Gets the NMConnection's ID.

Parameters

struct _NMDevice * + +nm_active_connection_get_controller () +
gboolean Read
+NMDevice *controllerRead
gboolean default ReadNM_ACTIVE_CONNECTION_MASTER
#defineNM_ACTIVE_CONNECTION_CONTROLLER
  NMActiveConnection
@@ -436,7 +453,7 @@ nm_active_connection_get_id (

Returns

-

the ID of the NMConnection that backs the NMActiveConnection. +

the ID of the NMConnection that backs the NMActiveConnection. This is the internal string used by the connection, and must not be modified.

@@ -445,7 +462,7 @@ This is the internal string used by the connection, and must not be modified.

nm_active_connection_get_uuid ()

const char *
 nm_active_connection_get_uuid (NMActiveConnection *connection);
-

Gets the NMConnection's UUID.

+

Gets the NMConnection's UUID.

Parameters

@@ -463,7 +480,7 @@ nm_active_connection_get_uuid (

Returns

-

the UUID of the NMConnection that backs the NMActiveConnection. +

the UUID of the NMConnection that backs the NMActiveConnection. This is the internal string used by the connection, and must not be modified.

@@ -473,7 +490,7 @@ This is the internal string used by the connection, and must not be modified.

const char * nm_active_connection_get_connection_type (NMActiveConnection *connection); -

Gets the NMConnection's type.

+

Gets the NMConnection's type.

Parameters

@@ -491,7 +508,7 @@ nm_active_connection_get_connection_type

Returns

-

the type of the NMConnection that backs the NMActiveConnection. +

the type of the NMConnection that backs the NMActiveConnection. This is the internal string used by the connection, and must not be modified.

@@ -643,6 +660,7 @@ nm_active_connection_get_state_reason (struct _NMDevice * nm_active_connection_get_master (NMActiveConnection *connection);

Gets the master NMDevice of the connection.

+

This is replaced by nm_active_connection_get_controller() since 1.44 and 1.42.2.

Parameters

@@ -666,6 +684,35 @@ nm_active_connection_get_master (
+

nm_active_connection_get_controller ()

+
struct _NMDevice *
+nm_active_connection_get_controller (NMActiveConnection *connection);
+

Gets the controller NMDevice of the connection. This replaces the +deprecated nm_active_connection_get_master() method.

+
+

Parameters

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

connection

a NMActiveConnection

 
+
+
+

Returns

+

the controller NMDevice of the NMActiveConnection.

+

[transfer none]

+
+

Since: 1.44, 1.42.2

+ +
+

nm_active_connection_get_default ()

gboolean
 nm_active_connection_get_default (NMActiveConnection *connection);
@@ -960,6 +1007,12 @@ nm_active_connection_get_vpn ( +

NM_ACTIVE_CONNECTION_CONTROLLER

+
#define NM_ACTIVE_CONNECTION_CONTROLLER           "controller"
+
+
+
+

NMActiveConnection

typedef struct _NMActiveConnection NMActiveConnection;
@@ -975,6 +1028,16 @@ nm_active_connection_get_vpn ( +

The “controller” property

+
  “controller”               NMDevice *
+

The controller device if one exists. This replaces the deprecated +"master" property.

+

Owner: NMActiveConnection

+

Flags: Read

+

Since: 1.44, 1.42.2

+ +
+

The “default” property

  “default”                  gboolean

Whether the active connection is the default IPv4 one.

@@ -1045,7 +1108,8 @@ nm_active_connection_get_vpn (

The “master” property

  “master”                   NMDevice *
-

The master device if one exists.

+

The master device if one exists. Replaced by the "controller" property +since 1.44 and 1.42.2.

Owner: NMActiveConnection

Flags: Read

-- cgit 1.3.0-6-gf8a5