diff options
Diffstat (limited to 'docs/libnm/html/NMDeviceGeneric.html')
| -rw-r--r-- | docs/libnm/html/NMDeviceGeneric.html | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/docs/libnm/html/NMDeviceGeneric.html b/docs/libnm/html/NMDeviceGeneric.html index 8144c52f..e446b89d 100644 --- a/docs/libnm/html/NMDeviceGeneric.html +++ b/docs/libnm/html/NMDeviceGeneric.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="#NMDeviceGeneric.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> - <a href="#NMDeviceGeneric.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#NMDeviceGeneric.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#NMDeviceGeneric.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> <a href="#NMDeviceGeneric.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> @@ -89,6 +90,10 @@ <td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="NMDeviceGeneric.html#NM-DEVICE-GENERIC-TYPE-DESCRIPTION:CAPS" title="NM_DEVICE_GENERIC_TYPE_DESCRIPTION">NM_DEVICE_GENERIC_TYPE_DESCRIPTION</a></td> </tr> +<tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="NMDeviceGeneric.html#NMDeviceGeneric-struct" title="NMDeviceGeneric">NMDeviceGeneric</a></td> +</tr> </tbody> </table></div> </div> @@ -101,6 +106,12 @@ </pre> </div> <div class="refsect1"> +<a name="NMDeviceGeneric.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +NMDeviceGeneric implements + GInitable and GAsyncInitable.</p> +</div> +<div class="refsect1"> <a name="NMDeviceGeneric.description"></a><h2>Description</h2> </div> <div class="refsect1"> @@ -111,7 +122,7 @@ nm_device_generic_get_hw_address (<em class="parameter"><code><a class="link" href="NMDeviceGeneric.html" title="NMDeviceGeneric"><span class="type">NMDeviceGeneric</span></a> *device</code></em>);</pre> <p>Gets the hardware address of the <a class="link" href="NMDeviceGeneric.html" title="NMDeviceGeneric"><span class="type">NMDeviceGeneric</span></a></p> <div class="refsect3"> -<a name="id-1.5.8.8.2.5"></a><h4>Parameters</h4> +<a name="id-1.5.8.9.2.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -126,7 +137,7 @@ nm_device_generic_get_hw_address (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.5.8.8.2.6"></a><h4>Returns</h4> +<a name="id-1.5.8.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> @@ -145,6 +156,11 @@ device, and must not be modified.</p> <pre class="programlisting">#define NM_DEVICE_GENERIC_TYPE_DESCRIPTION "type-description" </pre> </div> +<hr> +<div class="refsect2"> +<a name="NMDeviceGeneric-struct"></a><h3>NMDeviceGeneric</h3> +<pre class="programlisting">typedef struct _NMDeviceGeneric NMDeviceGeneric;</pre> +</div> </div> <div class="refsect1"> <a name="NMDeviceGeneric.property-details"></a><h2>Property Details</h2> |