diff options
| author | Michael Biebl <biebl@debian.org> | 2022-01-13 22:30:39 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-01-13 22:30:39 +0100 |
| commit | 88c227d90a6b7b388c5c85d72802a0ca8f05ed5c (patch) | |
| tree | 71f32df6617802270e8a78574bd8e1637dc532f4 /docs/libnm/html/NMDeviceOvsBridge.html | |
| parent | e74c568b07b50b97873fb4ee1d776dedefbd54d6 (diff) | |
New upstream version 1.34.0 upstream/1.34.0
Diffstat (limited to 'docs/libnm/html/NMDeviceOvsBridge.html')
| -rw-r--r-- | docs/libnm/html/NMDeviceOvsBridge.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/libnm/html/NMDeviceOvsBridge.html b/docs/libnm/html/NMDeviceOvsBridge.html index 3ac38e0e..00799da2 100644 --- a/docs/libnm/html/NMDeviceOvsBridge.html +++ b/docs/libnm/html/NMDeviceOvsBridge.html @@ -69,6 +69,10 @@ <a name="nm-device-ovs-bridge-get-slaves"></a><h3>nm_device_ovs_bridge_get_slaves ()</h3> <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_device_ovs_bridge_get_slaves (<em class="parameter"><code><a class="link" href="NMDeviceOvsBridge.html" title="NMDeviceOvsBridge"><span class="type">NMDeviceOvsBridge</span></a> *device</code></em>);</pre> +<div class="warning"> +<p><code class="literal">nm_device_ovs_bridge_get_slaves</code> has been deprecated since version 1.34 and should not be used in newly-written code.</p> +<p>Use <a class="link" href="NMDevice.html#nm-device-get-ports" title="nm_device_get_ports ()"><code class="function">nm_device_get_ports()</code></a> instead.</p> +</div> <p>Gets the ports currently enslaved to <em class="parameter"><code>device</code></em> .</p> <div class="refsect3"> |