From 2c032d8f1c6292c1338a615e6ec40252889ba85c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 22 Jan 2015 00:29:39 +0100 Subject: Imported Upstream version 1.0.0 --- docs/libnm-util/html/NMSettingVPN.html | 44 ++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (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 646871a0..97cc809f 100644 --- a/docs/libnm-util/html/NMSettingVPN.html +++ b/docs/libnm-util/html/NMSettingVPN.html @@ -50,6 +50,7 @@ enum GQuark nm_setting_vpn_error_quark (void); #define NM_SETTING_VPN_SERVICE_TYPE #define NM_SETTING_VPN_USER_NAME +#define NM_SETTING_VPN_PERSISTENT #define NM_SETTING_VPN_DATA #define NM_SETTING_VPN_SECRETS NMSettingVPN; @@ -60,6 +61,7 @@ enum NMSetting * nm_setting_vpn_new (void); const char * nm_setting_vpn_get_service_type (NMSettingVPN *setting); const char * nm_setting_vpn_get_user_name (NMSettingVPN *setting); +gboolean nm_setting_vpn_get_persistent (NMSettingVPN *setting); guint32 nm_setting_vpn_get_num_data_items (NMSettingVPN *setting); void nm_setting_vpn_add_data_item (NMSettingVPN *setting, const char *key, @@ -100,6 +102,7 @@ const char *

Properties

   "data"                     GHashTable_gchararray+gchararray_*  : Read / Write
+  "persistent"               gboolean              : Read / Write
   "secrets"                  GHashTable_gchararray+gchararray_*  : Read / Write
   "service-type"             gchar*                : Read / Write
   "user-name"                gchar*                : Read / Write
@@ -204,6 +207,14 @@ Registers an error quark for 
+

NM_SETTING_VPN_PERSISTENT

+
#define NM_SETTING_VPN_PERSISTENT   "persistent"
+
+

+

+ +
+

NM_SETTING_VPN_DATA

#define NM_SETTING_VPN_DATA         "data"
 
@@ -339,6 +350,28 @@ plugin that should be used to connect to this VPN.

+

nm_setting_vpn_get_persistent ()

+
gboolean            nm_setting_vpn_get_persistent       (NMSettingVPN *setting);
+
++++ + + + + + + + + + + +

setting :

the NMSettingVPN +

Returns :

the "persistent" property of the setting
+
+
+

nm_setting_vpn_get_num_data_items ()

guint32             nm_setting_vpn_get_num_data_items   (NMSettingVPN *setting);

@@ -667,6 +700,17 @@ values must be strings.


+

The "persistent" property

+
  "persistent"               gboolean              : Read / Write
+

+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. +

+

Default value: FALSE

+
+
+

The "secrets" property

  "secrets"                  GHashTable_gchararray+gchararray_*  : Read / Write

-- cgit 1.3.0-6-gf8a5