From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001
From: Michael Biebl void<
@@ -360,7 +359,6 @@ plugin that should be used to connect to this VPN.
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 ()
-
-
@@ -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