about summary refs log tree commit diff
path: root/docs/libnm/html/libnm-nm-conn-utils.html
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2023-02-23 17:12:30 +0100
committerMichael Biebl <biebl@debian.org>2023-02-23 17:12:30 +0100
commit5569fe42f8ffe613b86ee3241676031d563cdd0c (patch)
treee1dcb8326372e565ae2a565f588134e88e26a14b /docs/libnm/html/libnm-nm-conn-utils.html
parented857ba34efc2ec899f2e3fbd8e35324561a55b2 (diff)
parentb22a7b55d0bc5a7999dccaeacdde745f5ace9d66 (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/libnm-nm-conn-utils.html')
-rw-r--r--docs/libnm/html/libnm-nm-conn-utils.html8
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>