diff options
| author | Michael Biebl <biebl@debian.org> | 2024-07-26 01:21:35 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-07-26 01:21:35 +0200 |
| commit | 45a364c60a9d6d34e614c4f1f507c69336ad1e69 (patch) | |
| tree | e19f6be7be473589a493b2e7888e5eb2c28dad43 /docs/libnm/html/NMVpnEditor.html | |
| parent | 58affb29b8386d6d26359da604a64fefe7ae0a60 (diff) | |
New upstream version 1.48.6 upstream/1.48.6
Diffstat (limited to 'docs/libnm/html/NMVpnEditor.html')
| -rw-r--r-- | docs/libnm/html/NMVpnEditor.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/libnm/html/NMVpnEditor.html b/docs/libnm/html/NMVpnEditor.html index 058a4c38..d4f5b378 100644 --- a/docs/libnm/html/NMVpnEditor.html +++ b/docs/libnm/html/NMVpnEditor.html @@ -8,7 +8,7 @@ <link rel="up" href="ch06.html" title="VPN Plugin API Reference"> <link rel="prev" href="NMVpnPluginInfo.html" title="NMVpnPluginInfo"> <link rel="next" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin"> -<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -41,7 +41,7 @@ <tbody> <tr> <td class="function_type"> -<a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="returnvalue">GObject</span></a> * +<span class="returnvalue">GObject</span> * </td> <td class="function_name"> <a class="link" href="NMVpnEditor.html#nm-vpn-editor-get-widget" title="nm_vpn_editor_get_widget ()">nm_vpn_editor_get_widget</a> <span class="c_punctuation">()</span> @@ -49,7 +49,7 @@ </tr> <tr> <td class="function_type"> -<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<span class="returnvalue">gboolean</span> </td> <td class="function_name"> <a class="link" href="NMVpnEditor.html#nm-vpn-editor-update-connection" title="nm_vpn_editor_update_connection ()">nm_vpn_editor_update_connection</a> <span class="c_punctuation">()</span> @@ -78,7 +78,7 @@ <a name="NMVpnEditor.functions_details"></a><h2>Functions</h2> <div class="refsect2"> <a name="nm-vpn-editor-get-widget"></a><h3>nm_vpn_editor_get_widget ()</h3> -<pre class="programlisting"><a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="returnvalue">GObject</span></a> * +<pre class="programlisting"><span class="returnvalue">GObject</span> * nm_vpn_editor_get_widget (<em class="parameter"><code><a class="link" href="NMVpnEditor.html" title="NMVpnEditor"><span class="type">NMVpnEditor</span></a> *editor</code></em>);</pre> <div class="refsect3"> <a name="nm-vpn-editor-get-widget.parameters"></a><h4>Parameters</h4> @@ -104,10 +104,10 @@ nm_vpn_editor_get_widget (<em class="parameter"><code><a class="link" href="NMVp <hr> <div class="refsect2"> <a name="nm-vpn-editor-update-connection"></a><h3>nm_vpn_editor_update_connection ()</h3> -<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<pre class="programlisting"><span class="returnvalue">gboolean</span> nm_vpn_editor_update_connection (<em class="parameter"><code><a class="link" href="NMVpnEditor.html" title="NMVpnEditor"><span class="type">NMVpnEditor</span></a> *editor</code></em>, <em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>, - <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> + <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> </div> </div> <div class="refsect1"> @@ -149,7 +149,7 @@ nm_vpn_editor_update_connection (<em class="parameter"><code><a class="link" hre <tr> <td class="struct_member_name"><p><em class="structfield"><code><a name="NMVpnEditorInterface.update-connection"></a>update_connection</code></em> ()</p></td> <td class="struct_member_description"><p>called to save the user-entered options to the connection -object. Should return <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> and set <em class="parameter"><code>error</code></em> +object. Should return <code class="literal">FALSE</code> and set <em class="parameter"><code>error</code></em> if the current options are invalid. <em class="parameter"><code>error</code></em> should contain enough information for the plugin to @@ -173,6 +173,6 @@ to write values to the connection.</p></td> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.33.1</div> +<hr>Generated by GTK-Doc V1.34.0</div> </body> </html> \ No newline at end of file |