From 35779c6675728fa6f0fd0a21cefb904408509c23 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Mon, 5 Jul 2021 20:35:03 +0200 Subject: New upstream version 1.32.2 --- docs/libnm/html/NMSettingVpn.html | 139 ++------------------------------------ 1 file changed, 4 insertions(+), 135 deletions(-) (limited to 'docs/libnm/html/NMSettingVpn.html') diff --git a/docs/libnm/html/NMSettingVpn.html b/docs/libnm/html/NMSettingVpn.html index 7891c7a7..b7d49ee4 100644 --- a/docs/libnm/html/NMSettingVpn.html +++ b/docs/libnm/html/NMSettingVpn.html @@ -15,9 +15,7 @@ @@ -183,52 +181,6 @@
-

Properties

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-GHashTable *dataRead / Write
gbooleanpersistentRead / Write
-GHashTable *secretsRead / Write
-char *service-typeRead / Write
guinttimeoutRead / Write
-char *user-nameRead / Write
-
-

Types and Values

@@ -264,21 +216,10 @@ - - - -
#define NM_SETTING_VPN_TIMEOUT
 NMSettingVpn
-

Object Hierarchy

-
    GObject
-    ╰── NMSetting
-        ╰── NMSettingVpn
-
-
-

Description

The NMSettingVpn object is a NMSetting subclass that describes properties necessary for connection to Virtual Private Networks. NetworkManager uses @@ -386,7 +327,7 @@ nm_setting_vpn_get_user_name (

Returns

-

the “user-name” property of the setting

+

the “user-name” property of the setting


@@ -411,7 +352,7 @@ nm_setting_vpn_get_persistent (

Returns

-

the “persistent” property of the setting

+

the “persistent” property of the setting


@@ -881,7 +822,7 @@ nm_setting_vpn_get_timeout (

Returns

-

the “timeout” property of the setting

+

the “timeout” property of the setting

Since: 1.2

@@ -929,78 +870,6 @@ nm_setting_vpn_get_timeout (#define NM_SETTING_VPN_TIMEOUT "timeout" -
-
-

NMSettingVpn

-
typedef struct _NMSettingVpn NMSettingVpn;
-

VPN Settings

-
- -
-

Property Details

-
-

The “data” property

-
  “data”                     GHashTable *
-

Owner: NMSettingVpn

-

Flags: Read / Write

-
-
-
-

The “persistent” property

-
  “persistent”               gboolean
-

If the VPN service supports persistence, and this property is TRUE, -the VPN will attempt to stay connected across link changes and outages, -until explicitly disconnected.

-

Owner: NMSettingVpn

-

Flags: Read / Write

-

Default value: FALSE

-
-
-
-

The “secrets” property

-
  “secrets”                  GHashTable *
-

Owner: NMSettingVpn

-

Flags: Read / Write

-
-
-
-

The “service-type” property

-
  “service-type”             char *
-

D-Bus service name of the VPN plugin that this setting uses to connect to -its network. i.e. org.freedesktop.NetworkManager.vpnc for the vpnc -plugin.

-

Owner: NMSettingVpn

-

Flags: Read / Write

-

Default value: NULL

-
-
-
-

The “timeout” property

-
  “timeout”                  guint
-

Timeout for the VPN service to establish the connection. Some services -may take quite a long time to connect. -Value of 0 means a default timeout, which is 60 seconds (unless overridden -by vpn.timeout in configuration file). Values greater than zero mean -timeout in seconds.

-

Owner: NMSettingVpn

-

Flags: Read / Write

-

Default value: 0

-

Since: 1.2

-
-
-
-

The “user-name” property

-
  “user-name”                char *
-

If the VPN connection requires a user name for authentication, that name -should be provided here. If the connection is available to more than one -user, and the VPN requires each user to supply a different name, then -leave this property empty. If this property is empty, NetworkManager -will automatically supply the username of the user which requested the -VPN connection.

-

Owner: NMSettingVpn

-

Flags: Read / Write

-

Default value: NULL

-