From 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c Mon Sep 17 00:00:00 2001
From: Michael Biebl
@@ -221,7 +221,7 @@
-gchar *
+char *
service-type
Read / Write
@@ -334,7 +334,7 @@ nm_setting_vpn_new (
-gchar *
+char *
user-name
Read / Write
void
@@ -633,7 +633,7 @@ nm_setting_vpn_get_data_keys (NULL-terminated array containing each data key or NULL if
there are no data items.
[array length=out_length][transfer container]
+[array length=out_length][transfer container]
Since: 1.12
@@ -855,7 +855,7 @@ nm_setting_vpn_get_secret_keys (a
NULL-terminated array containing each secret key or NULL if
there are no secrets.
-[array length=out_length][transfer container]
+[array length=out_length][transfer container]
Since: 1.12
@@ -965,7 +965,7 @@ until explicitly disconnected.
The “service-type” property
- “service-type” gchar *
+ “service-type” char *
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.
@@ -990,7 +990,7 @@ timeout in seconds.
The “user-name” property
- “user-name” gchar *
+ “user-name” char *
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
@@ -1004,6 +1004,6 @@ VPN connection.
+
Generated by GTK-Doc V1.33.1