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-util/html/NMSettingVPN.html | 92 +++++++++++++++++----------------- 1 file changed, 46 insertions(+), 46 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 83d8f15a..819a102b 100644 --- a/docs/libnm-util/html/NMSettingVPN.html +++ b/docs/libnm-util/html/NMSettingVPN.html @@ -3,7 +3,7 @@ NMSettingVPN: libnm-util Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -43,7 +43,7 @@
-GQuark +GQuark nm_setting_vpn_error_quark () @@ -81,7 +81,7 @@
-gboolean +gboolean nm_setting_vpn_get_persistent () @@ -89,7 +89,7 @@
-guint32 +guint32 nm_setting_vpn_get_num_data_items () @@ -112,7 +112,7 @@
-gboolean +gboolean nm_setting_vpn_remove_data_item () @@ -128,7 +128,7 @@
-guint32 +guint32 nm_setting_vpn_get_num_secrets () @@ -151,7 +151,7 @@
-gboolean +gboolean nm_setting_vpn_remove_secret () @@ -170,7 +170,7 @@

Properties

-
+
@@ -183,7 +183,7 @@ - + @@ -194,13 +194,13 @@ +gchar * +gchar * @@ -209,7 +209,7 @@

Types and Values

-
Read / Write
gbooleangboolean persistent Read / Write
-gchar * service-type Read / Write
-gchar * user-name Read / Write
+
@@ -258,7 +258,7 @@

Object Hierarchy

    GEnum
     ╰── NMSettingVpnError
-    GObject
+    GObject
     ╰── NMSetting
         ╰── NMSettingVPN
 
@@ -282,7 +282,7 @@ properties.

Functions

nm_setting_vpn_error_quark ()

-
GQuark
+
GQuark
 nm_setting_vpn_error_quark (void);

Registers an error quark for NMSettingVPN if necessary.

@@ -296,10 +296,10 @@ nm_setting_vpn_error_quark (void<
void
 (*NMVPNIterFunc) (const char *key,
                   const char *value,
-                  gpointer user_data);
+ gpointer user_data);

Parameters

-
+
@@ -347,7 +347,7 @@ nm_setting_vpn_get_service_type (

Parameters

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

nm_setting_vpn_get_user_name (NMSettingVPN *setting);

Parameters

-
+
@@ -393,11 +393,11 @@ nm_setting_vpn_get_user_name (

nm_setting_vpn_get_persistent ()

-
gboolean
+
gboolean
 nm_setting_vpn_get_persistent (NMSettingVPN *setting);

Parameters

-
+
@@ -418,12 +418,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

-
+
@@ -455,7 +455,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

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

Parameters

-
+
@@ -521,14 +521,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

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


@@ -560,14 +560,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

-
+
@@ -597,12 +597,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

-
+
@@ -633,7 +633,7 @@ nm_setting_vpn_add_secret (

Parameters

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

Parameters

-
+
@@ -699,14 +699,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

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


@@ -738,14 +738,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

-
+
@@ -785,7 +785,7 @@ iteration will not be part of the iteration.

enum NMSettingVpnError

Members

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

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

@@ -901,7 +901,7 @@ plugin.


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