diff options
| author | Michael Biebl <biebl@debian.org> | 2023-02-23 17:11:22 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-02-23 17:11:22 +0100 |
| commit | b22a7b55d0bc5a7999dccaeacdde745f5ace9d66 (patch) | |
| tree | 597d2716cfa4b904c98717b874371e0e7b5e0c71 /docs/libnm/html/libnm-nm-conn-utils.html | |
| parent | 1372848511cb896b80b51ed1a3e9606bd9816631 (diff) | |
New upstream version 1.42.2 upstream/1.42.2
Diffstat (limited to 'docs/libnm/html/libnm-nm-conn-utils.html')
| -rw-r--r-- | docs/libnm/html/libnm-nm-conn-utils.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/libnm/html/libnm-nm-conn-utils.html b/docs/libnm/html/libnm-nm-conn-utils.html index 61797b70..70e7753d 100644 --- a/docs/libnm/html/libnm-nm-conn-utils.html +++ b/docs/libnm/html/libnm-nm-conn-utils.html @@ -40,7 +40,7 @@ </colgroup> <tbody><tr> <td class="function_type"> -<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="returnvalue">NMConnection</span></a> * +<a class="link" href="NMConnection.html" title="NMConnection"><span class="returnvalue">NMConnection</span></a> * </td> <td class="function_name"> <a class="link" href="libnm-nm-conn-utils.html#nm-conn-wireguard-import" title="nm_conn_wireguard_import ()">nm_conn_wireguard_import</a> <span class="c_punctuation">()</span> @@ -56,7 +56,7 @@ <a name="libnm-nm-conn-utils.functions_details"></a><h2>Functions</h2> <div class="refsect2"> <a name="nm-conn-wireguard-import"></a><h3>nm_conn_wireguard_import ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="returnvalue">NMConnection</span></a> * +<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><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <div class="refsect3"> @@ -70,7 +70,7 @@ nm_conn_wireguard_import (<em class="parameter"><code>const <span class="type">c <tbody> <tr> <td class="parameter_name"><p>filename</p></td> -<td class="parameter_description"><p>name of the file to attempt to read into a new <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>name of the file to attempt to read into a new <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -83,7 +83,7 @@ nm_conn_wireguard_import (<em class="parameter"><code>const <span class="type">c </div> <div class="refsect3"> <a name="nm-conn-wireguard-import.returns"></a><h4>Returns</h4> -<p>a new <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> imported from <em class="parameter"><code>path</code></em> +<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 <a href="https://developer.gnome.org/glib/unstable/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> |