From 45cb5bb3c0e6edb887cf69b417fcaf7053814a9b Mon Sep 17 00:00:00 2001 From: Aron Xu Date: Tue, 20 Dec 2016 20:06:37 +0800 Subject: Imported Upstream version 1.4.4 --- docs/libnm/html/NMSettingVpn.html | 104 +++++++++++++++++++------------------- 1 file changed, 52 insertions(+), 52 deletions(-) (limited to 'docs/libnm/html/NMSettingVpn.html') diff --git a/docs/libnm/html/NMSettingVpn.html b/docs/libnm/html/NMSettingVpn.html index d870d2d9..f82d0388 100644 --- a/docs/libnm/html/NMSettingVpn.html +++ b/docs/libnm/html/NMSettingVpn.html @@ -3,7 +3,7 @@ NMSettingVpn: libnm Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -73,7 +73,7 @@
-gboolean +gboolean nm_setting_vpn_get_persistent () @@ -81,7 +81,7 @@
-guint32 +guint32 nm_setting_vpn_get_num_data_items () @@ -104,7 +104,7 @@
-gboolean +gboolean nm_setting_vpn_remove_data_item () @@ -120,7 +120,7 @@
-guint32 +guint32 nm_setting_vpn_get_num_secrets () @@ -143,7 +143,7 @@
-gboolean +gboolean nm_setting_vpn_remove_secret () @@ -159,7 +159,7 @@
-guint32 +guint32 nm_setting_vpn_get_timeout () @@ -170,7 +170,7 @@

Properties

-
+
@@ -179,35 +179,35 @@ +GHashTable * - + +GHashTable * +gchar * - + +gchar * @@ -216,7 +216,7 @@

Types and Values

-
-GHashTable * data Read / Write
gbooleangboolean persistent Read / Write
-GHashTable * secrets Read / Write
-gchar * service-type Read / Write
guintguint timeout Read / Write
-gchar * user-name Read / Write
+
@@ -259,7 +259,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMSetting
         ╰── NMSettingVpn
 
@@ -281,10 +281,10 @@ properties.

void
 (*NMVpnIterFunc) (const char *key,
                   const char *value,
-                  gpointer user_data);
+ gpointer user_data);

Parameters

-
+
@@ -332,7 +332,7 @@ nm_setting_vpn_get_service_type (

Parameters

-
+
@@ -357,7 +357,7 @@ plugin that should be used to connect to this VPN.

nm_setting_vpn_get_user_name (NMSettingVpn *setting);

Parameters

-
+
@@ -378,11 +378,11 @@ nm_setting_vpn_get_user_name (

nm_setting_vpn_get_persistent ()

-
gboolean
+
gboolean
 nm_setting_vpn_get_persistent (NMSettingVpn *setting);

Parameters

-
+
@@ -403,12 +403,12 @@ nm_setting_vpn_get_persistent (

nm_setting_vpn_get_num_data_items ()

-
guint32
+
guint32
 nm_setting_vpn_get_num_data_items (NMSettingVpn *setting);

Gets number of key/value pairs of VPN configuration data.

Parameters

-
+
@@ -440,7 +440,7 @@ setting which may be retrieved later. Should not be used to store passwords or other secrets, which is what nm_setting_vpn_add_secret() is for.

Parameters

-
+
@@ -478,7 +478,7 @@ nm_setting_vpn_get_data_item (nm_setting_vpn_add_data_item().

Parameters

-
+
@@ -506,14 +506,14 @@ by

nm_setting_vpn_remove_data_item ()

-
gboolean
+
gboolean
 nm_setting_vpn_remove_data_item (NMSettingVpn *setting,
                                  const char *key);

Deletes a key/value relationship previously established by nm_setting_vpn_add_data_item().

Parameters

-
+
@@ -535,8 +535,8 @@ 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.

+

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


@@ -545,14 +545,14 @@ nm_setting_vpn_remove_data_item (void nm_setting_vpn_foreach_data_item (NMSettingVpn *setting, NMVpnIterFunc func, - gpointer user_data); + gpointer user_data);

Iterates all data items stored in this setting. It is safe to add, remove, and modify data items inside func , though any additions or removals made during iteration will not be part of the iteration.

Parameters

-
+
@@ -582,12 +582,12 @@ during iteration will not be part of the iteration.


nm_setting_vpn_get_num_secrets ()

-
guint32
+
guint32
 nm_setting_vpn_get_num_secrets (NMSettingVpn *setting);

Gets number of VPN plugin specific secrets in the setting.

Parameters

-
+
@@ -618,7 +618,7 @@ nm_setting_vpn_add_secret (

Parameters

-
+
@@ -656,7 +656,7 @@ nm_setting_vpn_get_secret (nm_setting_vpn_add_secret().

Parameters

-
+
@@ -684,14 +684,14 @@ by

nm_setting_vpn_remove_secret ()

-
gboolean
+
gboolean
 nm_setting_vpn_remove_secret (NMSettingVpn *setting,
                               const char *key);

Deletes a key/value relationship previously established by nm_setting_vpn_add_secret().

Parameters

-
+
@@ -713,8 +713,8 @@ nm_setting_vpn_remove_secret (

Returns

-

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

+

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


@@ -723,14 +723,14 @@ nm_setting_vpn_remove_secret (void nm_setting_vpn_foreach_secret (NMSettingVpn *setting, NMVpnIterFunc func, - gpointer user_data); + gpointer user_data);

Iterates all secrets stored in this setting. It is safe to add, remove, and modify secrets inside func , though any additions or removals made during iteration will not be part of the iteration.

Parameters

-
+
@@ -760,11 +760,11 @@ iteration will not be part of the iteration.


nm_setting_vpn_get_timeout ()

-
guint32
+
guint32
 nm_setting_vpn_get_timeout (NMSettingVpn *setting);

Parameters

-
+
@@ -837,7 +837,7 @@ nm_setting_vpn_get_timeout (

Property Details

The “data” property

-
  “data”                     GHashTable *
+
  “data”                     GHashTable *

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

Type: GHashTable(utf8,utf8)

@@ -846,8 +846,8 @@ values must be strings.


The “persistent” property

-
  “persistent”               gboolean
-

If the VPN service supports persistence, and this property is TRUE, +

  “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

@@ -856,7 +856,7 @@ until explicitly disconnected.


The “secrets” property

-
  “secrets”                  GHashTable *
+
  “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)

@@ -865,7 +865,7 @@ passwords or private keys. Both keys and values must be strings.


The “service-type” property

-
  “service-type”             gchar *
+
  “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.

@@ -875,7 +875,7 @@ plugin.


The “timeout” property

-
  “timeout”                  guint
+
  “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 overriden @@ -888,7 +888,7 @@ timeout in seconds.


The “user-name” property

-
  “user-name”                gchar *
+
  “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 -- cgit 1.3.0-6-gf8a5