diff options
| author | Michael Biebl <biebl@debian.org> | 2023-02-23 17:12:30 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-02-23 17:12:30 +0100 |
| commit | 5569fe42f8ffe613b86ee3241676031d563cdd0c (patch) | |
| tree | e1dcb8326372e565ae2a565f588134e88e26a14b /docs/libnm/html/NMVpnPluginOld.html | |
| parent | ed857ba34efc2ec899f2e3fbd8e35324561a55b2 (diff) | |
| parent | b22a7b55d0bc5a7999dccaeacdde745f5ace9d66 (diff) | |
Update upstream source from tag 'upstream/1.42.2'
Update to upstream version '1.42.2' with Debian dir 239b84111aa373a034bb59d3ca6082a9ddf36500
Diffstat (limited to 'docs/libnm/html/NMVpnPluginOld.html')
| -rw-r--r-- | docs/libnm/html/NMVpnPluginOld.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libnm/html/NMVpnPluginOld.html b/docs/libnm/html/NMVpnPluginOld.html index 324855bd..03133775 100644 --- a/docs/libnm/html/NMVpnPluginOld.html +++ b/docs/libnm/html/NMVpnPluginOld.html @@ -417,7 +417,7 @@ an applet when the applet calls the authentication dialog of the VPN plugin.</p> <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_vpn_plugin_old_get_secret_flags (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *data</code></em>, <em class="parameter"><code>const <span class="type">char</span> *secret_name</code></em>, - <em class="parameter"><code><a class="link" href="libnm-NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> *out_flags</code></em>);</pre> + <em class="parameter"><code><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> *out_flags</code></em>);</pre> <div class="warning"> <p><code class="literal">nm_vpn_plugin_old_get_secret_flags</code> has been deprecated since version 1.2 and should not be used in newly-written code.</p> <p>Replaced by NMVpnServicePlugin.</p> @@ -425,7 +425,7 @@ nm_vpn_plugin_old_get_secret_flags (<em class="parameter"><code><a href="https:/ <p>Given a VPN secret key name, attempts to find the corresponding flags data item in <em class="parameter"><code>data</code></em> . If found, converts the flags data item to -<a class="link" href="libnm-NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> and returns it.</p> +<a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> and returns it.</p> <div class="refsect3"> <a name="nm-vpn-plugin-old-get-secret-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table class="informaltable" width="100%" border="0"> |