diff options
| author | Michael Biebl <biebl@debian.org> | 2018-07-01 20:58:23 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-07-01 20:58:23 +0200 |
| commit | 429393567647935d9123e21fd27a7529d50255eb (patch) | |
| tree | b5a99bf0cbbe77fccd7fee81caf71915ccf9eb96 /docs/libnm/html/NMConnection.html | |
| parent | 069cb5c3a525ebcc19cc2927964258acaca87b13 (diff) | |
New upstream version 1.12.0 upstream/1.12.0
Diffstat (limited to 'docs/libnm/html/NMConnection.html')
| -rw-r--r-- | docs/libnm/html/NMConnection.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/libnm/html/NMConnection.html b/docs/libnm/html/NMConnection.html index 613f9100..03447216 100644 --- a/docs/libnm/html/NMConnection.html +++ b/docs/libnm/html/NMConnection.html @@ -476,7 +476,7 @@ </tr> <tr> <td class="function_type"> -<span class="returnvalue">NMSettingProxy</span> * +<a class="link" href="NMSettingProxy.html" title="NMSettingProxy"><span class="returnvalue">NMSettingProxy</span></a> * </td> <td class="function_name"> <a class="link" href="NMConnection.html#nm-connection-get-setting-proxy" title="nm_connection_get_setting_proxy ()">nm_connection_get_setting_proxy</a> <span class="c_punctuation">()</span> @@ -2404,9 +2404,9 @@ nm_connection_get_setting_pppoe (<em class="parameter"><code><a class="link" hre <hr> <div class="refsect2"> <a name="nm-connection-get-setting-proxy"></a><h3>nm_connection_get_setting_proxy ()</h3> -<pre class="programlisting"><span class="returnvalue">NMSettingProxy</span> * +<pre class="programlisting"><a class="link" href="NMSettingProxy.html" title="NMSettingProxy"><span class="returnvalue">NMSettingProxy</span></a> * nm_connection_get_setting_proxy (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> -<p>A shortcut to return any <span class="type">NMSettingProxy</span> the connection might contain.</p> +<p>A shortcut to return any <a class="link" href="NMSettingProxy.html" title="NMSettingProxy"><span class="type">NMSettingProxy</span></a> the connection might contain.</p> <div class="refsect3"> <a name="nm-connection-get-setting-proxy.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table class="informaltable" width="100%" border="0"> @@ -2424,7 +2424,7 @@ nm_connection_get_setting_proxy (<em class="parameter"><code><a class="link" hre </div> <div class="refsect3"> <a name="nm-connection-get-setting-proxy.returns"></a><h4>Returns</h4> -<p>an <span class="type">NMSettingProxy</span> if the connection contains one, otherwise <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p> +<p>an <a class="link" href="NMSettingProxy.html" title="NMSettingProxy"><span class="type">NMSettingProxy</span></a> if the connection contains one, otherwise <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> <p class="since">Since: 1.6</p> |