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-util/html/NMSettingVPN.html | 52 +++++++++++++--------------------- 1 file changed, 19 insertions(+), 33 deletions(-) (limited to 'docs/libnm-util/html/NMSettingVPN.html') diff --git a/docs/libnm-util/html/NMSettingVPN.html b/docs/libnm-util/html/NMSettingVPN.html index 52bf704f..7f44ba65 100644 --- a/docs/libnm-util/html/NMSettingVPN.html +++ b/docs/libnm-util/html/NMSettingVPN.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingVPN +NMSettingVPN: libnm-util Reference Manual - + @@ -284,7 +284,6 @@ nm_setting_vpn_error_quark (void<

Returns

the error quark used for NMSettingVPN errors.

-


@@ -360,7 +359,6 @@ plugin that should be used to connect to this VPN.

Returns

the VPN plugin's service name

-


@@ -386,7 +384,6 @@ nm_setting_vpn_get_user_name (

Returns

the “user-name” property of the setting

-


@@ -412,7 +409,6 @@ nm_setting_vpn_get_persistent (

Returns

the “persistent” property of the setting

-


@@ -439,7 +435,6 @@ nm_setting_vpn_get_num_data_items (

Returns

the number of VPN plugin specific configuration data items

-


@@ -517,7 +512,6 @@ by

Returns

the data item, if any

-


@@ -554,7 +548,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.

-


@@ -621,7 +614,6 @@ nm_setting_vpn_get_num_secrets (

Returns

the number of VPN plugin specific secrets

-


@@ -698,7 +690,6 @@ by

Returns

the secret, if any

-


@@ -735,7 +726,6 @@ nm_setting_vpn_remove_secret (

Returns

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

-


@@ -785,8 +775,6 @@ iteration will not be part of the iteration.

NM_SETTING_VPN_SETTING_NAME

#define NM_SETTING_VPN_SETTING_NAME "vpn"
 
-

-


@@ -831,48 +819,36 @@ required

NM_SETTING_VPN_ERROR

#define NM_SETTING_VPN_ERROR nm_setting_vpn_error_quark ()
 
-

-


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"
 
-

-

@@ -880,14 +856,17 @@ required

The “data” property

  “data”                     GHashTable_gchararray+gchararray_*
-

+

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

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

@@ -895,14 +874,17 @@ required

The “secrets” property

  “secrets”                  GHashTable_gchararray+gchararray_*
-

+

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

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

@@ -910,14 +892,18 @@ required

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