diff options
| author | Michael Biebl <biebl@debian.org> | 2024-08-09 18:57:15 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-08-09 18:57:15 +0200 |
| commit | e96d74409128c6a977e31f24fad9b267d2feb9a1 (patch) | |
| tree | 12dad71135c6c291de457568cb973208ea8a0024 /docs/libnm/html/NMDeviceOvsBridge.html | |
| parent | 45a364c60a9d6d34e614c4f1f507c69336ad1e69 (diff) | |
New upstream version 1.48.8 upstream/1.48.8
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> |