diff options
Diffstat (limited to 'docs/libnm/html/NMDeviceBond.html')
| -rw-r--r-- | docs/libnm/html/NMDeviceBond.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/libnm/html/NMDeviceBond.html b/docs/libnm/html/NMDeviceBond.html index bfff1b9c..e8e145c0 100644 --- a/docs/libnm/html/NMDeviceBond.html +++ b/docs/libnm/html/NMDeviceBond.html @@ -154,6 +154,10 @@ nm_device_bond_get_carrier (<em class="parameter"><code><a class="link" href="NM <a name="nm-device-bond-get-slaves"></a><h3>nm_device_bond_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_bond_get_slaves (<em class="parameter"><code><a class="link" href="NMDeviceBond.html" title="NMDeviceBond"><span class="type">NMDeviceBond</span></a> *device</code></em>);</pre> +<div class="warning"> +<p><code class="literal">nm_device_bond_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 devices currently enslaved to <em class="parameter"><code>device</code></em> .</p> <div class="refsect3"> |