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 --- ...-org.freedesktop.NetworkManager.VPN.Plugin.html | 149 ++++++++++++++------- 1 file changed, 102 insertions(+), 47 deletions(-) (limited to 'docs/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html') diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html index 8d245c2b..e8ddb928 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html @@ -8,7 +8,7 @@ - + @@ -70,8 +70,9 @@

Description

-

This interface is provided by plugins providing VPN services to the - NetworkManager daemon. +

+This interface is provided by plugins providing VPN services to the +NetworkManager daemon.

@@ -81,8 +82,9 @@
 Connect (IN  a{sa{sv}} connection);
 
-

Tells the plugin to connect. Interactive secrets requests (eg, emitting - the SecretsRequired signal) are not allowed. +

+Tells the plugin to connect. Interactive secrets requests (eg, emitting +the SecretsRequired signal) are not allowed.

@@ -91,7 +93,9 @@ Connect (IN a{sa{sv}} connection); - +

IN a{sa{sv}} connection:

Describes the connection to be established.

+Describes the connection to be established. +

@@ -102,9 +106,10 @@ Connect (IN a{sa{sv}} connection); ConnectInteractive (IN a{sa{sv}} connection, IN a{sv} details); -

Tells the plugin to connect, allowing interactive secrets requests (eg the - plugin is allowed to emit the SecretsRequired signal if the VPN service - indicates that it needs additional secrets during the connect process). +

+Tells the plugin to connect, allowing interactive secrets requests (eg the +plugin is allowed to emit the SecretsRequired signal if the VPN service +indicates that it needs additional secrets during the connect process).

