diff options
Diffstat (limited to 'docs/libnm/html/NMDeviceTeam.html')
| -rw-r--r-- | docs/libnm/html/NMDeviceTeam.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libnm/html/NMDeviceTeam.html b/docs/libnm/html/NMDeviceTeam.html index 84bae898..593166dc 100644 --- a/docs/libnm/html/NMDeviceTeam.html +++ b/docs/libnm/html/NMDeviceTeam.html @@ -212,7 +212,7 @@ nm_device_team_get_slaves (<em class="parameter"><code><a class="link" href="NMD <p><code class="literal">nm_device_team_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>Gets the devices currently attach as port to <em class="parameter"><code>device</code></em> .</p> <div class="refsect3"> <a name="nm-device-team-get-slaves.parameters"></a><h4>Parameters</h4> @@ -232,7 +232,7 @@ nm_device_team_get_slaves (<em class="parameter"><code><a class="link" href="NMD <div class="refsect3"> <a name="nm-device-team-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> @@ -322,7 +322,7 @@ device, and must not be modified.</p> <div class="refsect2"> <a name="NMDeviceTeam--slaves"></a><h3>The <code class="literal">“slaves”</code> property</h3> <pre class="programlisting"> “slaves” <span class="type">GPtrArray</span> *</pre> -<p>The devices enslaved to the team device.</p> +<p>The devices attached as port to the team 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: NMDeviceTeam</p> <p>Flags: Read</p> |