diff options
| author | Michael Biebl <biebl@debian.org> | 2024-07-05 18:15:13 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-07-05 18:15:13 +0200 |
| commit | 58affb29b8386d6d26359da604a64fefe7ae0a60 (patch) | |
| tree | 6c0c9b519e431ca178070c89f516dbaa660bbddb /docs/libnm/html/libnm-nm-conn-utils.html | |
| parent | 8e2fde558a5af5c3b03a5112dbd8f9085c5a8369 (diff) | |
New upstream version 1.48.4 upstream/1.48.4
Diffstat (limited to 'docs/libnm/html/libnm-nm-conn-utils.html')
| -rw-r--r-- | docs/libnm/html/libnm-nm-conn-utils.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/libnm/html/libnm-nm-conn-utils.html b/docs/libnm/html/libnm-nm-conn-utils.html index 8889c43e..b34c7a41 100644 --- a/docs/libnm/html/libnm-nm-conn-utils.html +++ b/docs/libnm/html/libnm-nm-conn-utils.html @@ -8,7 +8,7 @@ <link rel="up" href="ch05.html" title="Utility API Reference"> <link rel="prev" href="libnm-nm-utils.html" title="nm-utils"> <link rel="next" href="libnm-nm-ethtool-utils.html" title="nm-ethtool-utils"> -<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -58,7 +58,7 @@ <a name="nm-conn-wireguard-import"></a><h3>nm_conn_wireguard_import ()</h3> <pre class="programlisting"><a class="link" href="NMConnection.html" title="NMConnection"><span class="returnvalue">NMConnection</span></a> * nm_conn_wireguard_import (<em class="parameter"><code>const <span class="type">char</span> *filename</code></em>, - <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> + <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <div class="refsect3"> <a name="nm-conn-wireguard-import.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table class="informaltable" width="100%" border="0"> @@ -75,7 +75,7 @@ nm_conn_wireguard_import (<em class="parameter"><code>const <span class="type">c </tr> <tr> <td class="parameter_name"><p>error</p></td> -<td class="parameter_description"><p>on return, an error or <code class="literal">NULL</code></p></td> +<td class="parameter_description"><p>on return, an error or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td> <td class="parameter_annotations"> </td> </tr> </tbody> @@ -84,7 +84,7 @@ nm_conn_wireguard_import (<em class="parameter"><code>const <span class="type">c <div class="refsect3"> <a name="nm-conn-wireguard-import.returns"></a><h4>Returns</h4> <p>a new <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> imported from <em class="parameter"><code>path</code></em> -, or <code class="literal">NULL</code> +, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error or if the file with <em class="parameter"><code>filename</code></em> was not recognized as a WireGuard config. </p> <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p> @@ -94,6 +94,6 @@ was not recognized as a WireGuard config. </p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.34.0</div> +<hr>Generated by GTK-Doc V1.33.1</div> </body> </html> \ No newline at end of file |