From f7c750061dab327e638c0129cfafd5b2215b3a2e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 17 Jun 2022 22:03:19 +0200 Subject: New upstream version 1.38.2 --- .../html/gdbus-org.freedesktop.NetworkManager.Connection.Active.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/api/html/gdbus-org.freedesktop.NetworkManager.Connection.Active.html') diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Connection.Active.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Connection.Active.html index 7c90995f..b3526674 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Connection.Active.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Connection.Active.html @@ -8,7 +8,7 @@ - + @@ -276,6 +276,6 @@ Master readable o +
Generated by GTK-Doc V1.33.0 \ No newline at end of file -- cgit 1.3.0-6-gf8a5 From 6accbd3ec0e42d8633bbde4d47ed7bfe854e7e0b Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 12 Aug 2022 19:21:11 +0200 Subject: New upstream version 1.38.4 --- ...eedesktop.NetworkManager.Connection.Active.html | 130 ++++++++++++--------- 1 file changed, 77 insertions(+), 53 deletions(-) (limited to 'docs/api/html/gdbus-org.freedesktop.NetworkManager.Connection.Active.html') diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Connection.Active.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Connection.Active.html index b3526674..f6e96ea6 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Connection.Active.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Connection.Active.html @@ -8,7 +8,7 @@ - + @@ -63,20 +63,21 @@

Description

-

Objects that implement the Connection.Active interface represent an - attempt to connect to a network using the details provided by a Connection - object. The Connection.Active object tracks the life-cycle of the - connection attempt and if successful indicates whether the connected - network is the "default" or preferred network for access. NetworkManager - has the concept of connections, which can be thought of as settings, a - profile or a configuration that can be applied on a networking device. - Such settings-connections are exposed as D-Bus object and the - active-connection expresses this relationship between device and - settings-connection. At any time a settings-connection can only be - activated on one device and vice versa. However, during activation and - deactivation multiple active-connections can reference the same device or - settings-connection as they are waiting to be activated or to be - deactivated. +

+Objects that implement the Connection.Active interface represent an +attempt to connect to a network using the details provided by a Connection +object. The Connection.Active object tracks the life-cycle of the +connection attempt and if successful indicates whether the connected +network is the "default" or preferred network for access. NetworkManager +has the concept of connections, which can be thought of as settings, a +profile or a configuration that can be applied on a networking device. +Such settings-connections are exposed as D-Bus object and the +active-connection expresses this relationship between device and +settings-connection. At any time a settings-connection can only be +activated on one device and vice versa. However, during activation and +deactivation multiple active-connections can reference the same device or +settings-connection as they are waiting to be activated or to be +deactivated.

@@ -87,7 +88,8 @@ StateChanged (u state, u reason); -

Emitted when the state of the active connection has changed. +

+Emitted when the state of the active connection has changed.

