From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001
From: Michael Biebl
Returns
the “user-name” property of the setting
-
@@ -379,7 +377,6 @@ nm_setting_vpn_get_persistent (
Returns
the “persistent” property of the setting
-
@@ -406,7 +403,6 @@ nm_setting_vpn_get_num_data_items (
Returns
the number of VPN plugin specific configuration data items
-
@@ -484,7 +480,6 @@ by
Returns
the data item, if any
-
@@ -521,7 +516,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.
-
@@ -588,7 +582,6 @@ nm_setting_vpn_get_num_secrets (
Returns
the number of VPN plugin specific secrets
-
@@ -665,7 +658,6 @@ by
Returns
the secret, if any
-
@@ -702,7 +694,6 @@ nm_setting_vpn_remove_secret (Returns
TRUE if the secret was found and removed from the internal list,
FALSE if it was not.
-
@@ -752,48 +743,36 @@ iteration will not be part of the iteration.
NM_SETTING_VPN_SETTING_NAME
#define NM_SETTING_VPN_SETTING_NAME "vpn"
-
-
@@ -801,14 +780,18 @@ iteration will not be part of the iteration.
The “data” property
“data” GHashTable *
-
+Dictionary of key/value pairs of VPN plugin specific data. Both keys and
+values must be strings.
+Type: GHashTable(utf8,utf8)
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
@@ -816,14 +799,18 @@ iteration will not be part of the iteration.
The “secrets” property
“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)
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
@@ -831,14 +818,18 @@ iteration will not be part of the iteration.
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