From de06e5715e780baade318f3490ac7a4c9ce84e32 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 24 Mar 2012 01:37:02 +0100 Subject: Imported Upstream version 0.9.4.0 --- docs/libnm-util/html/NMSettingVPN.html | 70 ++++++++++++++++++++++++++++++++-- 1 file changed, 66 insertions(+), 4 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 4f397cc3..d686803b 100644 --- a/docs/libnm-util/html/NMSettingVPN.html +++ b/docs/libnm-util/html/NMSettingVPN.html @@ -51,6 +51,7 @@ enum const char *value, gpointer user_data); #define NM_SETTING_VPN_DATA +#define NM_SETTING_VPN_ERROR #define NM_SETTING_VPN_SECRETS #define NM_SETTING_VPN_SERVICE_TYPE #define NM_SETTING_VPN_SETTING_NAME @@ -70,6 +71,8 @@ enum gpointer user_data); const char * nm_setting_vpn_get_data_item (NMSettingVPN *setting, const char *key); +guint32 nm_setting_vpn_get_num_data_items (NMSettingVPN *setting); +guint32 nm_setting_vpn_get_num_secrets (NMSettingVPN *setting); const char * nm_setting_vpn_get_secret (NMSettingVPN *setting, const char *key); const char * nm_setting_vpn_get_service_type (NMSettingVPN *setting); @@ -142,9 +145,9 @@ properties.

enum NMSettingVpnError

typedef enum {
-	NM_SETTING_VPN_ERROR_UNKNOWN = 0,
-	NM_SETTING_VPN_ERROR_INVALID_PROPERTY,
-	NM_SETTING_VPN_ERROR_MISSING_PROPERTY,
+	NM_SETTING_VPN_ERROR_UNKNOWN = 0,      /*< nick=UnknownError >*/
+	NM_SETTING_VPN_ERROR_INVALID_PROPERTY, /*< nick=InvalidProperty >*/
+	NM_SETTING_VPN_ERROR_MISSING_PROPERTY, /*< nick=MissingProperty >*/
 } NMSettingVpnError;
 
@@ -205,6 +208,14 @@ required
+

NM_SETTING_VPN_ERROR

+
#define NM_SETTING_VPN_ERROR nm_setting_vpn_error_quark ()
+
+

+

+
+
+

NM_SETTING_VPN_SECRETS

#define NM_SETTING_VPN_SECRETS      "secrets"
 
@@ -407,6 +418,50 @@ by +

nm_setting_vpn_get_num_data_items ()

+
guint32             nm_setting_vpn_get_num_data_items   (NMSettingVPN *setting);
+

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

+
++ + + + + + + + + + +

setting :

the NMSettingVPN +

Returns :

the number of VPN plugin specific configuration data items
+
+
+
+

nm_setting_vpn_get_num_secrets ()

+
guint32             nm_setting_vpn_get_num_secrets      (NMSettingVPN *setting);
+

+Gets number of VPN plugin specific secrets in the setting. +

+
++ + + + + + + + + + +

setting :

the NMSettingVPN +

Returns :

the number of VPN plugin specific secrets
+
+
+

nm_setting_vpn_get_secret ()

const char *        nm_setting_vpn_get_secret           (NMSettingVPN *setting,
                                                          const char *key);
@@ -574,7 +629,14 @@ plugin.

The "user-name" property

  "user-name"                gchar*                : Read / Write
-

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.

+

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

Default value: NULL

-- cgit 1.3.0-6-gf8a5