diff options
Diffstat (limited to 'docs/libnm-glib/html/NMDeviceModem.html')
| -rw-r--r-- | docs/libnm-glib/html/NMDeviceModem.html | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/docs/libnm-glib/html/NMDeviceModem.html b/docs/libnm-glib/html/NMDeviceModem.html index 2503475b..15fe2aa1 100644 --- a/docs/libnm-glib/html/NMDeviceModem.html +++ b/docs/libnm-glib/html/NMDeviceModem.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-glib Reference Manual: NMDeviceModem</title> +<title>NMDeviceModem: libnm-glib Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMDeviceWifi.html" title="NMDeviceWifi"> <link rel="next" href="NMDeviceBt.html" title="NMDeviceBt"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -127,8 +127,6 @@ </div> <div class="refsect1"> <a name="NMDeviceModem.description"></a><h2>Description</h2> -<p> -</p> </div> <div class="refsect1"> <a name="NMDeviceModem.functions_details"></a><h2>Functions</h2> @@ -140,7 +138,6 @@ nm_device_modem_error_quark (<em class="parameter"><code><span class="type">void <div class="refsect3"> <a name="id-1.3.7.8.2.5"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMDeviceModem.html" title="NMDeviceModem"><span class="type">NMDeviceModem</span></a> errors.</p> -<p></p> </div> </div> <hr> @@ -170,7 +167,6 @@ may require a firmware reload or reinitialization.</p> <div class="refsect3"> <a name="id-1.3.7.8.3.6"></a><h4>Returns</h4> <p> the generic access technology families the modem supports</p> -<p></p> </div> </div> <hr> @@ -201,7 +197,6 @@ represents the network types the modem can immediately connect to.</p> <a name="id-1.3.7.8.4.6"></a><h4>Returns</h4> <p> the generic access technology families the modem supports without a firmware reload or other reinitialization</p> -<p></p> </div> </div> </div> @@ -255,24 +250,18 @@ a firmware reload or other reinitialization</p> <a name="NM-DEVICE-MODEM-ERROR:CAPS"></a><h3>NM_DEVICE_MODEM_ERROR</h3> <pre class="programlisting">#define NM_DEVICE_MODEM_ERROR nm_device_modem_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DEVICE-MODEM-MODEM-CAPABILITIES:CAPS"></a><h3>NM_DEVICE_MODEM_MODEM_CAPABILITIES</h3> <pre class="programlisting">#define NM_DEVICE_MODEM_MODEM_CAPABILITIES "modem-capabilities" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DEVICE-MODEM-CURRENT-CAPABILITIES:CAPS"></a><h3>NM_DEVICE_MODEM_CURRENT_CAPABILITIES</h3> <pre class="programlisting">#define NM_DEVICE_MODEM_CURRENT_CAPABILITIES "current-capabilities" </pre> -<p> -</p> </div> </div> <div class="refsect1"> @@ -280,7 +269,8 @@ a firmware reload or other reinitialization</p> <div class="refsect2"> <a name="NMDeviceModem--current-capabilities"></a><h3>The <code class="literal">“current-capabilities”</code> property</h3> <pre class="programlisting"> “current-capabilities” <span class="type">guint</span></pre> -<p></p> +<p>The generic family of access technologies the modem currently supports +without a firmware reload or reinitialization.</p> <p>Flags: Read</p> <p>Default value: 0</p> </div> @@ -288,14 +278,16 @@ a firmware reload or other reinitialization</p> <div class="refsect2"> <a name="NMDeviceModem--modem-capabilities"></a><h3>The <code class="literal">“modem-capabilities”</code> property</h3> <pre class="programlisting"> “modem-capabilities” <span class="type">guint</span></pre> -<p></p> +<p>The generic family of access technologies the modem supports. Not all +capabilities are available at the same time however; some modems require +a firmware reload or other reinitialization to switch between eg +CDMA/EVDO and GSM/UMTS.</p> <p>Flags: Read</p> <p>Default value: 0</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file |