diff options
Diffstat (limited to 'docs/libnm/html/NMSettingWireGuard.html')
| -rw-r--r-- | docs/libnm/html/NMSettingWireGuard.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libnm/html/NMSettingWireGuard.html b/docs/libnm/html/NMSettingWireGuard.html index 4faf4634..fd499f75 100644 --- a/docs/libnm/html/NMSettingWireGuard.html +++ b/docs/libnm/html/NMSettingWireGuard.html @@ -500,7 +500,6 @@ is always unsealed. </p> <a name="nm-wireguard-peer-ref"></a><h3>nm_wireguard_peer_ref ()</h3> <pre class="programlisting"><a class="link" href="NMSettingWireGuard.html#NMWireGuardPeer"><span class="returnvalue">NMWireGuardPeer</span></a> * nm_wireguard_peer_ref (<em class="parameter"><code><a class="link" href="NMSettingWireGuard.html#NMWireGuardPeer"><span class="type">NMWireGuardPeer</span></a> *self</code></em>);</pre> -<p>This is not thread-safe.</p> <div class="refsect3"> <a name="nm-wireguard-peer-ref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table class="informaltable" width="100%" border="0"> @@ -521,6 +520,7 @@ nm_wireguard_peer_ref (<em class="parameter"><code><a class="link" href="NMSetti <p> returns the input argument <em class="parameter"><code>self</code></em> after incrementing the reference count.</p> +<p>Since 1.42, ref-counting of <a class="link" href="NMSettingWireGuard.html#NMWireGuardPeer"><span class="type">NMWireGuardPeer</span></a> is thread-safe.</p> </div> <p class="since">Since: 1.16</p> </div> @@ -532,7 +532,7 @@ nm_wireguard_peer_unref (<em class="parameter"><code><a class="link" href="NMSet <p>Drop a reference to <em class="parameter"><code>self</code></em> . If the last reference is dropped, the instance is freed and all associate data released.</p> -<p>This is not thread-safe.</p> +<p>Since 1.42, ref-counting of <a class="link" href="NMSettingWireGuard.html#NMWireGuardPeer"><span class="type">NMWireGuardPeer</span></a> is thread-safe.</p> <div class="refsect3"> <a name="nm-wireguard-peer-unref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table class="informaltable" width="100%" border="0"> |