@@ -97,11 +99,15 @@ StateChanged (u state, - + - +

u state:

(NMActiveConnectionState) The new state of the active connection.

+(NMActiveConnectionState) The new state of the active connection. +

u reason:

(NMActiveConnectionStateReason) Reason code describing the change to the new state.

+(NMActiveConnectionStateReason) Reason code describing the change to the new state. +

@@ -115,7 +121,8 @@ StateChanged (u state,
 Connection  readable   o
 
-

The path of the connection. +

+The path of the connection.


@@ -124,9 +131,10 @@ Connection readable o
 SpecificObject  readable   o
 
-

A specific object associated with the active connection. This property - reflects the specific object used during connection activation, and will - not change over the lifetime of the ActiveConnection once set. +

+A specific object associated with the active connection. This property +reflects the specific object used during connection activation, and will +not change over the lifetime of the ActiveConnection once set.


@@ -135,8 +143,9 @@ SpecificObject readable o
 Id  readable   s
 
-

The ID of the connection, provided as a convenience so that clients do not - have to retrieve all connection details. +

+The ID of the connection, provided as a convenience so that clients do not +have to retrieve all connection details.


@@ -145,8 +154,9 @@ Id readable s
 Uuid  readable   s
 
-

The UUID of the connection, provided as a convenience so that clients do - not have to retrieve all connection details. +

+The UUID of the connection, provided as a convenience so that clients do +not have to retrieve all connection details.


@@ -155,8 +165,9 @@ Uuid readable s
 Type  readable   s
 
-

The type of the connection, provided as a convenience so that clients do - not have to retrieve all connection details. +

+The type of the connection, provided as a convenience so that clients do +not have to retrieve all connection details.


@@ -165,8 +176,9 @@ Type readable s
 Devices  readable   ao
 
-

Array of object paths representing devices which are part of this active - connection. +

+Array of object paths representing devices which are part of this active +connection.


@@ -175,9 +187,11 @@ Devices readable ao
 State  readable   u
 
-

The state of this active connection. +

+The state of this active connection.

-

Returns: NMActiveConnectionState +

+Returns: NMActiveConnectionState


@@ -186,9 +200,11 @@ State readable u
 StateFlags  readable   u
 
-

The state flags of this active connection. +

+The state flags of this active connection.

-

Returns: NMActivationStateFlags +

+Returns: NMActivationStateFlags


@@ -197,8 +213,9 @@ StateFlags readable u
 Default  readable   b
 
-

Whether this active connection is the default IPv4 connection, i.e. - whether it currently owns the default IPv4 route. +

+Whether this active connection is the default IPv4 connection, i.e. +whether it currently owns the default IPv4 route.


@@ -207,9 +224,10 @@ Default readable b
 Ip4Config  readable   o
 
-

Object path of the Ip4Config object describing the configuration of the - connection. Only valid when the connection is in the - NM_ACTIVE_CONNECTION_STATE_ACTIVATED state. +

+Object path of the Ip4Config object describing the configuration of the +connection. Only valid when the connection is in the +NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.


@@ -218,9 +236,10 @@ Ip4Config readable o
 Dhcp4Config  readable   o
 
-

Object path of the Dhcp4Config object describing the DHCP options returned - by the DHCP server (assuming the connection used DHCP). Only valid when - the connection is in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state. +

+Object path of the Dhcp4Config object describing the DHCP options returned +by the DHCP server (assuming the connection used DHCP). Only valid when +the connection is in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.


@@ -229,8 +248,9 @@ Dhcp4Config readable o
 Default6  readable   b
 
-

Whether this active connection is the default IPv6 connection, i.e. - whether it currently owns the default IPv6 route. +

+Whether this active connection is the default IPv6 connection, i.e. +whether it currently owns the default IPv6 route.


@@ -239,9 +259,10 @@ Default6 readable b
 Ip6Config  readable   o
 
-

Object path of the Ip6Config object describing the configuration of the - connection. Only valid when the connection is in the - NM_ACTIVE_CONNECTION_STATE_ACTIVATED state. +

+Object path of the Ip6Config object describing the configuration of the +connection. Only valid when the connection is in the +NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.


@@ -250,9 +271,10 @@ Ip6Config readable o
 Dhcp6Config  readable   o
 
-

Object path of the Dhcp6Config object describing the DHCP options returned - by the DHCP server (assuming the connection used DHCP). Only valid when - the connection is in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state. +

+Object path of the Dhcp6Config object describing the DHCP options returned +by the DHCP server (assuming the connection used DHCP). Only valid when +the connection is in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.


@@ -261,7 +283,8 @@ Dhcp6Config readable o
 Vpn  readable   b
 
-

Whether this active connection is also a VPN connection. +

+Whether this active connection is also a VPN connection.


@@ -270,12 +293,13 @@ Vpn readable b
 Master  readable   o
 
-

The path to the master device if the connection is a slave. +

+The path to the master device if the connection is a slave.

+
Generated by GTK-Doc V1.33.1 \ No newline at end of file -- cgit 1.3.0-6-gf8a5