diff options
Diffstat (limited to 'docs/libnm/html/NMDeviceInfiniband.html')
| -rw-r--r-- | docs/libnm/html/NMDeviceInfiniband.html | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/docs/libnm/html/NMDeviceInfiniband.html b/docs/libnm/html/NMDeviceInfiniband.html index ccfcbef2..b6b52604 100644 --- a/docs/libnm/html/NMDeviceInfiniband.html +++ b/docs/libnm/html/NMDeviceInfiniband.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="#NMDeviceInfiniband.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> - <a href="#NMDeviceInfiniband.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#NMDeviceInfiniband.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#NMDeviceInfiniband.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> <a href="#NMDeviceInfiniband.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> @@ -98,6 +99,10 @@ <td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="NMDeviceInfiniband.html#NM-DEVICE-INFINIBAND-CARRIER:CAPS" title="NM_DEVICE_INFINIBAND_CARRIER">NM_DEVICE_INFINIBAND_CARRIER</a></td> </tr> +<tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="NMDeviceInfiniband.html#NMDeviceInfiniband-struct" title="NMDeviceInfiniband">NMDeviceInfiniband</a></td> +</tr> </tbody> </table></div> </div> @@ -110,6 +115,12 @@ </pre> </div> <div class="refsect1"> +<a name="NMDeviceInfiniband.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +NMDeviceInfiniband implements + GInitable and GAsyncInitable.</p> +</div> +<div class="refsect1"> <a name="NMDeviceInfiniband.description"></a><h2>Description</h2> </div> <div class="refsect1"> @@ -120,7 +131,7 @@ nm_device_infiniband_get_hw_address (<em class="parameter"><code><a class="link" href="NMDeviceInfiniband.html" title="NMDeviceInfiniband"><span class="type">NMDeviceInfiniband</span></a> *device</code></em>);</pre> <p>Gets the hardware (MAC) address of the <a class="link" href="NMDeviceInfiniband.html" title="NMDeviceInfiniband"><span class="type">NMDeviceInfiniband</span></a></p> <div class="refsect3"> -<a name="id-1.5.9.8.2.5"></a><h4>Parameters</h4> +<a name="id-1.5.9.9.2.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -135,7 +146,7 @@ nm_device_infiniband_get_hw_address (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.5.9.8.2.6"></a><h4>Returns</h4> +<a name="id-1.5.9.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> @@ -147,7 +158,7 @@ device, and must not be modified.</p> nm_device_infiniband_get_carrier (<em class="parameter"><code><a class="link" href="NMDeviceInfiniband.html" title="NMDeviceInfiniband"><span class="type">NMDeviceInfiniband</span></a> *device</code></em>);</pre> <p>Whether the device has carrier.</p> <div class="refsect3"> -<a name="id-1.5.9.8.3.5"></a><h4>Parameters</h4> +<a name="id-1.5.9.9.3.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -162,7 +173,7 @@ nm_device_infiniband_get_carrier (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.5.9.8.3.6"></a><h4>Returns</h4> +<a name="id-1.5.9.9.3.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the device has carrier</p> </div> </div> @@ -180,6 +191,11 @@ nm_device_infiniband_get_carrier (<em class="parameter"><code><a class="link" hr <pre class="programlisting">#define NM_DEVICE_INFINIBAND_CARRIER "carrier" </pre> </div> +<hr> +<div class="refsect2"> +<a name="NMDeviceInfiniband-struct"></a><h3>NMDeviceInfiniband</h3> +<pre class="programlisting">typedef struct _NMDeviceInfiniband NMDeviceInfiniband;</pre> +</div> </div> <div class="refsect1"> <a name="NMDeviceInfiniband.property-details"></a><h2>Property Details</h2> |