From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 14 Jul 2015 19:38:58 +0200 Subject: Imported Upstream version 1.0.4 --- docs/libnm/html/NMSettingVpn.html | 51 ++++++++++++++++----------------------- 1 file changed, 21 insertions(+), 30 deletions(-) (limited to 'docs/libnm/html/NMSettingVpn.html') diff --git a/docs/libnm/html/NMSettingVpn.html b/docs/libnm/html/NMSettingVpn.html index a55a552a..ba0b0304 100644 --- a/docs/libnm/html/NMSettingVpn.html +++ b/docs/libnm/html/NMSettingVpn.html @@ -2,13 +2,13 @@ -libnm Reference Manual: NMSettingVpn +NMSettingVpn: libnm Reference Manual - + @@ -327,7 +327,6 @@ plugin that should be used to connect to this VPN.

Returns

the VPN plugin's service name

-


@@ -353,7 +352,6 @@ nm_setting_vpn_get_user_name (

Returns

the “user-name” property of the setting

-


@@ -379,7 +377,6 @@ nm_setting_vpn_get_persistent (

Returns

the “persistent” property of the setting

-


@@ -406,7 +403,6 @@ nm_setting_vpn_get_num_data_items (

Returns

the number of VPN plugin specific configuration data items

-


@@ -484,7 +480,6 @@ by

Returns

the data item, if any

-


@@ -521,7 +516,6 @@ nm_setting_vpn_remove_data_item (

Returns

TRUE if the data item was found and removed from the internal list, FALSE if it was not.

-


@@ -588,7 +582,6 @@ nm_setting_vpn_get_num_secrets (

Returns

the number of VPN plugin specific secrets

-


@@ -665,7 +658,6 @@ by

Returns

the secret, if any

-


@@ -702,7 +694,6 @@ nm_setting_vpn_remove_secret (

Returns

TRUE if the secret was found and removed from the internal list, FALSE if it was not.

-


@@ -752,48 +743,36 @@ iteration will not be part of the iteration.

NM_SETTING_VPN_SETTING_NAME

#define NM_SETTING_VPN_SETTING_NAME "vpn"
 
-

-


NM_SETTING_VPN_SERVICE_TYPE

#define NM_SETTING_VPN_SERVICE_TYPE "service-type"
 
-

-


NM_SETTING_VPN_USER_NAME

#define NM_SETTING_VPN_USER_NAME    "user-name"
 
-

-


NM_SETTING_VPN_PERSISTENT

#define NM_SETTING_VPN_PERSISTENT   "persistent"
 
-

-


NM_SETTING_VPN_DATA

#define NM_SETTING_VPN_DATA         "data"
 
-

-


NM_SETTING_VPN_SECRETS

#define NM_SETTING_VPN_SECRETS      "secrets"
 
-

-

@@ -801,14 +780,18 @@ iteration will not be part of the iteration.

The “data” property

  “data”                     GHashTable *
-

+

Dictionary of key/value pairs of VPN plugin specific data. Both keys and +values must be strings.

+

Type: GHashTable(utf8,utf8)

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.

Flags: Read / Write

Default value: FALSE

@@ -816,14 +799,18 @@ iteration will not be part of the iteration.

The “secrets” property

  “secrets”                  GHashTable *
-

+

Dictionary of key/value pairs of VPN plugin specific secrets like +passwords or private keys. Both keys and values must be strings.

+

Type: GHashTable(utf8,utf8)

Flags: Read / Write


The “service-type” property

  “service-type”             gchar *
-

+

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.

Flags: Read / Write

Default value: NULL

@@ -831,14 +818,18 @@ iteration will not be part of the iteration.

The “user-name” property

  “user-name”                gchar *
-

+

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.

Flags: Read / Write

Default value: NULL

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