diff options
Diffstat (limited to 'docs/libnm-util/html/NMSettingBluetooth.html')
| -rw-r--r-- | docs/libnm-util/html/NMSettingBluetooth.html | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/docs/libnm-util/html/NMSettingBluetooth.html b/docs/libnm-util/html/NMSettingBluetooth.html index cf501a32..b011f98f 100644 --- a/docs/libnm-util/html/NMSettingBluetooth.html +++ b/docs/libnm-util/html/NMSettingBluetooth.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingBluetooth</title> +<title>NMSettingBluetooth: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"> <link rel="next" href="NMSettingSerial.html" title="NMSettingSerial"> -<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"> @@ -168,7 +168,6 @@ nm_setting_bluetooth_error_quark (<em class="parameter"><code><span class="type" <div class="refsect3"> <a name="id-1.2.8.9.2.5"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</span></a> errors.</p> -<p></p> </div> </div> <hr> @@ -208,7 +207,6 @@ describes a connection to.</p> <div class="refsect3"> <a name="id-1.2.8.9.4.6"></a><h4>Returns</h4> <p> the Bluetooth address</p> -<p></p> </div> </div> <hr> @@ -238,7 +236,6 @@ either DUN to a DUN-capable device or PANU to a NAP-capable device).</p> <a name="id-1.2.8.9.5.6"></a><h4>Returns</h4> <p> the type, either <a class="link" href="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE-PANU:CAPS" title="NM_SETTING_BLUETOOTH_TYPE_PANU"><code class="literal">NM_SETTING_BLUETOOTH_TYPE_PANU</code></a> or <a class="link" href="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE-DUN:CAPS" title="NM_SETTING_BLUETOOTH_TYPE_DUN"><code class="literal">NM_SETTING_BLUETOOTH_TYPE_DUN</code></a></p> -<p></p> </div> </div> </div> @@ -248,8 +245,6 @@ either DUN to a DUN-capable device or PANU to a NAP-capable device).</p> <a name="NM-SETTING-BLUETOOTH-SETTING-NAME:CAPS"></a><h3>NM_SETTING_BLUETOOTH_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_BLUETOOTH_SETTING_NAME "bluetooth" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -303,24 +298,18 @@ must also contain an <a class="link" href="NMSettingGsm.html" title="NMSettingGs <a name="NM-SETTING-BLUETOOTH-ERROR:CAPS"></a><h3>NM_SETTING_BLUETOOTH_ERROR</h3> <pre class="programlisting">#define NM_SETTING_BLUETOOTH_ERROR nm_setting_bluetooth_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BLUETOOTH-BDADDR:CAPS"></a><h3>NM_SETTING_BLUETOOTH_BDADDR</h3> <pre class="programlisting">#define NM_SETTING_BLUETOOTH_BDADDR "bdaddr" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BLUETOOTH-TYPE:CAPS"></a><h3>NM_SETTING_BLUETOOTH_TYPE</h3> <pre class="programlisting">#define NM_SETTING_BLUETOOTH_TYPE "type" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -344,21 +333,21 @@ NAP (Network Access Point) protocol, which accepts connections via PANU.</p> <div class="refsect2"> <a name="NMSettingBluetooth--bdaddr"></a><h3>The <code class="literal">“bdaddr”</code> property</h3> <pre class="programlisting"> “bdaddr” <span class="type">GArray_guchar_</span> *</pre> -<p></p> +<p>The Bluetooth address of the device.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingBluetooth--type"></a><h3>The <code class="literal">“type”</code> property</h3> <pre class="programlisting"> “type” <span class="type">gchar</span> *</pre> -<p></p> +<p>Either "dun" for Dial-Up Networking connections or "panu" for Personal +Area Networking connections to devices supporting the NAP profile.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</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 |