diff options
Diffstat (limited to 'docs/libnm/html/NMDeviceOvsBridge.html')
| -rw-r--r-- | docs/libnm/html/NMDeviceOvsBridge.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libnm/html/NMDeviceOvsBridge.html b/docs/libnm/html/NMDeviceOvsBridge.html index cf296576..80f54539 100644 --- a/docs/libnm/html/NMDeviceOvsBridge.html +++ b/docs/libnm/html/NMDeviceOvsBridge.html @@ -105,7 +105,7 @@ nm_device_ovs_bridge_get_slaves (<em class="parameter"><code><a class="link" hre <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>Gets the ports currently attached as port to <em class="parameter"><code>device</code></em> .</p> <div class="refsect3"> <a name="nm-device-ovs-bridge-get-slaves.parameters"></a><h4>Parameters</h4> @@ -125,7 +125,7 @@ nm_device_ovs_bridge_get_slaves (<em class="parameter"><code><a class="link" hre <div class="refsect3"> <a name="nm-device-ovs-bridge-get-slaves.returns"></a><h4>Returns</h4> <p>the <span class="type">GPtrArray</span> containing -<span class="type">NMDevices</span> that are slaves of <em class="parameter"><code>device</code></em> +<span class="type">NMDevices</span> that are ports of <em class="parameter"><code>device</code></em> . This is the internal copy used by the device, and must not be modified. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMDevice]</span></p> @@ -152,7 +152,7 @@ copy used by the device, and must not be modified. </p> <div class="refsect2"> <a name="NMDeviceOvsBridge--slaves"></a><h3>The <code class="literal">“slaves”</code> property</h3> <pre class="programlisting"> “slaves” <span class="type">GPtrArray</span> *</pre> -<p>Gets the ports currently enslaved to the device.</p> +<p>Gets the ports currently attached as port to the device.</p> <p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GPtrArray(NMDevice)]</span></p> <p>Owner: NMDeviceOvsBridge</p> <p>Flags: Read</p> |