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/NMActiveConnection.html | 331 +++++++++++++++++++++++++++++++- 1 file changed, 327 insertions(+), 4 deletions(-) (limited to 'docs/libnm/html/NMActiveConnection.html') diff --git a/docs/libnm/html/NMActiveConnection.html b/docs/libnm/html/NMActiveConnection.html index b385dc60..42178a20 100644 --- a/docs/libnm/html/NMActiveConnection.html +++ b/docs/libnm/html/NMActiveConnection.html @@ -15,7 +15,10 @@ @@ -107,8 +110,7 @@ -
+

Properties

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+NMRemoteConnection *connectionRead
gbooleandefaultRead
gbooleandefault6Read
+GPtrArray *devicesRead
+NMDhcpConfig *dhcp4-configRead
+NMDhcpConfig *dhcp6-configRead
+char *idRead
+NMIPConfig *ip4-configRead
+NMIPConfig *ip6-configRead
+NMDevice *masterRead
+char *specific-object-pathRead
NMActiveConnectionStatestateRead
guintstate-flagsRead
+char *typeRead
+char *uuidRead
gbooleanvpnRead
+
+
+

Signals

+
+++++ + + + + + +
voidstate-changedRun First
+
+

Types and Values

@@ -245,10 +365,22 @@ + + + +
#define NM_ACTIVE_CONNECTION_MASTER
 NMActiveConnection
+

Object Hierarchy

+
    GObject
+    ╰── NMObject
+        ╰── NMActiveConnection
+            ╰── NMVpnConnection
+
+
+

Description

@@ -508,7 +640,7 @@ nm_active_connection_get_state_reason (

nm_active_connection_get_master ()

-
NMDevice *
+
struct _NMDevice *
 nm_active_connection_get_master (NMActiveConnection *connection);

Gets the master NMDevice of the connection.

@@ -826,6 +958,197 @@ nm_active_connection_get_vpn (#define NM_ACTIVE_CONNECTION_MASTER "master"
+
+
+

NMActiveConnection

+
typedef struct _NMActiveConnection NMActiveConnection;
+
+ +
+

Property Details

+
+

The “connection” property

+
  “connection”               NMRemoteConnection *
+

The connection that this is an active instance of.

+

Owner: NMActiveConnection

+

Flags: Read

+
+
+
+

The “default” property

+
  “default”                  gboolean
+

Whether the active connection is the default IPv4 one.

+

Owner: NMActiveConnection

+

Flags: Read

+

Default value: FALSE

+
+
+
+

The “default6” property

+
  “default6”                 gboolean
+

Whether the active connection is the default IPv6 one.

+

Owner: NMActiveConnection

+

Flags: Read

+

Default value: FALSE

+
+
+
+

The “devices” property

+
  “devices”                  GPtrArray *
+

The devices of the active connection.

+

[type GPtrArray(NMDevice)]

+

Owner: NMActiveConnection

+

Flags: Read

+
+
+
+

The “dhcp4-config” property

+
  “dhcp4-config”             NMDhcpConfig *
+

The IPv4 NMDhcpConfig of the connection.

+

Owner: NMActiveConnection

+

Flags: Read

+
+
+
+

The “dhcp6-config” property

+
  “dhcp6-config”             NMDhcpConfig *
+

The IPv6 NMDhcpConfig of the connection.

+

Owner: NMActiveConnection

+

Flags: Read

+
+
+
+

The “id” property

+
  “id”                       char *
+

The active connection's ID

+

Owner: NMActiveConnection

+

Flags: Read

+

Default value: NULL

+
+
+
+

The “ip4-config” property

+
  “ip4-config”               NMIPConfig *
+

The IPv4 NMIPConfig of the connection.

+

Owner: NMActiveConnection

+

Flags: Read

+
+
+
+

The “ip6-config” property

+
  “ip6-config”               NMIPConfig *
+

The IPv6 NMIPConfig of the connection.

+

Owner: NMActiveConnection

+

Flags: Read

+
+
+
+

The “master” property

+
  “master”                   NMDevice *
+

The master device if one exists.

+

Owner: NMActiveConnection

+

Flags: Read

+
+
+
+

The “specific-object-path” property

+
  “specific-object-path”     char *
+

The path to the "specific object" of the active connection; see +nm_active_connection_get_specific_object_path() for more details.

+

Owner: NMActiveConnection

+

Flags: Read

+

Default value: NULL

+
+
+
+

The “state” property

+
  “state”                    NMActiveConnectionState
+

The state of the active connection.

+

Owner: NMActiveConnection

+

Flags: Read

+

Default value: NM_ACTIVE_CONNECTION_STATE_UNKNOWN

+
+
+
+

The “state-flags” property

+
  “state-flags”              guint
+

The state flags of the active connection.

+

Owner: NMActiveConnection

+

Flags: Read

+

Default value: 0

+

Since: 1.10

+
+
+
+

The “type” property

+
  “type”                     char *
+

The active connection's type

+

Owner: NMActiveConnection

+

Flags: Read

+

Default value: NULL

+
+
+
+

The “uuid” property

+
  “uuid”                     char *
+

The active connection's UUID

+

Owner: NMActiveConnection

+

Flags: Read

+

Default value: NULL

+
+
+
+

The “vpn” property

+
  “vpn”                      gboolean
+

Whether the active connection is a VPN connection.

+

Owner: NMActiveConnection

+

Flags: Read

+

Default value: FALSE

+
+
+
+

Signal Details

+
+

The “state-changed” signal

+
void
+user_function (NMActiveConnection *active_connection,
+               guint               state,
+               guint               reason,
+               gpointer            user_data)
+
+

Parameters

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

active_connection

the source NMActiveConnection

 

state

the new state number (NMActiveConnectionState)

 

reason

the state change reason (NMActiveConnectionStateReason)

 

user_data

user data set when the signal handler was connected.

 
+
+

Flags: Run First

+