From 1372848511cb896b80b51ed1a3e9606bd9816631 Mon Sep 17 00:00:00 2001
From: Michael Biebl Since: 1.2Read / Write / Construct Only
-
@@ -325,7 +325,7 @@ nm_vpn_service_plugin_set_login_banner
NMVpnServiceState
+NMVpnServiceState
state
Read / Write
nm_vpn_service_plugin_failure ()
void
nm_vpn_service_plugin_failure (
+ NMVpnServicePlugin *plugin,
- NMVpnPluginFailure reason);NMVpnPluginFailure reason);
@@ -441,11 +441,11 @@ an applet when the applet calls the authentication dialog of the VPN plugin.
GHashTable *data,
const char *secret_name,
- NMSettingSecretFlags *out_flags);
+ NMSettingSecretFlags *out_flags);
Given a VPN secret key name, attempts to find the corresponding flags data
item in data
. If found, converts the flags data item to
-NMSettingSecretFlags and returns it.