diff options
Diffstat (limited to 'docs/libnm/html/NMDeviceAdsl.html')
| -rw-r--r-- | docs/libnm/html/NMDeviceAdsl.html | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/docs/libnm/html/NMDeviceAdsl.html b/docs/libnm/html/NMDeviceAdsl.html index 7c9c5612..f64abd16 100644 --- a/docs/libnm/html/NMDeviceAdsl.html +++ b/docs/libnm/html/NMDeviceAdsl.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="#NMDeviceAdsl.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> - <a href="#NMDeviceAdsl.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#NMDeviceAdsl.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#NMDeviceAdsl.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> <a href="#NMDeviceAdsl.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> @@ -72,10 +73,16 @@ <col width="150px" class="name"> <col class="description"> </colgroup> -<tbody><tr> +<tbody> +<tr> <td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="NMDeviceAdsl.html#NM-DEVICE-ADSL-CARRIER:CAPS" title="NM_DEVICE_ADSL_CARRIER">NM_DEVICE_ADSL_CARRIER</a></td> -</tr></tbody> +</tr> +<tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="NMDeviceAdsl.html#NMDeviceAdsl-struct" title="NMDeviceAdsl">NMDeviceAdsl</a></td> +</tr> +</tbody> </table></div> </div> <div class="refsect1"> @@ -87,6 +94,12 @@ </pre> </div> <div class="refsect1"> +<a name="NMDeviceAdsl.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +NMDeviceAdsl implements + GInitable and GAsyncInitable.</p> +</div> +<div class="refsect1"> <a name="NMDeviceAdsl.description"></a><h2>Description</h2> </div> <div class="refsect1"> @@ -97,7 +110,7 @@ nm_device_adsl_get_carrier (<em class="parameter"><code><a class="link" href="NMDeviceAdsl.html" title="NMDeviceAdsl"><span class="type">NMDeviceAdsl</span></a> *device</code></em>);</pre> <p>Whether the device has carrier.</p> <div class="refsect3"> -<a name="id-1.5.3.8.2.5"></a><h4>Parameters</h4> +<a name="id-1.5.3.9.2.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -112,7 +125,7 @@ nm_device_adsl_get_carrier (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.5.3.8.2.6"></a><h4>Returns</h4> +<a name="id-1.5.3.9.2.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the device has carrier</p> </div> </div> @@ -124,6 +137,11 @@ nm_device_adsl_get_carrier (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting">#define NM_DEVICE_ADSL_CARRIER "carrier" </pre> </div> +<hr> +<div class="refsect2"> +<a name="NMDeviceAdsl-struct"></a><h3>NMDeviceAdsl</h3> +<pre class="programlisting">typedef struct _NMDeviceAdsl NMDeviceAdsl;</pre> +</div> </div> <div class="refsect1"> <a name="NMDeviceAdsl.property-details"></a><h2>Property Details</h2> |