@@ -114,11 +119,15 @@ ConnectInteractive (IN a{sa{sv}} connection, - + - +

IN a{sa{sv}} connection:

Describes the connection to be established.

+Describes the connection to be established. +

IN a{sv} details:

Additional details about the Connect process.

+Additional details about the Connect process. +

@@ -130,8 +139,9 @@ ConnectInteractive (IN a{sa{sv}} connection, NeedSecrets (IN a{sa{sv}} settings, OUT s setting_name); -

Asks the plugin whether the provided connection will require secrets to - connect successfully. +

+Asks the plugin whether the provided connection will require secrets to +connect successfully.

@@ -141,11 +151,15 @@ NeedSecrets (IN a{sa{sv}} settings, - + - +

IN a{sa{sv}} settings:

Describes the connection that may need secrets.

+Describes the connection that may need secrets. +

OUT s setting_name:

The setting name within the provided connection that requires secrets, if any.

+The setting name within the provided connection that requires secrets, if any. +

@@ -156,7 +170,8 @@ NeedSecrets (IN a{sa{sv}} settings,
 Disconnect ();
 
-

Disconnect the plugin. +

+Disconnect the plugin.


@@ -165,7 +180,8 @@ Disconnect ();
 SetConfig (IN  a{sv} config);
 
-

Set generic connection details on the connection. +

+Set generic connection details on the connection.

@@ -174,7 +190,9 @@ SetConfig (IN a{sv} config); - +

IN a{sv} config:

Generic configuration details for the connection.

+Generic configuration details for the connection. +

@@ -184,7 +202,8 @@ SetConfig (IN a{sv} config);
 SetIp4Config (IN  a{sv} config);
 
-

Set IPv4 details on the connection. +

+Set IPv4 details on the connection.

@@ -193,7 +212,9 @@ SetIp4Config (IN a{sv} config); - +

IN a{sv} config:

Ip4Config details for the connection. You must call SetConfig() before calling this.

+Ip4Config details for the connection. You must call SetConfig() before calling this. +

@@ -203,7 +224,8 @@ SetIp4Config (IN a{sv} config);
 SetIp6Config (IN  a{sv} config);
 
-

Set IPv6 details on the connection. +

+Set IPv6 details on the connection.

@@ -212,7 +234,9 @@ SetIp6Config (IN a{sv} config); - +

IN a{sv} config:

Ip6Config details for the connection. You must call SetConfig() before calling this.

+Ip6Config details for the connection. You must call SetConfig() before calling this. +

@@ -222,7 +246,8 @@ SetIp6Config (IN a{sv} config);
 SetFailure (IN  s reason);
 
-

Indicate a failure to the plugin. +

+Indicate a failure to the plugin.

@@ -231,7 +256,9 @@ SetFailure (IN s reason); - +

IN s reason:

The reason for the failure.

+The reason for the failure. +

@@ -241,8 +268,9 @@ SetFailure (IN s reason);
 NewSecrets (IN  a{sa{sv}} connection);
 
-

Called in response to a SecretsRequired signal to deliver updated secrets - or other information to the plugin. +

+Called in response to a SecretsRequired signal to deliver updated secrets +or other information to the plugin.

@@ -251,7 +279,9 @@ NewSecrets (IN a{sa{sv}} connection); - +

IN a{sa{sv}} connection:

Describes the connection including the new secrets.

+Describes the connection including the new secrets. +

@@ -263,7 +293,8 @@ NewSecrets (IN a{sa{sv}} connection);
 StateChanged (u state);
 
-

Emitted when the plugin state changes. +

+Emitted when the plugin state changes.

@@ -272,7 +303,9 @@ StateChanged (u state); - +

u state:

(NMVpnServiceState) The new state of the plugin.

+(NMVpnServiceState) The new state of the plugin. +

@@ -283,9 +316,10 @@ StateChanged (u state); SecretsRequired (s message, as secrets); -

Emitted during an ongoing ConnectInteractive() request when the plugin has - determined that new secrets are required. NetworkManager will then call - the NewSecrets() method with a connection hash including the new secrets. +

+Emitted during an ongoing ConnectInteractive() request when the plugin has +determined that new secrets are required. NetworkManager will then call +the NewSecrets() method with a connection hash including the new secrets.

@@ -295,11 +329,15 @@ SecretsRequired (s message, - + - +

s message:

Informational message, if any, about the request. For example, if a second PIN is required, could indicate to the user to wait for the token code to change until entering the next PIN.

+Informational message, if any, about the request. For example, if a second PIN is required, could indicate to the user to wait for the token code to change until entering the next PIN. +

as secrets:

Array of strings of VPN secret names which the plugin thinks secrets may be required for, or other VPN-specific data to be processed by the VPN's front-end.

+Array of strings of VPN secret names which the plugin thinks secrets may be required for, or other VPN-specific data to be processed by the VPN's front-end. +

@@ -310,7 +348,8 @@ SecretsRequired (s message,
 Config (a{sv} config);
 
-

The plugin obtained generic configuration information. +

+The plugin obtained generic configuration information.

@@ -319,7 +358,9 @@ Config (a{sv} config); - +

a{sv} config:

The configuration information.

+The configuration information. +

@@ -329,7 +370,8 @@ Config (a{sv} config);
 Ip4Config (a{sv} ip4config);
 
-

The plugin obtained an IPv4 configuration. +

+The plugin obtained an IPv4 configuration.

@@ -338,7 +380,9 @@ Ip4Config (a{sv} ip4config); - +

a{sv} ip4config:

The IPv4 configuration.

+The IPv4 configuration. +

@@ -348,7 +392,8 @@ Ip4Config (a{sv} ip4config);
 Ip6Config (a{sv} ip6config);
 
-

The plugin obtained an IPv6 configuration. +

+The plugin obtained an IPv6 configuration.

@@ -357,7 +402,9 @@ Ip6Config (a{sv} ip6config); - +

a{sv} ip6config:

The IPv6 configuration.

+The IPv6 configuration. +

@@ -367,7 +414,8 @@ Ip6Config (a{sv} ip6config);
 LoginBanner (s banner);
 
-

Emitted when the plugin receives a login banner from the VPN service. +

+Emitted when the plugin receives a login banner from the VPN service.

@@ -376,7 +424,9 @@ LoginBanner (s banner); - +

s banner:

The login banner string.

+The login banner string. +

@@ -386,7 +436,8 @@ LoginBanner (s banner);
 Failure (u reason);
 
-

Emitted when a failure in the VPN plugin occurs. +

+Emitted when a failure in the VPN plugin occurs.

@@ -395,7 +446,9 @@ Failure (u reason); - +

u reason:

(NMVpnPluginFailure) Reason code for the failure.

+(NMVpnPluginFailure) Reason code for the failure. +

@@ -407,14 +460,16 @@ Failure (u reason);
 State  readable   u
 
-

The state of the plugin. +

+The state of the plugin.

-

Returns: NMVpnServiceState +

+Returns: NMVpnServiceState

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