summary refs log tree commit diff
path: root/docs/libnm/html/NMDeviceTeam.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libnm/html/NMDeviceTeam.html')
-rw-r--r--docs/libnm/html/NMDeviceTeam.html30
1 files changed, 23 insertions, 7 deletions
diff --git a/docs/libnm/html/NMDeviceTeam.html b/docs/libnm/html/NMDeviceTeam.html
index e166abba..ecfce255 100644
--- a/docs/libnm/html/NMDeviceTeam.html
+++ b/docs/libnm/html/NMDeviceTeam.html
@@ -16,7 +16,8 @@
 <td width="100%" align="left" class="shortcuts">
 <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
                   <a href="#NMDeviceTeam.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
-                  <a href="#NMDeviceTeam.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties">  <span class="dim">|</span> 
+                  <a href="#NMDeviceTeam.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces">  <span class="dim">|</span> 
+                  <a href="#NMDeviceTeam.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties">  <span class="dim">|</span> 
                   <a href="#NMDeviceTeam.properties" class="shortcut">Properties</a></span>
 </td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
@@ -115,6 +116,10 @@
 <td class="define_keyword">#define</td>
 <td class="function_name"><a class="link" href="NMDeviceTeam.html#NM-DEVICE-TEAM-SLAVES:CAPS" title="NM_DEVICE_TEAM_SLAVES">NM_DEVICE_TEAM_SLAVES</a></td>
 </tr>
+<tr>
+<td class="datatype_keyword"> </td>
+<td class="function_name"><a class="link" href="NMDeviceTeam.html#NMDeviceTeam-struct" title="NMDeviceTeam">NMDeviceTeam</a></td>
+</tr>
 </tbody>
 </table></div>
 </div>
@@ -127,6 +132,12 @@
 </pre>
 </div>
 <div class="refsect1">
+<a name="NMDeviceTeam.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
+<p>
+NMDeviceTeam implements
+ GInitable and  GAsyncInitable.</p>
+</div>
+<div class="refsect1">
 <a name="NMDeviceTeam.description"></a><h2>Description</h2>
 </div>
 <div class="refsect1">
@@ -137,7 +148,7 @@
 nm_device_team_get_hw_address (<em class="parameter"><code><a class="link" href="NMDeviceTeam.html" title="NMDeviceTeam"><span class="type">NMDeviceTeam</span></a> *device</code></em>);</pre>
 <p>Gets the hardware (MAC) address of the <a class="link" href="NMDeviceTeam.html" title="NMDeviceTeam"><span class="type">NMDeviceTeam</span></a></p>
 <div class="refsect3">
-<a name="id-1.5.14.8.2.5"></a><h4>Parameters</h4>
+<a name="id-1.5.14.9.2.5"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -152,7 +163,7 @@ nm_device_team_get_hw_address (<em class="parameter"><code><a class="link" href=
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.5.14.8.2.6"></a><h4>Returns</h4>
+<a name="id-1.5.14.9.2.6"></a><h4>Returns</h4>
 <p> the hardware address. This is the internal string used by the
 device, and must not be modified.</p>
 </div>
@@ -164,7 +175,7 @@ device, and must not be modified.</p>
 nm_device_team_get_carrier (<em class="parameter"><code><a class="link" href="NMDeviceTeam.html" title="NMDeviceTeam"><span class="type">NMDeviceTeam</span></a> *device</code></em>);</pre>
 <p>Whether the device has carrier.</p>
 <div class="refsect3">
-<a name="id-1.5.14.8.3.5"></a><h4>Parameters</h4>
+<a name="id-1.5.14.9.3.5"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -179,7 +190,7 @@ nm_device_team_get_carrier (<em class="parameter"><code><a class="link" href="NM
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.5.14.8.3.6"></a><h4>Returns</h4>
+<a name="id-1.5.14.9.3.6"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> if the device has carrier</p>
 </div>
 </div>
@@ -191,7 +202,7 @@ nm_device_team_get_slaves (<em class="parameter"><code><a class="link" href="NMD
 <p>Gets the devices currently enslaved to <em class="parameter"><code>device</code></em>
 .</p>
 <div class="refsect3">
-<a name="id-1.5.14.8.4.5"></a><h4>Parameters</h4>
+<a name="id-1.5.14.9.4.5"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -206,7 +217,7 @@ nm_device_team_get_slaves (<em class="parameter"><code><a class="link" href="NMD
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.5.14.8.4.6"></a><h4>Returns</h4>
+<a name="id-1.5.14.9.4.6"></a><h4>Returns</h4>
 <p> the <span class="type">GPtrArray</span> containing
 <a href="NMDevice.html"><span class="type">NMDevices</span></a> that are slaves of <em class="parameter"><code>device</code></em>
 . This is the internal
@@ -234,6 +245,11 @@ copy used by the device, and must not be modified. </p>
 <pre class="programlisting">#define NM_DEVICE_TEAM_SLAVES      "slaves"
 </pre>
 </div>
+<hr>
+<div class="refsect2">
+<a name="NMDeviceTeam-struct"></a><h3>NMDeviceTeam</h3>
+<pre class="programlisting">typedef struct _NMDeviceTeam NMDeviceTeam;</pre>
+</div>
 </div>
 <div class="refsect1">
 <a name="NMDeviceTeam.property-details"></a><h2>Property Details</h2>