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/NMVpnConnection.html | 96 ++++++++++++++++++++++++++++++++++-- 1 file changed, 93 insertions(+), 3 deletions(-) (limited to 'docs/libnm/html/NMVpnConnection.html') diff --git a/docs/libnm/html/NMVpnConnection.html b/docs/libnm/html/NMVpnConnection.html index 812ce210..6dfe6f8b 100644 --- a/docs/libnm/html/NMVpnConnection.html +++ b/docs/libnm/html/NMVpnConnection.html @@ -15,7 +15,10 @@ @@ -41,7 +44,7 @@
+

Properties

+
+++++ + + + + + + + + + + + + +
+char *bannerRead
NMVpnConnectionStatevpn-stateRead
+
+
+

Signals

+
+++++ + + + + + +
voidvpn-state-changedRun First
+
+

Types and Values

@@ -73,17 +114,29 @@ + + + +
#define NM_VPN_CONNECTION_BANNER
 NMVpnConnection
+

Object Hierarchy

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

Description

Functions

nm_vpn_connection_get_vpn_state ()

-
NMVpnConnectionState
+
NMVpnConnectionState
 nm_vpn_connection_get_vpn_state (NMVpnConnection *vpn);

Gets the current NMVpnConnection state.

@@ -147,6 +200,43 @@ string used by the connection, and must not be modified.

#define NM_VPN_CONNECTION_BANNER    "banner"
 
+
+
+

NMVpnConnection

+
typedef struct _NMVpnConnection NMVpnConnection;
+
+
+
+

Property Details

+
+

The “banner” property

+
  “banner”                   char *
+

The VPN login banner of the active VPN connection.

+

Owner: NMVpnConnection

+

Flags: Read

+

Default value: NULL

+
+
+
+

The “vpn-state” property

+
  “vpn-state”                NMVpnConnectionState
+

The VPN state of the active VPN connection.

+

Owner: NMVpnConnection

+

Flags: Read

+

Default value: NM_VPN_CONNECTION_STATE_UNKNOWN

+
+
+
+

Signal Details

+
+

The “vpn-state-changed” signal

+
void
+user_function (NMVpnConnection *nmvpnconnection,
+               guint            arg1,
+               guint            arg2,
+               gpointer         user_data)
+

Flags: Run First

+