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>2024-05-05 00:07:30 +0200
committerMichael Biebl <biebl@debian.org>2024-05-05 00:07:30 +0200
commit34bb501be08aa2b313d88e67d6e0a7e0a3f9cfa6 (patch)
tree4e6220877828be4c6f261de09ec0cb2d80e32389 /docs/libnm/html/libnm-nm-conn-utils.html
parentbba2e4b4de668db525cbfdfc35292e5a0b51671a (diff)
New upstream version 1.47.90 upstream/1.47.90
Diffstat (limited to 'docs/libnm/html/libnm-nm-conn-utils.html')
-rw-r--r--docs/libnm/html/libnm-nm-conn-utils.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libnm/html/libnm-nm-conn-utils.html b/docs/libnm/html/libnm-nm-conn-utils.html
index 70e7753d..b34c7a41 100644
--- a/docs/libnm/html/libnm-nm-conn-utils.html
+++ b/docs/libnm/html/libnm-nm-conn-utils.html
@@ -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><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **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 <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></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 <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
+, 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>