[gnomeweb-wml] nm: update documentation for 0.8.4 release



commit 878eb21ecbcb75d7684ed1ee1bac30452e4ff006
Author: Dan Williams <dcbw redhat com>
Date:   Thu Apr 21 12:38:28 2011 -0500

    nm: update documentation for 0.8.4 release

 .../developers/libnm-glib/08/Makefile.am           |   12 +
 .../developers/libnm-glib/08/NMAccessPoint.html    |  324 +-
 .../libnm-glib/08/NMActiveConnection.html          |  301 +-
 .../developers/libnm-glib/08/NMCdmaDevice.html     |   78 +-
 .../developers/libnm-glib/08/NMClient.html         |  644 ++--
 .../developers/libnm-glib/08/NMDHCP4Config.html    |  131 +-
 .../developers/libnm-glib/08/NMDHCP6Config.html    |  206 +
 .../developers/libnm-glib/08/NMDevice.html         |  539 ++--
 .../developers/libnm-glib/08/NMDeviceBt.html       |  262 ++
 .../developers/libnm-glib/08/NMDeviceEthernet.html |  202 +-
 .../developers/libnm-glib/08/NMDeviceWifi.html     |  328 +-
 .../libnm-glib/08/NMExportedConnection.html        |  139 +
 .../developers/libnm-glib/08/NMGsmDevice.html      |   74 +-
 .../developers/libnm-glib/08/NMIP4Config.html      |  268 +-
 .../developers/libnm-glib/08/NMIP6Config.html      |  216 +-
 .../developers/libnm-glib/08/NMObject.html         |  105 +-
 .../libnm-glib/08/NMRemoteConnection.html          |  163 +
 .../developers/libnm-glib/08/NMRemoteSettings.html |  189 +
 .../developers/libnm-glib/08/NMSerialDevice.html   |  107 +-
 .../developers/libnm-glib/08/NMVPNConnection.html  |  265 ++
 .../developers/libnm-glib/08/ch01.html             |   76 +-
 .../developers/libnm-glib/08/index.html            |   73 +-
 .../08/libnm-glib-NMRemoteSettingsSystem.html      |  108 +
 .../libnm-glib/08/libnm-glib-NMSettings.html       |  310 ++
 .../08/libnm-glib-NMSettingsConnection.html        |  375 ++
 .../08/libnm-glib-NMSettingsService.html           |  189 +
 .../libnm-glib/08/libnm-glib-NMSettingsSystem.html |  305 ++
 .../libnm-glib/08/libnm-glib-NMVPNPlugin.html      |  167 +-
 .../libnm-glib/08/libnm-glib-NMVpnPluginUi.html    |  667 +++
 .../libnm-glib/08/libnm-glib-nm-types.html         |  111 +-
 .../developers/libnm-glib/08/style.css             |  206 +-
 .../developers/libnm-util/08/Makefile.am           |    3 +-
 .../developers/libnm-util/08/NMConnection.html     | 1103 ++----
 .../developers/libnm-util/08/NMSetting.html        |  792 ++--
 .../developers/libnm-util/08/NMSetting8021x.html   | 2642 +++--------
 .../libnm-util/08/NMSettingBluetooth.html          |  179 +-
 .../developers/libnm-util/08/NMSettingCdma.html    |  255 +-
 .../libnm-util/08/NMSettingConnection.html         |  450 +--
 .../developers/libnm-util/08/NMSettingGsm.html     |  470 +--
 .../libnm-util/08/NMSettingIP4Config.html          | 1255 ++----
 .../libnm-util/08/NMSettingIP6Config.html          | 1127 ++----
 .../libnm-util/08/NMSettingOlpcMesh.html           |  209 +-
 .../developers/libnm-util/08/NMSettingPPP.html     |  703 +---
 .../developers/libnm-util/08/NMSettingPPPOE.html   |  192 +-
 .../developers/libnm-util/08/NMSettingSerial.html  |  266 +-
 .../developers/libnm-util/08/NMSettingVPN.html     |  352 +-
 .../developers/libnm-util/08/NMSettingWired.html   |  634 ++-
 .../libnm-util/08/NMSettingWireless.html           |  584 +--
 .../libnm-util/08/NMSettingWirelessSecurity.html   |  819 +---
 .../libnm-util/08/annotation-glossary.html         |   36 +
 .../developers/libnm-util/08/api-index-full.html   | 4863 ++++++++++----------
 .../developers/libnm-util/08/ch01.html             |   13 +-
 .../developers/libnm-util/08/index.html            |   16 +-
 .../libnm-util/08/libnm-util-nm-utils.html         |  935 ++---
 .../developers/libnm-util/08/object-tree.html      |   83 +-
 .../developers/libnm-util/08/style.css             |  206 +-
 .../developers/libnm-util/09/libnm-util.devhelp    |  814 ----
 .../developers/libnm-util/09/libnm-util.devhelp2   |  843 ----
 .../NetworkManager/developers/spec-08.html         |  218 +-
 59 files changed, 12291 insertions(+), 14911 deletions(-)
---
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/Makefile.am b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/Makefile.am
index edae48a..268ca0e 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/Makefile.am
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/Makefile.am
@@ -13,19 +13,31 @@ page_SCRIPTS=\
 	libnm-glib-NMVPNConnection.html \
 	libnm-glib-NMVPNPlugin.html \
 	libnm-glib-nm-vpn-plugin-ui-interface.html \
+	libnm-glib-NMRemoteSettingsSystem.html \
+	libnm-glib-NMSettings.html \
+	libnm-glib-NMSettingsConnection.html \
+	libnm-glib-NMSettingsService.html \
+	libnm-glib-NMSettingsSystem.html \
+	libnm-glib-NMVpnPluginUi.html \
 	NMAccessPoint.html \
 	NMActiveConnection.html \
 	NMCdmaDevice.html \
 	NMClient.html \
 	NMDeviceEthernet.html \
+	NMDeviceBt.html \
 	NMDevice.html \
 	NMDeviceWifi.html \
 	NMDHCP4Config.html \
+	NMDHCP6Config.html \
 	NMGsmDevice.html \
 	NMIP4Config.html \
 	NMIP6Config.html \
 	NMObject.html \
 	NMSerialDevice.html \
+	NMExportedConnection.html \
+	NMRemoteConnection.html \
+	NMRemoteSettings.html \
+	NMVPNConnection.html \
 	right.png \
 	style.css \
 	up.png \
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMAccessPoint.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMAccessPoint.html
index 2f8316d..60db8c4 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMAccessPoint.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMAccessPoint.html
@@ -3,32 +3,31 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMAccessPoint</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="index.html" title="libnm-glib Reference Manual">
-<link rel="up" href="ch01.html" title="[Insert title here]">
-<link rel="prev" href="ch01.html" title="[Insert title here]">
-<link rel="next" href="NMCdmaDevice.html" title="NMCdmaDevice">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="NMDeviceBt.html" title="NMDeviceBt">
+<link rel="next" href="NMIP4Config.html" title="NMIP4Config">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="[Insert title here]">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 <tr valign="middle">
-<td><a accesskey="p" href="ch01.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="p" href="NMDeviceBt.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 <th width="100%" align="center">libnm-glib Reference Manual</th>
-<td><a accesskey="n" href="NMCdmaDevice.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+<td><a accesskey="n" href="NMIP4Config.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMAccessPoint.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMAccessPoint.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMAccessPoint.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMAccessPoint.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMAccessPoint.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMAccessPoint.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMAccessPoint.properties" class="shortcut">Properties</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMAccessPoint">
@@ -42,54 +41,34 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMAccessPoint.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-#define             <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-FLAGS--CAPS" title="NM_ACCESS_POINT_FLAGS">NM_ACCESS_POINT_FLAGS</a>
-#define             <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-WPA-FLAGS--CAPS" title="NM_ACCESS_POINT_WPA_FLAGS">NM_ACCESS_POINT_WPA_FLAGS</a>
-#define             <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-RSN-FLAGS--CAPS" title="NM_ACCESS_POINT_RSN_FLAGS">NM_ACCESS_POINT_RSN_FLAGS</a>
-#define             <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-SSID--CAPS" title="NM_ACCESS_POINT_SSID">NM_ACCESS_POINT_SSID</a>
-#define             <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-FREQUENCY--CAPS" title="NM_ACCESS_POINT_FREQUENCY">NM_ACCESS_POINT_FREQUENCY</a>
-#define             <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-HW-ADDRESS--CAPS" title="NM_ACCESS_POINT_HW_ADDRESS">NM_ACCESS_POINT_HW_ADDRESS</a>
-#define             <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-MODE--CAPS" title="NM_ACCESS_POINT_MODE">NM_ACCESS_POINT_MODE</a>
-#define             <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-MAX-BITRATE--CAPS" title="NM_ACCESS_POINT_MAX_BITRATE">NM_ACCESS_POINT_MAX_BITRATE</a>
-#define             <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-STRENGTH--CAPS" title="NM_ACCESS_POINT_STRENGTH">NM_ACCESS_POINT_STRENGTH</a>
+<pre class="synopsis">#define             <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-FLAGS:CAPS" title="NM_ACCESS_POINT_FLAGS">NM_ACCESS_POINT_FLAGS</a>
+#define             <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-WPA-FLAGS:CAPS" title="NM_ACCESS_POINT_WPA_FLAGS">NM_ACCESS_POINT_WPA_FLAGS</a>
+#define             <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-RSN-FLAGS:CAPS" title="NM_ACCESS_POINT_RSN_FLAGS">NM_ACCESS_POINT_RSN_FLAGS</a>
+#define             <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-SSID:CAPS" title="NM_ACCESS_POINT_SSID">NM_ACCESS_POINT_SSID</a>
+#define             <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-FREQUENCY:CAPS" title="NM_ACCESS_POINT_FREQUENCY">NM_ACCESS_POINT_FREQUENCY</a>
+#define             <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-HW-ADDRESS:CAPS" title="NM_ACCESS_POINT_HW_ADDRESS">NM_ACCESS_POINT_HW_ADDRESS</a>
+#define             <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-MODE:CAPS" title="NM_ACCESS_POINT_MODE">NM_ACCESS_POINT_MODE</a>
+#define             <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-MAX-BITRATE:CAPS" title="NM_ACCESS_POINT_MAX_BITRATE">NM_ACCESS_POINT_MAX_BITRATE</a>
+#define             <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-STRENGTH:CAPS" title="NM_ACCESS_POINT_STRENGTH">NM_ACCESS_POINT_STRENGTH</a>
                     <a class="link" href="NMAccessPoint.html#NMAccessPoint-struct" title="NMAccessPoint">NMAccessPoint</a>;
-<a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a> *           <a class="link" href="NMAccessPoint.html#nm-access-point-new" title="nm_access_point_new ()">nm_access_point_new</a>                 (<a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *connection,
-                                                         const char *path);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a class="link" href="NMAccessPoint.html#nm-access-point-get-flags" title="nm_access_point_get_flags ()">nm_access_point_get_flags</a>           (<a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a> *ap);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a class="link" href="NMAccessPoint.html#nm-access-point-get-wpa-flags" title="nm_access_point_get_wpa_flags ()">nm_access_point_get_wpa_flags</a>       (<a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a> *ap);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a class="link" href="NMAccessPoint.html#nm-access-point-get-rsn-flags" title="nm_access_point_get_rsn_flags ()">nm_access_point_get_rsn_flags</a>       (<a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a> *ap);
-const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  <a class="link" href="NMAccessPoint.html#nm-access-point-get-ssid" title="nm_access_point_get_ssid ()">nm_access_point_get_ssid</a>            (<a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a> *ap);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a class="link" href="NMAccessPoint.html#nm-access-point-get-frequency" title="nm_access_point_get_frequency ()">nm_access_point_get_frequency</a>       (<a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a> *ap);
-const char *        <a class="link" href="NMAccessPoint.html#nm-access-point-get-hw-address" title="nm_access_point_get_hw_address ()">nm_access_point_get_hw_address</a>      (<a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a> *ap);
-NM80211Mode         <a class="link" href="NMAccessPoint.html#nm-access-point-get-mode" title="nm_access_point_get_mode ()">nm_access_point_get_mode</a>            (<a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a> *ap);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a class="link" href="NMAccessPoint.html#nm-access-point-get-max-bitrate" title="nm_access_point_get_max_bitrate ()">nm_access_point_get_max_bitrate</a>     (<a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a> *ap);
-<a
-href="../glib/glib-Basic-Types.html#guint8"
->guint8</a>              <a class="link" href="NMAccessPoint.html#nm-access-point-get-strength" title="nm_access_point_get_strength ()">nm_access_point_get_strength</a>        (<a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a> *ap);
+                    <a class="link" href="NMAccessPoint.html#NMAccessPointClass" title="NMAccessPointClass">NMAccessPointClass</a>;
+<a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           <a class="link" href="NMAccessPoint.html#nm-access-point-new" title="nm_access_point_new ()">nm_access_point_new</a>                 (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMAccessPoint.html#nm-access-point-get-flags" title="nm_access_point_get_flags ()">nm_access_point_get_flags</a>           (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMAccessPoint.html#nm-access-point-get-wpa-flags" title="nm_access_point_get_wpa_flags ()">nm_access_point_get_wpa_flags</a>       (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMAccessPoint.html#nm-access-point-get-rsn-flags" title="nm_access_point_get_rsn_flags ()">nm_access_point_get_rsn_flags</a>       (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);
+const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  <a class="link" href="NMAccessPoint.html#nm-access-point-get-ssid" title="nm_access_point_get_ssid ()">nm_access_point_get_ssid</a>            (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMAccessPoint.html#nm-access-point-get-frequency" title="nm_access_point_get_frequency ()">nm_access_point_get_frequency</a>       (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMAccessPoint.html#nm-access-point-get-hw-address" title="nm_access_point_get_hw_address ()">nm_access_point_get_hw_address</a>      (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);
+<span class="returnvalue">NM80211Mode</span>         <a class="link" href="NMAccessPoint.html#nm-access-point-get-mode" title="nm_access_point_get_mode ()">nm_access_point_get_mode</a>            (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMAccessPoint.html#nm-access-point-get-max-bitrate" title="nm_access_point_get_max_bitrate ()">nm_access_point_get_max_bitrate</a>     (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a>              <a class="link" href="NMAccessPoint.html#nm-access-point-get-strength" title="nm_access_point_get_strength ()">nm_access_point_get_strength</a>        (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMAccessPoint.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
    +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a>
          +----NMAccessPoint
 </pre>
@@ -97,31 +76,15 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 <div class="refsect1" title="Properties">
 <a name="NMAccessPoint.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a class="link" href="NMAccessPoint.html#NMAccessPoint--flags" title='The "flags" property'>flags</a>"                    <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read
-  "<a class="link" href="NMAccessPoint.html#NMAccessPoint--frequency" title='The "frequency" property'>frequency</a>"                <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read
-  "<a class="link" href="NMAccessPoint.html#NMAccessPoint--hw-address" title='The "hw-address" property'>hw-address</a>"               <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read
-  "<a class="link" href="NMAccessPoint.html#NMAccessPoint--max-bitrate" title='The "max-bitrate" property'>max-bitrate</a>"              <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read
-  "<a class="link" href="NMAccessPoint.html#NMAccessPoint--mode" title='The "mode" property'>mode</a>"                     <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read
-  "<a class="link" href="NMAccessPoint.html#NMAccessPoint--rsn-flags" title='The "rsn-flags" property'>rsn-flags</a>"                <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read
-  "<a class="link" href="NMAccessPoint.html#NMAccessPoint--ssid" title='The "ssid" property'>ssid</a>"                     nm-ssid*              : Read
-  "<a class="link" href="NMAccessPoint.html#NMAccessPoint--strength" title='The "strength" property'>strength</a>"                 <a
-href="../glib/glib-Basic-Types.html#guchar"
->guchar</a>                : Read
-  "<a class="link" href="NMAccessPoint.html#NMAccessPoint--wpa-flags" title='The "wpa-flags" property'>wpa-flags</a>"                <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read
+  "<a class="link" href="NMAccessPoint.html#NMAccessPoint--flags" title='The "flags" property'>flags</a>"                    <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read
+  "<a class="link" href="NMAccessPoint.html#NMAccessPoint--frequency" title='The "frequency" property'>frequency</a>"                <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read
+  "<a class="link" href="NMAccessPoint.html#NMAccessPoint--hw-address" title='The "hw-address" property'>hw-address</a>"               <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
+  "<a class="link" href="NMAccessPoint.html#NMAccessPoint--max-bitrate" title='The "max-bitrate" property'>max-bitrate</a>"              <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read
+  "<a class="link" href="NMAccessPoint.html#NMAccessPoint--mode" title='The "mode" property'>mode</a>"                     <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read
+  "<a class="link" href="NMAccessPoint.html#NMAccessPoint--rsn-flags" title='The "rsn-flags" property'>rsn-flags</a>"                <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read
+  "<a class="link" href="NMAccessPoint.html#NMAccessPoint--ssid" title='The "ssid" property'>ssid</a>"                     <span class="type">nm-ssid*</span>              : Read
+  "<a class="link" href="NMAccessPoint.html#NMAccessPoint--strength" title='The "strength" property'>strength</a>"                 <a href="../glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a>                : Read
+  "<a class="link" href="NMAccessPoint.html#NMAccessPoint--wpa-flags" title='The "wpa-flags" property'>wpa-flags</a>"                <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read
 </pre>
 </div>
 <div class="refsect1" title="Description">
@@ -132,7 +95,7 @@ href="../glib/glib-Basic-Types.html#guint"
 <div class="refsect1" title="Details">
 <a name="NMAccessPoint.details"></a><h2>Details</h2>
 <div class="refsect2" title="NM_ACCESS_POINT_FLAGS">
-<a name="NM-ACCESS-POINT-FLAGS--CAPS"></a><h3>NM_ACCESS_POINT_FLAGS</h3>
+<a name="NM-ACCESS-POINT-FLAGS:CAPS"></a><h3>NM_ACCESS_POINT_FLAGS</h3>
 <pre class="programlisting">#define NM_ACCESS_POINT_FLAGS       "flags"
 </pre>
 <p>
@@ -140,7 +103,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_ACCESS_POINT_WPA_FLAGS">
-<a name="NM-ACCESS-POINT-WPA-FLAGS--CAPS"></a><h3>NM_ACCESS_POINT_WPA_FLAGS</h3>
+<a name="NM-ACCESS-POINT-WPA-FLAGS:CAPS"></a><h3>NM_ACCESS_POINT_WPA_FLAGS</h3>
 <pre class="programlisting">#define NM_ACCESS_POINT_WPA_FLAGS   "wpa-flags"
 </pre>
 <p>
@@ -148,7 +111,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_ACCESS_POINT_RSN_FLAGS">
-<a name="NM-ACCESS-POINT-RSN-FLAGS--CAPS"></a><h3>NM_ACCESS_POINT_RSN_FLAGS</h3>
+<a name="NM-ACCESS-POINT-RSN-FLAGS:CAPS"></a><h3>NM_ACCESS_POINT_RSN_FLAGS</h3>
 <pre class="programlisting">#define NM_ACCESS_POINT_RSN_FLAGS   "rsn-flags"
 </pre>
 <p>
@@ -156,7 +119,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_ACCESS_POINT_SSID">
-<a name="NM-ACCESS-POINT-SSID--CAPS"></a><h3>NM_ACCESS_POINT_SSID</h3>
+<a name="NM-ACCESS-POINT-SSID:CAPS"></a><h3>NM_ACCESS_POINT_SSID</h3>
 <pre class="programlisting">#define NM_ACCESS_POINT_SSID        "ssid"
 </pre>
 <p>
@@ -164,7 +127,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_ACCESS_POINT_FREQUENCY">
-<a name="NM-ACCESS-POINT-FREQUENCY--CAPS"></a><h3>NM_ACCESS_POINT_FREQUENCY</h3>
+<a name="NM-ACCESS-POINT-FREQUENCY:CAPS"></a><h3>NM_ACCESS_POINT_FREQUENCY</h3>
 <pre class="programlisting">#define NM_ACCESS_POINT_FREQUENCY   "frequency"
 </pre>
 <p>
@@ -172,7 +135,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_ACCESS_POINT_HW_ADDRESS">
-<a name="NM-ACCESS-POINT-HW-ADDRESS--CAPS"></a><h3>NM_ACCESS_POINT_HW_ADDRESS</h3>
+<a name="NM-ACCESS-POINT-HW-ADDRESS:CAPS"></a><h3>NM_ACCESS_POINT_HW_ADDRESS</h3>
 <pre class="programlisting">#define NM_ACCESS_POINT_HW_ADDRESS  "hw-address"
 </pre>
 <p>
@@ -180,7 +143,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_ACCESS_POINT_MODE">
-<a name="NM-ACCESS-POINT-MODE--CAPS"></a><h3>NM_ACCESS_POINT_MODE</h3>
+<a name="NM-ACCESS-POINT-MODE:CAPS"></a><h3>NM_ACCESS_POINT_MODE</h3>
 <pre class="programlisting">#define NM_ACCESS_POINT_MODE        "mode"
 </pre>
 <p>
@@ -188,7 +151,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_ACCESS_POINT_MAX_BITRATE">
-<a name="NM-ACCESS-POINT-MAX-BITRATE--CAPS"></a><h3>NM_ACCESS_POINT_MAX_BITRATE</h3>
+<a name="NM-ACCESS-POINT-MAX-BITRATE:CAPS"></a><h3>NM_ACCESS_POINT_MAX_BITRATE</h3>
 <pre class="programlisting">#define NM_ACCESS_POINT_MAX_BITRATE "max-bitrate"
 </pre>
 <p>
@@ -196,7 +159,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_ACCESS_POINT_STRENGTH">
-<a name="NM-ACCESS-POINT-STRENGTH--CAPS"></a><h3>NM_ACCESS_POINT_STRENGTH</h3>
+<a name="NM-ACCESS-POINT-STRENGTH:CAPS"></a><h3>NM_ACCESS_POINT_STRENGTH</h3>
 <pre class="programlisting">#define NM_ACCESS_POINT_STRENGTH    "strength"
 </pre>
 <p>
@@ -210,31 +173,42 @@ href="../glib/glib-Basic-Types.html#guint"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMAccessPointClass">
+<a name="NMAccessPointClass"></a><h3>NMAccessPointClass</h3>
+<pre class="programlisting">typedef struct {
+	NMObjectClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMAccessPointClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_access_point_new ()">
 <a name="nm-access-point-new"></a><h3>nm_access_point_new ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a> *           nm_access_point_new                 (<a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *connection,
-                                                         const char *path);</pre>
-<p>
-Creates a new <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>.</p>
+<pre class="programlisting"><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           nm_access_point_new                 (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre>
 <p>
+Creates a new <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> the <a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
-><span class="type">DBusGConnection</span></a>
+<td>the <a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
-<td> the DBusobject path of the access point
+<td>the DBusobject path of the access point
 </td>
 </tr>
 <tr>
@@ -248,19 +222,16 @@ href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
 <hr>
 <div class="refsect2" title="nm_access_point_get_flags ()">
 <a name="nm-access-point-get-flags"></a><h3>nm_access_point_get_flags ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_access_point_get_flags           (<a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a> *ap);</pre>
-<p>
-Gets the flags of the access point</p>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_access_point_get_flags           (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre>
 <p>
+Gets the flags of the access point
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td>
-<td> a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>
+<td>a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>
 </td>
 </tr>
 <tr>
@@ -274,19 +245,16 @@ Gets the flags of the access point</p>
 <hr>
 <div class="refsect2" title="nm_access_point_get_wpa_flags ()">
 <a name="nm-access-point-get-wpa-flags"></a><h3>nm_access_point_get_wpa_flags ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_access_point_get_wpa_flags       (<a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a> *ap);</pre>
-<p>
-Gets the WPA flags of the access point.</p>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_access_point_get_wpa_flags       (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre>
 <p>
+Gets the WPA flags of the access point.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td>
-<td> a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>
+<td>a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>
 </td>
 </tr>
 <tr>
@@ -300,19 +268,16 @@ Gets the WPA flags of the access point.</p>
 <hr>
 <div class="refsect2" title="nm_access_point_get_rsn_flags ()">
 <a name="nm-access-point-get-rsn-flags"></a><h3>nm_access_point_get_rsn_flags ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_access_point_get_rsn_flags       (<a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a> *ap);</pre>
-<p>
-Gets the RSN flags of the access point.</p>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_access_point_get_rsn_flags       (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre>
 <p>
+Gets the RSN flags of the access point.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td>
-<td> a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>
+<td>a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>
 </td>
 </tr>
 <tr>
@@ -326,26 +291,21 @@ Gets the RSN flags of the access point.</p>
 <hr>
 <div class="refsect2" title="nm_access_point_get_ssid ()">
 <a name="nm-access-point-get-ssid"></a><h3>nm_access_point_get_ssid ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  nm_access_point_get_ssid            (<a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a> *ap);</pre>
-<p>
-Gets the SSID of the access point.</p>
+<pre class="programlisting">const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  nm_access_point_get_ssid            (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre>
 <p>
+Gets the SSID of the access point.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td>
-<td> a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>
+<td>a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
-><span class="type">GByteArray</span></a> containing the SSID. This is the internal copy used by the
+<td> the <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="type">GByteArray</span></a> containing the SSID. This is the internal copy used by the
 access point, and must not be modified.
 </td>
 </tr>
@@ -355,19 +315,16 @@ access point, and must not be modified.
 <hr>
 <div class="refsect2" title="nm_access_point_get_frequency ()">
 <a name="nm-access-point-get-frequency"></a><h3>nm_access_point_get_frequency ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_access_point_get_frequency       (<a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a> *ap);</pre>
-<p>
-Gets the frequency of the access point.</p>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_access_point_get_frequency       (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre>
 <p>
+Gets the frequency of the access point.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td>
-<td> a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>
+<td>a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>
 </td>
 </tr>
 <tr>
@@ -381,17 +338,16 @@ Gets the frequency of the access point.</p>
 <hr>
 <div class="refsect2" title="nm_access_point_get_hw_address ()">
 <a name="nm-access-point-get-hw-address"></a><h3>nm_access_point_get_hw_address ()</h3>
-<pre class="programlisting">const char *        nm_access_point_get_hw_address      (<a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a> *ap);</pre>
-<p>
-Gets the hardware (MAC) address of the access point.</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_access_point_get_hw_address      (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre>
 <p>
+Gets the hardware (MAC) address of the access point.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td>
-<td> a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>
+<td>a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>
 </td>
 </tr>
 <tr>
@@ -406,17 +362,16 @@ access point and must not be modified.
 <hr>
 <div class="refsect2" title="nm_access_point_get_mode ()">
 <a name="nm-access-point-get-mode"></a><h3>nm_access_point_get_mode ()</h3>
-<pre class="programlisting">NM80211Mode         nm_access_point_get_mode            (<a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a> *ap);</pre>
-<p>
-Gets the mode of the access point.</p>
+<pre class="programlisting"><span class="returnvalue">NM80211Mode</span>         nm_access_point_get_mode            (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre>
 <p>
+Gets the mode of the access point.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td>
-<td> a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>
+<td>a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>
 </td>
 </tr>
 <tr>
@@ -430,19 +385,16 @@ Gets the mode of the access point.</p>
 <hr>
 <div class="refsect2" title="nm_access_point_get_max_bitrate ()">
 <a name="nm-access-point-get-max-bitrate"></a><h3>nm_access_point_get_max_bitrate ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_access_point_get_max_bitrate     (<a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a> *ap);</pre>
-<p>
-Gets the maximum bit rate of the access point.</p>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_access_point_get_max_bitrate     (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre>
 <p>
+Gets the maximum bit rate of the access point.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td>
-<td> a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>
+<td>a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>
 </td>
 </tr>
 <tr>
@@ -456,19 +408,16 @@ Gets the maximum bit rate of the access point.</p>
 <hr>
 <div class="refsect2" title="nm_access_point_get_strength ()">
 <a name="nm-access-point-get-strength"></a><h3>nm_access_point_get_strength ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint8"
->guint8</a>              nm_access_point_get_strength        (<a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a> *ap);</pre>
-<p>
-Gets the current signal strength of the access point.</p>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a>              nm_access_point_get_strength        (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre>
 <p>
+Gets the current signal strength of the access point.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td>
-<td> a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>
+<td>a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>
 </td>
 </tr>
 <tr>
@@ -484,12 +433,9 @@ Gets the current signal strength of the access point.</p>
 <a name="NMAccessPoint.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "flags" property'>
 <a name="NMAccessPoint--flags"></a><h3>The <code class="literal">"flags"</code> property</h3>
-<pre class="programlisting">  "flags"                    <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read</pre>
-<p>
-The flags of the access point.</p>
+<pre class="programlisting">  "flags"                    <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read</pre>
 <p>
+The flags of the access point.
 </p>
 <p>Allowed values: &lt;= 1</p>
 <p>Default value: 0</p>
@@ -497,12 +443,9 @@ The flags of the access point.</p>
 <hr>
 <div class="refsect2" title='The "frequency" property'>
 <a name="NMAccessPoint--frequency"></a><h3>The <code class="literal">"frequency"</code> property</h3>
-<pre class="programlisting">  "frequency"                <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read</pre>
-<p>
-The frequency of the access point.</p>
+<pre class="programlisting">  "frequency"                <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read</pre>
 <p>
+The frequency of the access point.
 </p>
 <p>Allowed values: &lt;= 10000</p>
 <p>Default value: 0</p>
@@ -510,36 +453,27 @@ The frequency of the access point.</p>
 <hr>
 <div class="refsect2" title='The "hw-address" property'>
 <a name="NMAccessPoint--hw-address"></a><h3>The <code class="literal">"hw-address"</code> property</h3>
-<pre class="programlisting">  "hw-address"               <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read</pre>
-<p>
-The hardware address of the access point.</p>
+<pre class="programlisting">  "hw-address"               <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
 <p>
+The hardware address of the access point.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "max-bitrate" property'>
 <a name="NMAccessPoint--max-bitrate"></a><h3>The <code class="literal">"max-bitrate"</code> property</h3>
-<pre class="programlisting">  "max-bitrate"              <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read</pre>
-<p>
-The maximum bit rate of the access point.</p>
+<pre class="programlisting">  "max-bitrate"              <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read</pre>
 <p>
+The maximum bit rate of the access point.
 </p>
 <p>Default value: 0</p>
 </div>
 <hr>
 <div class="refsect2" title='The "mode" property'>
 <a name="NMAccessPoint--mode"></a><h3>The <code class="literal">"mode"</code> property</h3>
-<pre class="programlisting">  "mode"                     <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read</pre>
-<p>
-The mode of the access point.</p>
+<pre class="programlisting">  "mode"                     <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read</pre>
 <p>
+The mode of the access point.
 </p>
 <p>Allowed values: [1,2]</p>
 <p>Default value: 2</p>
@@ -547,45 +481,35 @@ The mode of the access point.</p>
 <hr>
 <div class="refsect2" title='The "rsn-flags" property'>
 <a name="NMAccessPoint--rsn-flags"></a><h3>The <code class="literal">"rsn-flags"</code> property</h3>
-<pre class="programlisting">  "rsn-flags"                <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read</pre>
-<p>
-The RSN flags of the access point.</p>
+<pre class="programlisting">  "rsn-flags"                <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read</pre>
 <p>
+The RSN flags of the access point.
 </p>
 <p>Default value: 0</p>
 </div>
 <hr>
 <div class="refsect2" title='The "ssid" property'>
 <a name="NMAccessPoint--ssid"></a><h3>The <code class="literal">"ssid"</code> property</h3>
-<pre class="programlisting">  "ssid"                     nm-ssid*              : Read</pre>
-<p>
-The SSID of the access point.</p>
+<pre class="programlisting">  "ssid"                     <span class="type">nm-ssid*</span>              : Read</pre>
 <p>
+The SSID of the access point.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "strength" property'>
 <a name="NMAccessPoint--strength"></a><h3>The <code class="literal">"strength"</code> property</h3>
-<pre class="programlisting">  "strength"                 <a
-href="../glib/glib-Basic-Types.html#guchar"
->guchar</a>                : Read</pre>
-<p>
-The current signal strength of the access point.</p>
+<pre class="programlisting">  "strength"                 <a href="../glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a>                : Read</pre>
 <p>
+The current signal strength of the access point.
 </p>
 <p>Default value: 0</p>
 </div>
 <hr>
 <div class="refsect2" title='The "wpa-flags" property'>
 <a name="NMAccessPoint--wpa-flags"></a><h3>The <code class="literal">"wpa-flags"</code> property</h3>
-<pre class="programlisting">  "wpa-flags"                <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read</pre>
-<p>
-The WPA flags of the access point.</p>
+<pre class="programlisting">  "wpa-flags"                <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read</pre>
 <p>
+The WPA flags of the access point.
 </p>
 <p>Default value: 0</p>
 </div>
@@ -593,6 +517,6 @@ The WPA flags of the access point.</p>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMActiveConnection.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMActiveConnection.html
index d32cd3e..ba02c29 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMActiveConnection.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMActiveConnection.html
@@ -3,32 +3,31 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMActiveConnection</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="index.html" title="libnm-glib Reference Manual">
-<link rel="up" href="ch01.html" title="[Insert title here]">
-<link rel="prev" href="libnm-glib-NMVPNPlugin.html" title="NMVPNPlugin">
-<link rel="next" href="NMDeviceEthernet.html" title="NMDeviceEthernet">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="NMClient.html" title="NMClient">
+<link rel="next" href="NMDevice.html" title="NMDevice">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="[Insert title here]">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 <tr valign="middle">
-<td><a accesskey="p" href="libnm-glib-NMVPNPlugin.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="p" href="NMClient.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 <th width="100%" align="center">libnm-glib Reference Manual</th>
-<td><a accesskey="n" href="NMDeviceEthernet.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+<td><a accesskey="n" href="NMDevice.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMActiveConnection.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMActiveConnection.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMActiveConnection.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMActiveConnection.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMActiveConnection.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMActiveConnection.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMActiveConnection.properties" class="shortcut">Properties</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMActiveConnection">
@@ -42,66 +41,48 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMActiveConnection.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-#define             <a class="link" href="NMActiveConnection.html#NM-ACTIVE-CONNECTION-SERVICE-NAME--CAPS" title="NM_ACTIVE_CONNECTION_SERVICE_NAME">NM_ACTIVE_CONNECTION_SERVICE_NAME</a>
-#define             <a class="link" href="NMActiveConnection.html#NM-ACTIVE-CONNECTION-CONNECTION--CAPS" title="NM_ACTIVE_CONNECTION_CONNECTION">NM_ACTIVE_CONNECTION_CONNECTION</a>
-#define             <a class="link" href="NMActiveConnection.html#NM-ACTIVE-CONNECTION-SPECIFIC-OBJECT--CAPS" title="NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT">NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT</a>
-#define             <a class="link" href="NMActiveConnection.html#NM-ACTIVE-CONNECTION-DEVICES--CAPS" title="NM_ACTIVE_CONNECTION_DEVICES">NM_ACTIVE_CONNECTION_DEVICES</a>
-#define             <a class="link" href="NMActiveConnection.html#NM-ACTIVE-CONNECTION-STATE--CAPS" title="NM_ACTIVE_CONNECTION_STATE">NM_ACTIVE_CONNECTION_STATE</a>
-#define             <a class="link" href="NMActiveConnection.html#NM-ACTIVE-CONNECTION-DEFAULT--CAPS" title="NM_ACTIVE_CONNECTION_DEFAULT">NM_ACTIVE_CONNECTION_DEFAULT</a>
+<pre class="synopsis">#define             <a class="link" href="NMActiveConnection.html#NM-ACTIVE-CONNECTION-SERVICE-NAME:CAPS" title="NM_ACTIVE_CONNECTION_SERVICE_NAME">NM_ACTIVE_CONNECTION_SERVICE_NAME</a>
+#define             <a class="link" href="NMActiveConnection.html#NM-ACTIVE-CONNECTION-CONNECTION:CAPS" title="NM_ACTIVE_CONNECTION_CONNECTION">NM_ACTIVE_CONNECTION_CONNECTION</a>
+#define             <a class="link" href="NMActiveConnection.html#NM-ACTIVE-CONNECTION-SPECIFIC-OBJECT:CAPS" title="NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT">NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT</a>
+#define             <a class="link" href="NMActiveConnection.html#NM-ACTIVE-CONNECTION-DEVICES:CAPS" title="NM_ACTIVE_CONNECTION_DEVICES">NM_ACTIVE_CONNECTION_DEVICES</a>
+#define             <a class="link" href="NMActiveConnection.html#NM-ACTIVE-CONNECTION-STATE:CAPS" title="NM_ACTIVE_CONNECTION_STATE">NM_ACTIVE_CONNECTION_STATE</a>
+#define             <a class="link" href="NMActiveConnection.html#NM-ACTIVE-CONNECTION-DEFAULT:CAPS" title="NM_ACTIVE_CONNECTION_DEFAULT">NM_ACTIVE_CONNECTION_DEFAULT</a>
+#define             <a class="link" href="NMActiveConnection.html#NM-ACTIVE-CONNECTION-DEFAULT6:CAPS" title="NM_ACTIVE_CONNECTION_DEFAULT6">NM_ACTIVE_CONNECTION_DEFAULT6</a>
                     <a class="link" href="NMActiveConnection.html#NMActiveConnection-struct" title="NMActiveConnection">NMActiveConnection</a>;
-<a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a> *           <a class="link" href="NMActiveConnection.html#nm-active-connection-new" title="nm_active_connection_new ()">nm_active_connection_new</a>            (<a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *connection,
-                                                         const char *path);
-const char *        <a class="link" href="NMActiveConnection.html#nm-active-connection-get-service-name" title="nm_active_connection_get_service_name ()">nm_active_connection_get_service_name</a>
-                                                        (<a class="link" href="NMActiveConnection.html" title="NMActiveConnection">NMActiveConnection</a> *connection);
-<a
-href="../libnm-util/NMConnection.html#NMConnectionScope"
->NMConnectionScope</a>   <a class="link" href="NMActiveConnection.html#nm-active-connection-get-scope" title="nm_active_connection_get_scope ()">nm_active_connection_get_scope</a>      (<a class="link" href="NMActiveConnection.html" title="NMActiveConnection">NMActiveConnection</a> *connection);
-const char *        <a class="link" href="NMActiveConnection.html#nm-active-connection-get-connection" title="nm_active_connection_get_connection ()">nm_active_connection_get_connection</a> (<a class="link" href="NMActiveConnection.html" title="NMActiveConnection">NMActiveConnection</a> *connection);
-const char *        <a class="link" href="NMActiveConnection.html#nm-active-connection-get-specific-object" title="nm_active_connection_get_specific_object ()">nm_active_connection_get_specific_object</a>
-                                                        (<a class="link" href="NMActiveConnection.html" title="NMActiveConnection">NMActiveConnection</a> *connection);
-const <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
->GPtrArray</a> *   <a class="link" href="NMActiveConnection.html#nm-active-connection-get-devices" title="nm_active_connection_get_devices ()">nm_active_connection_get_devices</a>    (<a class="link" href="NMActiveConnection.html" title="NMActiveConnection">NMActiveConnection</a> *connection);
-NMActiveConnectionState  <a class="link" href="NMActiveConnection.html#nm-active-connection-get-state" title="nm_active_connection_get_state ()">nm_active_connection_get_state</a> (<a class="link" href="NMActiveConnection.html" title="NMActiveConnection">NMActiveConnection</a> *connection);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a class="link" href="NMActiveConnection.html#nm-active-connection-get-default" title="nm_active_connection_get_default ()">nm_active_connection_get_default</a>    (<a class="link" href="NMActiveConnection.html" title="NMActiveConnection">NMActiveConnection</a> *connection);
+                    <a class="link" href="NMActiveConnection.html#NMActiveConnectionClass" title="NMActiveConnectionClass">NMActiveConnectionClass</a>;
+<a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           <a class="link" href="NMActiveConnection.html#nm-active-connection-new" title="nm_active_connection_new ()">nm_active_connection_new</a>            (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMActiveConnection.html#nm-active-connection-get-service-name" title="nm_active_connection_get_service_name ()">nm_active_connection_get_service_name</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);
+<a href="../libnm-util/NMConnection.html#NMConnectionScope"><span class="returnvalue">NMConnectionScope</span></a>   <a class="link" href="NMActiveConnection.html#nm-active-connection-get-scope" title="nm_active_connection_get_scope ()">nm_active_connection_get_scope</a>      (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMActiveConnection.html#nm-active-connection-get-connection" title="nm_active_connection_get_connection ()">nm_active_connection_get_connection</a> (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMActiveConnection.html#nm-active-connection-get-specific-object" title="nm_active_connection_get_specific_object ()">nm_active_connection_get_specific_object</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);
+const <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> *   <a class="link" href="NMActiveConnection.html#nm-active-connection-get-devices" title="nm_active_connection_get_devices ()">nm_active_connection_get_devices</a>    (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);
+<span class="returnvalue">NMActiveConnectionState</span>  <a class="link" href="NMActiveConnection.html#nm-active-connection-get-state" title="nm_active_connection_get_state ()">nm_active_connection_get_state</a> (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMActiveConnection.html#nm-active-connection-get-default" title="nm_active_connection_get_default ()">nm_active_connection_get_default</a>    (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMActiveConnection.html#nm-active-connection-get-default6" title="nm_active_connection_get_default6 ()">nm_active_connection_get_default6</a>   (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMActiveConnection.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
    +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a>
          +----NMActiveConnection
+               +----<a class="link" href="NMVPNConnection.html" title="NMVPNConnection">NMVPNConnection</a>
 </pre>
 </div>
 <div class="refsect1" title="Properties">
 <a name="NMActiveConnection.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a class="link" href="NMActiveConnection.html#NMActiveConnection--connection" title='The "connection" property'>connection</a>"               <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read
-  "<a class="link" href="NMActiveConnection.html#NMActiveConnection--default" title='The "default" property'>default</a>"                  <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read
-  "<a class="link" href="NMActiveConnection.html#NMActiveConnection--devices" title='The "devices" property'>devices</a>"                  nm-object-array*      : Read
-  "<a class="link" href="NMActiveConnection.html#NMActiveConnection--service-name" title='The "service-name" property'>service-name</a>"             <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read
-  "<a class="link" href="NMActiveConnection.html#NMActiveConnection--specific-object" title='The "specific-object" property'>specific-object</a>"          <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read
-  "<a class="link" href="NMActiveConnection.html#NMActiveConnection--state" title='The "state" property'>state</a>"                    <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read
+  "<a class="link" href="NMActiveConnection.html#NMActiveConnection--connection" title='The "connection" property'>connection</a>"               <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
+  "<a class="link" href="NMActiveConnection.html#NMActiveConnection--default" title='The "default" property'>default</a>"                  <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read
+  "<a class="link" href="NMActiveConnection.html#NMActiveConnection--default6" title='The "default6" property'>default6</a>"                 <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read
+  "<a class="link" href="NMActiveConnection.html#NMActiveConnection--devices" title='The "devices" property'>devices</a>"                  <span class="type">nm-object-array*</span>      : Read
+  "<a class="link" href="NMActiveConnection.html#NMActiveConnection--service-name" title='The "service-name" property'>service-name</a>"             <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
+  "<a class="link" href="NMActiveConnection.html#NMActiveConnection--specific-object" title='The "specific-object" property'>specific-object</a>"          <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
+  "<a class="link" href="NMActiveConnection.html#NMActiveConnection--state" title='The "state" property'>state</a>"                    <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read
 </pre>
 </div>
 <div class="refsect1" title="Description">
@@ -112,7 +93,7 @@ href="../glib/glib-Basic-Types.html#guint"
 <div class="refsect1" title="Details">
 <a name="NMActiveConnection.details"></a><h2>Details</h2>
 <div class="refsect2" title="NM_ACTIVE_CONNECTION_SERVICE_NAME">
-<a name="NM-ACTIVE-CONNECTION-SERVICE-NAME--CAPS"></a><h3>NM_ACTIVE_CONNECTION_SERVICE_NAME</h3>
+<a name="NM-ACTIVE-CONNECTION-SERVICE-NAME:CAPS"></a><h3>NM_ACTIVE_CONNECTION_SERVICE_NAME</h3>
 <pre class="programlisting">#define NM_ACTIVE_CONNECTION_SERVICE_NAME        "service-name"
 </pre>
 <p>
@@ -120,7 +101,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_ACTIVE_CONNECTION_CONNECTION">
-<a name="NM-ACTIVE-CONNECTION-CONNECTION--CAPS"></a><h3>NM_ACTIVE_CONNECTION_CONNECTION</h3>
+<a name="NM-ACTIVE-CONNECTION-CONNECTION:CAPS"></a><h3>NM_ACTIVE_CONNECTION_CONNECTION</h3>
 <pre class="programlisting">#define NM_ACTIVE_CONNECTION_CONNECTION          "connection"
 </pre>
 <p>
@@ -128,7 +109,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT">
-<a name="NM-ACTIVE-CONNECTION-SPECIFIC-OBJECT--CAPS"></a><h3>NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT</h3>
+<a name="NM-ACTIVE-CONNECTION-SPECIFIC-OBJECT:CAPS"></a><h3>NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT</h3>
 <pre class="programlisting">#define NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT     "specific-object"
 </pre>
 <p>
@@ -136,7 +117,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_ACTIVE_CONNECTION_DEVICES">
-<a name="NM-ACTIVE-CONNECTION-DEVICES--CAPS"></a><h3>NM_ACTIVE_CONNECTION_DEVICES</h3>
+<a name="NM-ACTIVE-CONNECTION-DEVICES:CAPS"></a><h3>NM_ACTIVE_CONNECTION_DEVICES</h3>
 <pre class="programlisting">#define NM_ACTIVE_CONNECTION_DEVICES             "devices"
 </pre>
 <p>
@@ -144,7 +125,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_ACTIVE_CONNECTION_STATE">
-<a name="NM-ACTIVE-CONNECTION-STATE--CAPS"></a><h3>NM_ACTIVE_CONNECTION_STATE</h3>
+<a name="NM-ACTIVE-CONNECTION-STATE:CAPS"></a><h3>NM_ACTIVE_CONNECTION_STATE</h3>
 <pre class="programlisting">#define NM_ACTIVE_CONNECTION_STATE               "state"
 </pre>
 <p>
@@ -152,13 +133,21 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_ACTIVE_CONNECTION_DEFAULT">
-<a name="NM-ACTIVE-CONNECTION-DEFAULT--CAPS"></a><h3>NM_ACTIVE_CONNECTION_DEFAULT</h3>
+<a name="NM-ACTIVE-CONNECTION-DEFAULT:CAPS"></a><h3>NM_ACTIVE_CONNECTION_DEFAULT</h3>
 <pre class="programlisting">#define NM_ACTIVE_CONNECTION_DEFAULT             "default"
 </pre>
 <p>
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NM_ACTIVE_CONNECTION_DEFAULT6">
+<a name="NM-ACTIVE-CONNECTION-DEFAULT6:CAPS"></a><h3>NM_ACTIVE_CONNECTION_DEFAULT6</h3>
+<pre class="programlisting">#define NM_ACTIVE_CONNECTION_DEFAULT6            "default6"
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="NMActiveConnection">
 <a name="NMActiveConnection-struct"></a><h3>NMActiveConnection</h3>
 <pre class="programlisting">typedef struct _NMActiveConnection NMActiveConnection;</pre>
@@ -166,31 +155,42 @@ href="../glib/glib-Basic-Types.html#guint"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMActiveConnectionClass">
+<a name="NMActiveConnectionClass"></a><h3>NMActiveConnectionClass</h3>
+<pre class="programlisting">typedef struct {
+	NMObjectClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMActiveConnectionClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_active_connection_new ()">
 <a name="nm-active-connection-new"></a><h3>nm_active_connection_new ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a> *           nm_active_connection_new            (<a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *connection,
-                                                         const char *path);</pre>
-<p>
-Creates a new <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>.</p>
+<pre class="programlisting"><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           nm_active_connection_new            (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre>
 <p>
+Creates a new <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> the <a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
-><span class="type">DBusGConnection</span></a>
+<td>the <a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
-<td> the DBus object path of the device
+<td>the DBus object path of the device
 </td>
 </tr>
 <tr>
@@ -204,18 +204,17 @@ href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
 <hr>
 <div class="refsect2" title="nm_active_connection_get_service_name ()">
 <a name="nm-active-connection-get-service-name"></a><h3>nm_active_connection_get_service_name ()</h3>
-<pre class="programlisting">const char *        nm_active_connection_get_service_name
-                                                        (<a class="link" href="NMActiveConnection.html" title="NMActiveConnection">NMActiveConnection</a> *connection);</pre>
-<p>
-Gets the service name of the active connection.</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_active_connection_get_service_name
+                                                        (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre>
 <p>
+Gets the service name of the active connection.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>
+<td>a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>
 </td>
 </tr>
 <tr>
@@ -230,19 +229,16 @@ connection, and must not be modified.
 <hr>
 <div class="refsect2" title="nm_active_connection_get_scope ()">
 <a name="nm-active-connection-get-scope"></a><h3>nm_active_connection_get_scope ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMConnection.html#NMConnectionScope"
->NMConnectionScope</a>   nm_active_connection_get_scope      (<a class="link" href="NMActiveConnection.html" title="NMActiveConnection">NMActiveConnection</a> *connection);</pre>
-<p>
-Gets the scope of the active connection.</p>
+<pre class="programlisting"><a href="../libnm-util/NMConnection.html#NMConnectionScope"><span class="returnvalue">NMConnectionScope</span></a>   nm_active_connection_get_scope      (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre>
 <p>
+Gets the scope of the active connection.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>
+<td>a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>
 </td>
 </tr>
 <tr>
@@ -256,26 +252,21 @@ Gets the scope of the active connection.</p>
 <hr>
 <div class="refsect2" title="nm_active_connection_get_connection ()">
 <a name="nm-active-connection-get-connection"></a><h3>nm_active_connection_get_connection ()</h3>
-<pre class="programlisting">const char *        nm_active_connection_get_connection (<a class="link" href="NMActiveConnection.html" title="NMActiveConnection">NMActiveConnection</a> *connection);</pre>
-<p>
-Gets the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>'s DBus object path.</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_active_connection_get_connection (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre>
 <p>
+Gets the <a href="../libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>'s DBus object path.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>
+<td>a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the object path of the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a> inside of <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>.
+<td> the object path of the <a href="../libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> inside of <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>.
 This is the internal string used by the connection, and must not be modified.
 </td>
 </tr>
@@ -285,18 +276,17 @@ This is the internal string used by the connection, and must not be modified.
 <hr>
 <div class="refsect2" title="nm_active_connection_get_specific_object ()">
 <a name="nm-active-connection-get-specific-object"></a><h3>nm_active_connection_get_specific_object ()</h3>
-<pre class="programlisting">const char *        nm_active_connection_get_specific_object
-                                                        (<a class="link" href="NMActiveConnection.html" title="NMActiveConnection">NMActiveConnection</a> *connection);</pre>
-<p>
-Gets the "specific object" used at the activation.</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_active_connection_get_specific_object
+                                                        (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre>
 <p>
+Gets the "specific object" used at the activation.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>
+<td>a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>
 </td>
 </tr>
 <tr>
@@ -311,26 +301,21 @@ connection, and must not be modified.
 <hr>
 <div class="refsect2" title="nm_active_connection_get_devices ()">
 <a name="nm-active-connection-get-devices"></a><h3>nm_active_connection_get_devices ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
->GPtrArray</a> *   nm_active_connection_get_devices    (<a class="link" href="NMActiveConnection.html" title="NMActiveConnection">NMActiveConnection</a> *connection);</pre>
-<p>
-Gets the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>s used for the active connections.</p>
+<pre class="programlisting">const <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> *   nm_active_connection_get_devices    (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre>
 <p>
+Gets the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>s used for the active connections.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>
+<td>a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
-><span class="type">GPtrArray</span></a> containing <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>s.
+<td> the <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>s.
 This is the internal copy used by the connection, and must not be modified.
 </td>
 </tr>
@@ -340,17 +325,16 @@ This is the internal copy used by the connection, and must not be modified.
 <hr>
 <div class="refsect2" title="nm_active_connection_get_state ()">
 <a name="nm-active-connection-get-state"></a><h3>nm_active_connection_get_state ()</h3>
-<pre class="programlisting">NMActiveConnectionState  nm_active_connection_get_state (<a class="link" href="NMActiveConnection.html" title="NMActiveConnection">NMActiveConnection</a> *connection);</pre>
-<p>
-Gets the active connection's state.</p>
+<pre class="programlisting"><span class="returnvalue">NMActiveConnectionState</span>  nm_active_connection_get_state (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre>
 <p>
+Gets the active connection's state.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>
+<td>a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>
 </td>
 </tr>
 <tr>
@@ -364,25 +348,46 @@ Gets the active connection's state.</p>
 <hr>
 <div class="refsect2" title="nm_active_connection_get_default ()">
 <a name="nm-active-connection-get-default"></a><h3>nm_active_connection_get_default ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_active_connection_get_default    (<a class="link" href="NMActiveConnection.html" title="NMActiveConnection">NMActiveConnection</a> *connection);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_active_connection_get_default    (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre>
 <p>
-Whether the active connection is the default one (that is, is used for the default route
-and DNS information).</p>
+Whether the active connection is the default IPv4 one (that is, is used for
+the default IPv4 route and DNS information).
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
+<td>a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the active connection is the default IPv4 connection
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_active_connection_get_default6 ()">
+<a name="nm-active-connection-get-default6"></a><h3>nm_active_connection_get_default6 ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_active_connection_get_default6   (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre>
 <p>
+Whether the active connection is the default IPv6 one (that is, is used for
+the default IPv6 route and DNS information).
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>
+<td>a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <code class="literal">TRUE</code> if the active connection is the default one
+<td> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the active connection is the default IPv6 connection
 </td>
 </tr>
 </tbody>
@@ -393,66 +398,60 @@ and DNS information).</p>
 <a name="NMActiveConnection.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "connection" property'>
 <a name="NMActiveConnection--connection"></a><h3>The <code class="literal">"connection"</code> property</h3>
-<pre class="programlisting">  "connection"               <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read</pre>
-<p>
-The connection's path of the active connection.</p>
+<pre class="programlisting">  "connection"               <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
 <p>
+The connection's path of the active connection.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "default" property'>
 <a name="NMActiveConnection--default"></a><h3>The <code class="literal">"default"</code> property</h3>
-<pre class="programlisting">  "default"                  <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read</pre>
+<pre class="programlisting">  "default"                  <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
 <p>
-Whether the active connection is the default one.</p>
+Whether the active connection is the default IPv4 one.
+</p>
+<p>Default value: FALSE</p>
+</div>
+<hr>
+<div class="refsect2" title='The "default6" property'>
+<a name="NMActiveConnection--default6"></a><h3>The <code class="literal">"default6"</code> property</h3>
+<pre class="programlisting">  "default6"                 <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
 <p>
+Whether the active connection is the default IPv6 one.
 </p>
 <p>Default value: FALSE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "devices" property'>
 <a name="NMActiveConnection--devices"></a><h3>The <code class="literal">"devices"</code> property</h3>
-<pre class="programlisting">  "devices"                  nm-object-array*      : Read</pre>
+<pre class="programlisting">  "devices"                  <span class="type">nm-object-array*</span>      : Read</pre>
 <p>Devices.</p>
 </div>
 <hr>
 <div class="refsect2" title='The "service-name" property'>
 <a name="NMActiveConnection--service-name"></a><h3>The <code class="literal">"service-name"</code> property</h3>
-<pre class="programlisting">  "service-name"             <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read</pre>
-<p>
-The service name of the active connection.</p>
+<pre class="programlisting">  "service-name"             <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
 <p>
+The service name of the active connection.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "specific-object" property'>
 <a name="NMActiveConnection--specific-object"></a><h3>The <code class="literal">"specific-object"</code> property</h3>
-<pre class="programlisting">  "specific-object"          <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read</pre>
-<p>
-The specific object's path of the active connection.</p>
+<pre class="programlisting">  "specific-object"          <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
 <p>
+The specific object's path of the active connection.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "state" property'>
 <a name="NMActiveConnection--state"></a><h3>The <code class="literal">"state"</code> property</h3>
-<pre class="programlisting">  "state"                    <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read</pre>
-<p>
-The state of the active connection.</p>
+<pre class="programlisting">  "state"                    <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read</pre>
 <p>
+The state of the active connection.
 </p>
 <p>Allowed values: &lt;= 2</p>
 <p>Default value: 0</p>
@@ -461,6 +460,6 @@ The state of the active connection.</p>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMCdmaDevice.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMCdmaDevice.html
index 55b4cb1..a8e2b64 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMCdmaDevice.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMCdmaDevice.html
@@ -3,30 +3,29 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMCdmaDevice</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="index.html" title="libnm-glib Reference Manual">
-<link rel="up" href="ch01.html" title="[Insert title here]">
-<link rel="prev" href="NMAccessPoint.html" title="NMAccessPoint">
-<link rel="next" href="NMClient.html" title="NMClient">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="NMGsmDevice.html" title="NMGsmDevice">
+<link rel="next" href="NMDeviceBt.html" title="NMDeviceBt">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="[Insert title here]">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 <tr valign="middle">
-<td><a accesskey="p" href="NMAccessPoint.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="p" href="NMGsmDevice.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 <th width="100%" align="center">libnm-glib Reference Manual</th>
-<td><a accesskey="n" href="NMClient.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+<td><a accesskey="n" href="NMDeviceBt.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMCdmaDevice.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMCdmaDevice.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMCdmaDevice.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMCdmaDevice.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMCdmaDevice.object-hierarchy" class="shortcut">Object Hierarchy</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMCdmaDevice">
@@ -40,22 +39,16 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMCdmaDevice.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-                    <a class="link" href="NMCdmaDevice.html#NMCdmaDevice-struct" title="NMCdmaDevice">NMCdmaDevice</a>;
-<a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a> *           <a class="link" href="NMCdmaDevice.html#nm-cdma-device-new" title="nm_cdma_device_new ()">nm_cdma_device_new</a>                  (<a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *connection,
-                                                         const char *path);
+<pre class="synopsis">                    <a class="link" href="NMCdmaDevice.html#NMCdmaDevice-struct" title="NMCdmaDevice">NMCdmaDevice</a>;
+                    <a class="link" href="NMCdmaDevice.html#NMCdmaDeviceClass" title="NMCdmaDeviceClass">NMCdmaDeviceClass</a>;
+<a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           <a class="link" href="NMCdmaDevice.html#nm-cdma-device-new" title="nm_cdma_device_new ()">nm_cdma_device_new</a>                  (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMCdmaDevice.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
    +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a>
          +----<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a>
                +----<a class="link" href="NMSerialDevice.html" title="NMSerialDevice">NMSerialDevice</a>
@@ -76,31 +69,42 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMCdmaDeviceClass">
+<a name="NMCdmaDeviceClass"></a><h3>NMCdmaDeviceClass</h3>
+<pre class="programlisting">typedef struct {
+	NMSerialDeviceClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMCdmaDeviceClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_cdma_device_new ()">
 <a name="nm-cdma-device-new"></a><h3>nm_cdma_device_new ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a> *           nm_cdma_device_new                  (<a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *connection,
-                                                         const char *path);</pre>
-<p>
-Creates a new <a class="link" href="NMCdmaDevice.html" title="NMCdmaDevice"><span class="type">NMCdmaDevice</span></a>.</p>
+<pre class="programlisting"><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           nm_cdma_device_new                  (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre>
 <p>
+Creates a new <a class="link" href="NMCdmaDevice.html" title="NMCdmaDevice"><span class="type">NMCdmaDevice</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> the <a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
-><span class="type">DBusGConnection</span></a>
+<td>the <a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
-<td> the DBus object path of the device
+<td>the DBus object path of the device
 </td>
 </tr>
 <tr>
@@ -115,6 +119,6 @@ href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMClient.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMClient.html
index cd34a41..66e7dad 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMClient.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMClient.html
@@ -3,34 +3,33 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMClient</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="index.html" title="libnm-glib Reference Manual">
-<link rel="up" href="ch01.html" title="[Insert title here]">
-<link rel="prev" href="NMCdmaDevice.html" title="NMCdmaDevice">
-<link rel="next" href="NMGsmDevice.html" title="NMGsmDevice">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="ch01.html" title="libnm-glib Objects">
+<link rel="next" href="NMActiveConnection.html" title="NMActiveConnection">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="[Insert title here]">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 <tr valign="middle">
-<td><a accesskey="p" href="NMCdmaDevice.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="p" href="ch01.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 <th width="100%" align="center">libnm-glib Reference Manual</th>
-<td><a accesskey="n" href="NMGsmDevice.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+<td><a accesskey="n" href="NMActiveConnection.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMClient.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMClient.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMClient.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMClient.properties" class="shortcut">Properties</a>
-                 | 
-                <a href="#NMClient.signals" class="shortcut">Signals</a>
+                   | 
+                  <a href="#NMClient.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMClient.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMClient.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMClient.signals" class="shortcut">Signals</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMClient">
@@ -44,79 +43,60 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMClient.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-#define             <a class="link" href="NMClient.html#NM-CLIENT-STATE--CAPS" title="NM_CLIENT_STATE">NM_CLIENT_STATE</a>
-#define             <a class="link" href="NMClient.html#NM-CLIENT-MANAGER-RUNNING--CAPS" title="NM_CLIENT_MANAGER_RUNNING">NM_CLIENT_MANAGER_RUNNING</a>
-#define             <a class="link" href="NMClient.html#NM-CLIENT-WIRELESS-ENABLED--CAPS" title="NM_CLIENT_WIRELESS_ENABLED">NM_CLIENT_WIRELESS_ENABLED</a>
-#define             <a class="link" href="NMClient.html#NM-CLIENT-WIRELESS-HARDWARE-ENABLED--CAPS" title="NM_CLIENT_WIRELESS_HARDWARE_ENABLED">NM_CLIENT_WIRELESS_HARDWARE_ENABLED</a>
-#define             <a class="link" href="NMClient.html#NM-CLIENT-WWAN-ENABLED--CAPS" title="NM_CLIENT_WWAN_ENABLED">NM_CLIENT_WWAN_ENABLED</a>
-#define             <a class="link" href="NMClient.html#NM-CLIENT-WWAN-HARDWARE-ENABLED--CAPS" title="NM_CLIENT_WWAN_HARDWARE_ENABLED">NM_CLIENT_WWAN_HARDWARE_ENABLED</a>
-#define             <a class="link" href="NMClient.html#NM-CLIENT-ACTIVE-CONNECTIONS--CAPS" title="NM_CLIENT_ACTIVE_CONNECTIONS">NM_CLIENT_ACTIVE_CONNECTIONS</a>
+<pre class="synopsis">#define             <a class="link" href="NMClient.html#NM-CLIENT-STATE:CAPS" title="NM_CLIENT_STATE">NM_CLIENT_STATE</a>
+#define             <a class="link" href="NMClient.html#NM-CLIENT-MANAGER-RUNNING:CAPS" title="NM_CLIENT_MANAGER_RUNNING">NM_CLIENT_MANAGER_RUNNING</a>
+#define             <a class="link" href="NMClient.html#NM-CLIENT-NETWORKING-ENABLED:CAPS" title="NM_CLIENT_NETWORKING_ENABLED">NM_CLIENT_NETWORKING_ENABLED</a>
+#define             <a class="link" href="NMClient.html#NM-CLIENT-WIRELESS-ENABLED:CAPS" title="NM_CLIENT_WIRELESS_ENABLED">NM_CLIENT_WIRELESS_ENABLED</a>
+#define             <a class="link" href="NMClient.html#NM-CLIENT-WIRELESS-HARDWARE-ENABLED:CAPS" title="NM_CLIENT_WIRELESS_HARDWARE_ENABLED">NM_CLIENT_WIRELESS_HARDWARE_ENABLED</a>
+#define             <a class="link" href="NMClient.html#NM-CLIENT-WWAN-ENABLED:CAPS" title="NM_CLIENT_WWAN_ENABLED">NM_CLIENT_WWAN_ENABLED</a>
+#define             <a class="link" href="NMClient.html#NM-CLIENT-WWAN-HARDWARE-ENABLED:CAPS" title="NM_CLIENT_WWAN_HARDWARE_ENABLED">NM_CLIENT_WWAN_HARDWARE_ENABLED</a>
+#define             <a class="link" href="NMClient.html#NM-CLIENT-ACTIVE-CONNECTIONS:CAPS" title="NM_CLIENT_ACTIVE_CONNECTIONS">NM_CLIENT_ACTIVE_CONNECTIONS</a>
+enum                <a class="link" href="NMClient.html#NMClientPermission" title="enum NMClientPermission">NMClientPermission</a>;
+enum                <a class="link" href="NMClient.html#NMClientPermissionResult" title="enum NMClientPermissionResult">NMClientPermissionResult</a>;
                     <a class="link" href="NMClient.html#NMClient-struct" title="NMClient">NMClient</a>;
-<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *          <a class="link" href="NMClient.html#nm-client-new" title="nm_client_new ()">nm_client_new</a>                       (void);
-const <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
->GPtrArray</a> *   <a class="link" href="NMClient.html#nm-client-get-devices" title="nm_client_get_devices ()">nm_client_get_devices</a>               (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client);
-<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *          <a class="link" href="NMClient.html#nm-client-get-device-by-path" title="nm_client_get_device_by_path ()">nm_client_get_device_by_path</a>        (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client,
-                                                         const char *object_path);
-void                (<a class="link" href="NMClient.html#NMClientActivateDeviceFn" title="NMClientActivateDeviceFn ()">*NMClientActivateDeviceFn</a>)         (<a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a> user_data,
-                                                         const char *object_path,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> *error);
-void                <a class="link" href="NMClient.html#nm-client-activate-connection" title="nm_client_activate_connection ()">nm_client_activate_connection</a>       (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client,
-                                                         const char *service_name,
-                                                         const char *connection_path,
-                                                         <a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device,
-                                                         const char *specific_object,
-                                                         <a class="link" href="NMClient.html#NMClientActivateDeviceFn" title="NMClientActivateDeviceFn ()">NMClientActivateDeviceFn</a> callback,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a> user_data);
-void                <a class="link" href="NMClient.html#nm-client-deactivate-connection" title="nm_client_deactivate_connection ()">nm_client_deactivate_connection</a>     (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client,
-                                                         <a class="link" href="NMActiveConnection.html" title="NMActiveConnection">NMActiveConnection</a> *active);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a class="link" href="NMClient.html#nm-client-wireless-get-enabled" title="nm_client_wireless_get_enabled ()">nm_client_wireless_get_enabled</a>      (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client);
-void                <a class="link" href="NMClient.html#nm-client-wireless-set-enabled" title="nm_client_wireless_set_enabled ()">nm_client_wireless_set_enabled</a>      (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a> enabled);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a class="link" href="NMClient.html#nm-client-wireless-hardware-get-enabled" title="nm_client_wireless_hardware_get_enabled ()">nm_client_wireless_hardware_get_enabled</a>
-                                                        (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a class="link" href="NMClient.html#nm-client-wwan-get-enabled" title="nm_client_wwan_get_enabled ()">nm_client_wwan_get_enabled</a>          (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client);
-void                <a class="link" href="NMClient.html#nm-client-wwan-set-enabled" title="nm_client_wwan_set_enabled ()">nm_client_wwan_set_enabled</a>          (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a> enabled);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a class="link" href="NMClient.html#nm-client-wwan-hardware-get-enabled" title="nm_client_wwan_hardware_get_enabled ()">nm_client_wwan_hardware_get_enabled</a> (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client);
-NMState             <a class="link" href="NMClient.html#nm-client-get-state" title="nm_client_get_state ()">nm_client_get_state</a>                 (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a class="link" href="NMClient.html#nm-client-get-manager-running" title="nm_client_get_manager_running ()">nm_client_get_manager_running</a>       (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client);
-const <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
->GPtrArray</a> *   <a class="link" href="NMClient.html#nm-client-get-active-connections" title="nm_client_get_active_connections ()">nm_client_get_active_connections</a>    (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client);
-void                <a class="link" href="NMClient.html#nm-client-sleep" title="nm_client_sleep ()">nm_client_sleep</a>                     (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a> sleep);
+                    <a class="link" href="NMClient.html#NMClientClass" title="NMClientClass">NMClientClass</a>;
+<a class="link" href="NMClient.html" title="NMClient"><span class="returnvalue">NMClient</span></a> *          <a class="link" href="NMClient.html#nm-client-new" title="nm_client_new ()">nm_client_new</a>                       (<em class="parameter"><code><span class="type">void</span></code></em>);
+const <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> *   <a class="link" href="NMClient.html#nm-client-get-devices" title="nm_client_get_devices ()">nm_client_get_devices</a>               (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);
+<a class="link" href="NMDevice.html" title="NMDevice"><span class="returnvalue">NMDevice</span></a> *          <a class="link" href="NMClient.html#nm-client-get-device-by-path" title="nm_client_get_device_by_path ()">nm_client_get_device_by_path</a>        (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>);
+<span class="returnvalue">void</span>                (<a class="link" href="NMClient.html#NMClientActivateDeviceFn" title="NMClientActivateDeviceFn ()">*NMClientActivateDeviceFn</a>)         (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMClient.html#nm-client-activate-connection" title="nm_client_activate_connection ()">nm_client_activate_connection</a>       (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *service_name</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *connection_path</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *specific_object</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMClient.html#NMClientActivateDeviceFn" title="NMClientActivateDeviceFn ()"><span class="type">NMClientActivateDeviceFn</span></a> callback</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMClient.html#nm-client-deactivate-connection" title="nm_client_deactivate_connection ()">nm_client_deactivate_connection</a>     (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *active</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMClient.html#nm-client-networking-get-enabled" title="nm_client_networking_get_enabled ()">nm_client_networking_get_enabled</a>    (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMClient.html#nm-client-networking-set-enabled" title="nm_client_networking_set_enabled ()">nm_client_networking_set_enabled</a>    (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMClient.html#nm-client-wireless-get-enabled" title="nm_client_wireless_get_enabled ()">nm_client_wireless_get_enabled</a>      (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMClient.html#nm-client-wireless-set-enabled" title="nm_client_wireless_set_enabled ()">nm_client_wireless_set_enabled</a>      (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMClient.html#nm-client-wireless-hardware-get-enabled" title="nm_client_wireless_hardware_get_enabled ()">nm_client_wireless_hardware_get_enabled</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMClient.html#nm-client-wwan-get-enabled" title="nm_client_wwan_get_enabled ()">nm_client_wwan_get_enabled</a>          (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMClient.html#nm-client-wwan-set-enabled" title="nm_client_wwan_set_enabled ()">nm_client_wwan_set_enabled</a>          (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMClient.html#nm-client-wwan-hardware-get-enabled" title="nm_client_wwan_hardware_get_enabled ()">nm_client_wwan_hardware_get_enabled</a> (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);
+<span class="returnvalue">NMState</span>             <a class="link" href="NMClient.html#nm-client-get-state" title="nm_client_get_state ()">nm_client_get_state</a>                 (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMClient.html#nm-client-get-manager-running" title="nm_client_get_manager_running ()">nm_client_get_manager_running</a>       (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);
+const <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> *   <a class="link" href="NMClient.html#nm-client-get-active-connections" title="nm_client_get_active_connections ()">nm_client_get_active_connections</a>    (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMClient.html#nm-client-sleep" title="nm_client_sleep ()">nm_client_sleep</a>                     (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> sleep</code></em>);
+<a class="link" href="NMClient.html#NMClientPermissionResult" title="enum NMClientPermissionResult"><span class="returnvalue">NMClientPermissionResult</span></a>  <a class="link" href="NMClient.html#nm-client-get-permission-result" title="nm_client_get_permission_result ()">nm_client_get_permission_result</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMClient.html#NMClientPermission" title="enum NMClientPermission"><span class="type">NMClientPermission</span></a> permission</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMClient.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
    +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a>
          +----NMClient
 </pre>
@@ -124,25 +104,14 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 <div class="refsect1" title="Properties">
 <a name="NMClient.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a class="link" href="NMClient.html#NMClient--active-connections" title='The "active-connections" property'>active-connections</a>"       nm-object-array*      : Read
-  "<a class="link" href="NMClient.html#NMClient--manager-running" title='The "manager-running" property'>manager-running</a>"          <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read
-  "<a class="link" href="NMClient.html#NMClient--state" title='The "state" property'>state</a>"                    <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read
-  "<a class="link" href="NMClient.html#NMClient--wireless-enabled" title='The "wireless-enabled" property'>wireless-enabled</a>"         <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write
-  "<a class="link" href="NMClient.html#NMClient--wireless-hardware-enabled" title='The "wireless-hardware-enabled" property'>wireless-hardware-enabled</a>" <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read
-  "<a class="link" href="NMClient.html#NMClient--wwan-enabled" title='The "wwan-enabled" property'>wwan-enabled</a>"             <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
-  "<a class="link" href="NMClient.html#NMClient--wwan-hardware-enabled" title='The "wwan-hardware-enabled" property'>wwan-hardware-enabled</a>"    <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct Only
+  "<a class="link" href="NMClient.html#NMClient--active-connections" title='The "active-connections" property'>active-connections</a>"       <span class="type">nm-object-array*</span>      : Read
+  "<a class="link" href="NMClient.html#NMClient--manager-running" title='The "manager-running" property'>manager-running</a>"          <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read
+  "<a class="link" href="NMClient.html#NMClient--networking-enabled" title='The "networking-enabled" property'>networking-enabled</a>"       <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read
+  "<a class="link" href="NMClient.html#NMClient--state" title='The "state" property'>state</a>"                    <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read
+  "<a class="link" href="NMClient.html#NMClient--wireless-enabled" title='The "wireless-enabled" property'>wireless-enabled</a>"         <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
+  "<a class="link" href="NMClient.html#NMClient--wireless-hardware-enabled" title='The "wireless-hardware-enabled" property'>wireless-hardware-enabled</a>" <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read
+  "<a class="link" href="NMClient.html#NMClient--wwan-enabled" title='The "wwan-enabled" property'>wwan-enabled</a>"             <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMClient.html#NMClient--wwan-hardware-enabled" title='The "wwan-hardware-enabled" property'>wwan-hardware-enabled</a>"    <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct Only
 </pre>
 </div>
 <div class="refsect1" title="Signals">
@@ -150,6 +119,7 @@ href="../glib/glib-Basic-Types.html#gboolean"
 <pre class="synopsis">
   "<a class="link" href="NMClient.html#NMClient-device-added" title='The "device-added" signal'>device-added</a>"                                   : Run First
   "<a class="link" href="NMClient.html#NMClient-device-removed" title='The "device-removed" signal'>device-removed</a>"                                 : Run First
+  "<a class="link" href="NMClient.html#NMClient-permission-changed" title='The "permission-changed" signal'>permission-changed</a>"                             : Run First
 </pre>
 </div>
 <div class="refsect1" title="Description">
@@ -160,7 +130,7 @@ href="../glib/glib-Basic-Types.html#gboolean"
 <div class="refsect1" title="Details">
 <a name="NMClient.details"></a><h2>Details</h2>
 <div class="refsect2" title="NM_CLIENT_STATE">
-<a name="NM-CLIENT-STATE--CAPS"></a><h3>NM_CLIENT_STATE</h3>
+<a name="NM-CLIENT-STATE:CAPS"></a><h3>NM_CLIENT_STATE</h3>
 <pre class="programlisting">#define NM_CLIENT_STATE "state"
 </pre>
 <p>
@@ -168,15 +138,23 @@ href="../glib/glib-Basic-Types.html#gboolean"
 </div>
 <hr>
 <div class="refsect2" title="NM_CLIENT_MANAGER_RUNNING">
-<a name="NM-CLIENT-MANAGER-RUNNING--CAPS"></a><h3>NM_CLIENT_MANAGER_RUNNING</h3>
+<a name="NM-CLIENT-MANAGER-RUNNING:CAPS"></a><h3>NM_CLIENT_MANAGER_RUNNING</h3>
 <pre class="programlisting">#define NM_CLIENT_MANAGER_RUNNING "manager-running"
 </pre>
 <p>
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NM_CLIENT_NETWORKING_ENABLED">
+<a name="NM-CLIENT-NETWORKING-ENABLED:CAPS"></a><h3>NM_CLIENT_NETWORKING_ENABLED</h3>
+<pre class="programlisting">#define NM_CLIENT_NETWORKING_ENABLED "networking-enabled"
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="NM_CLIENT_WIRELESS_ENABLED">
-<a name="NM-CLIENT-WIRELESS-ENABLED--CAPS"></a><h3>NM_CLIENT_WIRELESS_ENABLED</h3>
+<a name="NM-CLIENT-WIRELESS-ENABLED:CAPS"></a><h3>NM_CLIENT_WIRELESS_ENABLED</h3>
 <pre class="programlisting">#define NM_CLIENT_WIRELESS_ENABLED "wireless-enabled"
 </pre>
 <p>
@@ -184,7 +162,7 @@ href="../glib/glib-Basic-Types.html#gboolean"
 </div>
 <hr>
 <div class="refsect2" title="NM_CLIENT_WIRELESS_HARDWARE_ENABLED">
-<a name="NM-CLIENT-WIRELESS-HARDWARE-ENABLED--CAPS"></a><h3>NM_CLIENT_WIRELESS_HARDWARE_ENABLED</h3>
+<a name="NM-CLIENT-WIRELESS-HARDWARE-ENABLED:CAPS"></a><h3>NM_CLIENT_WIRELESS_HARDWARE_ENABLED</h3>
 <pre class="programlisting">#define NM_CLIENT_WIRELESS_HARDWARE_ENABLED "wireless-hardware-enabled"
 </pre>
 <p>
@@ -192,7 +170,7 @@ href="../glib/glib-Basic-Types.html#gboolean"
 </div>
 <hr>
 <div class="refsect2" title="NM_CLIENT_WWAN_ENABLED">
-<a name="NM-CLIENT-WWAN-ENABLED--CAPS"></a><h3>NM_CLIENT_WWAN_ENABLED</h3>
+<a name="NM-CLIENT-WWAN-ENABLED:CAPS"></a><h3>NM_CLIENT_WWAN_ENABLED</h3>
 <pre class="programlisting">#define NM_CLIENT_WWAN_ENABLED "wwan-enabled"
 </pre>
 <p>
@@ -200,7 +178,7 @@ href="../glib/glib-Basic-Types.html#gboolean"
 </div>
 <hr>
 <div class="refsect2" title="NM_CLIENT_WWAN_HARDWARE_ENABLED">
-<a name="NM-CLIENT-WWAN-HARDWARE-ENABLED--CAPS"></a><h3>NM_CLIENT_WWAN_HARDWARE_ENABLED</h3>
+<a name="NM-CLIENT-WWAN-HARDWARE-ENABLED:CAPS"></a><h3>NM_CLIENT_WWAN_HARDWARE_ENABLED</h3>
 <pre class="programlisting">#define NM_CLIENT_WWAN_HARDWARE_ENABLED "wwan-hardware-enabled"
 </pre>
 <p>
@@ -208,13 +186,42 @@ href="../glib/glib-Basic-Types.html#gboolean"
 </div>
 <hr>
 <div class="refsect2" title="NM_CLIENT_ACTIVE_CONNECTIONS">
-<a name="NM-CLIENT-ACTIVE-CONNECTIONS--CAPS"></a><h3>NM_CLIENT_ACTIVE_CONNECTIONS</h3>
+<a name="NM-CLIENT-ACTIVE-CONNECTIONS:CAPS"></a><h3>NM_CLIENT_ACTIVE_CONNECTIONS</h3>
 <pre class="programlisting">#define NM_CLIENT_ACTIVE_CONNECTIONS "active-connections"
 </pre>
 <p>
 </p>
 </div>
 <hr>
+<div class="refsect2" title="enum NMClientPermission">
+<a name="NMClientPermission"></a><h3>enum NMClientPermission</h3>
+<pre class="programlisting">typedef enum {
+	NM_CLIENT_PERMISSION_NONE = 0,
+	NM_CLIENT_PERMISSION_ENABLE_DISABLE_NETWORK = 1,
+	NM_CLIENT_PERMISSION_ENABLE_DISABLE_WIFI = 2,
+	NM_CLIENT_PERMISSION_ENABLE_DISABLE_WWAN = 3,
+	NM_CLIENT_PERMISSION_USE_USER_CONNECTIONS = 4,
+
+	NM_CLIENT_PERMISSION_LAST = NM_CLIENT_PERMISSION_USE_USER_CONNECTIONS
+} NMClientPermission;
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="enum NMClientPermissionResult">
+<a name="NMClientPermissionResult"></a><h3>enum NMClientPermissionResult</h3>
+<pre class="programlisting">typedef enum {
+	NM_CLIENT_PERMISSION_RESULT_UNKNOWN = 0,
+	NM_CLIENT_PERMISSION_RESULT_YES,
+	NM_CLIENT_PERMISSION_RESULT_AUTH,
+	NM_CLIENT_PERMISSION_RESULT_NO
+} NMClientPermissionResult;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="NMClient">
 <a name="NMClient-struct"></a><h3>NMClient</h3>
 <pre class="programlisting">typedef struct _NMClient NMClient;</pre>
@@ -222,12 +229,33 @@ href="../glib/glib-Basic-Types.html#gboolean"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMClientClass">
+<a name="NMClientClass"></a><h3>NMClientClass</h3>
+<pre class="programlisting">typedef struct {
+	NMObjectClass parent;
+
+	/* Signals */
+	void (*device_added) (NMClient *client, NMDevice *device);
+	void (*device_removed) (NMClient *client, NMDevice *device);
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMClientClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_client_new ()">
 <a name="nm-client-new"></a><h3>nm_client_new ()</h3>
-<pre class="programlisting"><a class="link" href="NMClient.html" title="NMClient">NMClient</a> *          nm_client_new                       (void);</pre>
-<p>
-Creates a new <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>.</p>
+<pre class="programlisting"><a class="link" href="NMClient.html" title="NMClient"><span class="returnvalue">NMClient</span></a> *          nm_client_new                       (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
+Creates a new <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
@@ -241,26 +269,21 @@ Creates a new <a class="link" href="NMClient.html" title="NMClient"><span class=
 <hr>
 <div class="refsect2" title="nm_client_get_devices ()">
 <a name="nm-client-get-devices"></a><h3>nm_client_get_devices ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
->GPtrArray</a> *   nm_client_get_devices               (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client);</pre>
-<p>
-Gets all the detected devices.</p>
+<pre class="programlisting">const <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> *   nm_client_get_devices               (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre>
 <p>
+Gets all the detected devices.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
-<td> a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
+<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> a <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
-><span class="type">GPtrArray</span></a> containing all the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>s.
+<td> a <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing all the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>s.
 The returned array is owned by the client and should not be modified.
 </td>
 </tr>
@@ -270,28 +293,27 @@ The returned array is owned by the client and should not be modified.
 <hr>
 <div class="refsect2" title="nm_client_get_device_by_path ()">
 <a name="nm-client-get-device-by-path"></a><h3>nm_client_get_device_by_path ()</h3>
-<pre class="programlisting"><a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *          nm_client_get_device_by_path        (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client,
-                                                         const char *object_path);</pre>
-<p>
-Gets a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> from a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>.</p>
+<pre class="programlisting"><a class="link" href="NMDevice.html" title="NMDevice"><span class="returnvalue">NMDevice</span></a> *          nm_client_get_device_by_path        (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>);</pre>
 <p>
+Gets a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> from a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
-<td> a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
+<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>object_path</code></em> :</span></p></td>
-<td> the object path to search for
+<td>the object path to search for
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> for the given <em class="parameter"><code>object_path</code></em> or <code class="literal">NULL</code> if none is found.
+<td> the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> for the given <em class="parameter"><code>object_path</code></em> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is found.
 </td>
 </tr>
 </tbody>
@@ -300,13 +322,9 @@ Gets a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">
 <hr>
 <div class="refsect2" title="NMClientActivateDeviceFn ()">
 <a name="NMClientActivateDeviceFn"></a><h3>NMClientActivateDeviceFn ()</h3>
-<pre class="programlisting">void                (*NMClientActivateDeviceFn)         (<a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a> user_data,
-                                                         const char *object_path,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> *error);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                (*NMClientActivateDeviceFn)         (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -333,56 +351,53 @@ href="../glib/glib-Error-Reporting.html#GError"
 <hr>
 <div class="refsect2" title="nm_client_activate_connection ()">
 <a name="nm-client-activate-connection"></a><h3>nm_client_activate_connection ()</h3>
-<pre class="programlisting">void                nm_client_activate_connection       (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client,
-                                                         const char *service_name,
-                                                         const char *connection_path,
-                                                         <a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device,
-                                                         const char *specific_object,
-                                                         <a class="link" href="NMClient.html#NMClientActivateDeviceFn" title="NMClientActivateDeviceFn ()">NMClientActivateDeviceFn</a> callback,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a> user_data);</pre>
-<p>
-Activates a connection with the given <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p>
-<p>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_client_activate_connection       (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *service_name</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *connection_path</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *specific_object</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMClient.html#NMClientActivateDeviceFn" title="NMClientActivateDeviceFn ()"><span class="type">NMClientActivateDeviceFn</span></a> callback</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
+<p>
+Activates a connection with the given <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
-<td> a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
+<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>service_name</code></em> :</span></p></td>
-<td> the connection's service name
+<td>the connection's service name
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection_path</code></em> :</span></p></td>
-<td> the connection's DBus path
+<td>the connection's DBus path
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
+<td>the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>specific_object</code></em> :</span></p></td>
-<td> the device specific object (currently used only for
+<td>the device specific object (currently used only for
 activating wireless devices and should be the <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>'s path.
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
-<td> the function to call when the call is done
+<td>the function to call when the call is done
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
-<td> user data to pass to the callback function
+<td>user data to pass to the callback function
 </td>
 </tr>
 </tbody>
@@ -391,23 +406,72 @@ activating wireless devices and should be the <a class="link" href="NMAccessPoin
 <hr>
 <div class="refsect2" title="nm_client_deactivate_connection ()">
 <a name="nm-client-deactivate-connection"></a><h3>nm_client_deactivate_connection ()</h3>
-<pre class="programlisting">void                nm_client_deactivate_connection     (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client,
-                                                         <a class="link" href="NMActiveConnection.html" title="NMActiveConnection">NMActiveConnection</a> *active);</pre>
-<p>
-Deactivates an active <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>.</p>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_client_deactivate_connection     (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *active</code></em>);</pre>
 <p>
+Deactivates an active <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
-<td> a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
+<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>active</code></em> :</span></p></td>
-<td> the <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> to deactivate
+<td>the <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> to deactivate
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_client_networking_get_enabled ()">
+<a name="nm-client-networking-get-enabled"></a><h3>nm_client_networking_get_enabled ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_client_networking_get_enabled    (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre>
+<p>
+Whether networking is enabled or disabled.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
+<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if networking is enabled, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if networking is disabled
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_client_networking_set_enabled ()">
+<a name="nm-client-networking-set-enabled"></a><h3>nm_client_networking_set_enabled ()</h3>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_client_networking_set_enabled    (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);</pre>
+<p>
+Enables or disables networking.  When networking is disabled, all controlled
+interfaces are disconnected and deactivated.  When networking is enabled,
+all controlled interfaces are available for activation.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
+<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>enabled</code></em> :</span></p></td>
+<td>
+<a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to set networking enabled, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to set networking disabled
 </td>
 </tr>
 </tbody>
@@ -416,24 +480,21 @@ Deactivates an active <a class="link" href="NMActiveConnection.html" title="NMAc
 <hr>
 <div class="refsect2" title="nm_client_wireless_get_enabled ()">
 <a name="nm-client-wireless-get-enabled"></a><h3>nm_client_wireless_get_enabled ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_client_wireless_get_enabled      (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client);</pre>
-<p>
-Determines whether the wireless is enabled.</p>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_client_wireless_get_enabled      (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre>
 <p>
+Determines whether the wireless is enabled.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
-<td> a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
+<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <code class="literal">TRUE</code> if wireless is enabled
+<td> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if wireless is enabled
 </td>
 </tr>
 </tbody>
@@ -442,25 +503,23 @@ Determines whether the wireless is enabled.</p>
 <hr>
 <div class="refsect2" title="nm_client_wireless_set_enabled ()">
 <a name="nm-client-wireless-set-enabled"></a><h3>nm_client_wireless_set_enabled ()</h3>
-<pre class="programlisting">void                nm_client_wireless_set_enabled      (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a> enabled);</pre>
-<p>
-Enables or disables wireless devices.</p>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_client_wireless_set_enabled      (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);</pre>
 <p>
+Enables or disables wireless devices.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
-<td> a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
+<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>enabled</code></em> :</span></p></td>
-<td> <code class="literal">TRUE</code> to enable wireless
+<td>
+<a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable wireless
 </td>
 </tr>
 </tbody>
@@ -469,25 +528,22 @@ Enables or disables wireless devices.</p>
 <hr>
 <div class="refsect2" title="nm_client_wireless_hardware_get_enabled ()">
 <a name="nm-client-wireless-hardware-get-enabled"></a><h3>nm_client_wireless_hardware_get_enabled ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_client_wireless_hardware_get_enabled
-                                                        (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client);</pre>
-<p>
-Determines whether the wireless hardware is enabled.</p>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_client_wireless_hardware_get_enabled
+                                                        (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre>
 <p>
+Determines whether the wireless hardware is enabled.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
-<td> a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
+<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <code class="literal">TRUE</code> if the wireless hardware is enabled
+<td> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the wireless hardware is enabled
 </td>
 </tr>
 </tbody>
@@ -496,24 +552,21 @@ Determines whether the wireless hardware is enabled.</p>
 <hr>
 <div class="refsect2" title="nm_client_wwan_get_enabled ()">
 <a name="nm-client-wwan-get-enabled"></a><h3>nm_client_wwan_get_enabled ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_client_wwan_get_enabled          (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client);</pre>
-<p>
-Determines whether WWAN is enabled.</p>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_client_wwan_get_enabled          (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre>
 <p>
+Determines whether WWAN is enabled.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
-<td> a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
+<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <code class="literal">TRUE</code> if WWAN is enabled
+<td> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if WWAN is enabled
 </td>
 </tr>
 </tbody>
@@ -522,25 +575,23 @@ Determines whether WWAN is enabled.</p>
 <hr>
 <div class="refsect2" title="nm_client_wwan_set_enabled ()">
 <a name="nm-client-wwan-set-enabled"></a><h3>nm_client_wwan_set_enabled ()</h3>
-<pre class="programlisting">void                nm_client_wwan_set_enabled          (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a> enabled);</pre>
-<p>
-Enables or disables WWAN devices.</p>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_client_wwan_set_enabled          (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);</pre>
 <p>
+Enables or disables WWAN devices.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
-<td> a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
+<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>enabled</code></em> :</span></p></td>
-<td> <code class="literal">TRUE</code> to enable WWAN
+<td>
+<a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable WWAN
 </td>
 </tr>
 </tbody>
@@ -549,24 +600,21 @@ Enables or disables WWAN devices.</p>
 <hr>
 <div class="refsect2" title="nm_client_wwan_hardware_get_enabled ()">
 <a name="nm-client-wwan-hardware-get-enabled"></a><h3>nm_client_wwan_hardware_get_enabled ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_client_wwan_hardware_get_enabled (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client);</pre>
-<p>
-Determines whether the WWAN hardware is enabled.</p>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_client_wwan_hardware_get_enabled (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre>
 <p>
+Determines whether the WWAN hardware is enabled.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
-<td> a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
+<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <code class="literal">TRUE</code> if the WWAN hardware is enabled
+<td> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the WWAN hardware is enabled
 </td>
 </tr>
 </tbody>
@@ -575,17 +623,16 @@ Determines whether the WWAN hardware is enabled.</p>
 <hr>
 <div class="refsect2" title="nm_client_get_state ()">
 <a name="nm-client-get-state"></a><h3>nm_client_get_state ()</h3>
-<pre class="programlisting">NMState             nm_client_get_state                 (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client);</pre>
-<p>
-Gets the current daemon state.</p>
+<pre class="programlisting"><span class="returnvalue">NMState</span>             nm_client_get_state                 (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre>
 <p>
+Gets the current daemon state.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
-<td> a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
+<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
 </td>
 </tr>
 <tr>
@@ -599,24 +646,21 @@ Gets the current daemon state.</p>
 <hr>
 <div class="refsect2" title="nm_client_get_manager_running ()">
 <a name="nm-client-get-manager-running"></a><h3>nm_client_get_manager_running ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_client_get_manager_running       (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client);</pre>
-<p>
-Determines whether the daemon is running.</p>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_client_get_manager_running       (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre>
 <p>
+Determines whether the daemon is running.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
-<td> a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
+<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <code class="literal">TRUE</code> if the daemon is running
+<td> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the daemon is running
 </td>
 </tr>
 </tbody>
@@ -625,26 +669,21 @@ Determines whether the daemon is running.</p>
 <hr>
 <div class="refsect2" title="nm_client_get_active_connections ()">
 <a name="nm-client-get-active-connections"></a><h3>nm_client_get_active_connections ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
->GPtrArray</a> *   nm_client_get_active_connections    (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client);</pre>
-<p>
-Gets the active connections.</p>
+<pre class="programlisting">const <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> *   nm_client_get_active_connections    (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre>
 <p>
+Gets the active connections.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
-<td> a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
+<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> a <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
-><span class="type">GPtrArray</span></a> containing all the active <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>s.
+<td> a <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing all the active <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>s.
 The returned array is owned by the client and should not be modified.
 </td>
 </tr>
@@ -654,26 +693,54 @@ The returned array is owned by the client and should not be modified.
 <hr>
 <div class="refsect2" title="nm_client_sleep ()">
 <a name="nm-client-sleep"></a><h3>nm_client_sleep ()</h3>
-<pre class="programlisting">void                nm_client_sleep                     (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a> sleep);</pre>
-<p>
-Enables or disables networking. When the daemon is put to sleep, it'll deactivate and disable
-all the active devices.</p>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_client_sleep                     (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> sleep</code></em>);</pre>
 <p>
+Deprecated; use <a class="link" href="NMClient.html#nm-client-networking-set-enabled" title="nm_client_networking_set_enabled ()"><code class="function">nm_client_networking_set_enabled()</code></a> instead.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
-<td> a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
+<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>sleep</code></em> :</span></p></td>
-<td> <code class="literal">TRUE</code> to put the daemon to sleep
+<td>
+<a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to put the daemon to sleep
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_client_get_permission_result ()">
+<a name="nm-client-get-permission-result"></a><h3>nm_client_get_permission_result ()</h3>
+<pre class="programlisting"><a class="link" href="NMClient.html#NMClientPermissionResult" title="enum NMClientPermissionResult"><span class="returnvalue">NMClientPermissionResult</span></a>  nm_client_get_permission_result
+                                                        (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMClient.html#NMClientPermission" title="enum NMClientPermission"><span class="type">NMClientPermission</span></a> permission</code></em>);</pre>
+<p>
+Requests the result of a specific permission, which indicates whether the
+client can or cannot perform the action the permission represents
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
+<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>permission</code></em> :</span></p></td>
+<td>the permission for which to return the result, one of <a class="link" href="NMClient.html#NMClientPermission" title="enum NMClientPermission"><span class="type">NMClientPermission</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> the permission's result, one of <a class="link" href="NMClient.html#NMClientPermissionResult" title="enum NMClientPermissionResult"><span class="type">NMClientPermissionResult</span></a>
 </td>
 </tr>
 </tbody>
@@ -684,27 +751,29 @@ all the active devices.</p>
 <a name="NMClient.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "active-connections" property'>
 <a name="NMClient--active-connections"></a><h3>The <code class="literal">"active-connections"</code> property</h3>
-<pre class="programlisting">  "active-connections"       nm-object-array*      : Read</pre>
+<pre class="programlisting">  "active-connections"       <span class="type">nm-object-array*</span>      : Read</pre>
 <p>Active connections.</p>
 </div>
 <hr>
 <div class="refsect2" title='The "manager-running" property'>
 <a name="NMClient--manager-running"></a><h3>The <code class="literal">"manager-running"</code> property</h3>
-<pre class="programlisting">  "manager-running"          <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read</pre>
+<pre class="programlisting">  "manager-running"          <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
 <p>Whether NetworkManager is running.</p>
 <p>Default value: FALSE</p>
 </div>
 <hr>
+<div class="refsect2" title='The "networking-enabled" property'>
+<a name="NMClient--networking-enabled"></a><h3>The <code class="literal">"networking-enabled"</code> property</h3>
+<pre class="programlisting">  "networking-enabled"       <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
+<p>Is networking enabled.</p>
+<p>Default value: TRUE</p>
+</div>
+<hr>
 <div class="refsect2" title='The "state" property'>
 <a name="NMClient--state"></a><h3>The <code class="literal">"state"</code> property</h3>
-<pre class="programlisting">  "state"                    <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read</pre>
-<p>
-The current daemon state.</p>
+<pre class="programlisting">  "state"                    <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read</pre>
 <p>
+The current daemon state.
 </p>
 <p>Allowed values: &lt;= 4</p>
 <p>Default value: 0</p>
@@ -712,36 +781,28 @@ The current daemon state.</p>
 <hr>
 <div class="refsect2" title='The "wireless-enabled" property'>
 <a name="NMClient--wireless-enabled"></a><h3>The <code class="literal">"wireless-enabled"</code> property</h3>
-<pre class="programlisting">  "wireless-enabled"         <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write</pre>
+<pre class="programlisting">  "wireless-enabled"         <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 <p>Is wireless enabled.</p>
 <p>Default value: TRUE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "wireless-hardware-enabled" property'>
 <a name="NMClient--wireless-hardware-enabled"></a><h3>The <code class="literal">"wireless-hardware-enabled"</code> property</h3>
-<pre class="programlisting">  "wireless-hardware-enabled" <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read</pre>
+<pre class="programlisting">  "wireless-hardware-enabled" <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
 <p>Is wireless hardware enabled.</p>
 <p>Default value: TRUE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "wwan-enabled" property'>
 <a name="NMClient--wwan-enabled"></a><h3>The <code class="literal">"wwan-enabled"</code> property</h3>
-<pre class="programlisting">  "wwan-enabled"             <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
+<pre class="programlisting">  "wwan-enabled"             <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>Is WWAN enabled.</p>
 <p>Default value: TRUE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "wwan-hardware-enabled" property'>
 <a name="NMClient--wwan-hardware-enabled"></a><h3>The <code class="literal">"wwan-hardware-enabled"</code> property</h3>
-<pre class="programlisting">  "wwan-hardware-enabled"    <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct Only</pre>
+<pre class="programlisting">  "wwan-hardware-enabled"    <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct Only</pre>
 <p>Is WWAN hardware enabled.</p>
 <p>Default value: TRUE</p>
 </div>
@@ -750,28 +811,23 @@ href="../glib/glib-Basic-Types.html#gboolean"
 <a name="NMClient.signal-details"></a><h2>Signal Details</h2>
 <div class="refsect2" title='The "device-added" signal'>
 <a name="NMClient-device-added"></a><h3>The <code class="literal">"device-added"</code> signal</h3>
-<pre class="programlisting">void                user_function                      (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *client,
-                                                        <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>  *device,
-                                                        <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a>  user_data)      : Run First</pre>
-<p>
-Notifies that a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> is added.</p>
+<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client,
+                                                        <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>  *device,
+                                                        <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run First</pre>
 <p>
+Notifies that a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> is added.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
-<td> the client that received the signal
+<td>the client that received the signal
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> the new device
+<td>the new device
 </td>
 </tr>
 <tr>
@@ -784,28 +840,58 @@ Notifies that a <a class="link" href="NMDevice.html" title="NMDevice"><span clas
 <hr>
 <div class="refsect2" title='The "device-removed" signal'>
 <a name="NMClient-device-removed"></a><h3>The <code class="literal">"device-removed"</code> signal</h3>
-<pre class="programlisting">void                user_function                      (<a class="link" href="NMClient.html" title="NMClient">NMClient</a> *widget,
-                                                        <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>  *device,
-                                                        <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a>  user_data)      : Run First</pre>
-<p>
-Notifies that a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> is removed.</p>
+<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *widget,
+                                                        <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>  *device,
+                                                        <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run First</pre>
 <p>
+Notifies that a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> is removed.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
-<td> the client that received the signal
+<td>the client that received the signal
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> the removed device
+<td>the removed device
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
+<td>user data set when the signal handler was connected.</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title='The "permission-changed" signal'>
+<a name="NMClient-permission-changed"></a><h3>The <code class="literal">"permission-changed"</code> signal</h3>
+<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *widget,
+                                                        <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>     permission,
+                                                        <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>     result,
+                                                        <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)       : Run First</pre>
+<p>
+Notifies that a permission has changed
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
+<td>the client that received the signal
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>permission</code></em> :</span></p></td>
+<td>a permission from <a class="link" href="NMClient.html#NMClientPermission" title="enum NMClientPermission"><span class="type">NMClientPermission</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
+<td>the permission's result, one of <a class="link" href="NMClient.html#NMClientPermissionResult" title="enum NMClientPermissionResult"><span class="type">NMClientPermissionResult</span></a>
 </td>
 </tr>
 <tr>
@@ -819,6 +905,6 @@ Notifies that a <a class="link" href="NMDevice.html" title="NMDevice"><span clas
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMDHCP4Config.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMDHCP4Config.html
index 55063cf..d3a1b9f 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMDHCP4Config.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMDHCP4Config.html
@@ -3,32 +3,31 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMDHCP4Config</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="index.html" title="libnm-glib Reference Manual">
-<link rel="up" href="ch01.html" title="[Insert title here]">
-<link rel="prev" href="NMSerialDevice.html" title="NMSerialDevice">
-<link rel="next" href="libnm-glib-nm-vpn-plugin-ui-interface.html" title="nm-vpn-plugin-ui-interface">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="NMIP6Config.html" title="NMIP6Config">
+<link rel="next" href="NMDHCP6Config.html" title="NMDHCP6Config">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="[Insert title here]">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 <tr valign="middle">
-<td><a accesskey="p" href="NMSerialDevice.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="p" href="NMIP6Config.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 <th width="100%" align="center">libnm-glib Reference Manual</th>
-<td><a accesskey="n" href="libnm-glib-nm-vpn-plugin-ui-interface.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+<td><a accesskey="n" href="NMDHCP6Config.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMDHCP4Config.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMDHCP4Config.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMDHCP4Config.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMDHCP4Config.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMDHCP4Config.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMDHCP4Config.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMDHCP4Config.properties" class="shortcut">Properties</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMDHCP4Config">
@@ -42,28 +41,20 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMDHCP4Config.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-                    <a class="link" href="NMDHCP4Config.html#NMDHCP4Config-struct" title="NMDHCP4Config">NMDHCP4Config</a>;
-#define             <a class="link" href="NMDHCP4Config.html#NM-DHCP4-CONFIG-OPTIONS--CAPS" title="NM_DHCP4_CONFIG_OPTIONS">NM_DHCP4_CONFIG_OPTIONS</a>
-<a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a> *           <a class="link" href="NMDHCP4Config.html#nm-dhcp4-config-new" title="nm_dhcp4_config_new ()">nm_dhcp4_config_new</a>                 (<a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *connection,
-                                                         const char *object_path);
-<a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a> *        <a class="link" href="NMDHCP4Config.html#nm-dhcp4-config-get-options" title="nm_dhcp4_config_get_options ()">nm_dhcp4_config_get_options</a>         (<a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config">NMDHCP4Config</a> *config);
-const char *        <a class="link" href="NMDHCP4Config.html#nm-dhcp4-config-get-one-option" title="nm_dhcp4_config_get_one_option ()">nm_dhcp4_config_get_one_option</a>      (<a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config">NMDHCP4Config</a> *config,
-                                                         const char *option);
+<pre class="synopsis">                    <a class="link" href="NMDHCP4Config.html#NMDHCP4Config-struct" title="NMDHCP4Config">NMDHCP4Config</a>;
+                    <a class="link" href="NMDHCP4Config.html#NMDHCP4ConfigClass" title="NMDHCP4ConfigClass">NMDHCP4ConfigClass</a>;
+#define             <a class="link" href="NMDHCP4Config.html#NM-DHCP4-CONFIG-OPTIONS:CAPS" title="NM_DHCP4_CONFIG_OPTIONS">NM_DHCP4_CONFIG_OPTIONS</a>
+<a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           <a class="link" href="NMDHCP4Config.html#nm-dhcp4-config-new" title="nm_dhcp4_config_new ()">nm_dhcp4_config_new</a>                 (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>);
+<a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="returnvalue">GHashTable</span></a> *        <a class="link" href="NMDHCP4Config.html#nm-dhcp4-config-get-options" title="nm_dhcp4_config_get_options ()">nm_dhcp4_config_get_options</a>         (<em class="parameter"><code><a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a> *config</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMDHCP4Config.html#nm-dhcp4-config-get-one-option" title="nm_dhcp4_config_get_one_option ()">nm_dhcp4_config_get_one_option</a>      (<em class="parameter"><code><a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a> *config</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *option</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMDHCP4Config.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
    +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a>
          +----NMDHCP4Config
 </pre>
@@ -71,9 +62,7 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 <div class="refsect1" title="Properties">
 <a name="NMDHCP4Config.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a class="link" href="NMDHCP4Config.html#NMDHCP4Config--options" title='The "options" property'>options</a>"                  <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a>*           : Read
+  "<a class="link" href="NMDHCP4Config.html#NMDHCP4Config--options" title='The "options" property'>options</a>"                  <a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a>*           : Read
 </pre>
 </div>
 <div class="refsect1" title="Description">
@@ -90,8 +79,26 @@ href="../glib/glib-Hash-Tables.html#GHashTable"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMDHCP4ConfigClass">
+<a name="NMDHCP4ConfigClass"></a><h3>NMDHCP4ConfigClass</h3>
+<pre class="programlisting">typedef struct {
+	NMObjectClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMDHCP4ConfigClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="NM_DHCP4_CONFIG_OPTIONS">
-<a name="NM-DHCP4-CONFIG-OPTIONS--CAPS"></a><h3>NM_DHCP4_CONFIG_OPTIONS</h3>
+<a name="NM-DHCP4-CONFIG-OPTIONS:CAPS"></a><h3>NM_DHCP4_CONFIG_OPTIONS</h3>
 <pre class="programlisting">#define NM_DHCP4_CONFIG_OPTIONS "options"
 </pre>
 <p>
@@ -100,29 +107,22 @@ href="../glib/glib-Hash-Tables.html#GHashTable"
 <hr>
 <div class="refsect2" title="nm_dhcp4_config_new ()">
 <a name="nm-dhcp4-config-new"></a><h3>nm_dhcp4_config_new ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a> *           nm_dhcp4_config_new                 (<a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *connection,
-                                                         const char *object_path);</pre>
-<p>
-Creates a new <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a>.</p>
+<pre class="programlisting"><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           nm_dhcp4_config_new                 (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>);</pre>
 <p>
+Creates a new <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> the <a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
-><span class="type">DBusGConnection</span></a>
+<td>the <a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>object_path</code></em> :</span></p></td>
-<td> the DBus object path of the device
+<td>the DBus object path of the device
 </td>
 </tr>
 <tr>
@@ -136,26 +136,21 @@ href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
 <hr>
 <div class="refsect2" title="nm_dhcp4_config_get_options ()">
 <a name="nm-dhcp4-config-get-options"></a><h3>nm_dhcp4_config_get_options ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a> *        nm_dhcp4_config_get_options         (<a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config">NMDHCP4Config</a> *config);</pre>
-<p>
-Gets all the options contained in the configuration.</p>
+<pre class="programlisting"><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="returnvalue">GHashTable</span></a> *        nm_dhcp4_config_get_options         (<em class="parameter"><code><a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a> *config</code></em>);</pre>
 <p>
+Gets all the options contained in the configuration.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a>
+<td>a <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
-><span class="type">GHashTable</span></a> containing strings for keys and values.
+<td> the <a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> containing strings for keys and values.
 This is the internal copy used by the configuration, and must not be modified.
 </td>
 </tr>
@@ -165,23 +160,22 @@ This is the internal copy used by the configuration, and must not be modified.
 <hr>
 <div class="refsect2" title="nm_dhcp4_config_get_one_option ()">
 <a name="nm-dhcp4-config-get-one-option"></a><h3>nm_dhcp4_config_get_one_option ()</h3>
-<pre class="programlisting">const char *        nm_dhcp4_config_get_one_option      (<a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config">NMDHCP4Config</a> *config,
-                                                         const char *option);</pre>
-<p>
-Gets one option by option name.</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_dhcp4_config_get_one_option      (<em class="parameter"><code><a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a> *config</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *option</code></em>);</pre>
 <p>
+Gets one option by option name.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a>
+<td>a <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>option</code></em> :</span></p></td>
-<td> the option to retrieve
+<td>the option to retrieve
 </td>
 </tr>
 <tr>
@@ -198,20 +192,15 @@ configuration, and must not be modified.
 <a name="NMDHCP4Config.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "options" property'>
 <a name="NMDHCP4Config--options"></a><h3>The <code class="literal">"options"</code> property</h3>
-<pre class="programlisting">  "options"                  <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a>*           : Read</pre>
-<p>
-The <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
-><span class="type">GHashTable</span></a> containing options of the configuration.</p>
+<pre class="programlisting">  "options"                  <a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a>*           : Read</pre>
 <p>
+The <a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> containing options of the configuration.
 </p>
 </div>
 </div>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMDHCP6Config.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMDHCP6Config.html
new file mode 100644
index 0000000..5c93bbc
--- /dev/null
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMDHCP6Config.html
@@ -0,0 +1,206 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>NMDHCP6Config</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="index.html" title="libnm-glib Reference Manual">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="NMDHCP4Config.html" title="NMDHCP4Config">
+<link rel="next" href="NMExportedConnection.html" title="NMExportedConnection">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
+<tr valign="middle">
+<td><a accesskey="p" href="NMDHCP4Config.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
+<th width="100%" align="center">libnm-glib Reference Manual</th>
+<td><a accesskey="n" href="NMExportedConnection.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts">
+<a href="#NMDHCP6Config.synopsis" class="shortcut">Top</a>
+                   | 
+                  <a href="#NMDHCP6Config.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMDHCP6Config.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMDHCP6Config.properties" class="shortcut">Properties</a>
+</td></tr>
+</table>
+<div class="refentry" title="NMDHCP6Config">
+<a name="NMDHCP6Config"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="NMDHCP6Config.top_of_page"></a>NMDHCP6Config</span></h2>
+<p>NMDHCP6Config</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv" title="Synopsis">
+<a name="NMDHCP6Config.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">                    <a class="link" href="NMDHCP6Config.html#NMDHCP6Config-struct" title="NMDHCP6Config">NMDHCP6Config</a>;
+                    <a class="link" href="NMDHCP6Config.html#NMDHCP6ConfigClass" title="NMDHCP6ConfigClass">NMDHCP6ConfigClass</a>;
+#define             <a class="link" href="NMDHCP6Config.html#NM-DHCP6-CONFIG-OPTIONS:CAPS" title="NM_DHCP6_CONFIG_OPTIONS">NM_DHCP6_CONFIG_OPTIONS</a>
+<a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           <a class="link" href="NMDHCP6Config.html#nm-dhcp6-config-new" title="nm_dhcp6_config_new ()">nm_dhcp6_config_new</a>                 (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>);
+<a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="returnvalue">GHashTable</span></a> *        <a class="link" href="NMDHCP6Config.html#nm-dhcp6-config-get-options" title="nm_dhcp6_config_get_options ()">nm_dhcp6_config_get_options</a>         (<em class="parameter"><code><a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a> *config</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMDHCP6Config.html#nm-dhcp6-config-get-one-option" title="nm_dhcp6_config_get_one_option ()">nm_dhcp6_config_get_one_option</a>      (<em class="parameter"><code><a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a> *config</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *option</code></em>);
+</pre>
+</div>
+<div class="refsect1" title="Object Hierarchy">
+<a name="NMDHCP6Config.object-hierarchy"></a><h2>Object Hierarchy</h2>
+<pre class="synopsis">
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a>
+         +----NMDHCP6Config
+</pre>
+</div>
+<div class="refsect1" title="Properties">
+<a name="NMDHCP6Config.properties"></a><h2>Properties</h2>
+<pre class="synopsis">
+  "<a class="link" href="NMDHCP6Config.html#NMDHCP6Config--options" title='The "options" property'>options</a>"                  <a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a>*           : Read
+</pre>
+</div>
+<div class="refsect1" title="Description">
+<a name="NMDHCP6Config.description"></a><h2>Description</h2>
+<p>
+</p>
+</div>
+<div class="refsect1" title="Details">
+<a name="NMDHCP6Config.details"></a><h2>Details</h2>
+<div class="refsect2" title="NMDHCP6Config">
+<a name="NMDHCP6Config-struct"></a><h3>NMDHCP6Config</h3>
+<pre class="programlisting">typedef struct _NMDHCP6Config NMDHCP6Config;</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NMDHCP6ConfigClass">
+<a name="NMDHCP6ConfigClass"></a><h3>NMDHCP6ConfigClass</h3>
+<pre class="programlisting">typedef struct {
+	NMObjectClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMDHCP6ConfigClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NM_DHCP6_CONFIG_OPTIONS">
+<a name="NM-DHCP6-CONFIG-OPTIONS:CAPS"></a><h3>NM_DHCP6_CONFIG_OPTIONS</h3>
+<pre class="programlisting">#define NM_DHCP6_CONFIG_OPTIONS "options"
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="nm_dhcp6_config_new ()">
+<a name="nm-dhcp6-config-new"></a><h3>nm_dhcp6_config_new ()</h3>
+<pre class="programlisting"><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           nm_dhcp6_config_new                 (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>);</pre>
+<p>
+Creates a new <a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a>.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
+<td>the <a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>object_path</code></em> :</span></p></td>
+<td>the DBus object path of the device
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> a new configuration
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_dhcp6_config_get_options ()">
+<a name="nm-dhcp6-config-get-options"></a><h3>nm_dhcp6_config_get_options ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="returnvalue">GHashTable</span></a> *        nm_dhcp6_config_get_options         (<em class="parameter"><code><a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a> *config</code></em>);</pre>
+<p>
+Gets all the options contained in the configuration.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
+<td>a <a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> the <a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> containing strings for keys and values.
+This is the internal copy used by the configuration, and must not be modified.
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_dhcp6_config_get_one_option ()">
+<a name="nm-dhcp6-config-get-one-option"></a><h3>nm_dhcp6_config_get_one_option ()</h3>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_dhcp6_config_get_one_option      (<em class="parameter"><code><a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a> *config</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *option</code></em>);</pre>
+<p>
+Gets one option by option name.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
+<td>a <a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>option</code></em> :</span></p></td>
+<td>the option to retrieve
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> the configuration option's value. This is the internal string used by the
+configuration, and must not be modified.
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+<div class="refsect1" title="Property Details">
+<a name="NMDHCP6Config.property-details"></a><h2>Property Details</h2>
+<div class="refsect2" title='The "options" property'>
+<a name="NMDHCP6Config--options"></a><h3>The <code class="literal">"options"</code> property</h3>
+<pre class="programlisting">  "options"                  <a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a>*           : Read</pre>
+<p>
+The <a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> containing options of the configuration.
+</p>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.15</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMDevice.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMDevice.html
index e9f7259..ff40067 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMDevice.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMDevice.html
@@ -3,34 +3,33 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMDevice</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="index.html" title="libnm-glib Reference Manual">
-<link rel="up" href="ch01.html" title="[Insert title here]">
-<link rel="prev" href="NMGsmDevice.html" title="NMGsmDevice">
-<link rel="next" href="NMIP4Config.html" title="NMIP4Config">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="NMActiveConnection.html" title="NMActiveConnection">
+<link rel="next" href="NMDeviceEthernet.html" title="NMDeviceEthernet">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="[Insert title here]">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 <tr valign="middle">
-<td><a accesskey="p" href="NMGsmDevice.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="p" href="NMActiveConnection.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 <th width="100%" align="center">libnm-glib Reference Manual</th>
-<td><a accesskey="n" href="NMIP4Config.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+<td><a accesskey="n" href="NMDeviceEthernet.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMDevice.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMDevice.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMDevice.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMDevice.properties" class="shortcut">Properties</a>
-                 | 
-                <a href="#NMDevice.signals" class="shortcut">Signals</a>
+                   | 
+                  <a href="#NMDevice.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMDevice.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMDevice.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMDevice.signals" class="shortcut">Signals</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMDevice">
@@ -44,100 +43,75 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMDevice.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-#define             <a class="link" href="NMDevice.html#NM-DEVICE-UDI--CAPS" title="NM_DEVICE_UDI">NM_DEVICE_UDI</a>
-#define             <a class="link" href="NMDevice.html#NM-DEVICE-INTERFACE--CAPS" title="NM_DEVICE_INTERFACE">NM_DEVICE_INTERFACE</a>
-#define             <a class="link" href="NMDevice.html#NM-DEVICE-DRIVER--CAPS" title="NM_DEVICE_DRIVER">NM_DEVICE_DRIVER</a>
-#define             <a class="link" href="NMDevice.html#NM-DEVICE-CAPABILITIES--CAPS" title="NM_DEVICE_CAPABILITIES">NM_DEVICE_CAPABILITIES</a>
-#define             <a class="link" href="NMDevice.html#NM-DEVICE-MANAGED--CAPS" title="NM_DEVICE_MANAGED">NM_DEVICE_MANAGED</a>
-#define             <a class="link" href="NMDevice.html#NM-DEVICE-IP4-CONFIG--CAPS" title="NM_DEVICE_IP4_CONFIG">NM_DEVICE_IP4_CONFIG</a>
-#define             <a class="link" href="NMDevice.html#NM-DEVICE-DHCP4-CONFIG--CAPS" title="NM_DEVICE_DHCP4_CONFIG">NM_DEVICE_DHCP4_CONFIG</a>
-#define             <a class="link" href="NMDevice.html#NM-DEVICE-IP6-CONFIG--CAPS" title="NM_DEVICE_IP6_CONFIG">NM_DEVICE_IP6_CONFIG</a>
-#define             <a class="link" href="NMDevice.html#NM-DEVICE-DHCP6-CONFIG--CAPS" title="NM_DEVICE_DHCP6_CONFIG">NM_DEVICE_DHCP6_CONFIG</a>
-#define             <a class="link" href="NMDevice.html#NM-DEVICE-STATE--CAPS" title="NM_DEVICE_STATE">NM_DEVICE_STATE</a>
-#define             <a class="link" href="NMDevice.html#NM-DEVICE-VENDOR--CAPS" title="NM_DEVICE_VENDOR">NM_DEVICE_VENDOR</a>
-#define             <a class="link" href="NMDevice.html#NM-DEVICE-PRODUCT--CAPS" title="NM_DEVICE_PRODUCT">NM_DEVICE_PRODUCT</a>
+<pre class="synopsis">#define             <a class="link" href="NMDevice.html#NM-DEVICE-UDI:CAPS" title="NM_DEVICE_UDI">NM_DEVICE_UDI</a>
+#define             <a class="link" href="NMDevice.html#NM-DEVICE-INTERFACE:CAPS" title="NM_DEVICE_INTERFACE">NM_DEVICE_INTERFACE</a>
+#define             <a class="link" href="NMDevice.html#NM-DEVICE-IP-INTERFACE:CAPS" title="NM_DEVICE_IP_INTERFACE">NM_DEVICE_IP_INTERFACE</a>
+#define             <a class="link" href="NMDevice.html#NM-DEVICE-DRIVER:CAPS" title="NM_DEVICE_DRIVER">NM_DEVICE_DRIVER</a>
+#define             <a class="link" href="NMDevice.html#NM-DEVICE-CAPABILITIES:CAPS" title="NM_DEVICE_CAPABILITIES">NM_DEVICE_CAPABILITIES</a>
+#define             <a class="link" href="NMDevice.html#NM-DEVICE-MANAGED:CAPS" title="NM_DEVICE_MANAGED">NM_DEVICE_MANAGED</a>
+#define             <a class="link" href="NMDevice.html#NM-DEVICE-FIRMWARE-MISSING:CAPS" title="NM_DEVICE_FIRMWARE_MISSING">NM_DEVICE_FIRMWARE_MISSING</a>
+#define             <a class="link" href="NMDevice.html#NM-DEVICE-IP4-CONFIG:CAPS" title="NM_DEVICE_IP4_CONFIG">NM_DEVICE_IP4_CONFIG</a>
+#define             <a class="link" href="NMDevice.html#NM-DEVICE-DHCP4-CONFIG:CAPS" title="NM_DEVICE_DHCP4_CONFIG">NM_DEVICE_DHCP4_CONFIG</a>
+#define             <a class="link" href="NMDevice.html#NM-DEVICE-IP6-CONFIG:CAPS" title="NM_DEVICE_IP6_CONFIG">NM_DEVICE_IP6_CONFIG</a>
+#define             <a class="link" href="NMDevice.html#NM-DEVICE-DHCP6-CONFIG:CAPS" title="NM_DEVICE_DHCP6_CONFIG">NM_DEVICE_DHCP6_CONFIG</a>
+#define             <a class="link" href="NMDevice.html#NM-DEVICE-STATE:CAPS" title="NM_DEVICE_STATE">NM_DEVICE_STATE</a>
+#define             <a class="link" href="NMDevice.html#NM-DEVICE-VENDOR:CAPS" title="NM_DEVICE_VENDOR">NM_DEVICE_VENDOR</a>
+#define             <a class="link" href="NMDevice.html#NM-DEVICE-PRODUCT:CAPS" title="NM_DEVICE_PRODUCT">NM_DEVICE_PRODUCT</a>
                     <a class="link" href="NMDevice.html#NMDevice-struct" title="NMDevice">NMDevice</a>;
-<a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a> *           <a class="link" href="NMDevice.html#nm-device-new" title="nm_device_new ()">nm_device_new</a>                       (<a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *connection,
-                                                         const char *path);
-const char *        <a class="link" href="NMDevice.html#nm-device-get-iface" title="nm_device_get_iface ()">nm_device_get_iface</a>                 (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);
-const char *        <a class="link" href="NMDevice.html#nm-device-get-udi" title="nm_device_get_udi ()">nm_device_get_udi</a>                   (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);
-const char *        <a class="link" href="NMDevice.html#nm-device-get-driver" title="nm_device_get_driver ()">nm_device_get_driver</a>                (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a class="link" href="NMDevice.html#nm-device-get-capabilities" title="nm_device_get_capabilities ()">nm_device_get_capabilities</a>          (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a class="link" href="NMDevice.html#nm-device-get-managed" title="nm_device_get_managed ()">nm_device_get_managed</a>               (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);
-<a class="link" href="NMIP4Config.html" title="NMIP4Config">NMIP4Config</a> *       <a class="link" href="NMDevice.html#nm-device-get-ip4-config" title="nm_device_get_ip4_config ()">nm_device_get_ip4_config</a>            (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);
-<a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config">NMDHCP4Config</a> *     <a class="link" href="NMDevice.html#nm-device-get-dhcp4-config" title="nm_device_get_dhcp4_config ()">nm_device_get_dhcp4_config</a>          (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);
-<a class="link" href="NMIP6Config.html" title="NMIP6Config">NMIP6Config</a> *       <a class="link" href="NMDevice.html#nm-device-get-ip6-config" title="nm_device_get_ip6_config ()">nm_device_get_ip6_config</a>            (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);
-NMDHCP6Config *     <a class="link" href="NMDevice.html#nm-device-get-dhcp6-config" title="nm_device_get_dhcp6_config ()">nm_device_get_dhcp6_config</a>          (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);
-NMDeviceState       <a class="link" href="NMDevice.html#nm-device-get-state" title="nm_device_get_state ()">nm_device_get_state</a>                 (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);
-const char *        <a class="link" href="NMDevice.html#nm-device-get-product" title="nm_device_get_product ()">nm_device_get_product</a>               (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);
-const char *        <a class="link" href="NMDevice.html#nm-device-get-vendor" title="nm_device_get_vendor ()">nm_device_get_vendor</a>                (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);
-void                (<a class="link" href="NMDevice.html#NMDeviceDeactivateFn" title="NMDeviceDeactivateFn ()">*NMDeviceDeactivateFn</a>)             (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> *error,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a> user_data);
-void                <a class="link" href="NMDevice.html#nm-device-disconnect" title="nm_device_disconnect ()">nm_device_disconnect</a>                (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device,
-                                                         <a class="link" href="NMDevice.html#NMDeviceDeactivateFn" title="NMDeviceDeactivateFn ()">NMDeviceDeactivateFn</a> callback,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a> user_data);
+                    <a class="link" href="NMDevice.html#NMDeviceClass" title="NMDeviceClass">NMDeviceClass</a>;
+<a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           <a class="link" href="NMDevice.html#nm-device-new" title="nm_device_new ()">nm_device_new</a>                       (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMDevice.html#nm-device-get-iface" title="nm_device_get_iface ()">nm_device_get_iface</a>                 (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMDevice.html#nm-device-get-ip-iface" title="nm_device_get_ip_iface ()">nm_device_get_ip_iface</a>              (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMDevice.html#nm-device-get-udi" title="nm_device_get_udi ()">nm_device_get_udi</a>                   (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMDevice.html#nm-device-get-driver" title="nm_device_get_driver ()">nm_device_get_driver</a>                (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMDevice.html#nm-device-get-capabilities" title="nm_device_get_capabilities ()">nm_device_get_capabilities</a>          (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMDevice.html#nm-device-get-managed" title="nm_device_get_managed ()">nm_device_get_managed</a>               (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMDevice.html#nm-device-get-firmware-missing" title="nm_device_get_firmware_missing ()">nm_device_get_firmware_missing</a>      (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);
+<a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="returnvalue">NMIP4Config</span></a> *       <a class="link" href="NMDevice.html#nm-device-get-ip4-config" title="nm_device_get_ip4_config ()">nm_device_get_ip4_config</a>            (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);
+<a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="returnvalue">NMDHCP4Config</span></a> *     <a class="link" href="NMDevice.html#nm-device-get-dhcp4-config" title="nm_device_get_dhcp4_config ()">nm_device_get_dhcp4_config</a>          (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);
+<a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="returnvalue">NMIP6Config</span></a> *       <a class="link" href="NMDevice.html#nm-device-get-ip6-config" title="nm_device_get_ip6_config ()">nm_device_get_ip6_config</a>            (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);
+<a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="returnvalue">NMDHCP6Config</span></a> *     <a class="link" href="NMDevice.html#nm-device-get-dhcp6-config" title="nm_device_get_dhcp6_config ()">nm_device_get_dhcp6_config</a>          (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);
+<span class="returnvalue">NMDeviceState</span>       <a class="link" href="NMDevice.html#nm-device-get-state" title="nm_device_get_state ()">nm_device_get_state</a>                 (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMDevice.html#nm-device-get-product" title="nm_device_get_product ()">nm_device_get_product</a>               (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMDevice.html#nm-device-get-vendor" title="nm_device_get_vendor ()">nm_device_get_vendor</a>                (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);
+<span class="returnvalue">void</span>                (<a class="link" href="NMDevice.html#NMDeviceDeactivateFn" title="NMDeviceDeactivateFn ()">*NMDeviceDeactivateFn</a>)             (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMDevice.html#nm-device-disconnect" title="nm_device_disconnect ()">nm_device_disconnect</a>                (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMDevice.html#NMDeviceDeactivateFn" title="NMDeviceDeactivateFn ()"><span class="type">NMDeviceDeactivateFn</span></a> callback</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMDevice.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
    +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a>
          +----NMDevice
                +----<a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet">NMDeviceEthernet</a>
                +----<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi">NMDeviceWifi</a>
                +----<a class="link" href="NMSerialDevice.html" title="NMSerialDevice">NMSerialDevice</a>
+               +----<a class="link" href="NMDeviceBt.html" title="NMDeviceBt">NMDeviceBt</a>
 </pre>
 </div>
 <div class="refsect1" title="Properties">
 <a name="NMDevice.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a class="link" href="NMDevice.html#NMDevice--capabilities" title='The "capabilities" property'>capabilities</a>"             <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read
-  "<a class="link" href="NMDevice.html#NMDevice--dhcp4-config" title='The "dhcp4-config" property'>dhcp4-config</a>"             <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config">NMDHCP4Config</a>*        : Read
-  "<a class="link" href="NMDevice.html#NMDevice--dhcp6-config" title='The "dhcp6-config" property'>dhcp6-config</a>"             NMDHCP6Config*        : Read
-  "<a class="link" href="NMDevice.html#NMDevice--driver" title='The "driver" property'>driver</a>"                   <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read
-  "<a class="link" href="NMDevice.html#NMDevice--interface" title='The "interface" property'>interface</a>"                <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read
-  "<a class="link" href="NMDevice.html#NMDevice--ip4-config" title='The "ip4-config" property'>ip4-config</a>"               <a class="link" href="NMIP4Config.html" title="NMIP4Config">NMIP4Config</a>*          : Read
-  "<a class="link" href="NMDevice.html#NMDevice--ip6-config" title='The "ip6-config" property'>ip6-config</a>"               <a class="link" href="NMIP6Config.html" title="NMIP6Config">NMIP6Config</a>*          : Read
-  "<a class="link" href="NMDevice.html#NMDevice--managed" title='The "managed" property'>managed</a>"                  <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read
-  "<a class="link" href="NMDevice.html#NMDevice--product" title='The "product" property'>product</a>"                  <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read
-  "<a class="link" href="NMDevice.html#NMDevice--state" title='The "state" property'>state</a>"                    <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read
-  "<a class="link" href="NMDevice.html#NMDevice--udi" title='The "udi" property'>udi</a>"                      <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read
-  "<a class="link" href="NMDevice.html#NMDevice--vendor" title='The "vendor" property'>vendor</a>"                   <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read
+  "<a class="link" href="NMDevice.html#NMDevice--capabilities" title='The "capabilities" property'>capabilities</a>"             <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read
+  "<a class="link" href="NMDevice.html#NMDevice--dhcp4-config" title='The "dhcp4-config" property'>dhcp4-config</a>"             <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a>*        : Read
+  "<a class="link" href="NMDevice.html#NMDevice--dhcp6-config" title='The "dhcp6-config" property'>dhcp6-config</a>"             <a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a>*        : Read
+  "<a class="link" href="NMDevice.html#NMDevice--driver" title='The "driver" property'>driver</a>"                   <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
+  "<a class="link" href="NMDevice.html#NMDevice--firmware-missing" title='The "firmware-missing" property'>firmware-missing</a>"         <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read
+  "<a class="link" href="NMDevice.html#NMDevice--interface" title='The "interface" property'>interface</a>"                <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
+  "<a class="link" href="NMDevice.html#NMDevice--ip-interface" title='The "ip-interface" property'>ip-interface</a>"             <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
+  "<a class="link" href="NMDevice.html#NMDevice--ip4-config" title='The "ip4-config" property'>ip4-config</a>"               <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a>*          : Read
+  "<a class="link" href="NMDevice.html#NMDevice--ip6-config" title='The "ip6-config" property'>ip6-config</a>"               <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a>*          : Read
+  "<a class="link" href="NMDevice.html#NMDevice--managed" title='The "managed" property'>managed</a>"                  <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read
+  "<a class="link" href="NMDevice.html#NMDevice--product" title='The "product" property'>product</a>"                  <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
+  "<a class="link" href="NMDevice.html#NMDevice--state" title='The "state" property'>state</a>"                    <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read
+  "<a class="link" href="NMDevice.html#NMDevice--udi" title='The "udi" property'>udi</a>"                      <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
+  "<a class="link" href="NMDevice.html#NMDevice--vendor" title='The "vendor" property'>vendor</a>"                   <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
 </pre>
 </div>
 <div class="refsect1" title="Signals">
@@ -154,7 +128,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 <div class="refsect1" title="Details">
 <a name="NMDevice.details"></a><h2>Details</h2>
 <div class="refsect2" title="NM_DEVICE_UDI">
-<a name="NM-DEVICE-UDI--CAPS"></a><h3>NM_DEVICE_UDI</h3>
+<a name="NM-DEVICE-UDI:CAPS"></a><h3>NM_DEVICE_UDI</h3>
 <pre class="programlisting">#define NM_DEVICE_UDI "udi"
 </pre>
 <p>
@@ -162,15 +136,23 @@ href="../glib/glib-Basic-Types.html#gchar"
 </div>
 <hr>
 <div class="refsect2" title="NM_DEVICE_INTERFACE">
-<a name="NM-DEVICE-INTERFACE--CAPS"></a><h3>NM_DEVICE_INTERFACE</h3>
+<a name="NM-DEVICE-INTERFACE:CAPS"></a><h3>NM_DEVICE_INTERFACE</h3>
 <pre class="programlisting">#define NM_DEVICE_INTERFACE "interface"
 </pre>
 <p>
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NM_DEVICE_IP_INTERFACE">
+<a name="NM-DEVICE-IP-INTERFACE:CAPS"></a><h3>NM_DEVICE_IP_INTERFACE</h3>
+<pre class="programlisting">#define NM_DEVICE_IP_INTERFACE "ip-interface"
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="NM_DEVICE_DRIVER">
-<a name="NM-DEVICE-DRIVER--CAPS"></a><h3>NM_DEVICE_DRIVER</h3>
+<a name="NM-DEVICE-DRIVER:CAPS"></a><h3>NM_DEVICE_DRIVER</h3>
 <pre class="programlisting">#define NM_DEVICE_DRIVER "driver"
 </pre>
 <p>
@@ -178,7 +160,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 </div>
 <hr>
 <div class="refsect2" title="NM_DEVICE_CAPABILITIES">
-<a name="NM-DEVICE-CAPABILITIES--CAPS"></a><h3>NM_DEVICE_CAPABILITIES</h3>
+<a name="NM-DEVICE-CAPABILITIES:CAPS"></a><h3>NM_DEVICE_CAPABILITIES</h3>
 <pre class="programlisting">#define NM_DEVICE_CAPABILITIES "capabilities"
 </pre>
 <p>
@@ -186,15 +168,23 @@ href="../glib/glib-Basic-Types.html#gchar"
 </div>
 <hr>
 <div class="refsect2" title="NM_DEVICE_MANAGED">
-<a name="NM-DEVICE-MANAGED--CAPS"></a><h3>NM_DEVICE_MANAGED</h3>
+<a name="NM-DEVICE-MANAGED:CAPS"></a><h3>NM_DEVICE_MANAGED</h3>
 <pre class="programlisting">#define NM_DEVICE_MANAGED "managed"
 </pre>
 <p>
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NM_DEVICE_FIRMWARE_MISSING">
+<a name="NM-DEVICE-FIRMWARE-MISSING:CAPS"></a><h3>NM_DEVICE_FIRMWARE_MISSING</h3>
+<pre class="programlisting">#define NM_DEVICE_FIRMWARE_MISSING "firmware-missing"
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="NM_DEVICE_IP4_CONFIG">
-<a name="NM-DEVICE-IP4-CONFIG--CAPS"></a><h3>NM_DEVICE_IP4_CONFIG</h3>
+<a name="NM-DEVICE-IP4-CONFIG:CAPS"></a><h3>NM_DEVICE_IP4_CONFIG</h3>
 <pre class="programlisting">#define NM_DEVICE_IP4_CONFIG "ip4-config"
 </pre>
 <p>
@@ -202,7 +192,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 </div>
 <hr>
 <div class="refsect2" title="NM_DEVICE_DHCP4_CONFIG">
-<a name="NM-DEVICE-DHCP4-CONFIG--CAPS"></a><h3>NM_DEVICE_DHCP4_CONFIG</h3>
+<a name="NM-DEVICE-DHCP4-CONFIG:CAPS"></a><h3>NM_DEVICE_DHCP4_CONFIG</h3>
 <pre class="programlisting">#define NM_DEVICE_DHCP4_CONFIG "dhcp4-config"
 </pre>
 <p>
@@ -210,7 +200,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 </div>
 <hr>
 <div class="refsect2" title="NM_DEVICE_IP6_CONFIG">
-<a name="NM-DEVICE-IP6-CONFIG--CAPS"></a><h3>NM_DEVICE_IP6_CONFIG</h3>
+<a name="NM-DEVICE-IP6-CONFIG:CAPS"></a><h3>NM_DEVICE_IP6_CONFIG</h3>
 <pre class="programlisting">#define NM_DEVICE_IP6_CONFIG "ip6-config"
 </pre>
 <p>
@@ -218,7 +208,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 </div>
 <hr>
 <div class="refsect2" title="NM_DEVICE_DHCP6_CONFIG">
-<a name="NM-DEVICE-DHCP6-CONFIG--CAPS"></a><h3>NM_DEVICE_DHCP6_CONFIG</h3>
+<a name="NM-DEVICE-DHCP6-CONFIG:CAPS"></a><h3>NM_DEVICE_DHCP6_CONFIG</h3>
 <pre class="programlisting">#define NM_DEVICE_DHCP6_CONFIG "dhcp6-config"
 </pre>
 <p>
@@ -226,7 +216,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 </div>
 <hr>
 <div class="refsect2" title="NM_DEVICE_STATE">
-<a name="NM-DEVICE-STATE--CAPS"></a><h3>NM_DEVICE_STATE</h3>
+<a name="NM-DEVICE-STATE:CAPS"></a><h3>NM_DEVICE_STATE</h3>
 <pre class="programlisting">#define NM_DEVICE_STATE "state"
 </pre>
 <p>
@@ -234,7 +224,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 </div>
 <hr>
 <div class="refsect2" title="NM_DEVICE_VENDOR">
-<a name="NM-DEVICE-VENDOR--CAPS"></a><h3>NM_DEVICE_VENDOR</h3>
+<a name="NM-DEVICE-VENDOR:CAPS"></a><h3>NM_DEVICE_VENDOR</h3>
 <pre class="programlisting">#define NM_DEVICE_VENDOR "vendor"
 </pre>
 <p>
@@ -242,7 +232,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 </div>
 <hr>
 <div class="refsect2" title="NM_DEVICE_PRODUCT">
-<a name="NM-DEVICE-PRODUCT--CAPS"></a><h3>NM_DEVICE_PRODUCT</h3>
+<a name="NM-DEVICE-PRODUCT:CAPS"></a><h3>NM_DEVICE_PRODUCT</h3>
 <pre class="programlisting">#define NM_DEVICE_PRODUCT "product"
 </pre>
 <p>
@@ -256,31 +246,48 @@ href="../glib/glib-Basic-Types.html#gchar"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMDeviceClass">
+<a name="NMDeviceClass"></a><h3>NMDeviceClass</h3>
+<pre class="programlisting">typedef struct {
+	NMObjectClass parent;
+
+	/* Signals */
+	void (*state_changed) (NMDevice *device,
+	                       NMDeviceState new_state,
+	                       NMDeviceState old_state,
+	                       NMDeviceStateReason reason);
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMDeviceClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_device_new ()">
 <a name="nm-device-new"></a><h3>nm_device_new ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a> *           nm_device_new                       (<a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *connection,
-                                                         const char *path);</pre>
-<p>
-Creates a new <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p>
+<pre class="programlisting"><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           nm_device_new                       (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre>
 <p>
+Creates a new <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> the <a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
-><span class="type">DBusGConnection</span></a>
+<td>the <a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
-<td> the DBus object path of the device
+<td>the DBus object path of the device
 </td>
 </tr>
 <tr>
@@ -294,17 +301,16 @@ href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
 <hr>
 <div class="refsect2" title="nm_device_get_iface ()">
 <a name="nm-device-get-iface"></a><h3>nm_device_get_iface ()</h3>
-<pre class="programlisting">const char *        nm_device_get_iface                 (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);</pre>
-<p>
-Gets the interface name of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_device_get_iface                 (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre>
 <p>
+Gets the interface name of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
+<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
 </td>
 </tr>
 <tr>
@@ -317,19 +323,43 @@ device, and must not be modified.
 </table></div>
 </div>
 <hr>
+<div class="refsect2" title="nm_device_get_ip_iface ()">
+<a name="nm-device-get-ip-iface"></a><h3>nm_device_get_ip_iface ()</h3>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_device_get_ip_iface              (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre>
+<p>
+Gets the IP interface name of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> over which IP traffic flows
+when the device is in the ACTIVATED state.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
+<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> the IP traffic interface of the device. This is the internal string
+used by the device, and must not be modified.
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
 <div class="refsect2" title="nm_device_get_udi ()">
 <a name="nm-device-get-udi"></a><h3>nm_device_get_udi ()</h3>
-<pre class="programlisting">const char *        nm_device_get_udi                   (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);</pre>
-<p>
-Gets the Unique Device Identifier of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_device_get_udi                   (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre>
 <p>
+Gets the Unique Device Identifier of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
+<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
 </td>
 </tr>
 <tr>
@@ -345,17 +375,16 @@ system services like udev or sysfs.
 <hr>
 <div class="refsect2" title="nm_device_get_driver ()">
 <a name="nm-device-get-driver"></a><h3>nm_device_get_driver ()</h3>
-<pre class="programlisting">const char *        nm_device_get_driver                (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);</pre>
-<p>
-Gets the driver of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_device_get_driver                (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre>
 <p>
+Gets the driver of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
+<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
 </td>
 </tr>
 <tr>
@@ -370,19 +399,16 @@ device, and must not be modified.
 <hr>
 <div class="refsect2" title="nm_device_get_capabilities ()">
 <a name="nm-device-get-capabilities"></a><h3>nm_device_get_capabilities ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_device_get_capabilities          (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);</pre>
-<p>
-Gets the device' capabilities.</p>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_device_get_capabilities          (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre>
 <p>
+Gets the device' capabilities.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
+<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
 </td>
 </tr>
 <tr>
@@ -396,24 +422,46 @@ Gets the device' capabilities.</p>
 <hr>
 <div class="refsect2" title="nm_device_get_managed ()">
 <a name="nm-device-get-managed"></a><h3>nm_device_get_managed ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_device_get_managed               (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_device_get_managed               (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre>
 <p>
-Whether the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> is managed by NetworkManager.</p>
+Whether the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> is managed by NetworkManager.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
+<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the device is managed by NetworkManager
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_device_get_firmware_missing ()">
+<a name="nm-device-get-firmware-missing"></a><h3>nm_device_get_firmware_missing ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_device_get_firmware_missing      (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre>
 <p>
+Indicates that firmware required for the device's operation is likely
+to be missing.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
+<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <code class="literal">TRUE</code> if the device is managed by NetworkManager
+<td> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if firmware required for the device's operation is likely
+to be missing.
 </td>
 </tr>
 </tbody>
@@ -422,22 +470,21 @@ Whether the <a class="link" href="NMDevice.html" title="NMDevice"><span class="t
 <hr>
 <div class="refsect2" title="nm_device_get_ip4_config ()">
 <a name="nm-device-get-ip4-config"></a><h3>nm_device_get_ip4_config ()</h3>
-<pre class="programlisting"><a class="link" href="NMIP4Config.html" title="NMIP4Config">NMIP4Config</a> *       nm_device_get_ip4_config            (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);</pre>
-<p>
-Gets the current <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> associated with the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p>
+<pre class="programlisting"><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="returnvalue">NMIP4Config</span></a> *       nm_device_get_ip4_config            (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre>
 <p>
+Gets the current <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> associated with the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
+<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> or <code class="literal">NULL</code> if the device is not activated.
+<td> the <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the device is not activated.
 </td>
 </tr>
 </tbody>
@@ -446,22 +493,21 @@ Gets the current <a class="link" href="NMIP4Config.html" title="NMIP4Config"><sp
 <hr>
 <div class="refsect2" title="nm_device_get_dhcp4_config ()">
 <a name="nm-device-get-dhcp4-config"></a><h3>nm_device_get_dhcp4_config ()</h3>
-<pre class="programlisting"><a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config">NMDHCP4Config</a> *     nm_device_get_dhcp4_config          (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);</pre>
-<p>
-Gets the current <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a> associated with the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p>
+<pre class="programlisting"><a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="returnvalue">NMDHCP4Config</span></a> *     nm_device_get_dhcp4_config          (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre>
 <p>
+Gets the current <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a> associated with the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
+<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <span class="type">NMDHCPConfig</span> or <code class="literal">NULL</code> if the device is not activated or not
+<td> the <span class="type">NMDHCPConfig</span> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the device is not activated or not
 using DHCP.
 </td>
 </tr>
@@ -471,22 +517,21 @@ using DHCP.
 <hr>
 <div class="refsect2" title="nm_device_get_ip6_config ()">
 <a name="nm-device-get-ip6-config"></a><h3>nm_device_get_ip6_config ()</h3>
-<pre class="programlisting"><a class="link" href="NMIP6Config.html" title="NMIP6Config">NMIP6Config</a> *       nm_device_get_ip6_config            (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);</pre>
-<p>
-Gets the current <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> associated with the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p>
+<pre class="programlisting"><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="returnvalue">NMIP6Config</span></a> *       nm_device_get_ip6_config            (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre>
 <p>
+Gets the current <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> associated with the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
+<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> or <code class="literal">NULL</code> if the device is not activated.
+<td> the <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the device is not activated.
 </td>
 </tr>
 </tbody>
@@ -495,22 +540,21 @@ Gets the current <a class="link" href="NMIP6Config.html" title="NMIP6Config"><sp
 <hr>
 <div class="refsect2" title="nm_device_get_dhcp6_config ()">
 <a name="nm-device-get-dhcp6-config"></a><h3>nm_device_get_dhcp6_config ()</h3>
-<pre class="programlisting">NMDHCP6Config *     nm_device_get_dhcp6_config          (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);</pre>
-<p>
-Gets the current <span class="type">NMDHCP6Config</span> associated with the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p>
+<pre class="programlisting"><a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="returnvalue">NMDHCP6Config</span></a> *     nm_device_get_dhcp6_config          (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre>
 <p>
+Gets the current <a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a> associated with the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
+<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <span class="type">NMDHCPConfig</span> or <code class="literal">NULL</code> if the device is not activated or not
+<td> the <span class="type">NMDHCPConfig</span> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the device is not activated or not
 using DHCP.
 </td>
 </tr>
@@ -520,17 +564,16 @@ using DHCP.
 <hr>
 <div class="refsect2" title="nm_device_get_state ()">
 <a name="nm-device-get-state"></a><h3>nm_device_get_state ()</h3>
-<pre class="programlisting">NMDeviceState       nm_device_get_state                 (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);</pre>
-<p>
-Gets the current <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> state.</p>
+<pre class="programlisting"><span class="returnvalue">NMDeviceState</span>       nm_device_get_state                 (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre>
 <p>
+Gets the current <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> state.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
+<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
 </td>
 </tr>
 <tr>
@@ -544,17 +587,16 @@ Gets the current <a class="link" href="NMDevice.html" title="NMDevice"><span cla
 <hr>
 <div class="refsect2" title="nm_device_get_product ()">
 <a name="nm-device-get-product"></a><h3>nm_device_get_product ()</h3>
-<pre class="programlisting">const char *        nm_device_get_product               (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);</pre>
-<p>
-Gets the product string of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_device_get_product               (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre>
 <p>
+Gets the product string of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
+<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
 </td>
 </tr>
 <tr>
@@ -569,17 +611,16 @@ device, and must not be modified.
 <hr>
 <div class="refsect2" title="nm_device_get_vendor ()">
 <a name="nm-device-get-vendor"></a><h3>nm_device_get_vendor ()</h3>
-<pre class="programlisting">const char *        nm_device_get_vendor                (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device);</pre>
-<p>
-Gets the vendor string of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_device_get_vendor                (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre>
 <p>
+Gets the vendor string of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
+<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
 </td>
 </tr>
 <tr>
@@ -594,13 +635,9 @@ device, and must not be modified.
 <hr>
 <div class="refsect2" title="NMDeviceDeactivateFn ()">
 <a name="NMDeviceDeactivateFn"></a><h3>NMDeviceDeactivateFn ()</h3>
-<pre class="programlisting">void                (*NMDeviceDeactivateFn)             (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> *error,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a> user_data);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                (*NMDeviceDeactivateFn)             (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -627,33 +664,30 @@ href="../glib/glib-Basic-Types.html#gpointer"
 <hr>
 <div class="refsect2" title="nm_device_disconnect ()">
 <a name="nm-device-disconnect"></a><h3>nm_device_disconnect ()</h3>
-<pre class="programlisting">void                nm_device_disconnect                (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device,
-                                                         <a class="link" href="NMDevice.html#NMDeviceDeactivateFn" title="NMDeviceDeactivateFn ()">NMDeviceDeactivateFn</a> callback,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a> user_data);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_device_disconnect                (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMDevice.html#NMDeviceDeactivateFn" title="NMDeviceDeactivateFn ()"><span class="type">NMDeviceDeactivateFn</span></a> callback</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 <p>
 Disconnects the device if currently connected, and prevents the device from
 automatically connecting to networks until the next manual network connection
-request.</p>
-<p>
+request.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
+<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
-<td> callback to be called when disconnect operation completes
+<td>callback to be called when disconnect operation completes
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
-<td> caller-specific data passed to <em class="parameter"><code>callback</code></em>
+<td>caller-specific data passed to <em class="parameter"><code>callback</code></em>
 </td>
 </tr>
 </tbody>
@@ -664,132 +698,124 @@ request.</p>
 <a name="NMDevice.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "capabilities" property'>
 <a name="NMDevice--capabilities"></a><h3>The <code class="literal">"capabilities"</code> property</h3>
-<pre class="programlisting">  "capabilities"             <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read</pre>
-<p>
-The capabilities of the device.</p>
+<pre class="programlisting">  "capabilities"             <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read</pre>
 <p>
+The capabilities of the device.
 </p>
 <p>Default value: 0</p>
 </div>
 <hr>
 <div class="refsect2" title='The "dhcp4-config" property'>
 <a name="NMDevice--dhcp4-config"></a><h3>The <code class="literal">"dhcp4-config"</code> property</h3>
-<pre class="programlisting">  "dhcp4-config"             <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config">NMDHCP4Config</a>*        : Read</pre>
-<p>
-The <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a> of the device.</p>
+<pre class="programlisting">  "dhcp4-config"             <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a>*        : Read</pre>
 <p>
+The <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a> of the device.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "dhcp6-config" property'>
 <a name="NMDevice--dhcp6-config"></a><h3>The <code class="literal">"dhcp6-config"</code> property</h3>
-<pre class="programlisting">  "dhcp6-config"             NMDHCP6Config*        : Read</pre>
-<p>
-The <span class="type">NMDHCP6Config</span> of the device.</p>
+<pre class="programlisting">  "dhcp6-config"             <a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a>*        : Read</pre>
 <p>
+The <a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a> of the device.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "driver" property'>
 <a name="NMDevice--driver"></a><h3>The <code class="literal">"driver"</code> property</h3>
-<pre class="programlisting">  "driver"                   <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read</pre>
-<p>
-The driver of the device.</p>
+<pre class="programlisting">  "driver"                   <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
 <p>
+The driver of the device.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
+<div class="refsect2" title='The "firmware-missing" property'>
+<a name="NMDevice--firmware-missing"></a><h3>The <code class="literal">"firmware-missing"</code> property</h3>
+<pre class="programlisting">  "firmware-missing"         <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
+<p>
+When <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> indicates the device is likely missing firmware required
+for its operation.
+</p>
+<p>Default value: FALSE</p>
+</div>
+<hr>
 <div class="refsect2" title='The "interface" property'>
 <a name="NMDevice--interface"></a><h3>The <code class="literal">"interface"</code> property</h3>
-<pre class="programlisting">  "interface"                <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read</pre>
+<pre class="programlisting">  "interface"                <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
 <p>
-The interface of the device.</p>
+The interface of the device.
+</p>
+<p>Default value: NULL</p>
+</div>
+<hr>
+<div class="refsect2" title='The "ip-interface" property'>
+<a name="NMDevice--ip-interface"></a><h3>The <code class="literal">"ip-interface"</code> property</h3>
+<pre class="programlisting">  "ip-interface"             <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
 <p>
+The IP interface of the device which should be used for all IP-related
+operations like addressing and routing.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "ip4-config" property'>
 <a name="NMDevice--ip4-config"></a><h3>The <code class="literal">"ip4-config"</code> property</h3>
-<pre class="programlisting">  "ip4-config"               <a class="link" href="NMIP4Config.html" title="NMIP4Config">NMIP4Config</a>*          : Read</pre>
-<p>
-The <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> of the device.</p>
+<pre class="programlisting">  "ip4-config"               <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a>*          : Read</pre>
 <p>
+The <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> of the device.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "ip6-config" property'>
 <a name="NMDevice--ip6-config"></a><h3>The <code class="literal">"ip6-config"</code> property</h3>
-<pre class="programlisting">  "ip6-config"               <a class="link" href="NMIP6Config.html" title="NMIP6Config">NMIP6Config</a>*          : Read</pre>
-<p>
-The <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> of the device.</p>
+<pre class="programlisting">  "ip6-config"               <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a>*          : Read</pre>
 <p>
+The <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> of the device.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "managed" property'>
 <a name="NMDevice--managed"></a><h3>The <code class="literal">"managed"</code> property</h3>
-<pre class="programlisting">  "managed"                  <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read</pre>
-<p>
-Whether the device is managed by NetworkManager.</p>
+<pre class="programlisting">  "managed"                  <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
 <p>
+Whether the device is managed by NetworkManager.
 </p>
 <p>Default value: FALSE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "product" property'>
 <a name="NMDevice--product"></a><h3>The <code class="literal">"product"</code> property</h3>
-<pre class="programlisting">  "product"                  <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read</pre>
-<p>
-The product string of the device.</p>
+<pre class="programlisting">  "product"                  <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
 <p>
+The product string of the device.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "state" property'>
 <a name="NMDevice--state"></a><h3>The <code class="literal">"state"</code> property</h3>
-<pre class="programlisting">  "state"                    <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read</pre>
-<p>
-The state of the device.</p>
+<pre class="programlisting">  "state"                    <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read</pre>
 <p>
+The state of the device.
 </p>
 <p>Default value: 0</p>
 </div>
 <hr>
 <div class="refsect2" title='The "udi" property'>
 <a name="NMDevice--udi"></a><h3>The <code class="literal">"udi"</code> property</h3>
-<pre class="programlisting">  "udi"                      <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read</pre>
-<p>
-The Unique Device Identifier of the device.</p>
+<pre class="programlisting">  "udi"                      <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
 <p>
+The Unique Device Identifier of the device.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "vendor" property'>
 <a name="NMDevice--vendor"></a><h3>The <code class="literal">"vendor"</code> property</h3>
-<pre class="programlisting">  "vendor"                   <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read</pre>
-<p>
-The vendor string of the device.</p>
+<pre class="programlisting">  "vendor"                   <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
 <p>
+The vendor string of the device.
 </p>
 <p>Default value: NULL</p>
 </div>
@@ -798,34 +824,25 @@ The vendor string of the device.</p>
 <a name="NMDevice.signal-details"></a><h2>Signal Details</h2>
 <div class="refsect2" title='The "state-changed" signal'>
 <a name="NMDevice-state-changed"></a><h3>The <code class="literal">"state-changed"</code> signal</h3>
-<pre class="programlisting">void                user_function                      (<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> *device,
-                                                        <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>     state,
-                                                        <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>     arg2,
-                                                        <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>     arg3,
-                                                        <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a>  user_data)      : Run First</pre>
-<p>
-Notifies the state change of a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p>
+<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device,
+                                                        <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>     state,
+                                                        <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>     arg2,
+                                                        <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>     arg3,
+                                                        <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run First</pre>
 <p>
+Notifies the state change of a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> the client that received the signal
+<td>the client that received the signal
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>state</code></em> :</span></p></td>
-<td> the new state of the device
+<td>the new state of the device
 </td>
 </tr>
 <tr>
@@ -839,6 +856,6 @@ Notifies the state change of a <a class="link" href="NMDevice.html" title="NMDev
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMDeviceBt.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMDeviceBt.html
new file mode 100644
index 0000000..edfa548
--- /dev/null
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMDeviceBt.html
@@ -0,0 +1,262 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>NMDeviceBt</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="index.html" title="libnm-glib Reference Manual">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="NMCdmaDevice.html" title="NMCdmaDevice">
+<link rel="next" href="NMAccessPoint.html" title="NMAccessPoint">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
+<tr valign="middle">
+<td><a accesskey="p" href="NMCdmaDevice.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
+<th width="100%" align="center">libnm-glib Reference Manual</th>
+<td><a accesskey="n" href="NMAccessPoint.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts">
+<a href="#NMDeviceBt.synopsis" class="shortcut">Top</a>
+                   | 
+                  <a href="#NMDeviceBt.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMDeviceBt.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMDeviceBt.properties" class="shortcut">Properties</a>
+</td></tr>
+</table>
+<div class="refentry" title="NMDeviceBt">
+<a name="NMDeviceBt"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="NMDeviceBt.top_of_page"></a>NMDeviceBt</span></h2>
+<p>NMDeviceBt</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv" title="Synopsis">
+<a name="NMDeviceBt.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">#define             <a class="link" href="NMDeviceBt.html#NM-DEVICE-BT-HW-ADDRESS:CAPS" title="NM_DEVICE_BT_HW_ADDRESS">NM_DEVICE_BT_HW_ADDRESS</a>
+#define             <a class="link" href="NMDeviceBt.html#NM-DEVICE-BT-NAME:CAPS" title="NM_DEVICE_BT_NAME">NM_DEVICE_BT_NAME</a>
+#define             <a class="link" href="NMDeviceBt.html#NM-DEVICE-BT-CAPABILITIES:CAPS" title="NM_DEVICE_BT_CAPABILITIES">NM_DEVICE_BT_CAPABILITIES</a>
+                    <a class="link" href="NMDeviceBt.html#NMDeviceBt-struct" title="NMDeviceBt">NMDeviceBt</a>;
+                    <a class="link" href="NMDeviceBt.html#NMDeviceBtClass" title="NMDeviceBtClass">NMDeviceBtClass</a>;
+<a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           <a class="link" href="NMDeviceBt.html#nm-device-bt-new" title="nm_device_bt_new ()">nm_device_bt_new</a>                    (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMDeviceBt.html#nm-device-bt-get-hw-address" title="nm_device_bt_get_hw_address ()">nm_device_bt_get_hw_address</a>         (<em class="parameter"><code><a class="link" href="NMDeviceBt.html" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> *device</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMDeviceBt.html#nm-device-bt-get-name" title="nm_device_bt_get_name ()">nm_device_bt_get_name</a>               (<em class="parameter"><code><a class="link" href="NMDeviceBt.html" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> *device</code></em>);
+<span class="returnvalue">NMBluetoothCapabilities</span>  <a class="link" href="NMDeviceBt.html#nm-device-bt-get-capabilities" title="nm_device_bt_get_capabilities ()">nm_device_bt_get_capabilities</a>  (<em class="parameter"><code><a class="link" href="NMDeviceBt.html" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> *device</code></em>);
+</pre>
+</div>
+<div class="refsect1" title="Object Hierarchy">
+<a name="NMDeviceBt.object-hierarchy"></a><h2>Object Hierarchy</h2>
+<pre class="synopsis">
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a>
+         +----<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a>
+               +----NMDeviceBt
+</pre>
+</div>
+<div class="refsect1" title="Properties">
+<a name="NMDeviceBt.properties"></a><h2>Properties</h2>
+<pre class="synopsis">
+  "<a class="link" href="NMDeviceBt.html#NMDeviceBt--bt-capabilities" title='The "bt-capabilities" property'>bt-capabilities</a>"          <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read
+  "<a class="link" href="NMDeviceBt.html#NMDeviceBt--hw-address" title='The "hw-address" property'>hw-address</a>"               <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
+  "<a class="link" href="NMDeviceBt.html#NMDeviceBt--name" title='The "name" property'>name</a>"                     <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
+</pre>
+</div>
+<div class="refsect1" title="Description">
+<a name="NMDeviceBt.description"></a><h2>Description</h2>
+<p>
+</p>
+</div>
+<div class="refsect1" title="Details">
+<a name="NMDeviceBt.details"></a><h2>Details</h2>
+<div class="refsect2" title="NM_DEVICE_BT_HW_ADDRESS">
+<a name="NM-DEVICE-BT-HW-ADDRESS:CAPS"></a><h3>NM_DEVICE_BT_HW_ADDRESS</h3>
+<pre class="programlisting">#define NM_DEVICE_BT_HW_ADDRESS   "hw-address"
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NM_DEVICE_BT_NAME">
+<a name="NM-DEVICE-BT-NAME:CAPS"></a><h3>NM_DEVICE_BT_NAME</h3>
+<pre class="programlisting">#define NM_DEVICE_BT_NAME         "name"
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NM_DEVICE_BT_CAPABILITIES">
+<a name="NM-DEVICE-BT-CAPABILITIES:CAPS"></a><h3>NM_DEVICE_BT_CAPABILITIES</h3>
+<pre class="programlisting">#define NM_DEVICE_BT_CAPABILITIES "bt-capabilities"
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NMDeviceBt">
+<a name="NMDeviceBt-struct"></a><h3>NMDeviceBt</h3>
+<pre class="programlisting">typedef struct _NMDeviceBt NMDeviceBt;</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NMDeviceBtClass">
+<a name="NMDeviceBtClass"></a><h3>NMDeviceBtClass</h3>
+<pre class="programlisting">typedef struct {
+	NMDeviceClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMDeviceBtClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="nm_device_bt_new ()">
+<a name="nm-device-bt-new"></a><h3>nm_device_bt_new ()</h3>
+<pre class="programlisting"><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           nm_device_bt_new                    (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre>
+<p>
+Creates a new <a class="link" href="NMDeviceBt.html" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a>.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
+<td>the <a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
+<td>the DBus object path of the device
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> a new device
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_device_bt_get_hw_address ()">
+<a name="nm-device-bt-get-hw-address"></a><h3>nm_device_bt_get_hw_address ()</h3>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_device_bt_get_hw_address         (<em class="parameter"><code><a class="link" href="NMDeviceBt.html" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> *device</code></em>);</pre>
+<p>
+Gets the hardware (MAC) address of the <a class="link" href="NMDeviceBt.html" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
+<td>a <a class="link" href="NMDeviceBt.html" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> the hardware address. This is the internal string used by the
+device, and must not be modified.
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_device_bt_get_name ()">
+<a name="nm-device-bt-get-name"></a><h3>nm_device_bt_get_name ()</h3>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_device_bt_get_name               (<em class="parameter"><code><a class="link" href="NMDeviceBt.html" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> *device</code></em>);</pre>
+<p>
+Gets the name of the <a class="link" href="NMDeviceBt.html" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a>.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
+<td>a <a class="link" href="NMDeviceBt.html" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> the name of the device
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_device_bt_get_capabilities ()">
+<a name="nm-device-bt-get-capabilities"></a><h3>nm_device_bt_get_capabilities ()</h3>
+<pre class="programlisting"><span class="returnvalue">NMBluetoothCapabilities</span>  nm_device_bt_get_capabilities  (<em class="parameter"><code><a class="link" href="NMDeviceBt.html" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> *device</code></em>);</pre>
+<p>
+Returns the Bluetooth device's usable capabilities.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
+<td>a <a class="link" href="NMDeviceBt.html" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> a combination of <span class="type">NMBluetoothCapabilities</span>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+<div class="refsect1" title="Property Details">
+<a name="NMDeviceBt.property-details"></a><h2>Property Details</h2>
+<div class="refsect2" title='The "bt-capabilities" property'>
+<a name="NMDeviceBt--bt-capabilities"></a><h3>The <code class="literal">"bt-capabilities"</code> property</h3>
+<pre class="programlisting">  "bt-capabilities"          <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read</pre>
+<p>
+The device's bluetooth capabilities, a combination of <span class="type">NMBluetoothCapabilities</span>.
+</p>
+<p>Default value: 0</p>
+</div>
+<hr>
+<div class="refsect2" title='The "hw-address" property'>
+<a name="NMDeviceBt--hw-address"></a><h3>The <code class="literal">"hw-address"</code> property</h3>
+<pre class="programlisting">  "hw-address"               <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
+<p>
+The hardware (MAC) address of the device.
+</p>
+<p>Default value: NULL</p>
+</div>
+<hr>
+<div class="refsect2" title='The "name" property'>
+<a name="NMDeviceBt--name"></a><h3>The <code class="literal">"name"</code> property</h3>
+<pre class="programlisting">  "name"                     <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
+<p>
+The name of the bluetooth device.
+</p>
+<p>Default value: NULL</p>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.15</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMDeviceEthernet.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMDeviceEthernet.html
index 67489fd..365f4c0 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMDeviceEthernet.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMDeviceEthernet.html
@@ -3,19 +3,18 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMDeviceEthernet</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="index.html" title="libnm-glib Reference Manual">
-<link rel="up" href="ch01.html" title="[Insert title here]">
-<link rel="prev" href="NMActiveConnection.html" title="NMActiveConnection">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="NMDevice.html" title="NMDevice">
 <link rel="next" href="NMDeviceWifi.html" title="NMDeviceWifi">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="[Insert title here]">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 <tr valign="middle">
-<td><a accesskey="p" href="NMActiveConnection.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="p" href="NMDevice.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 <th width="100%" align="center">libnm-glib Reference Manual</th>
@@ -23,12 +22,12 @@
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMDeviceEthernet.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMDeviceEthernet.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMDeviceEthernet.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMDeviceEthernet.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMDeviceEthernet.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMDeviceEthernet.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMDeviceEthernet.properties" class="shortcut">Properties</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMDeviceEthernet">
@@ -42,32 +41,25 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMDeviceEthernet.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-#define             <a class="link" href="NMDeviceEthernet.html#NM-DEVICE-ETHERNET-HW-ADDRESS--CAPS" title="NM_DEVICE_ETHERNET_HW_ADDRESS">NM_DEVICE_ETHERNET_HW_ADDRESS</a>
-#define             <a class="link" href="NMDeviceEthernet.html#NM-DEVICE-ETHERNET-SPEED--CAPS" title="NM_DEVICE_ETHERNET_SPEED">NM_DEVICE_ETHERNET_SPEED</a>
-#define             <a class="link" href="NMDeviceEthernet.html#NM-DEVICE-ETHERNET-CARRIER--CAPS" title="NM_DEVICE_ETHERNET_CARRIER">NM_DEVICE_ETHERNET_CARRIER</a>
+<pre class="synopsis">#define             <a class="link" href="NMDeviceEthernet.html#NM-DEVICE-ETHERNET-HW-ADDRESS:CAPS" title="NM_DEVICE_ETHERNET_HW_ADDRESS">NM_DEVICE_ETHERNET_HW_ADDRESS</a>
+#define             <a class="link" href="NMDeviceEthernet.html#NM-DEVICE-ETHERNET-PERMANENT-HW-ADDRESS:CAPS" title="NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS">NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS</a>
+#define             <a class="link" href="NMDeviceEthernet.html#NM-DEVICE-ETHERNET-SPEED:CAPS" title="NM_DEVICE_ETHERNET_SPEED">NM_DEVICE_ETHERNET_SPEED</a>
+#define             <a class="link" href="NMDeviceEthernet.html#NM-DEVICE-ETHERNET-CARRIER:CAPS" title="NM_DEVICE_ETHERNET_CARRIER">NM_DEVICE_ETHERNET_CARRIER</a>
                     <a class="link" href="NMDeviceEthernet.html#NMDeviceEthernet-struct" title="NMDeviceEthernet">NMDeviceEthernet</a>;
-<a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a> *           <a class="link" href="NMDeviceEthernet.html#nm-device-ethernet-new" title="nm_device_ethernet_new ()">nm_device_ethernet_new</a>              (<a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *connection,
-                                                         const char *path);
-const char *        <a class="link" href="NMDeviceEthernet.html#nm-device-ethernet-get-hw-address" title="nm_device_ethernet_get_hw_address ()">nm_device_ethernet_get_hw_address</a>   (<a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet">NMDeviceEthernet</a> *device);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a class="link" href="NMDeviceEthernet.html#nm-device-ethernet-get-speed" title="nm_device_ethernet_get_speed ()">nm_device_ethernet_get_speed</a>        (<a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet">NMDeviceEthernet</a> *device);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a class="link" href="NMDeviceEthernet.html#nm-device-ethernet-get-carrier" title="nm_device_ethernet_get_carrier ()">nm_device_ethernet_get_carrier</a>      (<a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet">NMDeviceEthernet</a> *device);
+                    <a class="link" href="NMDeviceEthernet.html#NMDeviceEthernetClass" title="NMDeviceEthernetClass">NMDeviceEthernetClass</a>;
+<a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           <a class="link" href="NMDeviceEthernet.html#nm-device-ethernet-new" title="nm_device_ethernet_new ()">nm_device_ethernet_new</a>              (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMDeviceEthernet.html#nm-device-ethernet-get-hw-address" title="nm_device_ethernet_get_hw_address ()">nm_device_ethernet_get_hw_address</a>   (<em class="parameter"><code><a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMDeviceEthernet.html#nm-device-ethernet-get-permanent-hw-address" title="nm_device_ethernet_get_permanent_hw_address ()">nm_device_ethernet_get_permanent_hw_address</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMDeviceEthernet.html#nm-device-ethernet-get-speed" title="nm_device_ethernet_get_speed ()">nm_device_ethernet_get_speed</a>        (<em class="parameter"><code><a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMDeviceEthernet.html#nm-device-ethernet-get-carrier" title="nm_device_ethernet_get_carrier ()">nm_device_ethernet_get_carrier</a>      (<em class="parameter"><code><a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMDeviceEthernet.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
    +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a>
          +----<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a>
                +----NMDeviceEthernet
@@ -76,15 +68,10 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 <div class="refsect1" title="Properties">
 <a name="NMDeviceEthernet.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a class="link" href="NMDeviceEthernet.html#NMDeviceEthernet--carrier" title='The "carrier" property'>carrier</a>"                  <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read
-  "<a class="link" href="NMDeviceEthernet.html#NMDeviceEthernet--hw-address" title='The "hw-address" property'>hw-address</a>"               <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read
-  "<a class="link" href="NMDeviceEthernet.html#NMDeviceEthernet--speed" title='The "speed" property'>speed</a>"                    <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read
+  "<a class="link" href="NMDeviceEthernet.html#NMDeviceEthernet--carrier" title='The "carrier" property'>carrier</a>"                  <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read
+  "<a class="link" href="NMDeviceEthernet.html#NMDeviceEthernet--hw-address" title='The "hw-address" property'>hw-address</a>"               <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
+  "<a class="link" href="NMDeviceEthernet.html#NMDeviceEthernet--perm-hw-address" title='The "perm-hw-address" property'>perm-hw-address</a>"          <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
+  "<a class="link" href="NMDeviceEthernet.html#NMDeviceEthernet--speed" title='The "speed" property'>speed</a>"                    <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read
 </pre>
 </div>
 <div class="refsect1" title="Description">
@@ -95,15 +82,23 @@ href="../glib/glib-Basic-Types.html#guint"
 <div class="refsect1" title="Details">
 <a name="NMDeviceEthernet.details"></a><h2>Details</h2>
 <div class="refsect2" title="NM_DEVICE_ETHERNET_HW_ADDRESS">
-<a name="NM-DEVICE-ETHERNET-HW-ADDRESS--CAPS"></a><h3>NM_DEVICE_ETHERNET_HW_ADDRESS</h3>
+<a name="NM-DEVICE-ETHERNET-HW-ADDRESS:CAPS"></a><h3>NM_DEVICE_ETHERNET_HW_ADDRESS</h3>
 <pre class="programlisting">#define NM_DEVICE_ETHERNET_HW_ADDRESS  "hw-address"
 </pre>
 <p>
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS">
+<a name="NM-DEVICE-ETHERNET-PERMANENT-HW-ADDRESS:CAPS"></a><h3>NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS</h3>
+<pre class="programlisting">#define NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS "perm-hw-address"
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="NM_DEVICE_ETHERNET_SPEED">
-<a name="NM-DEVICE-ETHERNET-SPEED--CAPS"></a><h3>NM_DEVICE_ETHERNET_SPEED</h3>
+<a name="NM-DEVICE-ETHERNET-SPEED:CAPS"></a><h3>NM_DEVICE_ETHERNET_SPEED</h3>
 <pre class="programlisting">#define NM_DEVICE_ETHERNET_SPEED       "speed"
 </pre>
 <p>
@@ -111,7 +106,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_DEVICE_ETHERNET_CARRIER">
-<a name="NM-DEVICE-ETHERNET-CARRIER--CAPS"></a><h3>NM_DEVICE_ETHERNET_CARRIER</h3>
+<a name="NM-DEVICE-ETHERNET-CARRIER:CAPS"></a><h3>NM_DEVICE_ETHERNET_CARRIER</h3>
 <pre class="programlisting">#define NM_DEVICE_ETHERNET_CARRIER     "carrier"
 </pre>
 <p>
@@ -125,31 +120,42 @@ href="../glib/glib-Basic-Types.html#guint"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMDeviceEthernetClass">
+<a name="NMDeviceEthernetClass"></a><h3>NMDeviceEthernetClass</h3>
+<pre class="programlisting">typedef struct {
+	NMDeviceClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMDeviceEthernetClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_device_ethernet_new ()">
 <a name="nm-device-ethernet-new"></a><h3>nm_device_ethernet_new ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a> *           nm_device_ethernet_new              (<a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *connection,
-                                                         const char *path);</pre>
-<p>
-Creates a new <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a>.</p>
+<pre class="programlisting"><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           nm_device_ethernet_new              (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre>
 <p>
+Creates a new <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> the <a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
-><span class="type">DBusGConnection</span></a>
+<td>the <a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
-<td> the DBus object path of the device
+<td>the DBus object path of the device
 </td>
 </tr>
 <tr>
@@ -163,22 +169,46 @@ href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
 <hr>
 <div class="refsect2" title="nm_device_ethernet_get_hw_address ()">
 <a name="nm-device-ethernet-get-hw-address"></a><h3>nm_device_ethernet_get_hw_address ()</h3>
-<pre class="programlisting">const char *        nm_device_ethernet_get_hw_address   (<a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet">NMDeviceEthernet</a> *device);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_device_ethernet_get_hw_address   (<em class="parameter"><code><a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>);</pre>
 <p>
-Gets the hardware (MAC) address of the <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a></p>
+Gets the active hardware (MAC) address of the <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
+<td>a <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> the active hardware address. This is the internal string used by the
+device, and must not be modified.
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_device_ethernet_get_permanent_hw_address ()">
+<a name="nm-device-ethernet-get-permanent-hw-address"></a><h3>nm_device_ethernet_get_permanent_hw_address ()</h3>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_device_ethernet_get_permanent_hw_address
+                                                        (<em class="parameter"><code><a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>);</pre>
 <p>
+Gets the permanent hardware (MAC) address of the <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a>
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a>
+<td>a <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the hardware address. This is the internal string used by the
+<td> the permanent hardware address. This is the internal string used by the
 device, and must not be modified.
 </td>
 </tr>
@@ -188,19 +218,16 @@ device, and must not be modified.
 <hr>
 <div class="refsect2" title="nm_device_ethernet_get_speed ()">
 <a name="nm-device-ethernet-get-speed"></a><h3>nm_device_ethernet_get_speed ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_device_ethernet_get_speed        (<a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet">NMDeviceEthernet</a> *device);</pre>
-<p>
-Gets the speed of the <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a>.</p>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_device_ethernet_get_speed        (<em class="parameter"><code><a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>);</pre>
 <p>
+Gets the speed of the <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a>
+<td>a <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a>
 </td>
 </tr>
 <tr>
@@ -214,24 +241,21 @@ Gets the speed of the <a class="link" href="NMDeviceEthernet.html" title="NMDevi
 <hr>
 <div class="refsect2" title="nm_device_ethernet_get_carrier ()">
 <a name="nm-device-ethernet-get-carrier"></a><h3>nm_device_ethernet_get_carrier ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_device_ethernet_get_carrier      (<a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet">NMDeviceEthernet</a> *device);</pre>
-<p>
-Whether the device has carrier.</p>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_device_ethernet_get_carrier      (<em class="parameter"><code><a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>);</pre>
 <p>
+Whether the device has carrier.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a>
+<td>a <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <code class="literal">TRUE</code> if the device has carrier
+<td> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the device has carrier
 </td>
 </tr>
 </tbody>
@@ -242,36 +266,36 @@ Whether the device has carrier.</p>
 <a name="NMDeviceEthernet.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "carrier" property'>
 <a name="NMDeviceEthernet--carrier"></a><h3>The <code class="literal">"carrier"</code> property</h3>
-<pre class="programlisting">  "carrier"                  <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read</pre>
-<p>
-Whether the device has carrier.</p>
+<pre class="programlisting">  "carrier"                  <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
 <p>
+Whether the device has carrier.
 </p>
 <p>Default value: FALSE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "hw-address" property'>
 <a name="NMDeviceEthernet--hw-address"></a><h3>The <code class="literal">"hw-address"</code> property</h3>
-<pre class="programlisting">  "hw-address"               <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read</pre>
+<pre class="programlisting">  "hw-address"               <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
 <p>
-The hardware (MAC) address of the device.</p>
+The active hardware (MAC) address of the device.
+</p>
+<p>Default value: NULL</p>
+</div>
+<hr>
+<div class="refsect2" title='The "perm-hw-address" property'>
+<a name="NMDeviceEthernet--perm-hw-address"></a><h3>The <code class="literal">"perm-hw-address"</code> property</h3>
+<pre class="programlisting">  "perm-hw-address"          <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
 <p>
+The permanent hardware (MAC) address of the device.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "speed" property'>
 <a name="NMDeviceEthernet--speed"></a><h3>The <code class="literal">"speed"</code> property</h3>
-<pre class="programlisting">  "speed"                    <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read</pre>
-<p>
-The speed of the device.</p>
+<pre class="programlisting">  "speed"                    <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read</pre>
 <p>
+The speed of the device.
 </p>
 <p>Default value: 0</p>
 </div>
@@ -279,6 +303,6 @@ The speed of the device.</p>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMDeviceWifi.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMDeviceWifi.html
index 42c958b..0099847 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMDeviceWifi.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMDeviceWifi.html
@@ -3,14 +3,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMDeviceWifi</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="index.html" title="libnm-glib Reference Manual">
-<link rel="up" href="ch01.html" title="[Insert title here]">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
 <link rel="prev" href="NMDeviceEthernet.html" title="NMDeviceEthernet">
 <link rel="next" href="NMSerialDevice.html" title="NMSerialDevice">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="[Insert title here]">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@@ -23,14 +22,14 @@
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMDeviceWifi.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMDeviceWifi.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMDeviceWifi.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMDeviceWifi.properties" class="shortcut">Properties</a>
-                 | 
-                <a href="#NMDeviceWifi.signals" class="shortcut">Signals</a>
+                   | 
+                  <a href="#NMDeviceWifi.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMDeviceWifi.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMDeviceWifi.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMDeviceWifi.signals" class="shortcut">Signals</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMDeviceWifi">
@@ -44,43 +43,34 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMDeviceWifi.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-#define             <a class="link" href="NMDeviceWifi.html#NM-DEVICE-WIFI-HW-ADDRESS--CAPS" title="NM_DEVICE_WIFI_HW_ADDRESS">NM_DEVICE_WIFI_HW_ADDRESS</a>
-#define             <a class="link" href="NMDeviceWifi.html#NM-DEVICE-WIFI-MODE--CAPS" title="NM_DEVICE_WIFI_MODE">NM_DEVICE_WIFI_MODE</a>
-#define             <a class="link" href="NMDeviceWifi.html#NM-DEVICE-WIFI-BITRATE--CAPS" title="NM_DEVICE_WIFI_BITRATE">NM_DEVICE_WIFI_BITRATE</a>
-#define             <a class="link" href="NMDeviceWifi.html#NM-DEVICE-WIFI-ACTIVE-ACCESS-POINT--CAPS" title="NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT">NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT</a>
-#define             <a class="link" href="NMDeviceWifi.html#NM-DEVICE-WIFI-CAPABILITIES--CAPS" title="NM_DEVICE_WIFI_CAPABILITIES">NM_DEVICE_WIFI_CAPABILITIES</a>
+<pre class="synopsis">#define             <a class="link" href="NMDeviceWifi.html#NM-DEVICE-WIFI-HW-ADDRESS:CAPS" title="NM_DEVICE_WIFI_HW_ADDRESS">NM_DEVICE_WIFI_HW_ADDRESS</a>
+#define             <a class="link" href="NMDeviceWifi.html#NM-DEVICE-WIFI-PERMANENT-HW-ADDRESS:CAPS" title="NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS">NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS</a>
+#define             <a class="link" href="NMDeviceWifi.html#NM-DEVICE-WIFI-MODE:CAPS" title="NM_DEVICE_WIFI_MODE">NM_DEVICE_WIFI_MODE</a>
+#define             <a class="link" href="NMDeviceWifi.html#NM-DEVICE-WIFI-BITRATE:CAPS" title="NM_DEVICE_WIFI_BITRATE">NM_DEVICE_WIFI_BITRATE</a>
+#define             <a class="link" href="NMDeviceWifi.html#NM-DEVICE-WIFI-ACTIVE-ACCESS-POINT:CAPS" title="NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT">NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT</a>
+#define             <a class="link" href="NMDeviceWifi.html#NM-DEVICE-WIFI-CAPABILITIES:CAPS" title="NM_DEVICE_WIFI_CAPABILITIES">NM_DEVICE_WIFI_CAPABILITIES</a>
                     <a class="link" href="NMDeviceWifi.html#NMDeviceWifi-struct" title="NMDeviceWifi">NMDeviceWifi</a>;
-<a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a> *           <a class="link" href="NMDeviceWifi.html#nm-device-wifi-new" title="nm_device_wifi_new ()">nm_device_wifi_new</a>                  (<a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *connection,
-                                                         const char *path);
-const char *        <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-hw-address" title="nm_device_wifi_get_hw_address ()">nm_device_wifi_get_hw_address</a>       (<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi">NMDeviceWifi</a> *device);
-NM80211Mode         <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-mode" title="nm_device_wifi_get_mode ()">nm_device_wifi_get_mode</a>             (<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi">NMDeviceWifi</a> *device);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-bitrate" title="nm_device_wifi_get_bitrate ()">nm_device_wifi_get_bitrate</a>          (<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi">NMDeviceWifi</a> *device);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-capabilities" title="nm_device_wifi_get_capabilities ()">nm_device_wifi_get_capabilities</a>     (<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi">NMDeviceWifi</a> *device);
-<a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a> *     <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-active-access-point" title="nm_device_wifi_get_active_access_point ()">nm_device_wifi_get_active_access_point</a>
-                                                        (<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi">NMDeviceWifi</a> *device);
-<a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a> *     <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-access-point-by-path" title="nm_device_wifi_get_access_point_by_path ()">nm_device_wifi_get_access_point_by_path</a>
-                                                        (<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi">NMDeviceWifi</a> *device,
-                                                         const char *path);
-const <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
->GPtrArray</a> *   <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-access-points" title="nm_device_wifi_get_access_points ()">nm_device_wifi_get_access_points</a>    (<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi">NMDeviceWifi</a> *device);
+                    <a class="link" href="NMDeviceWifi.html#NMDeviceWifiClass" title="NMDeviceWifiClass">NMDeviceWifiClass</a>;
+<a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           <a class="link" href="NMDeviceWifi.html#nm-device-wifi-new" title="nm_device_wifi_new ()">nm_device_wifi_new</a>                  (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-hw-address" title="nm_device_wifi_get_hw_address ()">nm_device_wifi_get_hw_address</a>       (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-permanent-hw-address" title="nm_device_wifi_get_permanent_hw_address ()">nm_device_wifi_get_permanent_hw_address</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);
+<span class="returnvalue">NM80211Mode</span>         <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-mode" title="nm_device_wifi_get_mode ()">nm_device_wifi_get_mode</a>             (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-bitrate" title="nm_device_wifi_get_bitrate ()">nm_device_wifi_get_bitrate</a>          (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-capabilities" title="nm_device_wifi_get_capabilities ()">nm_device_wifi_get_capabilities</a>     (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);
+<a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="returnvalue">NMAccessPoint</span></a> *     <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-active-access-point" title="nm_device_wifi_get_active_access_point ()">nm_device_wifi_get_active_access_point</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);
+<a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="returnvalue">NMAccessPoint</span></a> *     <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-access-point-by-path" title="nm_device_wifi_get_access_point_by_path ()">nm_device_wifi_get_access_point_by_path</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);
+const <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> *   <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-access-points" title="nm_device_wifi_get_access_points ()">nm_device_wifi_get_access_points</a>    (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMDeviceWifi.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
    +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a>
          +----<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a>
                +----NMDeviceWifi
@@ -89,19 +79,12 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 <div class="refsect1" title="Properties">
 <a name="NMDeviceWifi.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a class="link" href="NMDeviceWifi.html#NMDeviceWifi--active-access-point" title='The "active-access-point" property'>active-access-point</a>"      <a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a>*        : Read
-  "<a class="link" href="NMDeviceWifi.html#NMDeviceWifi--bitrate" title='The "bitrate" property'>bitrate</a>"                  <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read
-  "<a class="link" href="NMDeviceWifi.html#NMDeviceWifi--hw-address" title='The "hw-address" property'>hw-address</a>"               <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read
-  "<a class="link" href="NMDeviceWifi.html#NMDeviceWifi--mode" title='The "mode" property'>mode</a>"                     <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read
-  "<a class="link" href="NMDeviceWifi.html#NMDeviceWifi--wireless-capabilities" title='The "wireless-capabilities" property'>wireless-capabilities</a>"    <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read
+  "<a class="link" href="NMDeviceWifi.html#NMDeviceWifi--active-access-point" title='The "active-access-point" property'>active-access-point</a>"      <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>*        : Read
+  "<a class="link" href="NMDeviceWifi.html#NMDeviceWifi--bitrate" title='The "bitrate" property'>bitrate</a>"                  <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read
+  "<a class="link" href="NMDeviceWifi.html#NMDeviceWifi--hw-address" title='The "hw-address" property'>hw-address</a>"               <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
+  "<a class="link" href="NMDeviceWifi.html#NMDeviceWifi--mode" title='The "mode" property'>mode</a>"                     <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read
+  "<a class="link" href="NMDeviceWifi.html#NMDeviceWifi--perm-hw-address" title='The "perm-hw-address" property'>perm-hw-address</a>"          <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
+  "<a class="link" href="NMDeviceWifi.html#NMDeviceWifi--wireless-capabilities" title='The "wireless-capabilities" property'>wireless-capabilities</a>"    <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read
 </pre>
 </div>
 <div class="refsect1" title="Signals">
@@ -119,15 +102,23 @@ href="../glib/glib-Basic-Types.html#guint"
 <div class="refsect1" title="Details">
 <a name="NMDeviceWifi.details"></a><h2>Details</h2>
 <div class="refsect2" title="NM_DEVICE_WIFI_HW_ADDRESS">
-<a name="NM-DEVICE-WIFI-HW-ADDRESS--CAPS"></a><h3>NM_DEVICE_WIFI_HW_ADDRESS</h3>
+<a name="NM-DEVICE-WIFI-HW-ADDRESS:CAPS"></a><h3>NM_DEVICE_WIFI_HW_ADDRESS</h3>
 <pre class="programlisting">#define NM_DEVICE_WIFI_HW_ADDRESS          "hw-address"
 </pre>
 <p>
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS">
+<a name="NM-DEVICE-WIFI-PERMANENT-HW-ADDRESS:CAPS"></a><h3>NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS</h3>
+<pre class="programlisting">#define NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS "perm-hw-address"
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="NM_DEVICE_WIFI_MODE">
-<a name="NM-DEVICE-WIFI-MODE--CAPS"></a><h3>NM_DEVICE_WIFI_MODE</h3>
+<a name="NM-DEVICE-WIFI-MODE:CAPS"></a><h3>NM_DEVICE_WIFI_MODE</h3>
 <pre class="programlisting">#define NM_DEVICE_WIFI_MODE                "mode"
 </pre>
 <p>
@@ -135,7 +126,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_DEVICE_WIFI_BITRATE">
-<a name="NM-DEVICE-WIFI-BITRATE--CAPS"></a><h3>NM_DEVICE_WIFI_BITRATE</h3>
+<a name="NM-DEVICE-WIFI-BITRATE:CAPS"></a><h3>NM_DEVICE_WIFI_BITRATE</h3>
 <pre class="programlisting">#define NM_DEVICE_WIFI_BITRATE             "bitrate"
 </pre>
 <p>
@@ -143,7 +134,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT">
-<a name="NM-DEVICE-WIFI-ACTIVE-ACCESS-POINT--CAPS"></a><h3>NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT</h3>
+<a name="NM-DEVICE-WIFI-ACTIVE-ACCESS-POINT:CAPS"></a><h3>NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT</h3>
 <pre class="programlisting">#define NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT "active-access-point"
 </pre>
 <p>
@@ -151,7 +142,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_DEVICE_WIFI_CAPABILITIES">
-<a name="NM-DEVICE-WIFI-CAPABILITIES--CAPS"></a><h3>NM_DEVICE_WIFI_CAPABILITIES</h3>
+<a name="NM-DEVICE-WIFI-CAPABILITIES:CAPS"></a><h3>NM_DEVICE_WIFI_CAPABILITIES</h3>
 <pre class="programlisting">#define NM_DEVICE_WIFI_CAPABILITIES        "wireless-capabilities"
 </pre>
 <p>
@@ -165,31 +156,46 @@ href="../glib/glib-Basic-Types.html#guint"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMDeviceWifiClass">
+<a name="NMDeviceWifiClass"></a><h3>NMDeviceWifiClass</h3>
+<pre class="programlisting">typedef struct {
+	NMDeviceClass parent;
+
+	/* Signals */
+	void (*access_point_added) (NMDeviceWifi *device, NMAccessPoint *ap);
+	void (*access_point_removed) (NMDeviceWifi *device, NMAccessPoint *ap);
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMDeviceWifiClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_device_wifi_new ()">
 <a name="nm-device-wifi-new"></a><h3>nm_device_wifi_new ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a> *           nm_device_wifi_new                  (<a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *connection,
-                                                         const char *path);</pre>
-<p>
-Creates a new <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>.</p>
+<pre class="programlisting"><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           nm_device_wifi_new                  (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre>
 <p>
+Creates a new <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> the <a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
-><span class="type">DBusGConnection</span></a>
+<td>the <a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
-<td> the DBus object path of the device
+<td>the DBus object path of the device
 </td>
 </tr>
 <tr>
@@ -203,22 +209,46 @@ href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
 <hr>
 <div class="refsect2" title="nm_device_wifi_get_hw_address ()">
 <a name="nm-device-wifi-get-hw-address"></a><h3>nm_device_wifi_get_hw_address ()</h3>
-<pre class="programlisting">const char *        nm_device_wifi_get_hw_address       (<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi">NMDeviceWifi</a> *device);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_device_wifi_get_hw_address       (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre>
 <p>
-Gets the hardware (MAC) address of the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a></p>
+Gets the actual hardware (MAC) address of the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
+<td>a <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> the actual hardware address. This is the internal string used by the
+device, and must not be modified.
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_device_wifi_get_permanent_hw_address ()">
+<a name="nm-device-wifi-get-permanent-hw-address"></a><h3>nm_device_wifi_get_permanent_hw_address ()</h3>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_device_wifi_get_permanent_hw_address
+                                                        (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre>
 <p>
+Gets the permanent hardware (MAC) address of the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>
+<td>a <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the hardware address. This is the internal string used by the
+<td> the permanent hardware address. This is the internal string used by the
 device, and must not be modified.
 </td>
 </tr>
@@ -228,17 +258,16 @@ device, and must not be modified.
 <hr>
 <div class="refsect2" title="nm_device_wifi_get_mode ()">
 <a name="nm-device-wifi-get-mode"></a><h3>nm_device_wifi_get_mode ()</h3>
-<pre class="programlisting">NM80211Mode         nm_device_wifi_get_mode             (<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi">NMDeviceWifi</a> *device);</pre>
-<p>
-Gets the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> mode.</p>
+<pre class="programlisting"><span class="returnvalue">NM80211Mode</span>         nm_device_wifi_get_mode             (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre>
 <p>
+Gets the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> mode.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>
+<td>a <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>
 </td>
 </tr>
 <tr>
@@ -252,19 +281,16 @@ Gets the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span cla
 <hr>
 <div class="refsect2" title="nm_device_wifi_get_bitrate ()">
 <a name="nm-device-wifi-get-bitrate"></a><h3>nm_device_wifi_get_bitrate ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_device_wifi_get_bitrate          (<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi">NMDeviceWifi</a> *device);</pre>
-<p>
-Gets the bit rate of the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>.</p>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_device_wifi_get_bitrate          (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre>
 <p>
+Gets the bit rate of the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>
+<td>a <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>
 </td>
 </tr>
 <tr>
@@ -278,19 +304,16 @@ Gets the bit rate of the <a class="link" href="NMDeviceWifi.html" title="NMDevic
 <hr>
 <div class="refsect2" title="nm_device_wifi_get_capabilities ()">
 <a name="nm-device-wifi-get-capabilities"></a><h3>nm_device_wifi_get_capabilities ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_device_wifi_get_capabilities     (<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi">NMDeviceWifi</a> *device);</pre>
-<p>
-Gets the WIFI capabilities of the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>.</p>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_device_wifi_get_capabilities     (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre>
 <p>
+Gets the WIFI capabilities of the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>
+<td>a <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>
 </td>
 </tr>
 <tr>
@@ -304,23 +327,22 @@ Gets the WIFI capabilities of the <a class="link" href="NMDeviceWifi.html" title
 <hr>
 <div class="refsect2" title="nm_device_wifi_get_active_access_point ()">
 <a name="nm-device-wifi-get-active-access-point"></a><h3>nm_device_wifi_get_active_access_point ()</h3>
-<pre class="programlisting"><a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a> *     nm_device_wifi_get_active_access_point
-                                                        (<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi">NMDeviceWifi</a> *device);</pre>
-<p>
-Gets the active <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>.</p>
+<pre class="programlisting"><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="returnvalue">NMAccessPoint</span></a> *     nm_device_wifi_get_active_access_point
+                                                        (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre>
 <p>
+Gets the active <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>
+<td>a <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the access point or <code class="literal">NULL</code> if none is active
+<td> the access point or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is active
 </td>
 </tr>
 </tbody>
@@ -329,29 +351,28 @@ Gets the active <a class="link" href="NMAccessPoint.html" title="NMAccessPoint">
 <hr>
 <div class="refsect2" title="nm_device_wifi_get_access_point_by_path ()">
 <a name="nm-device-wifi-get-access-point-by-path"></a><h3>nm_device_wifi_get_access_point_by_path ()</h3>
-<pre class="programlisting"><a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a> *     nm_device_wifi_get_access_point_by_path
-                                                        (<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi">NMDeviceWifi</a> *device,
-                                                         const char *path);</pre>
-<p>
-Gets a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> by path.</p>
+<pre class="programlisting"><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="returnvalue">NMAccessPoint</span></a> *     nm_device_wifi_get_access_point_by_path
+                                                        (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre>
 <p>
+Gets a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> by path.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>
+<td>a <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
-<td> the object path of the access point
+<td>the object path of the access point
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the access point or <code class="literal">NULL</code> if none is found.
+<td> the access point or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is found.
 </td>
 </tr>
 </tbody>
@@ -360,26 +381,21 @@ Gets a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span cla
 <hr>
 <div class="refsect2" title="nm_device_wifi_get_access_points ()">
 <a name="nm-device-wifi-get-access-points"></a><h3>nm_device_wifi_get_access_points ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
->GPtrArray</a> *   nm_device_wifi_get_access_points    (<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi">NMDeviceWifi</a> *device);</pre>
-<p>
-Gets all the scanned access points of the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>.</p>
+<pre class="programlisting">const <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> *   nm_device_wifi_get_access_points    (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre>
 <p>
+Gets all the scanned access points of the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> a <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>
+<td>a <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> a <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
-><span class="type">GPtrArray</span></a> containing all the scanned <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>s.
+<td> a <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing all the scanned <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>s.
 The returned array is owned by the client and should not be modified.
 </td>
 </tr>
@@ -391,58 +407,54 @@ The returned array is owned by the client and should not be modified.
 <a name="NMDeviceWifi.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "active-access-point" property'>
 <a name="NMDeviceWifi--active-access-point"></a><h3>The <code class="literal">"active-access-point"</code> property</h3>
-<pre class="programlisting">  "active-access-point"      <a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a>*        : Read</pre>
-<p>
-The active <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> of the device.</p>
+<pre class="programlisting">  "active-access-point"      <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>*        : Read</pre>
 <p>
+The active <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> of the device.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "bitrate" property'>
 <a name="NMDeviceWifi--bitrate"></a><h3>The <code class="literal">"bitrate"</code> property</h3>
-<pre class="programlisting">  "bitrate"                  <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read</pre>
-<p>
-The bit rate of the device.</p>
+<pre class="programlisting">  "bitrate"                  <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read</pre>
 <p>
+The bit rate of the device.
 </p>
 <p>Default value: 0</p>
 </div>
 <hr>
 <div class="refsect2" title='The "hw-address" property'>
 <a name="NMDeviceWifi--hw-address"></a><h3>The <code class="literal">"hw-address"</code> property</h3>
-<pre class="programlisting">  "hw-address"               <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read</pre>
-<p>
-The hardware (MAC) address of the device.</p>
+<pre class="programlisting">  "hw-address"               <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
 <p>
+The hardware (MAC) address of the device.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "mode" property'>
 <a name="NMDeviceWifi--mode"></a><h3>The <code class="literal">"mode"</code> property</h3>
-<pre class="programlisting">  "mode"                     <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read</pre>
-<p>
-The mode of the device.</p>
+<pre class="programlisting">  "mode"                     <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read</pre>
 <p>
+The mode of the device.
 </p>
 <p>Allowed values: &lt;= 2</p>
 <p>Default value: 2</p>
 </div>
 <hr>
+<div class="refsect2" title='The "perm-hw-address" property'>
+<a name="NMDeviceWifi--perm-hw-address"></a><h3>The <code class="literal">"perm-hw-address"</code> property</h3>
+<pre class="programlisting">  "perm-hw-address"          <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
+<p>
+The hardware (MAC) address of the device.
+</p>
+<p>Default value: NULL</p>
+</div>
+<hr>
 <div class="refsect2" title='The "wireless-capabilities" property'>
 <a name="NMDeviceWifi--wireless-capabilities"></a><h3>The <code class="literal">"wireless-capabilities"</code> property</h3>
-<pre class="programlisting">  "wireless-capabilities"    <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read</pre>
-<p>
-The wireless capabilities of the device.</p>
+<pre class="programlisting">  "wireless-capabilities"    <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read</pre>
 <p>
+The wireless capabilities of the device.
 </p>
 <p>Default value: 0</p>
 </div>
@@ -451,28 +463,23 @@ The wireless capabilities of the device.</p>
 <a name="NMDeviceWifi.signal-details"></a><h2>Signal Details</h2>
 <div class="refsect2" title='The "access-point-added" signal'>
 <a name="NMDeviceWifi-access-point-added"></a><h3>The <code class="literal">"access-point-added"</code> signal</h3>
-<pre class="programlisting">void                user_function                      (<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi">NMDeviceWifi</a> *device,
-                                                        <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>      *ap,
-                                                        <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a>      user_data)      : Run First</pre>
-<p>
-Notifies that a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> is added to the wifi device.</p>
+<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device,
+                                                        <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>      *ap,
+                                                        <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>      user_data)      : Run First</pre>
 <p>
+Notifies that a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> is added to the wifi device.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> the wifi device that received the signal
+<td>the wifi device that received the signal
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td>
-<td> the new access point
+<td>the new access point
 </td>
 </tr>
 <tr>
@@ -485,28 +492,23 @@ Notifies that a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint">
 <hr>
 <div class="refsect2" title='The "access-point-removed" signal'>
 <a name="NMDeviceWifi-access-point-removed"></a><h3>The <code class="literal">"access-point-removed"</code> signal</h3>
-<pre class="programlisting">void                user_function                      (<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi">NMDeviceWifi</a> *device,
-                                                        <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>      *ap,
-                                                        <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a>      user_data)      : Run First</pre>
-<p>
-Notifies that a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> is removed from the wifi device.</p>
+<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device,
+                                                        <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>      *ap,
+                                                        <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>      user_data)      : Run First</pre>
 <p>
+Notifies that a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> is removed from the wifi device.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> the wifi device that received the signal
+<td>the wifi device that received the signal
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td>
-<td> the removed access point
+<td>the removed access point
 </td>
 </tr>
 <tr>
@@ -520,6 +522,6 @@ Notifies that a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint">
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMExportedConnection.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMExportedConnection.html
new file mode 100644
index 0000000..3a58b28
--- /dev/null
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMExportedConnection.html
@@ -0,0 +1,139 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>NMExportedConnection</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="index.html" title="libnm-glib Reference Manual">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="NMDHCP6Config.html" title="NMDHCP6Config">
+<link rel="next" href="NMObject.html" title="NMObject">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
+<tr valign="middle">
+<td><a accesskey="p" href="NMDHCP6Config.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
+<th width="100%" align="center">libnm-glib Reference Manual</th>
+<td><a accesskey="n" href="NMObject.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts">
+<a href="#NMExportedConnection.synopsis" class="shortcut">Top</a>
+                   | 
+                  <a href="#NMExportedConnection.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMExportedConnection.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMExportedConnection.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
+</td></tr>
+</table>
+<div class="refentry" title="NMExportedConnection">
+<a name="NMExportedConnection"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="NMExportedConnection.top_of_page"></a>NMExportedConnection</span></h2>
+<p>NMExportedConnection</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv" title="Synopsis">
+<a name="NMExportedConnection.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">                    <a class="link" href="NMExportedConnection.html#NMExportedConnection-struct" title="NMExportedConnection">NMExportedConnection</a>;
+                    <a class="link" href="NMExportedConnection.html#NMExportedConnectionClass" title="NMExportedConnectionClass">NMExportedConnectionClass</a>;
+<a class="link" href="NMExportedConnection.html" title="NMExportedConnection"><span class="returnvalue">NMExportedConnection</span></a> * <a class="link" href="NMExportedConnection.html#nm-exported-connection-new" title="nm_exported_connection_new ()">nm_exported_connection_new</a>       (<em class="parameter"><code><a href="../libnm-util/NMConnection.html#NMConnectionScope"><span class="type">NMConnectionScope</span></a> scope</code></em>);
+</pre>
+</div>
+<div class="refsect1" title="Object Hierarchy">
+<a name="NMExportedConnection.object-hierarchy"></a><h2>Object Hierarchy</h2>
+<pre class="synopsis">
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----<a href="../libnm-util/NMConnection.html">NMConnection</a>
+         +----NMExportedConnection
+</pre>
+</div>
+<div class="refsect1" title="Implemented Interfaces">
+<a name="NMExportedConnection.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
+<p>
+NMExportedConnection implements
+ <a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface">NMSettingsConnectionInterface</a>.</p>
+</div>
+<div class="refsect1" title="Description">
+<a name="NMExportedConnection.description"></a><h2>Description</h2>
+<p>
+</p>
+</div>
+<div class="refsect1" title="Details">
+<a name="NMExportedConnection.details"></a><h2>Details</h2>
+<div class="refsect2" title="NMExportedConnection">
+<a name="NMExportedConnection-struct"></a><h3>NMExportedConnection</h3>
+<pre class="programlisting">typedef struct _NMExportedConnection NMExportedConnection;</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NMExportedConnectionClass">
+<a name="NMExportedConnectionClass"></a><h3>NMExportedConnectionClass</h3>
+<pre class="programlisting">typedef struct {
+	NMConnectionClass parent;
+
+	GHashTable * (*get_settings) (NMExportedConnection *self,
+	                              GError **error);
+
+	void (*update) (NMExportedConnection *self,
+	                GHashTable *new_settings,
+	                DBusGMethodInvocation *context);
+
+	void (*delete) (NMExportedConnection *self,
+	                DBusGMethodInvocation *context);
+
+	void (*get_secrets) (NMExportedConnection *self,
+	                     const gchar *setting_name,
+	                     const gchar **hints,
+	                     gboolean request_new,
+	                     DBusGMethodInvocation *context);
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMExportedConnectionClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="nm_exported_connection_new ()">
+<a name="nm-exported-connection-new"></a><h3>nm_exported_connection_new ()</h3>
+<pre class="programlisting"><a class="link" href="NMExportedConnection.html" title="NMExportedConnection"><span class="returnvalue">NMExportedConnection</span></a> * nm_exported_connection_new       (<em class="parameter"><code><a href="../libnm-util/NMConnection.html#NMConnectionScope"><span class="type">NMConnectionScope</span></a> scope</code></em>);</pre>
+<p>
+Creates a new object representing the remote connection.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>scope</code></em> :</span></p></td>
+<td>the Connection scope (either user or system)
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> the new exported connection object on success, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on failure
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.15</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMGsmDevice.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMGsmDevice.html
index a33fa06..d9a14aa 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMGsmDevice.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMGsmDevice.html
@@ -3,30 +3,29 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMGsmDevice</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="index.html" title="libnm-glib Reference Manual">
-<link rel="up" href="ch01.html" title="[Insert title here]">
-<link rel="prev" href="NMClient.html" title="NMClient">
-<link rel="next" href="NMDevice.html" title="NMDevice">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="NMSerialDevice.html" title="NMSerialDevice">
+<link rel="next" href="NMCdmaDevice.html" title="NMCdmaDevice">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="[Insert title here]">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 <tr valign="middle">
-<td><a accesskey="p" href="NMClient.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="p" href="NMSerialDevice.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 <th width="100%" align="center">libnm-glib Reference Manual</th>
-<td><a accesskey="n" href="NMDevice.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+<td><a accesskey="n" href="NMCdmaDevice.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMGsmDevice.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMGsmDevice.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMGsmDevice.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMGsmDevice.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMGsmDevice.object-hierarchy" class="shortcut">Object Hierarchy</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMGsmDevice">
@@ -40,20 +39,16 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMGsmDevice.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-                    <a class="link" href="NMGsmDevice.html#NMGsmDevice-struct" title="NMGsmDevice">NMGsmDevice</a>;
-<a class="link" href="NMGsmDevice.html" title="NMGsmDevice">NMGsmDevice</a> *       <a class="link" href="NMGsmDevice.html#nm-gsm-device-new" title="nm_gsm_device_new ()">nm_gsm_device_new</a>                   (<a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *connection,
-                                                         const char *path);
+<pre class="synopsis">                    <a class="link" href="NMGsmDevice.html#NMGsmDevice-struct" title="NMGsmDevice">NMGsmDevice</a>;
+                    <a class="link" href="NMGsmDevice.html#NMGsmDeviceClass" title="NMGsmDeviceClass">NMGsmDeviceClass</a>;
+<a class="link" href="NMGsmDevice.html" title="NMGsmDevice"><span class="returnvalue">NMGsmDevice</span></a> *       <a class="link" href="NMGsmDevice.html#nm-gsm-device-new" title="nm_gsm_device_new ()">nm_gsm_device_new</a>                   (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMGsmDevice.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
    +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a>
          +----<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a>
                +----<a class="link" href="NMSerialDevice.html" title="NMSerialDevice">NMSerialDevice</a>
@@ -74,29 +69,42 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMGsmDeviceClass">
+<a name="NMGsmDeviceClass"></a><h3>NMGsmDeviceClass</h3>
+<pre class="programlisting">typedef struct {
+	NMSerialDeviceClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMGsmDeviceClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_gsm_device_new ()">
 <a name="nm-gsm-device-new"></a><h3>nm_gsm_device_new ()</h3>
-<pre class="programlisting"><a class="link" href="NMGsmDevice.html" title="NMGsmDevice">NMGsmDevice</a> *       nm_gsm_device_new                   (<a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *connection,
-                                                         const char *path);</pre>
-<p>
-Creates a new <a class="link" href="NMGsmDevice.html" title="NMGsmDevice"><span class="type">NMGsmDevice</span></a>.</p>
+<pre class="programlisting"><a class="link" href="NMGsmDevice.html" title="NMGsmDevice"><span class="returnvalue">NMGsmDevice</span></a> *       nm_gsm_device_new                   (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre>
 <p>
+Creates a new <a class="link" href="NMGsmDevice.html" title="NMGsmDevice"><span class="type">NMGsmDevice</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> the <a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
-><span class="type">DBusGConnection</span></a>
+<td>the <a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
-<td> the DBus object path of the device
+<td>the DBus object path of the device
 </td>
 </tr>
 <tr>
@@ -111,6 +119,6 @@ href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMIP4Config.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMIP4Config.html
index 7685d7b..8e88f2b 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMIP4Config.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMIP4Config.html
@@ -3,19 +3,18 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMIP4Config</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="index.html" title="libnm-glib Reference Manual">
-<link rel="up" href="ch01.html" title="[Insert title here]">
-<link rel="prev" href="NMDevice.html" title="NMDevice">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="NMAccessPoint.html" title="NMAccessPoint">
 <link rel="next" href="NMIP6Config.html" title="NMIP6Config">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="[Insert title here]">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 <tr valign="middle">
-<td><a accesskey="p" href="NMDevice.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="p" href="NMAccessPoint.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 <th width="100%" align="center">libnm-glib Reference Manual</th>
@@ -23,12 +22,12 @@
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMIP4Config.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMIP4Config.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMIP4Config.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMIP4Config.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMIP4Config.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMIP4Config.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMIP4Config.properties" class="shortcut">Properties</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMIP4Config">
@@ -42,44 +41,28 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMIP4Config.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-                    <a class="link" href="NMIP4Config.html#NMIP4Config-struct" title="NMIP4Config">NMIP4Config</a>;
-#define             <a class="link" href="NMIP4Config.html#NM-IP4-CONFIG-ADDRESSES--CAPS" title="NM_IP4_CONFIG_ADDRESSES">NM_IP4_CONFIG_ADDRESSES</a>
-#define             <a class="link" href="NMIP4Config.html#NM-IP4-CONFIG-HOSTNAME--CAPS" title="NM_IP4_CONFIG_HOSTNAME">NM_IP4_CONFIG_HOSTNAME</a>
-#define             <a class="link" href="NMIP4Config.html#NM-IP4-CONFIG-NAMESERVERS--CAPS" title="NM_IP4_CONFIG_NAMESERVERS">NM_IP4_CONFIG_NAMESERVERS</a>
-#define             <a class="link" href="NMIP4Config.html#NM-IP4-CONFIG-DOMAINS--CAPS" title="NM_IP4_CONFIG_DOMAINS">NM_IP4_CONFIG_DOMAINS</a>
-#define             <a class="link" href="NMIP4Config.html#NM-IP4-CONFIG-ROUTES--CAPS" title="NM_IP4_CONFIG_ROUTES">NM_IP4_CONFIG_ROUTES</a>
-#define             <a class="link" href="NMIP4Config.html#NM-IP4-CONFIG-WINS-SERVERS--CAPS" title="NM_IP4_CONFIG_WINS_SERVERS">NM_IP4_CONFIG_WINS_SERVERS</a>
-<a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a> *           <a class="link" href="NMIP4Config.html#nm-ip4-config-new" title="nm_ip4_config_new ()">nm_ip4_config_new</a>                   (<a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *connection,
-                                                         const char *object_path);
-const <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *      <a class="link" href="NMIP4Config.html#nm-ip4-config-get-addresses" title="nm_ip4_config_get_addresses ()">nm_ip4_config_get_addresses</a>         (<a class="link" href="NMIP4Config.html" title="NMIP4Config">NMIP4Config</a> *config);
-const char *        <a class="link" href="NMIP4Config.html#nm-ip4-config-get-hostname" title="nm_ip4_config_get_hostname ()">nm_ip4_config_get_hostname</a>          (<a class="link" href="NMIP4Config.html" title="NMIP4Config">NMIP4Config</a> *config);
-const <a
-href="../glib/glib-Arrays.html#GArray"
->GArray</a> *      <a class="link" href="NMIP4Config.html#nm-ip4-config-get-nameservers" title="nm_ip4_config_get_nameservers ()">nm_ip4_config_get_nameservers</a>       (<a class="link" href="NMIP4Config.html" title="NMIP4Config">NMIP4Config</a> *config);
-const <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
->GPtrArray</a> *   <a class="link" href="NMIP4Config.html#nm-ip4-config-get-domains" title="nm_ip4_config_get_domains ()">nm_ip4_config_get_domains</a>           (<a class="link" href="NMIP4Config.html" title="NMIP4Config">NMIP4Config</a> *config);
-const <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *      <a class="link" href="NMIP4Config.html#nm-ip4-config-get-routes" title="nm_ip4_config_get_routes ()">nm_ip4_config_get_routes</a>            (<a class="link" href="NMIP4Config.html" title="NMIP4Config">NMIP4Config</a> *config);
-const <a
-href="../glib/glib-Arrays.html#GArray"
->GArray</a> *      <a class="link" href="NMIP4Config.html#nm-ip4-config-get-wins-servers" title="nm_ip4_config_get_wins_servers ()">nm_ip4_config_get_wins_servers</a>      (<a class="link" href="NMIP4Config.html" title="NMIP4Config">NMIP4Config</a> *config);
+<pre class="synopsis">                    <a class="link" href="NMIP4Config.html#NMIP4Config-struct" title="NMIP4Config">NMIP4Config</a>;
+                    <a class="link" href="NMIP4Config.html#NMIP4ConfigClass" title="NMIP4ConfigClass">NMIP4ConfigClass</a>;
+#define             <a class="link" href="NMIP4Config.html#NM-IP4-CONFIG-ADDRESSES:CAPS" title="NM_IP4_CONFIG_ADDRESSES">NM_IP4_CONFIG_ADDRESSES</a>
+#define             <a class="link" href="NMIP4Config.html#NM-IP4-CONFIG-HOSTNAME:CAPS" title="NM_IP4_CONFIG_HOSTNAME">NM_IP4_CONFIG_HOSTNAME</a>
+#define             <a class="link" href="NMIP4Config.html#NM-IP4-CONFIG-NAMESERVERS:CAPS" title="NM_IP4_CONFIG_NAMESERVERS">NM_IP4_CONFIG_NAMESERVERS</a>
+#define             <a class="link" href="NMIP4Config.html#NM-IP4-CONFIG-DOMAINS:CAPS" title="NM_IP4_CONFIG_DOMAINS">NM_IP4_CONFIG_DOMAINS</a>
+#define             <a class="link" href="NMIP4Config.html#NM-IP4-CONFIG-ROUTES:CAPS" title="NM_IP4_CONFIG_ROUTES">NM_IP4_CONFIG_ROUTES</a>
+#define             <a class="link" href="NMIP4Config.html#NM-IP4-CONFIG-WINS-SERVERS:CAPS" title="NM_IP4_CONFIG_WINS_SERVERS">NM_IP4_CONFIG_WINS_SERVERS</a>
+<a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           <a class="link" href="NMIP4Config.html#nm-ip4-config-new" title="nm_ip4_config_new ()">nm_ip4_config_new</a>                   (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>);
+const <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *      <a class="link" href="NMIP4Config.html#nm-ip4-config-get-addresses" title="nm_ip4_config_get_addresses ()">nm_ip4_config_get_addresses</a>         (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMIP4Config.html#nm-ip4-config-get-hostname" title="nm_ip4_config_get_hostname ()">nm_ip4_config_get_hostname</a>          (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);
+const <a href="../glib/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a> *      <a class="link" href="NMIP4Config.html#nm-ip4-config-get-nameservers" title="nm_ip4_config_get_nameservers ()">nm_ip4_config_get_nameservers</a>       (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);
+const <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> *   <a class="link" href="NMIP4Config.html#nm-ip4-config-get-domains" title="nm_ip4_config_get_domains ()">nm_ip4_config_get_domains</a>           (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);
+const <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *      <a class="link" href="NMIP4Config.html#nm-ip4-config-get-routes" title="nm_ip4_config_get_routes ()">nm_ip4_config_get_routes</a>            (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);
+const <a href="../glib/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a> *      <a class="link" href="NMIP4Config.html#nm-ip4-config-get-wins-servers" title="nm_ip4_config_get_wins_servers ()">nm_ip4_config_get_wins_servers</a>      (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMIP4Config.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
    +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a>
          +----NMIP4Config
 </pre>
@@ -87,18 +70,12 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 <div class="refsect1" title="Properties">
 <a name="NMIP4Config.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a class="link" href="NMIP4Config.html#NMIP4Config--addresses" title='The "addresses" property'>addresses</a>"                <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a>              : Read
-  "<a class="link" href="NMIP4Config.html#NMIP4Config--domains" title='The "domains" property'>domains</a>"                  nm-string-array*      : Read
-  "<a class="link" href="NMIP4Config.html#NMIP4Config--hostname" title='The "hostname" property'>hostname</a>"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read
-  "<a class="link" href="NMIP4Config.html#NMIP4Config--nameservers" title='The "nameservers" property'>nameservers</a>"              nm-uint-array*        : Read
-  "<a class="link" href="NMIP4Config.html#NMIP4Config--routes" title='The "routes" property'>routes</a>"                   <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a>              : Read
-  "<a class="link" href="NMIP4Config.html#NMIP4Config--wins-servers" title='The "wins-servers" property'>wins-servers</a>"             nm-uint-array*        : Read
+  "<a class="link" href="NMIP4Config.html#NMIP4Config--addresses" title='The "addresses" property'>addresses</a>"                <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>              : Read
+  "<a class="link" href="NMIP4Config.html#NMIP4Config--domains" title='The "domains" property'>domains</a>"                  <span class="type">nm-string-array*</span>      : Read
+  "<a class="link" href="NMIP4Config.html#NMIP4Config--hostname" title='The "hostname" property'>hostname</a>"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
+  "<a class="link" href="NMIP4Config.html#NMIP4Config--nameservers" title='The "nameservers" property'>nameservers</a>"              <span class="type">nm-uint-array*</span>        : Read
+  "<a class="link" href="NMIP4Config.html#NMIP4Config--routes" title='The "routes" property'>routes</a>"                   <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>              : Read
+  "<a class="link" href="NMIP4Config.html#NMIP4Config--wins-servers" title='The "wins-servers" property'>wins-servers</a>"             <span class="type">nm-uint-array*</span>        : Read
 </pre>
 </div>
 <div class="refsect1" title="Description">
@@ -115,8 +92,26 @@ href="../glib/glib-Basic-Types.html#gpointer"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMIP4ConfigClass">
+<a name="NMIP4ConfigClass"></a><h3>NMIP4ConfigClass</h3>
+<pre class="programlisting">typedef struct {
+	NMObjectClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMIP4ConfigClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="NM_IP4_CONFIG_ADDRESSES">
-<a name="NM-IP4-CONFIG-ADDRESSES--CAPS"></a><h3>NM_IP4_CONFIG_ADDRESSES</h3>
+<a name="NM-IP4-CONFIG-ADDRESSES:CAPS"></a><h3>NM_IP4_CONFIG_ADDRESSES</h3>
 <pre class="programlisting">#define NM_IP4_CONFIG_ADDRESSES "addresses"
 </pre>
 <p>
@@ -124,7 +119,7 @@ href="../glib/glib-Basic-Types.html#gpointer"
 </div>
 <hr>
 <div class="refsect2" title="NM_IP4_CONFIG_HOSTNAME">
-<a name="NM-IP4-CONFIG-HOSTNAME--CAPS"></a><h3>NM_IP4_CONFIG_HOSTNAME</h3>
+<a name="NM-IP4-CONFIG-HOSTNAME:CAPS"></a><h3>NM_IP4_CONFIG_HOSTNAME</h3>
 <pre class="programlisting">#define NM_IP4_CONFIG_HOSTNAME "hostname" /* DEPRECATED */
 </pre>
 <p>
@@ -132,7 +127,7 @@ href="../glib/glib-Basic-Types.html#gpointer"
 </div>
 <hr>
 <div class="refsect2" title="NM_IP4_CONFIG_NAMESERVERS">
-<a name="NM-IP4-CONFIG-NAMESERVERS--CAPS"></a><h3>NM_IP4_CONFIG_NAMESERVERS</h3>
+<a name="NM-IP4-CONFIG-NAMESERVERS:CAPS"></a><h3>NM_IP4_CONFIG_NAMESERVERS</h3>
 <pre class="programlisting">#define NM_IP4_CONFIG_NAMESERVERS "nameservers"
 </pre>
 <p>
@@ -140,7 +135,7 @@ href="../glib/glib-Basic-Types.html#gpointer"
 </div>
 <hr>
 <div class="refsect2" title="NM_IP4_CONFIG_DOMAINS">
-<a name="NM-IP4-CONFIG-DOMAINS--CAPS"></a><h3>NM_IP4_CONFIG_DOMAINS</h3>
+<a name="NM-IP4-CONFIG-DOMAINS:CAPS"></a><h3>NM_IP4_CONFIG_DOMAINS</h3>
 <pre class="programlisting">#define NM_IP4_CONFIG_DOMAINS "domains"
 </pre>
 <p>
@@ -148,7 +143,7 @@ href="../glib/glib-Basic-Types.html#gpointer"
 </div>
 <hr>
 <div class="refsect2" title="NM_IP4_CONFIG_ROUTES">
-<a name="NM-IP4-CONFIG-ROUTES--CAPS"></a><h3>NM_IP4_CONFIG_ROUTES</h3>
+<a name="NM-IP4-CONFIG-ROUTES:CAPS"></a><h3>NM_IP4_CONFIG_ROUTES</h3>
 <pre class="programlisting">#define NM_IP4_CONFIG_ROUTES "routes"
 </pre>
 <p>
@@ -156,7 +151,7 @@ href="../glib/glib-Basic-Types.html#gpointer"
 </div>
 <hr>
 <div class="refsect2" title="NM_IP4_CONFIG_WINS_SERVERS">
-<a name="NM-IP4-CONFIG-WINS-SERVERS--CAPS"></a><h3>NM_IP4_CONFIG_WINS_SERVERS</h3>
+<a name="NM-IP4-CONFIG-WINS-SERVERS:CAPS"></a><h3>NM_IP4_CONFIG_WINS_SERVERS</h3>
 <pre class="programlisting">#define NM_IP4_CONFIG_WINS_SERVERS "wins-servers"
 </pre>
 <p>
@@ -165,29 +160,22 @@ href="../glib/glib-Basic-Types.html#gpointer"
 <hr>
 <div class="refsect2" title="nm_ip4_config_new ()">
 <a name="nm-ip4-config-new"></a><h3>nm_ip4_config_new ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a> *           nm_ip4_config_new                   (<a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *connection,
-                                                         const char *object_path);</pre>
-<p>
-Creates a new <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a>.</p>
+<pre class="programlisting"><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           nm_ip4_config_new                   (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>);</pre>
 <p>
+Creates a new <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> the <a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
-><span class="type">DBusGConnection</span></a>
+<td>the <a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>object_path</code></em> :</span></p></td>
-<td> the DBus object path of the device
+<td>the DBus object path of the device
 </td>
 </tr>
 <tr>
@@ -201,26 +189,21 @@ href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
 <hr>
 <div class="refsect2" title="nm_ip4_config_get_addresses ()">
 <a name="nm-ip4-config-get-addresses"></a><h3>nm_ip4_config_get_addresses ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *      nm_ip4_config_get_addresses         (<a class="link" href="NMIP4Config.html" title="NMIP4Config">NMIP4Config</a> *config);</pre>
-<p>
-Gets the IP4 addresses (containing the address, prefix, and gateway).</p>
+<pre class="programlisting">const <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *      nm_ip4_config_get_addresses         (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);</pre>
 <p>
+Gets the IP4 addresses (containing the address, prefix, and gateway).
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
-<td> a <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a>
+<td>a <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
-><span class="type">GSList</span></a> containing <span class="type">NMSettingIP4Address</span>es. This is the internal copy
+<td> the <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing <span class="type">NMSettingIP4Address</span>es. This is the internal copy
 used by the configuration and must not be modified.
 </td>
 </tr>
@@ -230,17 +213,16 @@ used by the configuration and must not be modified.
 <hr>
 <div class="refsect2" title="nm_ip4_config_get_hostname ()">
 <a name="nm-ip4-config-get-hostname"></a><h3>nm_ip4_config_get_hostname ()</h3>
-<pre class="programlisting">const char *        nm_ip4_config_get_hostname          (<a class="link" href="NMIP4Config.html" title="NMIP4Config">NMIP4Config</a> *config);</pre>
-<p>
-DEPRECATED.  Don't use.</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_ip4_config_get_hostname          (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);</pre>
 <p>
+DEPRECATED.  Don't use.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
-<td> a <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a>
+<td>a <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a>
 </td>
 </tr>
 <tr>
@@ -254,28 +236,21 @@ DEPRECATED.  Don't use.</p>
 <hr>
 <div class="refsect2" title="nm_ip4_config_get_nameservers ()">
 <a name="nm-ip4-config-get-nameservers"></a><h3>nm_ip4_config_get_nameservers ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Arrays.html#GArray"
->GArray</a> *      nm_ip4_config_get_nameservers       (<a class="link" href="NMIP4Config.html" title="NMIP4Config">NMIP4Config</a> *config);</pre>
-<p>
-Gets the domain name servers (DNS).</p>
+<pre class="programlisting">const <a href="../glib/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a> *      nm_ip4_config_get_nameservers       (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);</pre>
 <p>
+Gets the domain name servers (DNS).
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
-<td> a <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a>
+<td>a <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <a
-href="../glib/glib-Arrays.html#GArray"
-><span class="type">GArray</span></a> containing <a
-href="../glib/glib-Basic-Types.html#guint32"
-><code class="literal">guint32</code></a>s. This is the internal copy used by the
+<td> the <a href="../glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> containing <a href="../glib/glib-Basic-Types.html#guint32"><code class="literal">guint32</code></a>s. This is the internal copy used by the
 configuration and must not be modified.
 </td>
 </tr>
@@ -285,26 +260,21 @@ configuration and must not be modified.
 <hr>
 <div class="refsect2" title="nm_ip4_config_get_domains ()">
 <a name="nm-ip4-config-get-domains"></a><h3>nm_ip4_config_get_domains ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
->GPtrArray</a> *   nm_ip4_config_get_domains           (<a class="link" href="NMIP4Config.html" title="NMIP4Config">NMIP4Config</a> *config);</pre>
-<p>
-Gets the domain names.</p>
+<pre class="programlisting">const <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> *   nm_ip4_config_get_domains           (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);</pre>
 <p>
+Gets the domain names.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
-<td> a <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a>
+<td>a <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
-><span class="type">GPtrArray</span></a> containing domains as strings. This is the 
+<td> the <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing domains as strings. This is the 
 internal copy used by the configuration, and must not be modified.
 </td>
 </tr>
@@ -314,26 +284,21 @@ internal copy used by the configuration, and must not be modified.
 <hr>
 <div class="refsect2" title="nm_ip4_config_get_routes ()">
 <a name="nm-ip4-config-get-routes"></a><h3>nm_ip4_config_get_routes ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *      nm_ip4_config_get_routes            (<a class="link" href="NMIP4Config.html" title="NMIP4Config">NMIP4Config</a> *config);</pre>
-<p>
-Gets the routes.</p>
+<pre class="programlisting">const <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *      nm_ip4_config_get_routes            (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);</pre>
 <p>
+Gets the routes.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
-<td> a <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a>
+<td>a <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
-><span class="type">GSList</span></a> containing <span class="type">NMSettingIP4Route</span>s. This is the 
+<td> the <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing <span class="type">NMSettingIP4Route</span>s. This is the 
 internal copy used by the configuration, and must not be modified.
 </td>
 </tr>
@@ -343,28 +308,21 @@ internal copy used by the configuration, and must not be modified.
 <hr>
 <div class="refsect2" title="nm_ip4_config_get_wins_servers ()">
 <a name="nm-ip4-config-get-wins-servers"></a><h3>nm_ip4_config_get_wins_servers ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Arrays.html#GArray"
->GArray</a> *      nm_ip4_config_get_wins_servers      (<a class="link" href="NMIP4Config.html" title="NMIP4Config">NMIP4Config</a> *config);</pre>
-<p>
-Gets the Windows Internet Name Service servers (WINS).</p>
+<pre class="programlisting">const <a href="../glib/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a> *      nm_ip4_config_get_wins_servers      (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);</pre>
 <p>
+Gets the Windows Internet Name Service servers (WINS).
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
-<td> a <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a>
+<td>a <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <a
-href="../glib/glib-Arrays.html#GArray"
-><span class="type">GArray</span></a> containing <a
-href="../glib/glib-Basic-Types.html#guint32"
-><code class="literal">guint32</code></a>s. This is the internal copy used by the
+<td> the <a href="../glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> containing <a href="../glib/glib-Basic-Types.html#guint32"><code class="literal">guint32</code></a>s. This is the internal copy used by the
 configuration and must not be modified.
 </td>
 </tr>
@@ -376,82 +334,56 @@ configuration and must not be modified.
 <a name="NMIP4Config.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "addresses" property'>
 <a name="NMIP4Config--addresses"></a><h3>The <code class="literal">"addresses"</code> property</h3>
-<pre class="programlisting">  "addresses"                <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a>              : Read</pre>
-<p>
-The <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
-><span class="type">GPtrArray</span></a> containing <span class="type">NMSettingIP4Address</span>es of the configuration.</p>
+<pre class="programlisting">  "addresses"                <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>              : Read</pre>
 <p>
+The <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing <span class="type">NMSettingIP4Address</span>es of the configuration.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "domains" property'>
 <a name="NMIP4Config--domains"></a><h3>The <code class="literal">"domains"</code> property</h3>
-<pre class="programlisting">  "domains"                  nm-string-array*      : Read</pre>
-<p>
-The <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
-><span class="type">GPtrArray</span></a> containing domain strings of the configuration.</p>
+<pre class="programlisting">  "domains"                  <span class="type">nm-string-array*</span>      : Read</pre>
 <p>
+The <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing domain strings of the configuration.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "hostname" property'>
 <a name="NMIP4Config--hostname"></a><h3>The <code class="literal">"hostname"</code> property</h3>
-<pre class="programlisting">  "hostname"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read</pre>
-<p>
-DEPRECATED.  Don't use.</p>
+<pre class="programlisting">  "hostname"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
 <p>
+DEPRECATED.  Don't use.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "nameservers" property'>
 <a name="NMIP4Config--nameservers"></a><h3>The <code class="literal">"nameservers"</code> property</h3>
-<pre class="programlisting">  "nameservers"              nm-uint-array*        : Read</pre>
-<p>
-The <a
-href="../glib/glib-Arrays.html#GArray"
-><span class="type">GArray</span></a> containing name servers (<a
-href="../glib/glib-Basic-Types.html#guint32"
-><code class="literal">guint32</code></a>es) of the configuration.</p>
+<pre class="programlisting">  "nameservers"              <span class="type">nm-uint-array*</span>        : Read</pre>
 <p>
+The <a href="../glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> containing name servers (<a href="../glib/glib-Basic-Types.html#guint32"><code class="literal">guint32</code></a>es) of the configuration.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "routes" property'>
 <a name="NMIP4Config--routes"></a><h3>The <code class="literal">"routes"</code> property</h3>
-<pre class="programlisting">  "routes"                   <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a>              : Read</pre>
-<p>
-The <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
-><span class="type">GPtrArray</span></a> containing <span class="type">NMSettingIP4Route</span>s of the configuration.</p>
+<pre class="programlisting">  "routes"                   <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>              : Read</pre>
 <p>
+The <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing <span class="type">NMSettingIP4Route</span>s of the configuration.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "wins-servers" property'>
 <a name="NMIP4Config--wins-servers"></a><h3>The <code class="literal">"wins-servers"</code> property</h3>
-<pre class="programlisting">  "wins-servers"             nm-uint-array*        : Read</pre>
-<p>
-The <a
-href="../glib/glib-Arrays.html#GArray"
-><span class="type">GArray</span></a> containing WINS servers (<a
-href="../glib/glib-Basic-Types.html#guint32"
-><code class="literal">guint32</code></a>es) of the configuration.</p>
+<pre class="programlisting">  "wins-servers"             <span class="type">nm-uint-array*</span>        : Read</pre>
 <p>
+The <a href="../glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> containing WINS servers (<a href="../glib/glib-Basic-Types.html#guint32"><code class="literal">guint32</code></a>es) of the configuration.
 </p>
 </div>
 </div>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMIP6Config.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMIP6Config.html
index e7473dd..f988e46 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMIP6Config.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMIP6Config.html
@@ -3,14 +3,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMIP6Config</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="index.html" title="libnm-glib Reference Manual">
-<link rel="up" href="ch01.html" title="[Insert title here]">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
 <link rel="prev" href="NMIP4Config.html" title="NMIP4Config">
-<link rel="next" href="NMObject.html" title="NMObject">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<link rel="next" href="NMDHCP4Config.html" title="NMDHCP4Config">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="[Insert title here]">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@@ -19,16 +18,16 @@
 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 <th width="100%" align="center">libnm-glib Reference Manual</th>
-<td><a accesskey="n" href="NMObject.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+<td><a accesskey="n" href="NMDHCP4Config.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMIP6Config.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMIP6Config.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMIP6Config.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMIP6Config.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMIP6Config.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMIP6Config.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMIP6Config.properties" class="shortcut">Properties</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMIP6Config">
@@ -42,38 +41,24 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMIP6Config.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-                    <a class="link" href="NMIP6Config.html#NMIP6Config-struct" title="NMIP6Config">NMIP6Config</a>;
-#define             <a class="link" href="NMIP6Config.html#NM-IP6-CONFIG-ADDRESSES--CAPS" title="NM_IP6_CONFIG_ADDRESSES">NM_IP6_CONFIG_ADDRESSES</a>
-#define             <a class="link" href="NMIP6Config.html#NM-IP6-CONFIG-NAMESERVERS--CAPS" title="NM_IP6_CONFIG_NAMESERVERS">NM_IP6_CONFIG_NAMESERVERS</a>
-#define             <a class="link" href="NMIP6Config.html#NM-IP6-CONFIG-DOMAINS--CAPS" title="NM_IP6_CONFIG_DOMAINS">NM_IP6_CONFIG_DOMAINS</a>
-#define             <a class="link" href="NMIP6Config.html#NM-IP6-CONFIG-ROUTES--CAPS" title="NM_IP6_CONFIG_ROUTES">NM_IP6_CONFIG_ROUTES</a>
-<a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a> *           <a class="link" href="NMIP6Config.html#nm-ip6-config-new" title="nm_ip6_config_new ()">nm_ip6_config_new</a>                   (<a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *connection,
-                                                         const char *object_path);
-const <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *      <a class="link" href="NMIP6Config.html#nm-ip6-config-get-addresses" title="nm_ip6_config_get_addresses ()">nm_ip6_config_get_addresses</a>         (<a class="link" href="NMIP6Config.html" title="NMIP6Config">NMIP6Config</a> *config);
-const <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *      <a class="link" href="NMIP6Config.html#nm-ip6-config-get-nameservers" title="nm_ip6_config_get_nameservers ()">nm_ip6_config_get_nameservers</a>       (<a class="link" href="NMIP6Config.html" title="NMIP6Config">NMIP6Config</a> *config);
-const <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
->GPtrArray</a> *   <a class="link" href="NMIP6Config.html#nm-ip6-config-get-domains" title="nm_ip6_config_get_domains ()">nm_ip6_config_get_domains</a>           (<a class="link" href="NMIP6Config.html" title="NMIP6Config">NMIP6Config</a> *config);
-const <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *      <a class="link" href="NMIP6Config.html#nm-ip6-config-get-routes" title="nm_ip6_config_get_routes ()">nm_ip6_config_get_routes</a>            (<a class="link" href="NMIP6Config.html" title="NMIP6Config">NMIP6Config</a> *config);
+<pre class="synopsis">                    <a class="link" href="NMIP6Config.html#NMIP6Config-struct" title="NMIP6Config">NMIP6Config</a>;
+                    <a class="link" href="NMIP6Config.html#NMIP6ConfigClass" title="NMIP6ConfigClass">NMIP6ConfigClass</a>;
+#define             <a class="link" href="NMIP6Config.html#NM-IP6-CONFIG-ADDRESSES:CAPS" title="NM_IP6_CONFIG_ADDRESSES">NM_IP6_CONFIG_ADDRESSES</a>
+#define             <a class="link" href="NMIP6Config.html#NM-IP6-CONFIG-NAMESERVERS:CAPS" title="NM_IP6_CONFIG_NAMESERVERS">NM_IP6_CONFIG_NAMESERVERS</a>
+#define             <a class="link" href="NMIP6Config.html#NM-IP6-CONFIG-DOMAINS:CAPS" title="NM_IP6_CONFIG_DOMAINS">NM_IP6_CONFIG_DOMAINS</a>
+#define             <a class="link" href="NMIP6Config.html#NM-IP6-CONFIG-ROUTES:CAPS" title="NM_IP6_CONFIG_ROUTES">NM_IP6_CONFIG_ROUTES</a>
+<a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           <a class="link" href="NMIP6Config.html#nm-ip6-config-new" title="nm_ip6_config_new ()">nm_ip6_config_new</a>                   (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>);
+const <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *      <a class="link" href="NMIP6Config.html#nm-ip6-config-get-addresses" title="nm_ip6_config_get_addresses ()">nm_ip6_config_get_addresses</a>         (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);
+const <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *      <a class="link" href="NMIP6Config.html#nm-ip6-config-get-nameservers" title="nm_ip6_config_get_nameservers ()">nm_ip6_config_get_nameservers</a>       (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);
+const <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> *   <a class="link" href="NMIP6Config.html#nm-ip6-config-get-domains" title="nm_ip6_config_get_domains ()">nm_ip6_config_get_domains</a>           (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);
+const <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *      <a class="link" href="NMIP6Config.html#nm-ip6-config-get-routes" title="nm_ip6_config_get_routes ()">nm_ip6_config_get_routes</a>            (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMIP6Config.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
    +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a>
          +----NMIP6Config
 </pre>
@@ -81,10 +66,10 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 <div class="refsect1" title="Properties">
 <a name="NMIP6Config.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a class="link" href="NMIP6Config.html#NMIP6Config--addresses" title='The "addresses" property'>addresses</a>"                nm-ip6-address-object-array*  : Read
-  "<a class="link" href="NMIP6Config.html#NMIP6Config--domains" title='The "domains" property'>domains</a>"                  nm-string-array*      : Read
-  "<a class="link" href="NMIP6Config.html#NMIP6Config--nameservers" title='The "nameservers" property'>nameservers</a>"              nm-ip6-address-array*  : Read
-  "<a class="link" href="NMIP6Config.html#NMIP6Config--routes" title='The "routes" property'>routes</a>"                   nm-ip6-route-object-array*  : Read
+  "<a class="link" href="NMIP6Config.html#NMIP6Config--addresses" title='The "addresses" property'>addresses</a>"                <span class="type">nm-ip6-address-object-array*</span>  : Read
+  "<a class="link" href="NMIP6Config.html#NMIP6Config--domains" title='The "domains" property'>domains</a>"                  <span class="type">nm-string-array*</span>      : Read
+  "<a class="link" href="NMIP6Config.html#NMIP6Config--nameservers" title='The "nameservers" property'>nameservers</a>"              <span class="type">nm-ip6-address-array*</span>  : Read
+  "<a class="link" href="NMIP6Config.html#NMIP6Config--routes" title='The "routes" property'>routes</a>"                   <span class="type">nm-ip6-route-object-array*</span>  : Read
 </pre>
 </div>
 <div class="refsect1" title="Description">
@@ -101,8 +86,26 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMIP6ConfigClass">
+<a name="NMIP6ConfigClass"></a><h3>NMIP6ConfigClass</h3>
+<pre class="programlisting">typedef struct {
+	NMObjectClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMIP6ConfigClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="NM_IP6_CONFIG_ADDRESSES">
-<a name="NM-IP6-CONFIG-ADDRESSES--CAPS"></a><h3>NM_IP6_CONFIG_ADDRESSES</h3>
+<a name="NM-IP6-CONFIG-ADDRESSES:CAPS"></a><h3>NM_IP6_CONFIG_ADDRESSES</h3>
 <pre class="programlisting">#define NM_IP6_CONFIG_ADDRESSES "addresses"
 </pre>
 <p>
@@ -110,7 +113,7 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 </div>
 <hr>
 <div class="refsect2" title="NM_IP6_CONFIG_NAMESERVERS">
-<a name="NM-IP6-CONFIG-NAMESERVERS--CAPS"></a><h3>NM_IP6_CONFIG_NAMESERVERS</h3>
+<a name="NM-IP6-CONFIG-NAMESERVERS:CAPS"></a><h3>NM_IP6_CONFIG_NAMESERVERS</h3>
 <pre class="programlisting">#define NM_IP6_CONFIG_NAMESERVERS "nameservers"
 </pre>
 <p>
@@ -118,7 +121,7 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 </div>
 <hr>
 <div class="refsect2" title="NM_IP6_CONFIG_DOMAINS">
-<a name="NM-IP6-CONFIG-DOMAINS--CAPS"></a><h3>NM_IP6_CONFIG_DOMAINS</h3>
+<a name="NM-IP6-CONFIG-DOMAINS:CAPS"></a><h3>NM_IP6_CONFIG_DOMAINS</h3>
 <pre class="programlisting">#define NM_IP6_CONFIG_DOMAINS "domains"
 </pre>
 <p>
@@ -126,7 +129,7 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 </div>
 <hr>
 <div class="refsect2" title="NM_IP6_CONFIG_ROUTES">
-<a name="NM-IP6-CONFIG-ROUTES--CAPS"></a><h3>NM_IP6_CONFIG_ROUTES</h3>
+<a name="NM-IP6-CONFIG-ROUTES:CAPS"></a><h3>NM_IP6_CONFIG_ROUTES</h3>
 <pre class="programlisting">#define NM_IP6_CONFIG_ROUTES "routes"
 </pre>
 <p>
@@ -135,29 +138,22 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 <hr>
 <div class="refsect2" title="nm_ip6_config_new ()">
 <a name="nm-ip6-config-new"></a><h3>nm_ip6_config_new ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a> *           nm_ip6_config_new                   (<a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *connection,
-                                                         const char *object_path);</pre>
-<p>
-Creates a new <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a>.</p>
+<pre class="programlisting"><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           nm_ip6_config_new                   (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>);</pre>
 <p>
+Creates a new <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> the <a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
-><span class="type">DBusGConnection</span></a>
+<td>the <a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>object_path</code></em> :</span></p></td>
-<td> the DBus object path of the device
+<td>the DBus object path of the device
 </td>
 </tr>
 <tr>
@@ -171,26 +167,21 @@ href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
 <hr>
 <div class="refsect2" title="nm_ip6_config_get_addresses ()">
 <a name="nm-ip6-config-get-addresses"></a><h3>nm_ip6_config_get_addresses ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *      nm_ip6_config_get_addresses         (<a class="link" href="NMIP6Config.html" title="NMIP6Config">NMIP6Config</a> *config);</pre>
-<p>
-Gets the IP6 addresses (containing the address, prefix, and gateway).</p>
+<pre class="programlisting">const <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *      nm_ip6_config_get_addresses         (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre>
 <p>
+Gets the IP6 addresses (containing the address, prefix, and gateway).
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
-<td> a <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a>
+<td>a <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
-><span class="type">GSList</span></a> containing <span class="type">NMSettingIP6Address</span>es. This is the internal copy
+<td> the <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing <span class="type">NMSettingIP6Address</span>es. This is the internal copy
 used by the configuration and must not be modified.
 </td>
 </tr>
@@ -200,26 +191,21 @@ used by the configuration and must not be modified.
 <hr>
 <div class="refsect2" title="nm_ip6_config_get_nameservers ()">
 <a name="nm-ip6-config-get-nameservers"></a><h3>nm_ip6_config_get_nameservers ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *      nm_ip6_config_get_nameservers       (<a class="link" href="NMIP6Config.html" title="NMIP6Config">NMIP6Config</a> *config);</pre>
-<p>
-Gets the domain name servers (DNS).</p>
+<pre class="programlisting">const <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *      nm_ip6_config_get_nameservers       (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre>
 <p>
+Gets the domain name servers (DNS).
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
-<td> a <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a>
+<td>a <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> a <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
-><span class="type">GSList</span></a> containing elements of type 'struct in6_addr' which contain
+<td> a <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing elements of type 'struct in6_addr' which contain
 the addresses of nameservers of the configuration.  This is the internal copy
 used by the configuration and must not be modified.
 </td>
@@ -230,26 +216,21 @@ used by the configuration and must not be modified.
 <hr>
 <div class="refsect2" title="nm_ip6_config_get_domains ()">
 <a name="nm-ip6-config-get-domains"></a><h3>nm_ip6_config_get_domains ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
->GPtrArray</a> *   nm_ip6_config_get_domains           (<a class="link" href="NMIP6Config.html" title="NMIP6Config">NMIP6Config</a> *config);</pre>
-<p>
-Gets the domain names.</p>
+<pre class="programlisting">const <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> *   nm_ip6_config_get_domains           (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre>
 <p>
+Gets the domain names.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
-<td> a <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a>
+<td>a <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
-><span class="type">GPtrArray</span></a> containing domains as strings. This is the 
+<td> the <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing domains as strings. This is the 
 internal copy used by the configuration, and must not be modified.
 </td>
 </tr>
@@ -259,26 +240,21 @@ internal copy used by the configuration, and must not be modified.
 <hr>
 <div class="refsect2" title="nm_ip6_config_get_routes ()">
 <a name="nm-ip6-config-get-routes"></a><h3>nm_ip6_config_get_routes ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *      nm_ip6_config_get_routes            (<a class="link" href="NMIP6Config.html" title="NMIP6Config">NMIP6Config</a> *config);</pre>
-<p>
-Gets the routes.</p>
+<pre class="programlisting">const <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *      nm_ip6_config_get_routes            (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre>
 <p>
+Gets the routes.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
-<td> a <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a>
+<td>a <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
-><span class="type">GSList</span></a> containing <span class="type">NMSettingIP6Route</span>s. This is the 
+<td> the <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing <span class="type">NMSettingIP6Route</span>s. This is the 
 internal copy used by the configuration, and must not be modified.
 </td>
 </tr>
@@ -290,64 +266,44 @@ internal copy used by the configuration, and must not be modified.
 <a name="NMIP6Config.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "addresses" property'>
 <a name="NMIP6Config--addresses"></a><h3>The <code class="literal">"addresses"</code> property</h3>
-<pre class="programlisting">  "addresses"                nm-ip6-address-object-array*  : Read</pre>
-<p>
-The <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
-><span class="type">GPtrArray</span></a> containing the IPv6 addresses;  use
-<a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-addresses-from-gvalue"
-><code class="function">nm_utils_ip6_addresses_from_gvalue()</code></a> to return a <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
-><span class="type">GSList</span></a> of
-<span class="type">NMSettingIP6Address</span> objects that is more usable than the raw data.</p>
+<pre class="programlisting">  "addresses"                <span class="type">nm-ip6-address-object-array*</span>  : Read</pre>
 <p>
+The <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing the IPv6 addresses;  use
+<a href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-addresses-from-gvalue"><code class="function">nm_utils_ip6_addresses_from_gvalue()</code></a> to return a <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of
+<span class="type">NMSettingIP6Address</span> objects that is more usable than the raw data.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "domains" property'>
 <a name="NMIP6Config--domains"></a><h3>The <code class="literal">"domains"</code> property</h3>
-<pre class="programlisting">  "domains"                  nm-string-array*      : Read</pre>
-<p>
-The <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
-><span class="type">GPtrArray</span></a> containing domain strings of the configuration.</p>
+<pre class="programlisting">  "domains"                  <span class="type">nm-string-array*</span>      : Read</pre>
 <p>
+The <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing domain strings of the configuration.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "nameservers" property'>
 <a name="NMIP6Config--nameservers"></a><h3>The <code class="literal">"nameservers"</code> property</h3>
-<pre class="programlisting">  "nameservers"              nm-ip6-address-array*  : Read</pre>
-<p>
-The <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
-><span class="type">GPtrArray</span></a> containing elements of type 'struct ip6_addr' which
-contain the addresses of nameservers of the configuration.</p>
+<pre class="programlisting">  "nameservers"              <span class="type">nm-ip6-address-array*</span>  : Read</pre>
 <p>
+The <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing elements of type 'struct ip6_addr' which
+contain the addresses of nameservers of the configuration.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "routes" property'>
 <a name="NMIP6Config--routes"></a><h3>The <code class="literal">"routes"</code> property</h3>
-<pre class="programlisting">  "routes"                   nm-ip6-route-object-array*  : Read</pre>
-<p>
-The <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
-><span class="type">GPtrArray</span></a> containing the IPv6 routes;  use
-<a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-routes-from-gvalue"
-><code class="function">nm_utils_ip6_routes_from_gvalue()</code></a> to return a <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
-><span class="type">GSList</span></a> of
-<span class="type">NMSettingIP6Address</span> objects that is more usable than the raw data.</p>
+<pre class="programlisting">  "routes"                   <span class="type">nm-ip6-route-object-array*</span>  : Read</pre>
 <p>
+The <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing the IPv6 routes;  use
+<a href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-routes-from-gvalue"><code class="function">nm_utils_ip6_routes_from_gvalue()</code></a> to return a <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of
+<span class="type">NMSettingIP6Address</span> objects that is more usable than the raw data.
 </p>
 </div>
 </div>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMObject.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMObject.html
index 80fbd81..dfc3bbd 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMObject.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMObject.html
@@ -3,32 +3,31 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMObject</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="index.html" title="libnm-glib Reference Manual">
-<link rel="up" href="ch01.html" title="[Insert title here]">
-<link rel="prev" href="NMIP6Config.html" title="NMIP6Config">
-<link rel="next" href="libnm-glib-NMVPNConnection.html" title="NMVPNConnection">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="NMExportedConnection.html" title="NMExportedConnection">
+<link rel="next" href="NMRemoteConnection.html" title="NMRemoteConnection">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="[Insert title here]">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 <tr valign="middle">
-<td><a accesskey="p" href="NMIP6Config.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="p" href="NMExportedConnection.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 <th width="100%" align="center">libnm-glib Reference Manual</th>
-<td><a accesskey="n" href="libnm-glib-NMVPNConnection.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+<td><a accesskey="n" href="NMRemoteConnection.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMObject.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMObject.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMObject.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMObject.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMObject.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMObject.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMObject.properties" class="shortcut">Properties</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMObject">
@@ -42,42 +41,34 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMObject.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-#define             <a class="link" href="NMObject.html#NM-OBJECT-DBUS-CONNECTION--CAPS" title="NM_OBJECT_DBUS_CONNECTION">NM_OBJECT_DBUS_CONNECTION</a>
-#define             <a class="link" href="NMObject.html#NM-OBJECT-DBUS-PATH--CAPS" title="NM_OBJECT_DBUS_PATH">NM_OBJECT_DBUS_PATH</a>
+<pre class="synopsis">#define             <a class="link" href="NMObject.html#NM-OBJECT-DBUS-CONNECTION:CAPS" title="NM_OBJECT_DBUS_CONNECTION">NM_OBJECT_DBUS_CONNECTION</a>
+#define             <a class="link" href="NMObject.html#NM-OBJECT-DBUS-PATH:CAPS" title="NM_OBJECT_DBUS_PATH">NM_OBJECT_DBUS_PATH</a>
                     <a class="link" href="NMObject.html#NMObject-struct" title="NMObject">NMObject</a>;
-<a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *   <a class="link" href="NMObject.html#nm-object-get-connection" title="nm_object_get_connection ()">nm_object_get_connection</a>            (<a class="link" href="NMObject.html" title="NMObject">NMObject</a> *object);
-const char *        <a class="link" href="NMObject.html#nm-object-get-path" title="nm_object_get_path ()">nm_object_get_path</a>                  (<a class="link" href="NMObject.html" title="NMObject">NMObject</a> *object);
+                    <a class="link" href="NMObject.html#NMObjectClass" title="NMObjectClass">NMObjectClass</a>;
+<a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="returnvalue">DBusGConnection</span></a> *   <a class="link" href="NMObject.html#nm-object-get-connection" title="nm_object_get_connection ()">nm_object_get_connection</a>            (<em class="parameter"><code><a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a> *object</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMObject.html#nm-object-get-path" title="nm_object_get_path ()">nm_object_get_path</a>                  (<em class="parameter"><code><a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a> *object</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMObject.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
    +----NMObject
          +----<a class="link" href="NMClient.html" title="NMClient">NMClient</a>
          +----<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a>
          +----<a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a>
          +----<a class="link" href="NMIP4Config.html" title="NMIP4Config">NMIP4Config</a>
+         +----<a class="link" href="NMIP6Config.html" title="NMIP6Config">NMIP6Config</a>
          +----<a class="link" href="NMActiveConnection.html" title="NMActiveConnection">NMActiveConnection</a>
          +----<a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config">NMDHCP4Config</a>
-         +----<a class="link" href="NMIP6Config.html" title="NMIP6Config">NMIP6Config</a>
-         +----NMDHCP6Config
+         +----<a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config">NMDHCP6Config</a>
 </pre>
 </div>
 <div class="refsect1" title="Properties">
 <a name="NMObject.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a class="link" href="NMObject.html#NMObject--dbus-connection" title='The "dbus-connection" property'>dbus-connection</a>"          <a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a>*      : Read / Write / Construct Only
-  "<a class="link" href="NMObject.html#NMObject--dbus-path" title='The "dbus-path" property'>dbus-path</a>"                <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write / Construct Only
+  "<a class="link" href="NMObject.html#NMObject--dbus-connection" title='The "dbus-connection" property'>dbus-connection</a>"          <a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a>*      : Read / Write / Construct Only
+  "<a class="link" href="NMObject.html#NMObject--dbus-path" title='The "dbus-path" property'>dbus-path</a>"                <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only
 </pre>
 </div>
 <div class="refsect1" title="Description">
@@ -88,7 +79,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 <div class="refsect1" title="Details">
 <a name="NMObject.details"></a><h2>Details</h2>
 <div class="refsect2" title="NM_OBJECT_DBUS_CONNECTION">
-<a name="NM-OBJECT-DBUS-CONNECTION--CAPS"></a><h3>NM_OBJECT_DBUS_CONNECTION</h3>
+<a name="NM-OBJECT-DBUS-CONNECTION:CAPS"></a><h3>NM_OBJECT_DBUS_CONNECTION</h3>
 <pre class="programlisting">#define NM_OBJECT_DBUS_CONNECTION "dbus-connection"
 </pre>
 <p>
@@ -96,7 +87,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 </div>
 <hr>
 <div class="refsect2" title="NM_OBJECT_DBUS_PATH">
-<a name="NM-OBJECT-DBUS-PATH--CAPS"></a><h3>NM_OBJECT_DBUS_PATH</h3>
+<a name="NM-OBJECT-DBUS-PATH:CAPS"></a><h3>NM_OBJECT_DBUS_PATH</h3>
 <pre class="programlisting">#define NM_OBJECT_DBUS_PATH "dbus-path"
 </pre>
 <p>
@@ -110,21 +101,36 @@ href="../glib/glib-Basic-Types.html#gchar"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMObjectClass">
+<a name="NMObjectClass"></a><h3>NMObjectClass</h3>
+<pre class="programlisting">typedef struct {
+	GObjectClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMObjectClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_object_get_connection ()">
 <a name="nm-object-get-connection"></a><h3>nm_object_get_connection ()</h3>
-<pre class="programlisting"><a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *   nm_object_get_connection            (<a class="link" href="NMObject.html" title="NMObject">NMObject</a> *object);</pre>
-<p>
-Gets the <a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a>'s DBusGConnection.</p>
+<pre class="programlisting"><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="returnvalue">DBusGConnection</span></a> *   nm_object_get_connection            (<em class="parameter"><code><a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a> *object</code></em>);</pre>
 <p>
+Gets the <a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a>'s DBusGConnection.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
-<td> a <a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a>
+<td>a <a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a>
 </td>
 </tr>
 <tr>
@@ -138,17 +144,16 @@ Gets the <a class="link" href="NMObject.html" title="NMObject"><span class="type
 <hr>
 <div class="refsect2" title="nm_object_get_path ()">
 <a name="nm-object-get-path"></a><h3>nm_object_get_path ()</h3>
-<pre class="programlisting">const char *        nm_object_get_path                  (<a class="link" href="NMObject.html" title="NMObject">NMObject</a> *object);</pre>
-<p>
-Gets the DBus path of the <a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a>.</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_object_get_path                  (<em class="parameter"><code><a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a> *object</code></em>);</pre>
 <p>
+Gets the DBus path of the <a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
-<td> a <a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a>
+<td>a <a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a>
 </td>
 </tr>
 <tr>
@@ -165,17 +170,13 @@ device, and must not be modified.
 <a name="NMObject.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "dbus-connection" property'>
 <a name="NMObject--dbus-connection"></a><h3>The <code class="literal">"dbus-connection"</code> property</h3>
-<pre class="programlisting">  "dbus-connection"          <a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a>*      : Read / Write / Construct Only</pre>
+<pre class="programlisting">  "dbus-connection"          <a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a>*      : Read / Write / Construct Only</pre>
 <p>Connection.</p>
 </div>
 <hr>
 <div class="refsect2" title='The "dbus-path" property'>
 <a name="NMObject--dbus-path"></a><h3>The <code class="literal">"dbus-path"</code> property</h3>
-<pre class="programlisting">  "dbus-path"                <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write / Construct Only</pre>
+<pre class="programlisting">  "dbus-path"                <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only</pre>
 <p>DBus Object Path.</p>
 <p>Default value: NULL</p>
 </div>
@@ -183,6 +184,6 @@ href="../glib/glib-Basic-Types.html#gchar"
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMRemoteConnection.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMRemoteConnection.html
new file mode 100644
index 0000000..6f83092
--- /dev/null
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMRemoteConnection.html
@@ -0,0 +1,163 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>NMRemoteConnection</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="index.html" title="libnm-glib Reference Manual">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="NMObject.html" title="NMObject">
+<link rel="next" href="NMRemoteSettings.html" title="NMRemoteSettings">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
+<tr valign="middle">
+<td><a accesskey="p" href="NMObject.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
+<th width="100%" align="center">libnm-glib Reference Manual</th>
+<td><a accesskey="n" href="NMRemoteSettings.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts">
+<a href="#NMRemoteConnection.synopsis" class="shortcut">Top</a>
+                   | 
+                  <a href="#NMRemoteConnection.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMRemoteConnection.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMRemoteConnection.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
+                   | 
+                  <a href="#NMRemoteConnection.properties" class="shortcut">Properties</a>
+</td></tr>
+</table>
+<div class="refentry" title="NMRemoteConnection">
+<a name="NMRemoteConnection"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="NMRemoteConnection.top_of_page"></a>NMRemoteConnection</span></h2>
+<p>NMRemoteConnection</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv" title="Synopsis">
+<a name="NMRemoteConnection.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">                    <a class="link" href="NMRemoteConnection.html#NMRemoteConnection-struct" title="NMRemoteConnection">NMRemoteConnection</a>;
+                    <a class="link" href="NMRemoteConnection.html#NMRemoteConnectionClass" title="NMRemoteConnectionClass">NMRemoteConnectionClass</a>;
+<a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><span class="returnvalue">NMRemoteConnection</span></a> * <a class="link" href="NMRemoteConnection.html#nm-remote-connection-new" title="nm_remote_connection_new ()">nm_remote_connection_new</a>           (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *bus</code></em>,
+                                                         <em class="parameter"><code><a href="../libnm-util/NMConnection.html#NMConnectionScope"><span class="type">NMConnectionScope</span></a> scope</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);
+</pre>
+</div>
+<div class="refsect1" title="Object Hierarchy">
+<a name="NMRemoteConnection.object-hierarchy"></a><h2>Object Hierarchy</h2>
+<pre class="synopsis">
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----<a href="../libnm-util/NMConnection.html">NMConnection</a>
+         +----NMRemoteConnection
+</pre>
+</div>
+<div class="refsect1" title="Implemented Interfaces">
+<a name="NMRemoteConnection.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
+<p>
+NMRemoteConnection implements
+ <a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface">NMSettingsConnectionInterface</a>.</p>
+</div>
+<div class="refsect1" title="Properties">
+<a name="NMRemoteConnection.properties"></a><h2>Properties</h2>
+<pre class="synopsis">
+  "<a class="link" href="NMRemoteConnection.html#NMRemoteConnection--bus" title='The "bus" property'>bus</a>"                      <a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a>*      : Write / Construct Only
+  "<a class="link" href="NMRemoteConnection.html#NMRemoteConnection--init-result" title='The "init-result" property'>init-result</a>"              <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read
+</pre>
+</div>
+<div class="refsect1" title="Description">
+<a name="NMRemoteConnection.description"></a><h2>Description</h2>
+<p>
+</p>
+</div>
+<div class="refsect1" title="Details">
+<a name="NMRemoteConnection.details"></a><h2>Details</h2>
+<div class="refsect2" title="NMRemoteConnection">
+<a name="NMRemoteConnection-struct"></a><h3>NMRemoteConnection</h3>
+<pre class="programlisting">typedef struct _NMRemoteConnection NMRemoteConnection;</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NMRemoteConnectionClass">
+<a name="NMRemoteConnectionClass"></a><h3>NMRemoteConnectionClass</h3>
+<pre class="programlisting">typedef struct {
+	NMConnectionClass parent_class;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMRemoteConnectionClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="nm_remote_connection_new ()">
+<a name="nm-remote-connection-new"></a><h3>nm_remote_connection_new ()</h3>
+<pre class="programlisting"><a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><span class="returnvalue">NMRemoteConnection</span></a> * nm_remote_connection_new           (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *bus</code></em>,
+                                                         <em class="parameter"><code><a href="../libnm-util/NMConnection.html#NMConnectionScope"><span class="type">NMConnectionScope</span></a> scope</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre>
+<p>
+Creates a new object representing the remote connection.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>bus</code></em> :</span></p></td>
+<td>a valid and connected D-Bus connection
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>scope</code></em> :</span></p></td>
+<td>the Connection scope (either user or system)
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
+<td>the D-Bus path of the connection as exported by the settings service
+ indicated by <em class="parameter"><code>scope</code></em>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> the new remote connection object on success, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on failure
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+<div class="refsect1" title="Property Details">
+<a name="NMRemoteConnection.property-details"></a><h2>Property Details</h2>
+<div class="refsect2" title='The "bus" property'>
+<a name="NMRemoteConnection--bus"></a><h3>The <code class="literal">"bus"</code> property</h3>
+<pre class="programlisting">  "bus"                      <a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a>*      : Write / Construct Only</pre>
+<p>DBusGConnection.</p>
+</div>
+<hr>
+<div class="refsect2" title='The "init-result" property'>
+<a name="NMRemoteConnection--init-result"></a><h3>The <code class="literal">"init-result"</code> property</h3>
+<pre class="programlisting">  "init-result"              <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read</pre>
+<p>Initialization result (PRIVATE).</p>
+<p>Allowed values: &lt;= 2</p>
+<p>Default value: 0</p>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.15</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMRemoteSettings.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMRemoteSettings.html
new file mode 100644
index 0000000..41103ba
--- /dev/null
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMRemoteSettings.html
@@ -0,0 +1,189 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>NMRemoteSettings</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="index.html" title="libnm-glib Reference Manual">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="NMRemoteConnection.html" title="NMRemoteConnection">
+<link rel="next" href="libnm-glib-NMRemoteSettingsSystem.html" title="NMRemoteSettingsSystem">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
+<tr valign="middle">
+<td><a accesskey="p" href="NMRemoteConnection.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
+<th width="100%" align="center">libnm-glib Reference Manual</th>
+<td><a accesskey="n" href="libnm-glib-NMRemoteSettingsSystem.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts">
+<a href="#NMRemoteSettings.synopsis" class="shortcut">Top</a>
+                   | 
+                  <a href="#NMRemoteSettings.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMRemoteSettings.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMRemoteSettings.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
+                   | 
+                  <a href="#NMRemoteSettings.properties" class="shortcut">Properties</a>
+</td></tr>
+</table>
+<div class="refentry" title="NMRemoteSettings">
+<a name="NMRemoteSettings"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="NMRemoteSettings.top_of_page"></a>NMRemoteSettings</span></h2>
+<p>NMRemoteSettings</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv" title="Synopsis">
+<a name="NMRemoteSettings.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">#define             <a class="link" href="NMRemoteSettings.html#NM-REMOTE-SETTINGS-BUS:CAPS" title="NM_REMOTE_SETTINGS_BUS">NM_REMOTE_SETTINGS_BUS</a>
+#define             <a class="link" href="NMRemoteSettings.html#NM-REMOTE-SETTINGS-SCOPE:CAPS" title="NM_REMOTE_SETTINGS_SCOPE">NM_REMOTE_SETTINGS_SCOPE</a>
+#define             <a class="link" href="NMRemoteSettings.html#NM-REMOTE-SETTINGS-SERVICE-RUNNING:CAPS" title="NM_REMOTE_SETTINGS_SERVICE_RUNNING">NM_REMOTE_SETTINGS_SERVICE_RUNNING</a>
+                    <a class="link" href="NMRemoteSettings.html#NMRemoteSettings-struct" title="NMRemoteSettings">NMRemoteSettings</a>;
+                    <a class="link" href="NMRemoteSettings.html#NMRemoteSettingsClass" title="NMRemoteSettingsClass">NMRemoteSettingsClass</a>;
+<a class="link" href="NMRemoteSettings.html" title="NMRemoteSettings"><span class="returnvalue">NMRemoteSettings</span></a> *  <a class="link" href="NMRemoteSettings.html#nm-remote-settings-new" title="nm_remote_settings_new ()">nm_remote_settings_new</a>              (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *bus</code></em>,
+                                                         <em class="parameter"><code><a href="../libnm-util/NMConnection.html#NMConnectionScope"><span class="type">NMConnectionScope</span></a> scope</code></em>);
+</pre>
+</div>
+<div class="refsect1" title="Object Hierarchy">
+<a name="NMRemoteSettings.object-hierarchy"></a><h2>Object Hierarchy</h2>
+<pre class="synopsis">
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----NMRemoteSettings
+</pre>
+</div>
+<div class="refsect1" title="Implemented Interfaces">
+<a name="NMRemoteSettings.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
+<p>
+NMRemoteSettings implements
+ <a class="link" href="libnm-glib-NMSettings.html#NMSettingsInterface">NMSettingsInterface</a>.</p>
+</div>
+<div class="refsect1" title="Properties">
+<a name="NMRemoteSettings.properties"></a><h2>Properties</h2>
+<pre class="synopsis">
+  "<a class="link" href="NMRemoteSettings.html#NMRemoteSettings--bus" title='The "bus" property'>bus</a>"                      <a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a>*      : Read / Write / Construct Only
+  "<a class="link" href="NMRemoteSettings.html#NMRemoteSettings--scope" title='The "scope" property'>scope</a>"                    <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct Only
+  "<a class="link" href="NMRemoteSettings.html#NMRemoteSettings--service-running" title='The "service-running" property'>service-running</a>"          <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read
+</pre>
+</div>
+<div class="refsect1" title="Description">
+<a name="NMRemoteSettings.description"></a><h2>Description</h2>
+<p>
+</p>
+</div>
+<div class="refsect1" title="Details">
+<a name="NMRemoteSettings.details"></a><h2>Details</h2>
+<div class="refsect2" title="NM_REMOTE_SETTINGS_BUS">
+<a name="NM-REMOTE-SETTINGS-BUS:CAPS"></a><h3>NM_REMOTE_SETTINGS_BUS</h3>
+<pre class="programlisting">#define NM_REMOTE_SETTINGS_BUS "bus"
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NM_REMOTE_SETTINGS_SCOPE">
+<a name="NM-REMOTE-SETTINGS-SCOPE:CAPS"></a><h3>NM_REMOTE_SETTINGS_SCOPE</h3>
+<pre class="programlisting">#define NM_REMOTE_SETTINGS_SCOPE "scope"
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NM_REMOTE_SETTINGS_SERVICE_RUNNING">
+<a name="NM-REMOTE-SETTINGS-SERVICE-RUNNING:CAPS"></a><h3>NM_REMOTE_SETTINGS_SERVICE_RUNNING</h3>
+<pre class="programlisting">#define NM_REMOTE_SETTINGS_SERVICE_RUNNING "service-running"
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NMRemoteSettings">
+<a name="NMRemoteSettings-struct"></a><h3>NMRemoteSettings</h3>
+<pre class="programlisting">typedef struct _NMRemoteSettings NMRemoteSettings;</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NMRemoteSettingsClass">
+<a name="NMRemoteSettingsClass"></a><h3>NMRemoteSettingsClass</h3>
+<pre class="programlisting">typedef struct {
+	GObjectClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMRemoteSettingsClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="nm_remote_settings_new ()">
+<a name="nm-remote-settings-new"></a><h3>nm_remote_settings_new ()</h3>
+<pre class="programlisting"><a class="link" href="NMRemoteSettings.html" title="NMRemoteSettings"><span class="returnvalue">NMRemoteSettings</span></a> *  nm_remote_settings_new              (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *bus</code></em>,
+                                                         <em class="parameter"><code><a href="../libnm-util/NMConnection.html#NMConnectionScope"><span class="type">NMConnectionScope</span></a> scope</code></em>);</pre>
+<p>
+Creates a new object representing the remote settings service.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>bus</code></em> :</span></p></td>
+<td>a valid and connected D-Bus connection
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>scope</code></em> :</span></p></td>
+<td>the settings service scope (either user or system)
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> the new remote settings object on success, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on failure
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+<div class="refsect1" title="Property Details">
+<a name="NMRemoteSettings.property-details"></a><h2>Property Details</h2>
+<div class="refsect2" title='The "bus" property'>
+<a name="NMRemoteSettings--bus"></a><h3>The <code class="literal">"bus"</code> property</h3>
+<pre class="programlisting">  "bus"                      <a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a>*      : Read / Write / Construct Only</pre>
+<p>DBusGConnection.</p>
+</div>
+<hr>
+<div class="refsect2" title='The "scope" property'>
+<a name="NMRemoteSettings--scope"></a><h3>The <code class="literal">"scope"</code> property</h3>
+<pre class="programlisting">  "scope"                    <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct Only</pre>
+<p>NMConnection scope.</p>
+<p>Allowed values: &lt;= 2</p>
+<p>Default value: 2</p>
+</div>
+<hr>
+<div class="refsect2" title='The "service-running" property'>
+<a name="NMRemoteSettings--service-running"></a><h3>The <code class="literal">"service-running"</code> property</h3>
+<pre class="programlisting">  "service-running"          <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
+<p>Is service running.</p>
+<p>Default value: FALSE</p>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.15</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMSerialDevice.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMSerialDevice.html
index 971f54c..02226aa 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMSerialDevice.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMSerialDevice.html
@@ -3,14 +3,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMSerialDevice</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="index.html" title="libnm-glib Reference Manual">
-<link rel="up" href="ch01.html" title="[Insert title here]">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
 <link rel="prev" href="NMDeviceWifi.html" title="NMDeviceWifi">
-<link rel="next" href="NMDHCP4Config.html" title="NMDHCP4Config">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<link rel="next" href="NMGsmDevice.html" title="NMGsmDevice">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="[Insert title here]">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@@ -19,16 +18,16 @@
 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 <th width="100%" align="center">libnm-glib Reference Manual</th>
-<td><a accesskey="n" href="NMDHCP4Config.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+<td><a accesskey="n" href="NMGsmDevice.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMSerialDevice.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMSerialDevice.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMSerialDevice.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMSerialDevice.signals" class="shortcut">Signals</a>
+                   | 
+                  <a href="#NMSerialDevice.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMSerialDevice.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMSerialDevice.signals" class="shortcut">Signals</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMSerialDevice">
@@ -42,27 +41,21 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMSerialDevice.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-                    <a class="link" href="NMSerialDevice.html#NMSerialDevice-struct" title="NMSerialDevice">NMSerialDevice</a>;
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a class="link" href="NMSerialDevice.html#nm-serial-device-get-bytes-received" title="nm_serial_device_get_bytes_received ()">nm_serial_device_get_bytes_received</a> (<a class="link" href="NMSerialDevice.html" title="NMSerialDevice">NMSerialDevice</a> *self);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a class="link" href="NMSerialDevice.html#nm-serial-device-get-bytes-sent" title="nm_serial_device_get_bytes_sent ()">nm_serial_device_get_bytes_sent</a>     (<a class="link" href="NMSerialDevice.html" title="NMSerialDevice">NMSerialDevice</a> *self);
+<pre class="synopsis">                    <a class="link" href="NMSerialDevice.html#NMSerialDevice-struct" title="NMSerialDevice">NMSerialDevice</a>;
+                    <a class="link" href="NMSerialDevice.html#NMSerialDeviceClass" title="NMSerialDeviceClass">NMSerialDeviceClass</a>;
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSerialDevice.html#nm-serial-device-get-bytes-received" title="nm_serial_device_get_bytes_received ()">nm_serial_device_get_bytes_received</a> (<em class="parameter"><code><a class="link" href="NMSerialDevice.html" title="NMSerialDevice"><span class="type">NMSerialDevice</span></a> *self</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSerialDevice.html#nm-serial-device-get-bytes-sent" title="nm_serial_device_get_bytes_sent ()">nm_serial_device_get_bytes_sent</a>     (<em class="parameter"><code><a class="link" href="NMSerialDevice.html" title="NMSerialDevice"><span class="type">NMSerialDevice</span></a> *self</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMSerialDevice.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
    +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a>
          +----<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a>
                +----NMSerialDevice
-                     +----<a class="link" href="NMGsmDevice.html" title="NMGsmDevice">NMGsmDevice</a>
                      +----<a class="link" href="NMCdmaDevice.html" title="NMCdmaDevice">NMCdmaDevice</a>
+                     +----<a class="link" href="NMGsmDevice.html" title="NMGsmDevice">NMGsmDevice</a>
 </pre>
 </div>
 <div class="refsect1" title="Signals">
@@ -85,22 +78,40 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMSerialDeviceClass">
+<a name="NMSerialDeviceClass"></a><h3>NMSerialDeviceClass</h3>
+<pre class="programlisting">typedef struct {
+	NMDeviceClass parent;
+
+	/* Signals */
+	void (*ppp_stats) (NMSerialDevice *self, guint32 in_bytes, guint32 out_bytes);
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMSerialDeviceClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_serial_device_get_bytes_received ()">
 <a name="nm-serial-device-get-bytes-received"></a><h3>nm_serial_device_get_bytes_received ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_serial_device_get_bytes_received (<a class="link" href="NMSerialDevice.html" title="NMSerialDevice">NMSerialDevice</a> *self);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_serial_device_get_bytes_received (<em class="parameter"><code><a class="link" href="NMSerialDevice.html" title="NMSerialDevice"><span class="type">NMSerialDevice</span></a> *self</code></em>);</pre>
 <p>
 Gets the amount of bytes received by the serial device.
-This counter is reset when the device is activated.</p>
-<p>
+This counter is reset when the device is activated.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
-<td> a <a class="link" href="NMSerialDevice.html" title="NMSerialDevice"><span class="type">NMSerialDevice</span></a>
+<td>a <a class="link" href="NMSerialDevice.html" title="NMSerialDevice"><span class="type">NMSerialDevice</span></a>
 </td>
 </tr>
 <tr>
@@ -114,20 +125,17 @@ This counter is reset when the device is activated.</p>
 <hr>
 <div class="refsect2" title="nm_serial_device_get_bytes_sent ()">
 <a name="nm-serial-device-get-bytes-sent"></a><h3>nm_serial_device_get_bytes_sent ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_serial_device_get_bytes_sent     (<a class="link" href="NMSerialDevice.html" title="NMSerialDevice">NMSerialDevice</a> *self);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_serial_device_get_bytes_sent     (<em class="parameter"><code><a class="link" href="NMSerialDevice.html" title="NMSerialDevice"><span class="type">NMSerialDevice</span></a> *self</code></em>);</pre>
 <p>
 Gets the amount of bytes sent by the serial device.
-This counter is reset when the device is activated.</p>
-<p>
+This counter is reset when the device is activated.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
-<td> a <a class="link" href="NMSerialDevice.html" title="NMSerialDevice"><span class="type">NMSerialDevice</span></a>
+<td>a <a class="link" href="NMSerialDevice.html" title="NMSerialDevice"><span class="type">NMSerialDevice</span></a>
 </td>
 </tr>
 <tr>
@@ -143,36 +151,29 @@ This counter is reset when the device is activated.</p>
 <a name="NMSerialDevice.signal-details"></a><h2>Signal Details</h2>
 <div class="refsect2" title='The "ppp-stats" signal'>
 <a name="NMSerialDevice-ppp-stats"></a><h3>The <code class="literal">"ppp-stats"</code> signal</h3>
-<pre class="programlisting">void                user_function                      (<a class="link" href="NMSerialDevice.html" title="NMSerialDevice">NMSerialDevice</a> *device,
-                                                        <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>           in_bytes,
-                                                        <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>           out_bytes,
-                                                        <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a>        user_data)      : Run First</pre>
-<p>
-Notifies that a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> is added to the wifi device.</p>
+<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="NMSerialDevice.html" title="NMSerialDevice"><span class="type">NMSerialDevice</span></a> *device,
+                                                        <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>           in_bytes,
+                                                        <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>           out_bytes,
+                                                        <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)      : Run First</pre>
 <p>
+Notifies that a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> is added to the wifi device.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
-<td> the serial device that received the signal
+<td>the serial device that received the signal
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>in_bytes</code></em> :</span></p></td>
-<td> the amount of bytes received
+<td>the amount of bytes received
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>out_bytes</code></em> :</span></p></td>
-<td> the amount of bytes sent
+<td>the amount of bytes sent
 </td>
 </tr>
 <tr>
@@ -186,6 +187,6 @@ Notifies that a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint">
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMVPNConnection.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMVPNConnection.html
new file mode 100644
index 0000000..118f35b
--- /dev/null
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/NMVPNConnection.html
@@ -0,0 +1,265 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>NMVPNConnection</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="index.html" title="libnm-glib Reference Manual">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="libnm-glib-nm-types.html" title="nm-types">
+<link rel="next" href="libnm-glib-NMVPNPlugin.html" title="NMVPNPlugin">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
+<tr valign="middle">
+<td><a accesskey="p" href="libnm-glib-nm-types.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
+<th width="100%" align="center">libnm-glib Reference Manual</th>
+<td><a accesskey="n" href="libnm-glib-NMVPNPlugin.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts">
+<a href="#NMVPNConnection.synopsis" class="shortcut">Top</a>
+                   | 
+                  <a href="#NMVPNConnection.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMVPNConnection.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMVPNConnection.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMVPNConnection.signals" class="shortcut">Signals</a>
+</td></tr>
+</table>
+<div class="refentry" title="NMVPNConnection">
+<a name="NMVPNConnection"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="NMVPNConnection.top_of_page"></a>NMVPNConnection</span></h2>
+<p>NMVPNConnection</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv" title="Synopsis">
+<a name="NMVPNConnection.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">#define             <a class="link" href="NMVPNConnection.html#NM-VPN-CONNECTION-VPN-STATE:CAPS" title="NM_VPN_CONNECTION_VPN_STATE">NM_VPN_CONNECTION_VPN_STATE</a>
+#define             <a class="link" href="NMVPNConnection.html#NM-VPN-CONNECTION-BANNER:CAPS" title="NM_VPN_CONNECTION_BANNER">NM_VPN_CONNECTION_BANNER</a>
+                    <a class="link" href="NMVPNConnection.html#NMVPNConnection-struct" title="NMVPNConnection">NMVPNConnection</a>;
+                    <a class="link" href="NMVPNConnection.html#NMVPNConnectionClass" title="NMVPNConnectionClass">NMVPNConnectionClass</a>;
+<a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           <a class="link" href="NMVPNConnection.html#nm-vpn-connection-new" title="nm_vpn_connection_new ()">nm_vpn_connection_new</a>               (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *dbus_connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);
+<span class="returnvalue">NMVPNConnectionState</span>  <a class="link" href="NMVPNConnection.html#nm-vpn-connection-get-vpn-state" title="nm_vpn_connection_get_vpn_state ()">nm_vpn_connection_get_vpn_state</a>   (<em class="parameter"><code><a class="link" href="NMVPNConnection.html" title="NMVPNConnection"><span class="type">NMVPNConnection</span></a> *vpn</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMVPNConnection.html#nm-vpn-connection-get-banner" title="nm_vpn_connection_get_banner ()">nm_vpn_connection_get_banner</a>        (<em class="parameter"><code><a class="link" href="NMVPNConnection.html" title="NMVPNConnection"><span class="type">NMVPNConnection</span></a> *vpn</code></em>);
+</pre>
+</div>
+<div class="refsect1" title="Object Hierarchy">
+<a name="NMVPNConnection.object-hierarchy"></a><h2>Object Hierarchy</h2>
+<pre class="synopsis">
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a>
+         +----<a class="link" href="NMActiveConnection.html" title="NMActiveConnection">NMActiveConnection</a>
+               +----NMVPNConnection
+</pre>
+</div>
+<div class="refsect1" title="Properties">
+<a name="NMVPNConnection.properties"></a><h2>Properties</h2>
+<pre class="synopsis">
+  "<a class="link" href="NMVPNConnection.html#NMVPNConnection--banner" title='The "banner" property'>banner</a>"                   <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
+  "<a class="link" href="NMVPNConnection.html#NMVPNConnection--vpn-state" title='The "vpn-state" property'>vpn-state</a>"                <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read
+</pre>
+</div>
+<div class="refsect1" title="Signals">
+<a name="NMVPNConnection.signals"></a><h2>Signals</h2>
+<pre class="synopsis">
+  "<a class="link" href="NMVPNConnection.html#NMVPNConnection-vpn-state-changed" title='The "vpn-state-changed" signal'>vpn-state-changed</a>"                              : Run First
+</pre>
+</div>
+<div class="refsect1" title="Description">
+<a name="NMVPNConnection.description"></a><h2>Description</h2>
+<p>
+</p>
+</div>
+<div class="refsect1" title="Details">
+<a name="NMVPNConnection.details"></a><h2>Details</h2>
+<div class="refsect2" title="NM_VPN_CONNECTION_VPN_STATE">
+<a name="NM-VPN-CONNECTION-VPN-STATE:CAPS"></a><h3>NM_VPN_CONNECTION_VPN_STATE</h3>
+<pre class="programlisting">#define NM_VPN_CONNECTION_VPN_STATE "vpn-state"
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NM_VPN_CONNECTION_BANNER">
+<a name="NM-VPN-CONNECTION-BANNER:CAPS"></a><h3>NM_VPN_CONNECTION_BANNER</h3>
+<pre class="programlisting">#define NM_VPN_CONNECTION_BANNER "banner"
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NMVPNConnection">
+<a name="NMVPNConnection-struct"></a><h3>NMVPNConnection</h3>
+<pre class="programlisting">typedef struct _NMVPNConnection NMVPNConnection;</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NMVPNConnectionClass">
+<a name="NMVPNConnectionClass"></a><h3>NMVPNConnectionClass</h3>
+<pre class="programlisting">typedef struct {
+	NMActiveConnectionClass parent;
+
+	/* Signals */
+	void (*vpn_state_changed) (NMVPNConnection *connection,
+	                           NMVPNConnectionState state,
+	                           NMVPNConnectionStateReason reason);
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMVPNConnectionClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="nm_vpn_connection_new ()">
+<a name="nm-vpn-connection-new"></a><h3>nm_vpn_connection_new ()</h3>
+<pre class="programlisting"><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           nm_vpn_connection_new               (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *dbus_connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>dbus_connection</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_vpn_connection_get_vpn_state ()">
+<a name="nm-vpn-connection-get-vpn-state"></a><h3>nm_vpn_connection_get_vpn_state ()</h3>
+<pre class="programlisting"><span class="returnvalue">NMVPNConnectionState</span>  nm_vpn_connection_get_vpn_state   (<em class="parameter"><code><a class="link" href="NMVPNConnection.html" title="NMVPNConnection"><span class="type">NMVPNConnection</span></a> *vpn</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>vpn</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_vpn_connection_get_banner ()">
+<a name="nm-vpn-connection-get-banner"></a><h3>nm_vpn_connection_get_banner ()</h3>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_vpn_connection_get_banner        (<em class="parameter"><code><a class="link" href="NMVPNConnection.html" title="NMVPNConnection"><span class="type">NMVPNConnection</span></a> *vpn</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>vpn</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+<div class="refsect1" title="Property Details">
+<a name="NMVPNConnection.property-details"></a><h2>Property Details</h2>
+<div class="refsect2" title='The "banner" property'>
+<a name="NMVPNConnection--banner"></a><h3>The <code class="literal">"banner"</code> property</h3>
+<pre class="programlisting">  "banner"                   <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
+<p>
+The VPN login banner of the active VPN connection.
+</p>
+<p>Default value: NULL</p>
+</div>
+<hr>
+<div class="refsect2" title='The "vpn-state" property'>
+<a name="NMVPNConnection--vpn-state"></a><h3>The <code class="literal">"vpn-state"</code> property</h3>
+<pre class="programlisting">  "vpn-state"                <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read</pre>
+<p>
+The VPN state of the active VPN connection.
+</p>
+<p>Allowed values: &lt;= 7</p>
+<p>Default value: 0</p>
+</div>
+</div>
+<div class="refsect1" title="Signal Details">
+<a name="NMVPNConnection.signal-details"></a><h2>Signal Details</h2>
+<div class="refsect2" title='The "vpn-state-changed" signal'>
+<a name="NMVPNConnection-vpn-state-changed"></a><h3>The <code class="literal">"vpn-state-changed"</code> signal</h3>
+<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="NMVPNConnection.html" title="NMVPNConnection"><span class="type">NMVPNConnection</span></a> *nmvpnconnection,
+                                                        <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>            arg1,
+                                                        <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>            arg2,
+                                                        <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>         user_data)            : Run First</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>nmvpnconnection</code></em> :</span></p></td>
+<td>the object which received the signal.
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
+<td>user data set when the signal handler was connected.</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.15</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/ch01.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/ch01.html
index 4a8e92e..df7fcc7 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/ch01.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/ch01.html
@@ -2,15 +2,14 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>[Insert title here]</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<title>libnm-glib Objects</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="index.html" title="libnm-glib Reference Manual">
 <link rel="up" href="index.html" title="libnm-glib Reference Manual">
 <link rel="prev" href="index.html" title="libnm-glib Reference Manual">
-<link rel="next" href="NMAccessPoint.html" title="NMAccessPoint">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<link rel="next" href="NMClient.html" title="NMClient">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="[Insert title here]">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
@@ -18,26 +17,41 @@
 <td> </td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 <th width="100%" align="center">libnm-glib Reference Manual</th>
-<td><a accesskey="n" href="NMAccessPoint.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+<td><a accesskey="n" href="NMClient.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 </tr></table>
-<div class="chapter" title="[Insert title here]">
+<div class="chapter" title="libnm-glib Objects">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="id512168"></a>[Insert title here]</h2></div></div></div>
+<a name="id2846112"></a>libnm-glib Objects</h2></div></div></div>
 <div class="toc"><dl>
 <dt>
-<span class="refentrytitle"><a href="NMAccessPoint.html">NMAccessPoint</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="NMClient.html">NMClient</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="NMCdmaDevice.html">NMCdmaDevice</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="NMActiveConnection.html">NMActiveConnection</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="NMClient.html">NMClient</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="NMDevice.html">NMDevice</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="NMDeviceEthernet.html">NMDeviceEthernet</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="NMDeviceWifi.html">NMDeviceWifi</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="NMSerialDevice.html">NMSerialDevice</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
 <span class="refentrytitle"><a href="NMGsmDevice.html">NMGsmDevice</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="NMDevice.html">NMDevice</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="NMCdmaDevice.html">NMCdmaDevice</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="NMDeviceBt.html">NMDeviceBt</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="NMAccessPoint.html">NMAccessPoint</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
 <span class="refentrytitle"><a href="NMIP4Config.html">NMIP4Config</a></span><span class="refpurpose"></span>
@@ -46,40 +60,54 @@
 <span class="refentrytitle"><a href="NMIP6Config.html">NMIP6Config</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="NMObject.html">NMObject</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="NMDHCP4Config.html">NMDHCP4Config</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="libnm-glib-NMVPNConnection.html">NMVPNConnection</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="NMDHCP6Config.html">NMDHCP6Config</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="libnm-glib-NMVPNPlugin.html">NMVPNPlugin</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="NMExportedConnection.html">NMExportedConnection</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="NMActiveConnection.html">NMActiveConnection</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="NMObject.html">NMObject</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="NMDeviceEthernet.html">NMDeviceEthernet</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="NMRemoteConnection.html">NMRemoteConnection</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="NMDeviceWifi.html">NMDeviceWifi</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="NMRemoteSettings.html">NMRemoteSettings</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="NMSerialDevice.html">NMSerialDevice</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="libnm-glib-NMRemoteSettingsSystem.html">NMRemoteSettingsSystem</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="NMDHCP4Config.html">NMDHCP4Config</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="libnm-glib-NMSettingsConnection.html">NMSettingsConnection</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="libnm-glib-nm-vpn-plugin-ui-interface.html">nm-vpn-plugin-ui-interface</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="libnm-glib-NMSettings.html">NMSettings</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="libnm-glib-NMSettingsService.html">NMSettingsService</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="libnm-glib-NMSettingsSystem.html">NMSettingsSystem</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
 <span class="refentrytitle"><a href="libnm-glib-nm-types.html">nm-types</a></span><span class="refpurpose"></span>
 </dt>
+<dt>
+<span class="refentrytitle"><a href="NMVPNConnection.html">NMVPNConnection</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="libnm-glib-NMVPNPlugin.html">NMVPNPlugin</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="libnm-glib-NMVpnPluginUi.html">NMVpnPluginUi</a></span><span class="refpurpose"></span>
+</dt>
 </dl></div>
-<span style="color: red">&lt;xi:include&gt;&lt;/xi:include&gt;</span><span style="color: red">&lt;xi:include&gt;&lt;/xi:include&gt;</span><span style="color: red">&lt;xi:include&gt;&lt;/xi:include&gt;</span><span style="color: red">&lt;xi:include&gt;&lt;/xi:include&gt;</span><span style="color: red">&lt;xi:include&gt;&lt;/xi:include&gt;</span>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/index.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/index.html
index a358e55..53f2101 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/index.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/index.html
@@ -3,12 +3,11 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>libnm-glib Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="index.html" title="libnm-glib Reference Manual">
-<link rel="next" href="ch01.html" title="[Insert title here]">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<link rel="next" href="ch01.html" title="libnm-glib Objects">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="[Insert title here]">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <div class="book" title="libnm-glib Reference Manual">
@@ -16,30 +15,45 @@
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">libnm-glib Reference Manual</p></th></tr></table></div>
 <div><p class="releaseinfo">
-      for libnm-glib [VERSION]
+      for libnm-glib 0.8
       The latest version of this documentation can be found on-line at
-      <a class="ulink" href="http://%5BSERVER%5D/libnm-glib/index.html"; target="_top">http://[SERVER]/libnm-glib/</a>.
+      <a class="ulink" href="http://projects.gnome.org/NetworkManager/developers/libnm-glib/08/"; target="_top">http://projects.gnome.org/NetworkManager/developers/libnm-glib/08/</a>.
     </p></div>
 </div>
 <hr>
 </div>
 <div class="toc"><dl>
-<dt><span class="chapter"><a href="ch01.html">[Insert title here]</a></span></dt>
+<dt><span class="chapter"><a href="ch01.html">libnm-glib Objects</a></span></dt>
 <dd><dl>
 <dt>
-<span class="refentrytitle"><a href="NMAccessPoint.html">NMAccessPoint</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="NMClient.html">NMClient</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="NMCdmaDevice.html">NMCdmaDevice</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="NMActiveConnection.html">NMActiveConnection</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="NMClient.html">NMClient</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="NMDevice.html">NMDevice</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="NMDeviceEthernet.html">NMDeviceEthernet</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="NMDeviceWifi.html">NMDeviceWifi</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="NMSerialDevice.html">NMSerialDevice</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
 <span class="refentrytitle"><a href="NMGsmDevice.html">NMGsmDevice</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="NMDevice.html">NMDevice</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="NMCdmaDevice.html">NMCdmaDevice</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="NMDeviceBt.html">NMDeviceBt</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="NMAccessPoint.html">NMAccessPoint</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
 <span class="refentrytitle"><a href="NMIP4Config.html">NMIP4Config</a></span><span class="refpurpose"></span>
@@ -48,40 +62,55 @@
 <span class="refentrytitle"><a href="NMIP6Config.html">NMIP6Config</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="NMObject.html">NMObject</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="NMDHCP4Config.html">NMDHCP4Config</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="libnm-glib-NMVPNConnection.html">NMVPNConnection</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="NMDHCP6Config.html">NMDHCP6Config</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="libnm-glib-NMVPNPlugin.html">NMVPNPlugin</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="NMExportedConnection.html">NMExportedConnection</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="NMActiveConnection.html">NMActiveConnection</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="NMObject.html">NMObject</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="NMDeviceEthernet.html">NMDeviceEthernet</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="NMRemoteConnection.html">NMRemoteConnection</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="NMDeviceWifi.html">NMDeviceWifi</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="NMRemoteSettings.html">NMRemoteSettings</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="NMSerialDevice.html">NMSerialDevice</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="libnm-glib-NMRemoteSettingsSystem.html">NMRemoteSettingsSystem</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="NMDHCP4Config.html">NMDHCP4Config</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="libnm-glib-NMSettingsConnection.html">NMSettingsConnection</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="libnm-glib-nm-vpn-plugin-ui-interface.html">nm-vpn-plugin-ui-interface</a></span><span class="refpurpose"></span>
+<span class="refentrytitle"><a href="libnm-glib-NMSettings.html">NMSettings</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="libnm-glib-NMSettingsService.html">NMSettingsService</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="libnm-glib-NMSettingsSystem.html">NMSettingsSystem</a></span><span class="refpurpose"></span>
 </dt>
 <dt>
 <span class="refentrytitle"><a href="libnm-glib-nm-types.html">nm-types</a></span><span class="refpurpose"></span>
 </dt>
+<dt>
+<span class="refentrytitle"><a href="NMVPNConnection.html">NMVPNConnection</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="libnm-glib-NMVPNPlugin.html">NMVPNPlugin</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="libnm-glib-NMVpnPluginUi.html">NMVpnPluginUi</a></span><span class="refpurpose"></span>
+</dt>
 </dl></dd>
 </dl></div>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-NMRemoteSettingsSystem.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-NMRemoteSettingsSystem.html
new file mode 100644
index 0000000..c7716fc
--- /dev/null
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-NMRemoteSettingsSystem.html
@@ -0,0 +1,108 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>NMRemoteSettingsSystem</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="index.html" title="libnm-glib Reference Manual">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="NMRemoteSettings.html" title="NMRemoteSettings">
+<link rel="next" href="libnm-glib-NMSettingsConnection.html" title="NMSettingsConnection">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
+<tr valign="middle">
+<td><a accesskey="p" href="NMRemoteSettings.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
+<th width="100%" align="center">libnm-glib Reference Manual</th>
+<td><a accesskey="n" href="libnm-glib-NMSettingsConnection.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts">
+<a href="#libnm-glib-NMRemoteSettingsSystem.synopsis" class="shortcut">Top</a>
+                   | 
+                  <a href="#libnm-glib-NMRemoteSettingsSystem.description" class="shortcut">Description</a>
+</td></tr>
+</table>
+<div class="refentry" title="NMRemoteSettingsSystem">
+<a name="libnm-glib-NMRemoteSettingsSystem"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="libnm-glib-NMRemoteSettingsSystem.top_of_page"></a>NMRemoteSettingsSystem</span></h2>
+<p>NMRemoteSettingsSystem</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv" title="Synopsis">
+<a name="libnm-glib-NMRemoteSettingsSystem.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">                    <a class="link" href="libnm-glib-NMRemoteSettingsSystem.html#NMRemoteSettingsSystem" title="NMRemoteSettingsSystem">NMRemoteSettingsSystem</a>;
+                    <a class="link" href="libnm-glib-NMRemoteSettingsSystem.html#NMRemoteSettingsSystemClass" title="NMRemoteSettingsSystemClass">NMRemoteSettingsSystemClass</a>;
+<a class="link" href="libnm-glib-NMRemoteSettingsSystem.html#NMRemoteSettingsSystem" title="NMRemoteSettingsSystem"><span class="returnvalue">NMRemoteSettingsSystem</span></a> * <a class="link" href="libnm-glib-NMRemoteSettingsSystem.html#nm-remote-settings-system-new" title="nm_remote_settings_system_new ()">nm_remote_settings_system_new</a>  (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *bus</code></em>);
+</pre>
+</div>
+<div class="refsect1" title="Description">
+<a name="libnm-glib-NMRemoteSettingsSystem.description"></a><h2>Description</h2>
+<p>
+</p>
+</div>
+<div class="refsect1" title="Details">
+<a name="libnm-glib-NMRemoteSettingsSystem.details"></a><h2>Details</h2>
+<div class="refsect2" title="NMRemoteSettingsSystem">
+<a name="NMRemoteSettingsSystem"></a><h3>NMRemoteSettingsSystem</h3>
+<pre class="programlisting">typedef struct {
+	NMRemoteSettings parent;
+} NMRemoteSettingsSystem;
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NMRemoteSettingsSystemClass">
+<a name="NMRemoteSettingsSystemClass"></a><h3>NMRemoteSettingsSystemClass</h3>
+<pre class="programlisting">typedef struct {
+	NMRemoteSettingsClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMRemoteSettingsSystemClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="nm_remote_settings_system_new ()">
+<a name="nm-remote-settings-system-new"></a><h3>nm_remote_settings_system_new ()</h3>
+<pre class="programlisting"><a class="link" href="libnm-glib-NMRemoteSettingsSystem.html#NMRemoteSettingsSystem" title="NMRemoteSettingsSystem"><span class="returnvalue">NMRemoteSettingsSystem</span></a> * nm_remote_settings_system_new  (<em class="parameter"><code><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *bus</code></em>);</pre>
+<p>
+Creates a new object representing the remote system settings service.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>bus</code></em> :</span></p></td>
+<td>a valid and connected D-Bus connection
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> the new remote system settings object on success, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on failure
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.15</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-NMSettings.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-NMSettings.html
new file mode 100644
index 0000000..7a226a4
--- /dev/null
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-NMSettings.html
@@ -0,0 +1,310 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>NMSettings</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="index.html" title="libnm-glib Reference Manual">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="libnm-glib-NMSettingsConnection.html" title="NMSettingsConnection">
+<link rel="next" href="libnm-glib-NMSettingsService.html" title="NMSettingsService">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
+<tr valign="middle">
+<td><a accesskey="p" href="libnm-glib-NMSettingsConnection.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
+<th width="100%" align="center">libnm-glib Reference Manual</th>
+<td><a accesskey="n" href="libnm-glib-NMSettingsService.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts">
+<a href="#libnm-glib-NMSettings.synopsis" class="shortcut">Top</a>
+                   | 
+                  <a href="#libnm-glib-NMSettings.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#libnm-glib-NMSettings.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#libnm-glib-NMSettings.prerequisites" class="shortcut">Prerequisites</a>
+                   | 
+                  <a href="#libnm-glib-NMSettings.implementations" class="shortcut">Known Implementations</a>
+</td></tr>
+</table>
+<div class="refentry" title="NMSettings">
+<a name="libnm-glib-NMSettings"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="libnm-glib-NMSettings.top_of_page"></a>NMSettings</span></h2>
+<p>NMSettings</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv" title="Synopsis">
+<a name="libnm-glib-NMSettings.synopsis"></a><h2>Synopsis</h2>
+<a name="NMSettingsInterface"></a><pre class="synopsis">enum                <a class="link" href="libnm-glib-NMSettings.html#NMSettingsInterfaceError" title="enum NMSettingsInterfaceError">NMSettingsInterfaceError</a>;
+#define             <a class="link" href="libnm-glib-NMSettings.html#NM-SETTINGS-INTERFACE-ERROR:CAPS" title="NM_SETTINGS_INTERFACE_ERROR">NM_SETTINGS_INTERFACE_ERROR</a>
+<a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              <a class="link" href="libnm-glib-NMSettings.html#nm-settings-interface-error-quark" title="nm_settings_interface_error_quark ()">nm_settings_interface_error_quark</a>   (<em class="parameter"><code><span class="type">void</span></code></em>);
+#define             <a class="link" href="libnm-glib-NMSettings.html#NM-TYPE-SETTINGS-INTERFACE-ERROR:CAPS" title="NM_TYPE_SETTINGS_INTERFACE_ERROR">NM_TYPE_SETTINGS_INTERFACE_ERROR</a>
+#define             <a class="link" href="libnm-glib-NMSettings.html#NM-SETTINGS-INTERFACE-NEW-CONNECTION:CAPS" title="NM_SETTINGS_INTERFACE_NEW_CONNECTION">NM_SETTINGS_INTERFACE_NEW_CONNECTION</a>
+#define             <a class="link" href="libnm-glib-NMSettings.html#NM-SETTINGS-INTERFACE-CONNECTIONS-READ:CAPS" title="NM_SETTINGS_INTERFACE_CONNECTIONS_READ">NM_SETTINGS_INTERFACE_CONNECTIONS_READ</a>
+                    <a class="link" href="libnm-glib-NMSettings.html#NMSettingsInterface-struct" title="NMSettingsInterface">NMSettingsInterface</a>;
+<span class="returnvalue">void</span>                (<a class="link" href="libnm-glib-NMSettings.html#NMSettingsAddConnectionFunc" title="NMSettingsAddConnectionFunc ()">*NMSettingsAddConnectionFunc</a>)      (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettings.html#NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="libnm-glib-NMSettings.html#nm-settings-interface-get-type" title="nm_settings_interface_get_type ()">nm_settings_interface_get_type</a>      (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            <a class="link" href="libnm-glib-NMSettings.html#nm-settings-interface-list-connections" title="nm_settings_interface_list_connections ()">nm_settings_interface_list_connections</a>
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettings.html#NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>);
+<a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"><span class="returnvalue">NMSettingsConnectionInterface</span></a> * <a class="link" href="libnm-glib-NMSettings.html#nm-settings-interface-get-connection-by-path" title="nm_settings_interface_get_connection_by_path ()">nm_settings_interface_get_connection_by_path</a>
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettings.html#NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libnm-glib-NMSettings.html#nm-settings-interface-add-connection" title="nm_settings_interface_add_connection ()">nm_settings_interface_add_connection</a>
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettings.html#NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>,
+                                                         <em class="parameter"><code><a href="../libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="libnm-glib-NMSettings.html#NMSettingsAddConnectionFunc" title="NMSettingsAddConnectionFunc ()"><span class="type">NMSettingsAddConnectionFunc</span></a> callback</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
+</pre>
+</div>
+<div class="refsect1" title="Object Hierarchy">
+<a name="libnm-glib-NMSettings.object-hierarchy"></a><h2>Object Hierarchy</h2>
+<pre class="synopsis">
+  GInterface
+   +----NMSettingsInterface
+</pre>
+</div>
+<div class="refsect1" title="Prerequisites">
+<a name="libnm-glib-NMSettings.prerequisites"></a><h2>Prerequisites</h2>
+<p>
+NMSettingsInterface requires
+ <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
+</div>
+<div class="refsect1" title="Known Implementations">
+<a name="libnm-glib-NMSettings.implementations"></a><h2>Known Implementations</h2>
+<p>
+NMSettingsInterface is implemented by
+ <a class="link" href="NMRemoteSettings.html" title="NMRemoteSettings">NMRemoteSettings</a>.</p>
+</div>
+<div class="refsect1" title="Description">
+<a name="libnm-glib-NMSettings.description"></a><h2>Description</h2>
+<p>
+</p>
+</div>
+<div class="refsect1" title="Details">
+<a name="libnm-glib-NMSettings.details"></a><h2>Details</h2>
+<div class="refsect2" title="enum NMSettingsInterfaceError">
+<a name="NMSettingsInterfaceError"></a><h3>enum NMSettingsInterfaceError</h3>
+<pre class="programlisting">typedef enum {
+	NM_SETTINGS_INTERFACE_ERROR_INVALID_CONNECTION = 0,
+	NM_SETTINGS_INTERFACE_ERROR_READ_ONLY_CONNECTION,
+	NM_SETTINGS_INTERFACE_ERROR_INTERNAL_ERROR,
+	NM_SETTINGS_INTERFACE_ERROR_SECRETS_UNAVAILABLE,
+	NM_SETTINGS_INTERFACE_ERROR_SECRETS_REQUEST_CANCELED,
+	NM_SETTINGS_INTERFACE_ERROR_PERMISSION_DENIED,
+	NM_SETTINGS_INTERFACE_ERROR_INVALID_SETTING,
+} NMSettingsInterfaceError;
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NM_SETTINGS_INTERFACE_ERROR">
+<a name="NM-SETTINGS-INTERFACE-ERROR:CAPS"></a><h3>NM_SETTINGS_INTERFACE_ERROR</h3>
+<pre class="programlisting">#define NM_SETTINGS_INTERFACE_ERROR (nm_settings_interface_error_quark ())
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="nm_settings_interface_error_quark ()">
+<a name="nm-settings-interface-error-quark"></a><h3>nm_settings_interface_error_quark ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              nm_settings_interface_error_quark   (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
+<p>
+Setting error quark.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> the setting error quark
+</td>
+</tr></tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="NM_TYPE_SETTINGS_INTERFACE_ERROR">
+<a name="NM-TYPE-SETTINGS-INTERFACE-ERROR:CAPS"></a><h3>NM_TYPE_SETTINGS_INTERFACE_ERROR</h3>
+<pre class="programlisting">#define NM_TYPE_SETTINGS_INTERFACE_ERROR (nm_settings_interface_error_get_type ()) 
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NM_SETTINGS_INTERFACE_NEW_CONNECTION">
+<a name="NM-SETTINGS-INTERFACE-NEW-CONNECTION:CAPS"></a><h3>NM_SETTINGS_INTERFACE_NEW_CONNECTION</h3>
+<pre class="programlisting">#define NM_SETTINGS_INTERFACE_NEW_CONNECTION   "new-connection"
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NM_SETTINGS_INTERFACE_CONNECTIONS_READ">
+<a name="NM-SETTINGS-INTERFACE-CONNECTIONS-READ:CAPS"></a><h3>NM_SETTINGS_INTERFACE_CONNECTIONS_READ</h3>
+<pre class="programlisting">#define NM_SETTINGS_INTERFACE_CONNECTIONS_READ "connections-read"
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NMSettingsInterface">
+<a name="NMSettingsInterface-struct"></a><h3>NMSettingsInterface</h3>
+<pre class="programlisting">typedef struct _NMSettingsInterface NMSettingsInterface;</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NMSettingsAddConnectionFunc ()">
+<a name="NMSettingsAddConnectionFunc"></a><h3>NMSettingsAddConnectionFunc ()</h3>
+<pre class="programlisting"><span class="returnvalue">void</span>                (*NMSettingsAddConnectionFunc)      (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettings.html#NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>settings</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_settings_interface_get_type ()">
+<a name="nm-settings-interface-get-type"></a><h3>nm_settings_interface_get_type ()</h3>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_settings_interface_get_type      (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr></tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_settings_interface_list_connections ()">
+<a name="nm-settings-interface-list-connections"></a><h3>nm_settings_interface_list_connections ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            nm_settings_interface_list_connections
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettings.html#NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>settings</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_settings_interface_get_connection_by_path ()">
+<a name="nm-settings-interface-get-connection-by-path"></a><h3>nm_settings_interface_get_connection_by_path ()</h3>
+<pre class="programlisting"><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"><span class="returnvalue">NMSettingsConnectionInterface</span></a> * nm_settings_interface_get_connection_by_path
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettings.html#NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>settings</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_settings_interface_add_connection ()">
+<a name="nm-settings-interface-add-connection"></a><h3>nm_settings_interface_add_connection ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_settings_interface_add_connection
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettings.html#NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>,
+                                                         <em class="parameter"><code><a href="../libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="libnm-glib-NMSettings.html#NMSettingsAddConnectionFunc" title="NMSettingsAddConnectionFunc ()"><span class="type">NMSettingsAddConnectionFunc</span></a> callback</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
+<p>
+Requests that the settings service add the given settings to a new connection.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>settings</code></em> :</span></p></td>
+<td>a object implementing <a class="link" href="libnm-glib-NMSettings.html#NMSettingsInterface"><code class="literal">NMSettingsInterface</code></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
+<td>the settings to add; note that this object's settings will be
+ added, not the object itself
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
+<td>callback to be called when the add operation completes
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
+<td>caller-specific data passed to <em class="parameter"><code>callback</code></em>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> TRUE if the request was successful, FALSE if it failed
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.15</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-NMSettingsConnection.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-NMSettingsConnection.html
new file mode 100644
index 0000000..12ed64f
--- /dev/null
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-NMSettingsConnection.html
@@ -0,0 +1,375 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>NMSettingsConnection</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="index.html" title="libnm-glib Reference Manual">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="libnm-glib-NMRemoteSettingsSystem.html" title="NMRemoteSettingsSystem">
+<link rel="next" href="libnm-glib-NMSettings.html" title="NMSettings">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
+<tr valign="middle">
+<td><a accesskey="p" href="libnm-glib-NMRemoteSettingsSystem.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
+<th width="100%" align="center">libnm-glib Reference Manual</th>
+<td><a accesskey="n" href="libnm-glib-NMSettings.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts">
+<a href="#libnm-glib-NMSettingsConnection.synopsis" class="shortcut">Top</a>
+                   | 
+                  <a href="#libnm-glib-NMSettingsConnection.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#libnm-glib-NMSettingsConnection.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#libnm-glib-NMSettingsConnection.prerequisites" class="shortcut">Prerequisites</a>
+                   | 
+                  <a href="#libnm-glib-NMSettingsConnection.implementations" class="shortcut">Known Implementations</a>
+</td></tr>
+</table>
+<div class="refentry" title="NMSettingsConnection">
+<a name="libnm-glib-NMSettingsConnection"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="libnm-glib-NMSettingsConnection.top_of_page"></a>NMSettingsConnection</span></h2>
+<p>NMSettingsConnection</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv" title="Synopsis">
+<a name="libnm-glib-NMSettingsConnection.synopsis"></a><h2>Synopsis</h2>
+<a name="NMSettingsConnectionInterface"></a><pre class="synopsis">#define             <a class="link" href="libnm-glib-NMSettingsConnection.html#NM-SETTINGS-CONNECTION-INTERFACE-UPDATED:CAPS" title="NM_SETTINGS_CONNECTION_INTERFACE_UPDATED">NM_SETTINGS_CONNECTION_INTERFACE_UPDATED</a>
+#define             <a class="link" href="libnm-glib-NMSettingsConnection.html#NM-SETTINGS-CONNECTION-INTERFACE-REMOVED:CAPS" title="NM_SETTINGS_CONNECTION_INTERFACE_REMOVED">NM_SETTINGS_CONNECTION_INTERFACE_REMOVED</a>
+                    <a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface-struct" title="NMSettingsConnectionInterface">NMSettingsConnectionInterface</a>;
+<span class="returnvalue">void</span>                (<a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceUpdateFunc" title="NMSettingsConnectionInterfaceUpdateFunc ()">*NMSettingsConnectionInterfaceUpdateFunc</a>)
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
+<span class="returnvalue">void</span>                (<a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceDeleteFunc" title="NMSettingsConnectionInterfaceDeleteFunc ()">*NMSettingsConnectionInterfaceDeleteFunc</a>)
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
+<span class="returnvalue">void</span>                (<a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceGetSecretsFunc" title="NMSettingsConnectionInterfaceGetSecretsFunc ()">*NMSettingsConnectionInterfaceGetSecretsFunc</a>)
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *secrets</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libnm-glib-NMSettingsConnection.html#nm-settings-connection-interface-update" title="nm_settings_connection_interface_update ()">nm_settings_connection_interface_update</a>
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceUpdateFunc" title="NMSettingsConnectionInterfaceUpdateFunc ()"><span class="type">NMSettingsConnectionInterfaceUpdateFunc</span></a> callback</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libnm-glib-NMSettingsConnection.html#nm-settings-connection-interface-delete" title="nm_settings_connection_interface_delete ()">nm_settings_connection_interface_delete</a>
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceDeleteFunc" title="NMSettingsConnectionInterfaceDeleteFunc ()"><span class="type">NMSettingsConnectionInterfaceDeleteFunc</span></a> callback</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libnm-glib-NMSettingsConnection.html#nm-settings-connection-interface-get-secrets" title="nm_settings_connection_interface_get_secrets ()">nm_settings_connection_interface_get_secrets</a>
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *setting_name</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> **hints</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> request_new</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceGetSecretsFunc" title="NMSettingsConnectionInterfaceGetSecretsFunc ()"><span class="type">NMSettingsConnectionInterfaceGetSecretsFunc</span></a> callback</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="libnm-glib-NMSettingsConnection.html#nm-settings-connection-interface-emit-updated" title="nm_settings_connection_interface_emit_updated ()">nm_settings_connection_interface_emit_updated</a>
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>);
+</pre>
+</div>
+<div class="refsect1" title="Object Hierarchy">
+<a name="libnm-glib-NMSettingsConnection.object-hierarchy"></a><h2>Object Hierarchy</h2>
+<pre class="synopsis">
+  GInterface
+   +----NMSettingsConnectionInterface
+</pre>
+</div>
+<div class="refsect1" title="Prerequisites">
+<a name="libnm-glib-NMSettingsConnection.prerequisites"></a><h2>Prerequisites</h2>
+<p>
+NMSettingsConnectionInterface requires
+ <a href="../libnm-util/NMConnection.html">NMConnection</a>.</p>
+</div>
+<div class="refsect1" title="Known Implementations">
+<a name="libnm-glib-NMSettingsConnection.implementations"></a><h2>Known Implementations</h2>
+<p>
+NMSettingsConnectionInterface is implemented by
+ <a class="link" href="NMExportedConnection.html" title="NMExportedConnection">NMExportedConnection</a> and  <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection">NMRemoteConnection</a>.</p>
+</div>
+<div class="refsect1" title="Description">
+<a name="libnm-glib-NMSettingsConnection.description"></a><h2>Description</h2>
+<p>
+</p>
+</div>
+<div class="refsect1" title="Details">
+<a name="libnm-glib-NMSettingsConnection.details"></a><h2>Details</h2>
+<div class="refsect2" title="NM_SETTINGS_CONNECTION_INTERFACE_UPDATED">
+<a name="NM-SETTINGS-CONNECTION-INTERFACE-UPDATED:CAPS"></a><h3>NM_SETTINGS_CONNECTION_INTERFACE_UPDATED</h3>
+<pre class="programlisting">#define NM_SETTINGS_CONNECTION_INTERFACE_UPDATED               "updated"
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NM_SETTINGS_CONNECTION_INTERFACE_REMOVED">
+<a name="NM-SETTINGS-CONNECTION-INTERFACE-REMOVED:CAPS"></a><h3>NM_SETTINGS_CONNECTION_INTERFACE_REMOVED</h3>
+<pre class="programlisting">#define NM_SETTINGS_CONNECTION_INTERFACE_REMOVED               "removed"
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NMSettingsConnectionInterface">
+<a name="NMSettingsConnectionInterface-struct"></a><h3>NMSettingsConnectionInterface</h3>
+<pre class="programlisting">typedef struct _NMSettingsConnectionInterface NMSettingsConnectionInterface;</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NMSettingsConnectionInterfaceUpdateFunc ()">
+<a name="NMSettingsConnectionInterfaceUpdateFunc"></a><h3>NMSettingsConnectionInterfaceUpdateFunc ()</h3>
+<pre class="programlisting"><span class="returnvalue">void</span>                (*NMSettingsConnectionInterfaceUpdateFunc)
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="NMSettingsConnectionInterfaceDeleteFunc ()">
+<a name="NMSettingsConnectionInterfaceDeleteFunc"></a><h3>NMSettingsConnectionInterfaceDeleteFunc ()</h3>
+<pre class="programlisting"><span class="returnvalue">void</span>                (*NMSettingsConnectionInterfaceDeleteFunc)
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="NMSettingsConnectionInterfaceGetSecretsFunc ()">
+<a name="NMSettingsConnectionInterfaceGetSecretsFunc"></a><h3>NMSettingsConnectionInterfaceGetSecretsFunc ()</h3>
+<pre class="programlisting"><span class="returnvalue">void</span>                (*NMSettingsConnectionInterfaceGetSecretsFunc)
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *secrets</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>secrets</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_settings_connection_interface_update ()">
+<a name="nm-settings-connection-interface-update"></a><h3>nm_settings_connection_interface_update ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_settings_connection_interface_update
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceUpdateFunc" title="NMSettingsConnectionInterfaceUpdateFunc ()"><span class="type">NMSettingsConnectionInterfaceUpdateFunc</span></a> callback</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
+<p>
+Update the connection with current settings and properties.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
+<td>an object implementing <a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
+<td>a function to be called when the update completes
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
+<td>caller-specific data to be passed to <em class="parameter"><code>callback</code></em>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> TRUE on success, FALSE on failure
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_settings_connection_interface_delete ()">
+<a name="nm-settings-connection-interface-delete"></a><h3>nm_settings_connection_interface_delete ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_settings_connection_interface_delete
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceDeleteFunc" title="NMSettingsConnectionInterfaceDeleteFunc ()"><span class="type">NMSettingsConnectionInterfaceDeleteFunc</span></a> callback</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
+<p>
+Delete the connection.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
+<td>a objecting implementing <a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
+<td>a function to be called when the delete completes
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
+<td>caller-specific data to be passed to <em class="parameter"><code>callback</code></em>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> TRUE on success, FALSE on failure
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_settings_connection_interface_get_secrets ()">
+<a name="nm-settings-connection-interface-get-secrets"></a><h3>nm_settings_connection_interface_get_secrets ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_settings_connection_interface_get_secrets
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *setting_name</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> **hints</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> request_new</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceGetSecretsFunc" title="NMSettingsConnectionInterfaceGetSecretsFunc ()"><span class="type">NMSettingsConnectionInterfaceGetSecretsFunc</span></a> callback</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
+<p>
+Request the connection's secrets.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
+<td>a object implementing <a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting_name</code></em> :</span></p></td>
+<td>the <a href="../libnm-util/NMSetting.html"><span class="type">NMSetting</span></a> object name to get secrets for
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>hints</code></em> :</span></p></td>
+<td>
+<a href="../libnm-util/NMSetting.html"><span class="type">NMSetting</span></a> key names to get secrets for (optional)
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>request_new</code></em> :</span></p></td>
+<td>hint that new secrets (instead of cached or stored secrets) 
+ should be returned
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
+<td>a function to be called when the update completes
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
+<td>caller-specific data to be passed to <em class="parameter"><code>callback</code></em>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> TRUE on success, FALSE on failure
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_settings_connection_interface_emit_updated ()">
+<a name="nm-settings-connection-interface-emit-updated"></a><h3>nm_settings_connection_interface_emit_updated ()</h3>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_settings_connection_interface_emit_updated
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
+<td>
+</td>
+</tr></tbody>
+</table></div>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.15</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-NMSettingsService.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-NMSettingsService.html
new file mode 100644
index 0000000..aca35d2
--- /dev/null
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-NMSettingsService.html
@@ -0,0 +1,189 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>NMSettingsService</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="index.html" title="libnm-glib Reference Manual">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="libnm-glib-NMSettings.html" title="NMSettings">
+<link rel="next" href="libnm-glib-NMSettingsSystem.html" title="NMSettingsSystem">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
+<tr valign="middle">
+<td><a accesskey="p" href="libnm-glib-NMSettings.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
+<th width="100%" align="center">libnm-glib Reference Manual</th>
+<td><a accesskey="n" href="libnm-glib-NMSettingsSystem.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts">
+<a href="#libnm-glib-NMSettingsService.synopsis" class="shortcut">Top</a>
+                   | 
+                  <a href="#libnm-glib-NMSettingsService.description" class="shortcut">Description</a>
+</td></tr>
+</table>
+<div class="refentry" title="NMSettingsService">
+<a name="libnm-glib-NMSettingsService"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="libnm-glib-NMSettingsService.top_of_page"></a>NMSettingsService</span></h2>
+<p>NMSettingsService</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv" title="Synopsis">
+<a name="libnm-glib-NMSettingsService.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">#define             <a class="link" href="libnm-glib-NMSettingsService.html#NM-SETTINGS-SERVICE-BUS:CAPS" title="NM_SETTINGS_SERVICE_BUS">NM_SETTINGS_SERVICE_BUS</a>
+#define             <a class="link" href="libnm-glib-NMSettingsService.html#NM-SETTINGS-SERVICE-SCOPE:CAPS" title="NM_SETTINGS_SERVICE_SCOPE">NM_SETTINGS_SERVICE_SCOPE</a>
+                    <a class="link" href="libnm-glib-NMSettingsService.html#NMSettingsService" title="NMSettingsService">NMSettingsService</a>;
+                    <a class="link" href="libnm-glib-NMSettingsService.html#NMSettingsServiceClass" title="NMSettingsServiceClass">NMSettingsServiceClass</a>;
+<a class="link" href="NMExportedConnection.html" title="NMExportedConnection"><span class="returnvalue">NMExportedConnection</span></a> * <a class="link" href="libnm-glib-NMSettingsService.html#nm-settings-service-get-connection-by-path" title="nm_settings_service_get_connection_by_path ()">nm_settings_service_get_connection_by_path</a>
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsService.html#NMSettingsService" title="NMSettingsService"><span class="type">NMSettingsService</span></a> *self</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="libnm-glib-NMSettingsService.html#nm-settings-service-export" title="nm_settings_service_export ()">nm_settings_service_export</a>          (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsService.html#NMSettingsService" title="NMSettingsService"><span class="type">NMSettingsService</span></a> *self</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="libnm-glib-NMSettingsService.html#nm-settings-service-export-connection" title="nm_settings_service_export_connection ()">nm_settings_service_export_connection</a>
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsService.html#NMSettingsService" title="NMSettingsService"><span class="type">NMSettingsService</span></a> *self</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *exported</code></em>);
+</pre>
+</div>
+<div class="refsect1" title="Description">
+<a name="libnm-glib-NMSettingsService.description"></a><h2>Description</h2>
+<p>
+</p>
+</div>
+<div class="refsect1" title="Details">
+<a name="libnm-glib-NMSettingsService.details"></a><h2>Details</h2>
+<div class="refsect2" title="NM_SETTINGS_SERVICE_BUS">
+<a name="NM-SETTINGS-SERVICE-BUS:CAPS"></a><h3>NM_SETTINGS_SERVICE_BUS</h3>
+<pre class="programlisting">#define NM_SETTINGS_SERVICE_BUS "bus"
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NM_SETTINGS_SERVICE_SCOPE">
+<a name="NM-SETTINGS-SERVICE-SCOPE:CAPS"></a><h3>NM_SETTINGS_SERVICE_SCOPE</h3>
+<pre class="programlisting">#define NM_SETTINGS_SERVICE_SCOPE "scope"
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NMSettingsService">
+<a name="NMSettingsService"></a><h3>NMSettingsService</h3>
+<pre class="programlisting">typedef struct {
+	GObject parent;
+} NMSettingsService;
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NMSettingsServiceClass">
+<a name="NMSettingsServiceClass"></a><h3>NMSettingsServiceClass</h3>
+<pre class="programlisting">typedef struct {
+	GObjectClass parent;
+
+	/* Returned list must contain all NMExportedConnection objects exported
+	 * by the settings service.  The list (but not the NMExportedConnection
+	 * objects) will be freed by caller.
+	 */
+	GSList * (*list_connections) (NMSettingsService *self);
+
+	void (*add_connection) (NMSettingsService *self,
+	                        NMConnection *connection,
+	                        DBusGMethodInvocation *context, /* Only present for D-Bus calls */
+	                        NMSettingsAddConnectionFunc callback,
+	                        gpointer user_data);
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMSettingsServiceClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="nm_settings_service_get_connection_by_path ()">
+<a name="nm-settings-service-get-connection-by-path"></a><h3>nm_settings_service_get_connection_by_path ()</h3>
+<pre class="programlisting"><a class="link" href="NMExportedConnection.html" title="NMExportedConnection"><span class="returnvalue">NMExportedConnection</span></a> * nm_settings_service_get_connection_by_path
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsService.html#NMSettingsService" title="NMSettingsService"><span class="type">NMSettingsService</span></a> *self</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_settings_service_export ()">
+<a name="nm-settings-service-export"></a><h3>nm_settings_service_export ()</h3>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_settings_service_export          (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsService.html#NMSettingsService" title="NMSettingsService"><span class="type">NMSettingsService</span></a> *self</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
+<td>
+</td>
+</tr></tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_settings_service_export_connection ()">
+<a name="nm-settings-service-export-connection"></a><h3>nm_settings_service_export_connection ()</h3>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_settings_service_export_connection
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsService.html#NMSettingsService" title="NMSettingsService"><span class="type">NMSettingsService</span></a> *self</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *exported</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>exported</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.15</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-NMSettingsSystem.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-NMSettingsSystem.html
new file mode 100644
index 0000000..9ca3026
--- /dev/null
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-NMSettingsSystem.html
@@ -0,0 +1,305 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>NMSettingsSystem</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="index.html" title="libnm-glib Reference Manual">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="libnm-glib-NMSettingsService.html" title="NMSettingsService">
+<link rel="next" href="libnm-glib-nm-types.html" title="nm-types">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
+<tr valign="middle">
+<td><a accesskey="p" href="libnm-glib-NMSettingsService.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
+<th width="100%" align="center">libnm-glib Reference Manual</th>
+<td><a accesskey="n" href="libnm-glib-nm-types.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts">
+<a href="#libnm-glib-NMSettingsSystem.synopsis" class="shortcut">Top</a>
+                   | 
+                  <a href="#libnm-glib-NMSettingsSystem.description" class="shortcut">Description</a>
+</td></tr>
+</table>
+<div class="refentry" title="NMSettingsSystem">
+<a name="libnm-glib-NMSettingsSystem"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="libnm-glib-NMSettingsSystem.top_of_page"></a>NMSettingsSystem</span></h2>
+<p>NMSettingsSystem</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv" title="Synopsis">
+<a name="libnm-glib-NMSettingsSystem.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">enum                <a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemPermissions" title="enum NMSettingsSystemPermissions">NMSettingsSystemPermissions</a>;
+#define             <a class="link" href="libnm-glib-NMSettingsSystem.html#NM-SETTINGS-SYSTEM-INTERFACE-HOSTNAME:CAPS" title="NM_SETTINGS_SYSTEM_INTERFACE_HOSTNAME">NM_SETTINGS_SYSTEM_INTERFACE_HOSTNAME</a>
+#define             <a class="link" href="libnm-glib-NMSettingsSystem.html#NM-SETTINGS-SYSTEM-INTERFACE-CAN-MODIFY:CAPS" title="NM_SETTINGS_SYSTEM_INTERFACE_CAN_MODIFY">NM_SETTINGS_SYSTEM_INTERFACE_CAN_MODIFY</a>
+#define             <a class="link" href="libnm-glib-NMSettingsSystem.html#NM-SETTINGS-SYSTEM-INTERFACE-CHECK-PERMISSIONS:CAPS" title="NM_SETTINGS_SYSTEM_INTERFACE_CHECK_PERMISSIONS">NM_SETTINGS_SYSTEM_INTERFACE_CHECK_PERMISSIONS</a>
+enum                <a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterfaceProp" title="enum NMSettingsSystemInterfaceProp">NMSettingsSystemInterfaceProp</a>;
+                    <a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface">NMSettingsSystemInterface</a>;
+<span class="returnvalue">void</span>                (<a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemSaveHostnameFunc" title="NMSettingsSystemSaveHostnameFunc ()">*NMSettingsSystemSaveHostnameFunc</a>) (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
+<span class="returnvalue">void</span>                (<a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemGetPermissionsFunc" title="NMSettingsSystemGetPermissionsFunc ()">*NMSettingsSystemGetPermissionsFunc</a>)
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemPermissions" title="enum NMSettingsSystemPermissions"><span class="type">NMSettingsSystemPermissions</span></a> permissions</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libnm-glib-NMSettingsSystem.html#nm-settings-system-interface-save-hostname" title="nm_settings_system_interface_save_hostname ()">nm_settings_system_interface_save_hostname</a>
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *hostname</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemSaveHostnameFunc" title="NMSettingsSystemSaveHostnameFunc ()"><span class="type">NMSettingsSystemSaveHostnameFunc</span></a> callback</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libnm-glib-NMSettingsSystem.html#nm-settings-system-interface-get-permissions" title="nm_settings_system_interface_get_permissions ()">nm_settings_system_interface_get_permissions</a>
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemGetPermissionsFunc" title="NMSettingsSystemGetPermissionsFunc ()"><span class="type">NMSettingsSystemGetPermissionsFunc</span></a> callback</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
+</pre>
+</div>
+<div class="refsect1" title="Description">
+<a name="libnm-glib-NMSettingsSystem.description"></a><h2>Description</h2>
+<p>
+</p>
+</div>
+<div class="refsect1" title="Details">
+<a name="libnm-glib-NMSettingsSystem.details"></a><h2>Details</h2>
+<div class="refsect2" title="enum NMSettingsSystemPermissions">
+<a name="NMSettingsSystemPermissions"></a><h3>enum NMSettingsSystemPermissions</h3>
+<pre class="programlisting">typedef enum {
+	NM_SETTINGS_SYSTEM_PERMISSION_NONE = 0x0,
+	NM_SETTINGS_SYSTEM_PERMISSION_CONNECTION_MODIFY = 0x1,
+	NM_SETTINGS_SYSTEM_PERMISSION_WIFI_SHARE_PROTECTED = 0x2,
+	NM_SETTINGS_SYSTEM_PERMISSION_WIFI_SHARE_OPEN = 0x4,
+	NM_SETTINGS_SYSTEM_PERMISSION_HOSTNAME_MODIFY = 0x8
+} NMSettingsSystemPermissions;
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NM_SETTINGS_SYSTEM_INTERFACE_HOSTNAME">
+<a name="NM-SETTINGS-SYSTEM-INTERFACE-HOSTNAME:CAPS"></a><h3>NM_SETTINGS_SYSTEM_INTERFACE_HOSTNAME</h3>
+<pre class="programlisting">#define NM_SETTINGS_SYSTEM_INTERFACE_HOSTNAME          "hostname"
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NM_SETTINGS_SYSTEM_INTERFACE_CAN_MODIFY">
+<a name="NM-SETTINGS-SYSTEM-INTERFACE-CAN-MODIFY:CAPS"></a><h3>NM_SETTINGS_SYSTEM_INTERFACE_CAN_MODIFY</h3>
+<pre class="programlisting">#define NM_SETTINGS_SYSTEM_INTERFACE_CAN_MODIFY        "can-modify"
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NM_SETTINGS_SYSTEM_INTERFACE_CHECK_PERMISSIONS">
+<a name="NM-SETTINGS-SYSTEM-INTERFACE-CHECK-PERMISSIONS:CAPS"></a><h3>NM_SETTINGS_SYSTEM_INTERFACE_CHECK_PERMISSIONS</h3>
+<pre class="programlisting">#define NM_SETTINGS_SYSTEM_INTERFACE_CHECK_PERMISSIONS "check-permissions"
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="enum NMSettingsSystemInterfaceProp">
+<a name="NMSettingsSystemInterfaceProp"></a><h3>enum NMSettingsSystemInterfaceProp</h3>
+<pre class="programlisting">typedef enum {
+	NM_SETTINGS_SYSTEM_INTERFACE_PROP_FIRST = 0x1000,
+
+	NM_SETTINGS_SYSTEM_INTERFACE_PROP_HOSTNAME = NM_SETTINGS_SYSTEM_INTERFACE_PROP_FIRST,
+	NM_SETTINGS_SYSTEM_INTERFACE_PROP_CAN_MODIFY
+} NMSettingsSystemInterfaceProp;
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NMSettingsSystemInterface">
+<a name="NMSettingsSystemInterface"></a><h3>NMSettingsSystemInterface</h3>
+<pre class="programlisting">typedef struct {
+	GTypeInterface g_iface;
+
+	/* Methods */
+	gboolean (*save_hostname) (NMSettingsSystemInterface *settings,
+	                           const char *hostname,
+	                           NMSettingsSystemSaveHostnameFunc callback,
+	                           gpointer user_data);
+
+	gboolean (*get_permissions) (NMSettingsSystemInterface *settings,
+	                             NMSettingsSystemGetPermissionsFunc callback,
+	                             gpointer user_data);
+
+	/* Signals */
+	void (*check_permissions) (NMSettingsSystemInterface *settings);
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMSettingsSystemInterface;
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NMSettingsSystemSaveHostnameFunc ()">
+<a name="NMSettingsSystemSaveHostnameFunc"></a><h3>NMSettingsSystemSaveHostnameFunc ()</h3>
+<pre class="programlisting"><span class="returnvalue">void</span>                (*NMSettingsSystemSaveHostnameFunc) (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>settings</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="NMSettingsSystemGetPermissionsFunc ()">
+<a name="NMSettingsSystemGetPermissionsFunc"></a><h3>NMSettingsSystemGetPermissionsFunc ()</h3>
+<pre class="programlisting"><span class="returnvalue">void</span>                (*NMSettingsSystemGetPermissionsFunc)
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemPermissions" title="enum NMSettingsSystemPermissions"><span class="type">NMSettingsSystemPermissions</span></a> permissions</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>settings</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>permissions</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_settings_system_interface_save_hostname ()">
+<a name="nm-settings-system-interface-save-hostname"></a><h3>nm_settings_system_interface_save_hostname ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_settings_system_interface_save_hostname
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *hostname</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemSaveHostnameFunc" title="NMSettingsSystemSaveHostnameFunc ()"><span class="type">NMSettingsSystemSaveHostnameFunc</span></a> callback</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
+<p>
+Requests that the machine's persistent hostname be set to the specified value
+or cleared.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>settings</code></em> :</span></p></td>
+<td>a object implementing <a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><code class="literal">NMSettingsSystemInterface</code></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>hostname</code></em> :</span></p></td>
+<td>the new persistent hostname to set, or NULL to clear any existing
+ persistent hostname
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
+<td>callback to be called when the hostname operation completes
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
+<td>caller-specific data passed to <em class="parameter"><code>callback</code></em>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> TRUE if the request was successful, FALSE if it failed
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_settings_system_interface_get_permissions ()">
+<a name="nm-settings-system-interface-get-permissions"></a><h3>nm_settings_system_interface_get_permissions ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_settings_system_interface_get_permissions
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemGetPermissionsFunc" title="NMSettingsSystemGetPermissionsFunc ()"><span class="type">NMSettingsSystemGetPermissionsFunc</span></a> callback</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
+<p>
+Requests an indication of the operations the caller is permitted to perform
+including those that may require authorization.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>settings</code></em> :</span></p></td>
+<td>a object implementing <a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><code class="literal">NMSettingsSystemInterface</code></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
+<td>callback to be called when the permissions operation completes
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
+<td>caller-specific data passed to <em class="parameter"><code>callback</code></em>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> TRUE if the request was successful, FALSE if it failed
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.15</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-NMVPNPlugin.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-NMVPNPlugin.html
index a37d7c5..3cdf4c3 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-NMVPNPlugin.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-NMVPNPlugin.html
@@ -3,28 +3,27 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMVPNPlugin</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="index.html" title="libnm-glib Reference Manual">
-<link rel="up" href="ch01.html" title="[Insert title here]">
-<link rel="prev" href="libnm-glib-NMVPNConnection.html" title="NMVPNConnection">
-<link rel="next" href="NMActiveConnection.html" title="NMActiveConnection">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="NMVPNConnection.html" title="NMVPNConnection">
+<link rel="next" href="libnm-glib-NMVpnPluginUi.html" title="NMVpnPluginUi">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="[Insert title here]">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 <tr valign="middle">
-<td><a accesskey="p" href="libnm-glib-NMVPNConnection.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="p" href="NMVPNConnection.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 <th width="100%" align="center">libnm-glib Reference Manual</th>
-<td><a accesskey="n" href="NMActiveConnection.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+<td><a accesskey="n" href="libnm-glib-NMVpnPluginUi.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#libnm-glib-NMVPNPlugin.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#libnm-glib-NMVPNPlugin.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#libnm-glib-NMVPNPlugin.description" class="shortcut">Description</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMVPNPlugin">
@@ -38,39 +37,27 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="libnm-glib-NMVPNPlugin.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-#define             <a class="link" href="libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-DBUS-SERVICE-NAME--CAPS" title="NM_VPN_PLUGIN_DBUS_SERVICE_NAME">NM_VPN_PLUGIN_DBUS_SERVICE_NAME</a>
-#define             <a class="link" href="libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-STATE--CAPS" title="NM_VPN_PLUGIN_STATE">NM_VPN_PLUGIN_STATE</a>
+<pre class="synopsis">#define             <a class="link" href="libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-DBUS-SERVICE-NAME:CAPS" title="NM_VPN_PLUGIN_DBUS_SERVICE_NAME">NM_VPN_PLUGIN_DBUS_SERVICE_NAME</a>
+#define             <a class="link" href="libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-STATE:CAPS" title="NM_VPN_PLUGIN_STATE">NM_VPN_PLUGIN_STATE</a>
 enum                <a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPluginError" title="enum NMVPNPluginError">NMVPNPluginError</a>;
-#define             <a class="link" href="libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-ERROR--CAPS" title="NM_VPN_PLUGIN_ERROR">NM_VPN_PLUGIN_ERROR</a>
-#define             <a class="link" href="libnm-glib-NMVPNPlugin.html#NM-TYPE-VPN-PLUGIN-ERROR--CAPS" title="NM_TYPE_VPN_PLUGIN_ERROR">NM_TYPE_VPN_PLUGIN_ERROR</a>
+#define             <a class="link" href="libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-ERROR:CAPS" title="NM_VPN_PLUGIN_ERROR">NM_VPN_PLUGIN_ERROR</a>
+#define             <a class="link" href="libnm-glib-NMVPNPlugin.html#NM-TYPE-VPN-PLUGIN-ERROR:CAPS" title="NM_TYPE_VPN_PLUGIN_ERROR">NM_TYPE_VPN_PLUGIN_ERROR</a>
                     <a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin">NMVPNPlugin</a>;
-<a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-error-quark" title="nm_vpn_plugin_error_quark ()">nm_vpn_plugin_error_quark</a>           (void);
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-error-get-type" title="nm_vpn_plugin_error_get_type ()">nm_vpn_plugin_error_get_type</a>        (void);
-<a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *   <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-get-connection" title="nm_vpn_plugin_get_connection ()">nm_vpn_plugin_get_connection</a>        (<a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin">NMVPNPlugin</a> *plugin);
-NMVPNServiceState   <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-get-state" title="nm_vpn_plugin_get_state ()">nm_vpn_plugin_get_state</a>             (<a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin">NMVPNPlugin</a> *plugin);
-void                <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-set-state" title="nm_vpn_plugin_set_state ()">nm_vpn_plugin_set_state</a>             (<a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin">NMVPNPlugin</a> *plugin,
-                                                         NMVPNServiceState state);
-void                <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-set-login-banner" title="nm_vpn_plugin_set_login_banner ()">nm_vpn_plugin_set_login_banner</a>      (<a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin">NMVPNPlugin</a> *plugin,
-                                                         const char *banner);
-void                <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-failure" title="nm_vpn_plugin_failure ()">nm_vpn_plugin_failure</a>               (<a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin">NMVPNPlugin</a> *plugin,
-                                                         NMVPNPluginFailure reason);
-void                <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-set-ip4-config" title="nm_vpn_plugin_set_ip4_config ()">nm_vpn_plugin_set_ip4_config</a>        (<a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin">NMVPNPlugin</a> *plugin,
-                                                         <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a> *ip4_config);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-disconnect" title="nm_vpn_plugin_disconnect ()">nm_vpn_plugin_disconnect</a>            (<a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin">NMVPNPlugin</a> *plugin,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **err);
+                    <a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPluginClass" title="NMVPNPluginClass">NMVPNPluginClass</a>;
+<a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-error-quark" title="nm_vpn_plugin_error_quark ()">nm_vpn_plugin_error_quark</a>           (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-error-get-type" title="nm_vpn_plugin_error_get_type ()">nm_vpn_plugin_error_get_type</a>        (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="returnvalue">DBusGConnection</span></a> *   <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-get-connection" title="nm_vpn_plugin_get_connection ()">nm_vpn_plugin_get_connection</a>        (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>);
+<span class="returnvalue">NMVPNServiceState</span>   <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-get-state" title="nm_vpn_plugin_get_state ()">nm_vpn_plugin_get_state</a>             (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-set-state" title="nm_vpn_plugin_set_state ()">nm_vpn_plugin_set_state</a>             (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>,
+                                                         <em class="parameter"><code><span class="type">NMVPNServiceState</span> state</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-set-login-banner" title="nm_vpn_plugin_set_login_banner ()">nm_vpn_plugin_set_login_banner</a>      (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *banner</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-failure" title="nm_vpn_plugin_failure ()">nm_vpn_plugin_failure</a>               (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>,
+                                                         <em class="parameter"><code><span class="type">NMVPNPluginFailure</span> reason</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-set-ip4-config" title="nm_vpn_plugin_set_ip4_config ()">nm_vpn_plugin_set_ip4_config</a>        (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *ip4_config</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-disconnect" title="nm_vpn_plugin_disconnect ()">nm_vpn_plugin_disconnect</a>            (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Description">
@@ -81,7 +68,7 @@ href="../glib/glib-Error-Reporting.html#GError"
 <div class="refsect1" title="Details">
 <a name="libnm-glib-NMVPNPlugin.details"></a><h2>Details</h2>
 <div class="refsect2" title="NM_VPN_PLUGIN_DBUS_SERVICE_NAME">
-<a name="NM-VPN-PLUGIN-DBUS-SERVICE-NAME--CAPS"></a><h3>NM_VPN_PLUGIN_DBUS_SERVICE_NAME</h3>
+<a name="NM-VPN-PLUGIN-DBUS-SERVICE-NAME:CAPS"></a><h3>NM_VPN_PLUGIN_DBUS_SERVICE_NAME</h3>
 <pre class="programlisting">#define NM_VPN_PLUGIN_DBUS_SERVICE_NAME "service-name"
 </pre>
 <p>
@@ -89,7 +76,7 @@ href="../glib/glib-Error-Reporting.html#GError"
 </div>
 <hr>
 <div class="refsect2" title="NM_VPN_PLUGIN_STATE">
-<a name="NM-VPN-PLUGIN-STATE--CAPS"></a><h3>NM_VPN_PLUGIN_STATE</h3>
+<a name="NM-VPN-PLUGIN-STATE:CAPS"></a><h3>NM_VPN_PLUGIN_STATE</h3>
 <pre class="programlisting">#define NM_VPN_PLUGIN_STATE             "state"
 </pre>
 <p>
@@ -115,7 +102,7 @@ href="../glib/glib-Error-Reporting.html#GError"
 </div>
 <hr>
 <div class="refsect2" title="NM_VPN_PLUGIN_ERROR">
-<a name="NM-VPN-PLUGIN-ERROR--CAPS"></a><h3>NM_VPN_PLUGIN_ERROR</h3>
+<a name="NM-VPN-PLUGIN-ERROR:CAPS"></a><h3>NM_VPN_PLUGIN_ERROR</h3>
 <pre class="programlisting">#define NM_VPN_PLUGIN_ERROR      (nm_vpn_plugin_error_quark ())
 </pre>
 <p>
@@ -123,7 +110,7 @@ href="../glib/glib-Error-Reporting.html#GError"
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_VPN_PLUGIN_ERROR">
-<a name="NM-TYPE-VPN-PLUGIN-ERROR--CAPS"></a><h3>NM_TYPE_VPN_PLUGIN_ERROR</h3>
+<a name="NM-TYPE-VPN-PLUGIN-ERROR:CAPS"></a><h3>NM_TYPE_VPN_PLUGIN_ERROR</h3>
 <pre class="programlisting">#define NM_TYPE_VPN_PLUGIN_ERROR (nm_vpn_plugin_error_get_type ()) 
 </pre>
 <p>
@@ -140,11 +127,55 @@ href="../glib/glib-Error-Reporting.html#GError"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMVPNPluginClass">
+<a name="NMVPNPluginClass"></a><h3>NMVPNPluginClass</h3>
+<pre class="programlisting">typedef struct {
+	GObjectClass parent;
+
+	/* virtual methods */
+	gboolean (*connect)    (NMVPNPlugin   *plugin,
+					    NMConnection  *connection,
+					    GError       **err);
+
+	gboolean (*need_secrets) (NMVPNPlugin *plugin,
+	                              NMConnection *connection,
+	                              char **setting_name,
+	                              GError **error);
+
+	gboolean (*disconnect) (NMVPNPlugin   *plugin,
+					    GError       **err);
+
+	/* Signals */
+	void (*state_changed)  (NMVPNPlugin *plugin,
+					    NMVPNServiceState state);
+
+	void (*ip4_config)     (NMVPNPlugin *plugin,
+					    GHashTable  *ip4_config);
+
+	void (*login_banner)   (NMVPNPlugin *plugin,
+					    const char *banner);
+
+	void (*failure)        (NMVPNPlugin *plugin,
+					    NMVPNPluginFailure reason);
+
+	void (*quit)           (NMVPNPlugin *plugin);
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMVPNPluginClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_vpn_plugin_error_quark ()">
 <a name="nm-vpn-plugin-error-quark"></a><h3>nm_vpn_plugin_error_quark ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              nm_vpn_plugin_error_quark           (void);</pre>
+<pre class="programlisting"><a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              nm_vpn_plugin_error_quark           (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -159,9 +190,7 @@ href="../glib/glib-Quarks.html#GQuark"
 <hr>
 <div class="refsect2" title="nm_vpn_plugin_error_get_type ()">
 <a name="nm-vpn-plugin-error-get-type"></a><h3>nm_vpn_plugin_error_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_vpn_plugin_error_get_type        (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_vpn_plugin_error_get_type        (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -176,9 +205,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_vpn_plugin_get_connection ()">
 <a name="nm-vpn-plugin-get-connection"></a><h3>nm_vpn_plugin_get_connection ()</h3>
-<pre class="programlisting"><a
-href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
->DBusGConnection</a> *   nm_vpn_plugin_get_connection        (<a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin">NMVPNPlugin</a> *plugin);</pre>
+<pre class="programlisting"><a href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="returnvalue">DBusGConnection</span></a> *   nm_vpn_plugin_get_connection        (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -200,7 +227,7 @@ href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
 <hr>
 <div class="refsect2" title="nm_vpn_plugin_get_state ()">
 <a name="nm-vpn-plugin-get-state"></a><h3>nm_vpn_plugin_get_state ()</h3>
-<pre class="programlisting">NMVPNServiceState   nm_vpn_plugin_get_state             (<a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin">NMVPNPlugin</a> *plugin);</pre>
+<pre class="programlisting"><span class="returnvalue">NMVPNServiceState</span>   nm_vpn_plugin_get_state             (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -222,8 +249,8 @@ href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
 <hr>
 <div class="refsect2" title="nm_vpn_plugin_set_state ()">
 <a name="nm-vpn-plugin-set-state"></a><h3>nm_vpn_plugin_set_state ()</h3>
-<pre class="programlisting">void                nm_vpn_plugin_set_state             (<a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin">NMVPNPlugin</a> *plugin,
-                                                         NMVPNServiceState state);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_vpn_plugin_set_state             (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>,
+                                                         <em class="parameter"><code><span class="type">NMVPNServiceState</span> state</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -245,8 +272,8 @@ href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
 <hr>
 <div class="refsect2" title="nm_vpn_plugin_set_login_banner ()">
 <a name="nm-vpn-plugin-set-login-banner"></a><h3>nm_vpn_plugin_set_login_banner ()</h3>
-<pre class="programlisting">void                nm_vpn_plugin_set_login_banner      (<a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin">NMVPNPlugin</a> *plugin,
-                                                         const char *banner);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_vpn_plugin_set_login_banner      (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *banner</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -268,8 +295,8 @@ href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
 <hr>
 <div class="refsect2" title="nm_vpn_plugin_failure ()">
 <a name="nm-vpn-plugin-failure"></a><h3>nm_vpn_plugin_failure ()</h3>
-<pre class="programlisting">void                nm_vpn_plugin_failure               (<a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin">NMVPNPlugin</a> *plugin,
-                                                         NMVPNPluginFailure reason);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_vpn_plugin_failure               (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>,
+                                                         <em class="parameter"><code><span class="type">NMVPNPluginFailure</span> reason</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -291,10 +318,8 @@ href="../dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"
 <hr>
 <div class="refsect2" title="nm_vpn_plugin_set_ip4_config ()">
 <a name="nm-vpn-plugin-set-ip4-config"></a><h3>nm_vpn_plugin_set_ip4_config ()</h3>
-<pre class="programlisting">void                nm_vpn_plugin_set_ip4_config        (<a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin">NMVPNPlugin</a> *plugin,
-                                                         <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a> *ip4_config);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_vpn_plugin_set_ip4_config        (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *ip4_config</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -316,12 +341,8 @@ href="../glib/glib-Hash-Tables.html#GHashTable"
 <hr>
 <div class="refsect2" title="nm_vpn_plugin_disconnect ()">
 <a name="nm-vpn-plugin-disconnect"></a><h3>nm_vpn_plugin_disconnect ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_vpn_plugin_disconnect            (<a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin">NMVPNPlugin</a> *plugin,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **err);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_vpn_plugin_disconnect            (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -349,6 +370,6 @@ href="../glib/glib-Error-Reporting.html#GError"
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-NMVpnPluginUi.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-NMVpnPluginUi.html
new file mode 100644
index 0000000..8e6b4a4
--- /dev/null
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-NMVpnPluginUi.html
@@ -0,0 +1,667 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>NMVpnPluginUi</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="index.html" title="libnm-glib Reference Manual">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="libnm-glib-NMVPNPlugin.html" title="NMVPNPlugin">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
+<tr valign="middle">
+<td><a accesskey="p" href="libnm-glib-NMVPNPlugin.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
+<th width="100%" align="center">libnm-glib Reference Manual</th>
+<td> </td>
+</tr>
+<tr><td colspan="5" class="shortcuts">
+<a href="#libnm-glib-NMVpnPluginUi.synopsis" class="shortcut">Top</a>
+                   | 
+                  <a href="#libnm-glib-NMVpnPluginUi.description" class="shortcut">Description</a>
+</td></tr>
+</table>
+<div class="refentry" title="NMVpnPluginUi">
+<a name="libnm-glib-NMVpnPluginUi"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="libnm-glib-NMVpnPluginUi.top_of_page"></a>NMVpnPluginUi</span></h2>
+<p>NMVpnPluginUi</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv" title="Synopsis">
+<a name="libnm-glib-NMVpnPluginUi.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">                    <a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface">NMVpnPluginUiInterface</a>;
+                    <a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface">NMVpnPluginUiWidgetInterface</a>;
+<a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="returnvalue">NMVpnPluginUiInterface</span></a> * (<a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiFactory" title="NMVpnPluginUiFactory ()">*NMVpnPluginUiFactory</a>)        (<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+<a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="returnvalue">NMVpnPluginUiInterface</span></a> * <a class="link" href="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-factory" title="nm_vpn_plugin_ui_factory ()">nm_vpn_plugin_ui_factory</a>       (<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+#define             <a class="link" href="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-CAPABILITY-NONE:CAPS" title="NM_VPN_PLUGIN_UI_CAPABILITY_NONE">NM_VPN_PLUGIN_UI_CAPABILITY_NONE</a>
+#define             <a class="link" href="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-CAPABILITY-IMPORT:CAPS" title="NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT">NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT</a>
+#define             <a class="link" href="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-CAPABILITY-EXPORT:CAPS" title="NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT">NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT</a>
+#define             <a class="link" href="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-INTERFACE-NAME:CAPS" title="NM_VPN_PLUGIN_UI_INTERFACE_NAME">NM_VPN_PLUGIN_UI_INTERFACE_NAME</a>
+#define             <a class="link" href="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-INTERFACE-DESC:CAPS" title="NM_VPN_PLUGIN_UI_INTERFACE_DESC">NM_VPN_PLUGIN_UI_INTERFACE_DESC</a>
+#define             <a class="link" href="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-INTERFACE-SERVICE:CAPS" title="NM_VPN_PLUGIN_UI_INTERFACE_SERVICE">NM_VPN_PLUGIN_UI_INTERFACE_SERVICE</a>
+enum                <a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterfaceProp" title="enum NMVpnPluginUiInterfaceProp">NMVpnPluginUiInterfaceProp</a>;
+<a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="returnvalue">NMVpnPluginUiWidgetInterface</span></a> * <a class="link" href="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-ui-factory" title="nm_vpn_plugin_ui_interface_ui_factory ()">nm_vpn_plugin_ui_interface_ui_factory</a>
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>,
+                                                         <em class="parameter"><code><a href="../libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-get-capabilities" title="nm_vpn_plugin_ui_interface_get_capabilities ()">nm_vpn_plugin_ui_interface_get_capabilities</a>
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>);
+<a href="../libnm-util/NMConnection.html"><span class="returnvalue">NMConnection</span></a> *      <a class="link" href="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-import" title="nm_vpn_plugin_ui_interface_import ()">nm_vpn_plugin_ui_interface_import</a>   (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-export" title="nm_vpn_plugin_ui_interface_export ()">nm_vpn_plugin_ui_interface_export</a>   (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>,
+                                                         <em class="parameter"><code><a href="../libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+<span class="returnvalue">char</span> *              <a class="link" href="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-get-suggested-name" title="nm_vpn_plugin_ui_interface_get_suggested_name ()">nm_vpn_plugin_ui_interface_get_suggested_name</a>
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>,
+                                                         <em class="parameter"><code><a href="../libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-delete-connection" title="nm_vpn_plugin_ui_interface_delete_connection ()">nm_vpn_plugin_ui_interface_delete_connection</a>
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>,
+                                                         <em class="parameter"><code><a href="../libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+#define             <a class="link" href="libnm-glib-NMVpnPluginUi.html#NM-TYPE-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS" title="NM_TYPE_VPN_PLUGIN_UI_WIDGET_INTERFACE">NM_TYPE_VPN_PLUGIN_UI_WIDGET_INTERFACE</a>
+#define             <a class="link" href="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS" title="NM_VPN_PLUGIN_UI_WIDGET_INTERFACE()">NM_VPN_PLUGIN_UI_WIDGET_INTERFACE</a>   (obj)
+#define             <a class="link" href="libnm-glib-NMVpnPluginUi.html#NM-IS-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS" title="NM_IS_VPN_PLUGIN_UI_WIDGET_INTERFACE()">NM_IS_VPN_PLUGIN_UI_WIDGET_INTERFACE</a>(obj)
+#define             <a class="link" href="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-WIDGET-INTERFACE-GET-INTERFACE:CAPS" title="NM_VPN_PLUGIN_UI_WIDGET_INTERFACE_GET_INTERFACE()">NM_VPN_PLUGIN_UI_WIDGET_INTERFACE_GET_INTERFACE</a>(obj)
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-widget-interface-get-type" title="nm_vpn_plugin_ui_widget_interface_get_type ()">nm_vpn_plugin_ui_widget_interface_get_type</a>
+                                                        (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           <a class="link" href="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-widget-interface-get-widget" title="nm_vpn_plugin_ui_widget_interface_get_widget ()">nm_vpn_plugin_ui_widget_interface_get_widget</a>
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="type">NMVpnPluginUiWidgetInterface</span></a> *iface</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-widget-interface-update-connection" title="nm_vpn_plugin_ui_widget_interface_update_connection ()">nm_vpn_plugin_ui_widget_interface_update_connection</a>
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="type">NMVpnPluginUiWidgetInterface</span></a> *iface</code></em>,
+                                                         <em class="parameter"><code><a href="../libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-widget-interface-save-secrets" title="nm_vpn_plugin_ui_widget_interface_save_secrets ()">nm_vpn_plugin_ui_widget_interface_save_secrets</a>
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="type">NMVpnPluginUiWidgetInterface</span></a> *iface</code></em>,
+                                                         <em class="parameter"><code><a href="../libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+</pre>
+</div>
+<div class="refsect1" title="Description">
+<a name="libnm-glib-NMVpnPluginUi.description"></a><h2>Description</h2>
+<p>
+</p>
+</div>
+<div class="refsect1" title="Details">
+<a name="libnm-glib-NMVpnPluginUi.details"></a><h2>Details</h2>
+<div class="refsect2" title="NMVpnPluginUiInterface">
+<a name="NMVpnPluginUiInterface"></a><h3>NMVpnPluginUiInterface</h3>
+<pre class="programlisting">typedef struct {
+	GTypeInterface g_iface;
+
+	/* Plugin's factory function that returns a GObject that implements
+	 * NMVpnPluginUiWidgetInterface, pre-filled with values from 'connection'
+	 * if non-NULL.
+	 */
+	NMVpnPluginUiWidgetInterface * (*ui_factory) (NMVpnPluginUiInterface *iface,
+	                                              NMConnection *connection,
+	                                              GError **error);
+
+	/* Plugin's capabiltity function that returns a bitmask of capabilities
+	 * described by NM_VPN_PLUGIN_UI_CAPABILITY_* defines.
+	 */
+	guint32 (*get_capabilities) (NMVpnPluginUiInterface *iface);
+
+	/* Try to import a connection from the specified path.  On success, return a
+	 * partial NMConnection object.  On error, return NULL and set 'error' with
+	 * additional information.  Note that 'error' can be NULL, in which case no
+	 * additional error information should be provided.
+	 */
+	NMConnection * (*import_from_file) (NMVpnPluginUiInterface *iface,
+	                                    const char *path,
+	                                    GError **error);
+
+	/* Export the given connection to the specified path.  Return TRUE on success.
+	 * On error, return FALSE and set 'error' with additional error information.
+	 * Note that 'error' can be NULL, in which case no additional error information
+	 * should be provided.
+	 */
+	gboolean (*export_to_file) (NMVpnPluginUiInterface *iface,
+	                            const char *path,
+	                            NMConnection *connection,
+	                            GError **error);
+
+	/* For a given connection, return a suggested file name.  Returned value should
+	 * be NULL or a suggested file name allocated via g_malloc/g_new/etc to be freed
+	 * by the caller.
+	 */
+	char * (*get_suggested_name) (NMVpnPluginUiInterface *iface, NMConnection *connection);
+
+	/* Called when the user has chosen to remove the connection (for user
+	 * connections only; system connections are handled by the system
+	 * settings service).  Should clear out any VPN-specific secrets or data
+	 * related to the connection.
+	 */
+	gboolean (*delete_connection) (NMVpnPluginUiInterface *iface, NMConnection *connection, GError **error);
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMVpnPluginUiInterface;
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NMVpnPluginUiWidgetInterface">
+<a name="NMVpnPluginUiWidgetInterface"></a><h3>NMVpnPluginUiWidgetInterface</h3>
+<pre class="programlisting">typedef struct {
+	GTypeInterface g_iface;
+
+	/* Return the GtkWidget for the VPN's UI */
+	GObject * (*get_widget) (NMVpnPluginUiWidgetInterface *iface);
+
+	/* Called to save the user-entered options to the connection object.  Should
+	 * return FALSE and set 'error' if the current options are invalid.  'error'
+	 * should contain enough information for the plugin to determine which UI
+	 * widget is invalid at a later point in time.  For example, creating unique
+	 * error codes for what error occurred and populating the message field
+	 * of 'error' with the name of the invalid property.
+	 */
+	gboolean (*update_connection) (NMVpnPluginUiWidgetInterface *iface,
+	                               NMConnection *connection,
+	                               GError **error);
+
+	/* Called when the user has chosen to save the connection (for user
+	 * connections only; system connections are handled by the system
+	 * settings service).  Should save VPN-specific connection secrets in
+	 * a way that the auth-dialog can read them.
+	 */
+	gboolean (*save_secrets) (NMVpnPluginUiWidgetInterface *iface,
+	                          NMConnection *connection,
+	                          GError **error);
+
+	/* Emitted when the value of a UI widget changes.  May trigger a validity
+	 * check via update_connection() to write values to the connection */
+	void (*changed) (NMVpnPluginUiWidgetInterface *iface);
+} NMVpnPluginUiWidgetInterface;
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NMVpnPluginUiFactory ()">
+<a name="NMVpnPluginUiFactory"></a><h3>NMVpnPluginUiFactory ()</h3>
+<pre class="programlisting"><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="returnvalue">NMVpnPluginUiInterface</span></a> * (*NMVpnPluginUiFactory)        (<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_vpn_plugin_ui_factory ()">
+<a name="nm-vpn-plugin-ui-factory"></a><h3>nm_vpn_plugin_ui_factory ()</h3>
+<pre class="programlisting"><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="returnvalue">NMVpnPluginUiInterface</span></a> * nm_vpn_plugin_ui_factory       (<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="NM_VPN_PLUGIN_UI_CAPABILITY_NONE">
+<a name="NM-VPN-PLUGIN-UI-CAPABILITY-NONE:CAPS"></a><h3>NM_VPN_PLUGIN_UI_CAPABILITY_NONE</h3>
+<pre class="programlisting">#define NM_VPN_PLUGIN_UI_CAPABILITY_NONE     0x00
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT">
+<a name="NM-VPN-PLUGIN-UI-CAPABILITY-IMPORT:CAPS"></a><h3>NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT</h3>
+<pre class="programlisting">#define NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT   0x01
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT">
+<a name="NM-VPN-PLUGIN-UI-CAPABILITY-EXPORT:CAPS"></a><h3>NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT</h3>
+<pre class="programlisting">#define NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT   0x02
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NM_VPN_PLUGIN_UI_INTERFACE_NAME">
+<a name="NM-VPN-PLUGIN-UI-INTERFACE-NAME:CAPS"></a><h3>NM_VPN_PLUGIN_UI_INTERFACE_NAME</h3>
+<pre class="programlisting">#define NM_VPN_PLUGIN_UI_INTERFACE_NAME "name"
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NM_VPN_PLUGIN_UI_INTERFACE_DESC">
+<a name="NM-VPN-PLUGIN-UI-INTERFACE-DESC:CAPS"></a><h3>NM_VPN_PLUGIN_UI_INTERFACE_DESC</h3>
+<pre class="programlisting">#define NM_VPN_PLUGIN_UI_INTERFACE_DESC "desc"
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NM_VPN_PLUGIN_UI_INTERFACE_SERVICE">
+<a name="NM-VPN-PLUGIN-UI-INTERFACE-SERVICE:CAPS"></a><h3>NM_VPN_PLUGIN_UI_INTERFACE_SERVICE</h3>
+<pre class="programlisting">#define NM_VPN_PLUGIN_UI_INTERFACE_SERVICE "service"
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="enum NMVpnPluginUiInterfaceProp">
+<a name="NMVpnPluginUiInterfaceProp"></a><h3>enum NMVpnPluginUiInterfaceProp</h3>
+<pre class="programlisting">typedef enum {
+	NM_VPN_PLUGIN_UI_INTERFACE_PROP_FIRST = 0x1000,
+
+	NM_VPN_PLUGIN_UI_INTERFACE_PROP_NAME = NM_VPN_PLUGIN_UI_INTERFACE_PROP_FIRST,
+	NM_VPN_PLUGIN_UI_INTERFACE_PROP_DESC,
+	NM_VPN_PLUGIN_UI_INTERFACE_PROP_SERVICE
+} NMVpnPluginUiInterfaceProp;
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="nm_vpn_plugin_ui_interface_ui_factory ()">
+<a name="nm-vpn-plugin-ui-interface-ui-factory"></a><h3>nm_vpn_plugin_ui_interface_ui_factory ()</h3>
+<pre class="programlisting"><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="returnvalue">NMVpnPluginUiWidgetInterface</span></a> * nm_vpn_plugin_ui_interface_ui_factory
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>,
+                                                         <em class="parameter"><code><a href="../libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>iface</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_vpn_plugin_ui_interface_get_capabilities ()">
+<a name="nm-vpn-plugin-ui-interface-get-capabilities"></a><h3>nm_vpn_plugin_ui_interface_get_capabilities ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_vpn_plugin_ui_interface_get_capabilities
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>iface</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_vpn_plugin_ui_interface_import ()">
+<a name="nm-vpn-plugin-ui-interface-import"></a><h3>nm_vpn_plugin_ui_interface_import ()</h3>
+<pre class="programlisting"><a href="../libnm-util/NMConnection.html"><span class="returnvalue">NMConnection</span></a> *      nm_vpn_plugin_ui_interface_import   (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>iface</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_vpn_plugin_ui_interface_export ()">
+<a name="nm-vpn-plugin-ui-interface-export"></a><h3>nm_vpn_plugin_ui_interface_export ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_vpn_plugin_ui_interface_export   (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>,
+                                                         <em class="parameter"><code><a href="../libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>iface</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_vpn_plugin_ui_interface_get_suggested_name ()">
+<a name="nm-vpn-plugin-ui-interface-get-suggested-name"></a><h3>nm_vpn_plugin_ui_interface_get_suggested_name ()</h3>
+<pre class="programlisting"><span class="returnvalue">char</span> *              nm_vpn_plugin_ui_interface_get_suggested_name
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>,
+                                                         <em class="parameter"><code><a href="../libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>iface</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_vpn_plugin_ui_interface_delete_connection ()">
+<a name="nm-vpn-plugin-ui-interface-delete-connection"></a><h3>nm_vpn_plugin_ui_interface_delete_connection ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_vpn_plugin_ui_interface_delete_connection
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>,
+                                                         <em class="parameter"><code><a href="../libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>iface</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="NM_TYPE_VPN_PLUGIN_UI_WIDGET_INTERFACE">
+<a name="NM-TYPE-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS"></a><h3>NM_TYPE_VPN_PLUGIN_UI_WIDGET_INTERFACE</h3>
+<pre class="programlisting">#define NM_TYPE_VPN_PLUGIN_UI_WIDGET_INTERFACE      (nm_vpn_plugin_ui_widget_interface_get_type ())
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NM_VPN_PLUGIN_UI_WIDGET_INTERFACE()">
+<a name="NM-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS"></a><h3>NM_VPN_PLUGIN_UI_WIDGET_INTERFACE()</h3>
+<pre class="programlisting">#define NM_VPN_PLUGIN_UI_WIDGET_INTERFACE(obj)      (G_TYPE_CHECK_INSTANCE_CAST ((obj), NM_TYPE_VPN_PLUGIN_UI_WIDGET_INTERFACE, NMVpnPluginUiWidgetInterface))
+</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><em class="parameter"><code>obj</code></em> :</span></p></td>
+<td>
+</td>
+</tr></tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="NM_IS_VPN_PLUGIN_UI_WIDGET_INTERFACE()">
+<a name="NM-IS-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS"></a><h3>NM_IS_VPN_PLUGIN_UI_WIDGET_INTERFACE()</h3>
+<pre class="programlisting">#define NM_IS_VPN_PLUGIN_UI_WIDGET_INTERFACE(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), NM_TYPE_VPN_PLUGIN_UI_WIDGET_INTERFACE))
+</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><em class="parameter"><code>obj</code></em> :</span></p></td>
+<td>
+</td>
+</tr></tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="NM_VPN_PLUGIN_UI_WIDGET_INTERFACE_GET_INTERFACE()">
+<a name="NM-VPN-PLUGIN-UI-WIDGET-INTERFACE-GET-INTERFACE:CAPS"></a><h3>NM_VPN_PLUGIN_UI_WIDGET_INTERFACE_GET_INTERFACE()</h3>
+<pre class="programlisting">#define NM_VPN_PLUGIN_UI_WIDGET_INTERFACE_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), NM_TYPE_VPN_PLUGIN_UI_WIDGET_INTERFACE, NMVpnPluginUiWidgetInterface))
+</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><em class="parameter"><code>obj</code></em> :</span></p></td>
+<td>
+</td>
+</tr></tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_vpn_plugin_ui_widget_interface_get_type ()">
+<a name="nm-vpn-plugin-ui-widget-interface-get-type"></a><h3>nm_vpn_plugin_ui_widget_interface_get_type ()</h3>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_vpn_plugin_ui_widget_interface_get_type
+                                                        (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr></tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_vpn_plugin_ui_widget_interface_get_widget ()">
+<a name="nm-vpn-plugin-ui-widget-interface-get-widget"></a><h3>nm_vpn_plugin_ui_widget_interface_get_widget ()</h3>
+<pre class="programlisting"><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           nm_vpn_plugin_ui_widget_interface_get_widget
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="type">NMVpnPluginUiWidgetInterface</span></a> *iface</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>iface</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_vpn_plugin_ui_widget_interface_update_connection ()">
+<a name="nm-vpn-plugin-ui-widget-interface-update-connection"></a><h3>nm_vpn_plugin_ui_widget_interface_update_connection ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_vpn_plugin_ui_widget_interface_update_connection
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="type">NMVpnPluginUiWidgetInterface</span></a> *iface</code></em>,
+                                                         <em class="parameter"><code><a href="../libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>iface</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_vpn_plugin_ui_widget_interface_save_secrets ()">
+<a name="nm-vpn-plugin-ui-widget-interface-save-secrets"></a><h3>nm_vpn_plugin_ui_widget_interface_save_secrets ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_vpn_plugin_ui_widget_interface_save_secrets
+                                                        (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="type">NMVpnPluginUiWidgetInterface</span></a> *iface</code></em>,
+                                                         <em class="parameter"><code><a href="../libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>iface</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.15</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-nm-types.html b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-nm-types.html
index c31ce00..a78f09c 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-nm-types.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/libnm-glib-nm-types.html
@@ -3,27 +3,27 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>nm-types</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="index.html" title="libnm-glib Reference Manual">
-<link rel="up" href="ch01.html" title="[Insert title here]">
-<link rel="prev" href="libnm-glib-nm-vpn-plugin-ui-interface.html" title="nm-vpn-plugin-ui-interface">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<link rel="up" href="ch01.html" title="libnm-glib Objects">
+<link rel="prev" href="libnm-glib-NMSettingsSystem.html" title="NMSettingsSystem">
+<link rel="next" href="NMVPNConnection.html" title="NMVPNConnection">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="[Insert title here]">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 <tr valign="middle">
-<td><a accesskey="p" href="libnm-glib-nm-vpn-plugin-ui-interface.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="p" href="libnm-glib-NMSettingsSystem.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 <th width="100%" align="center">libnm-glib Reference Manual</th>
-<td> </td>
+<td><a accesskey="n" href="NMVPNConnection.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#libnm-glib-nm-types.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#libnm-glib-nm-types.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#libnm-glib-nm-types.description" class="shortcut">Description</a>
 </td></tr>
 </table>
 <div class="refentry" title="nm-types">
@@ -37,36 +37,21 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="libnm-glib-nm-types.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-#define             <a class="link" href="libnm-glib-nm-types.html#NM-TYPE-SSID--CAPS" title="NM_TYPE_SSID">NM_TYPE_SSID</a>
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a class="link" href="libnm-glib-nm-types.html#nm-ssid-get-type" title="nm_ssid_get_type ()">nm_ssid_get_type</a>                    (void);
-#define             <a class="link" href="libnm-glib-nm-types.html#NM-TYPE-UINT-ARRAY--CAPS" title="NM_TYPE_UINT_ARRAY">NM_TYPE_UINT_ARRAY</a>
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a class="link" href="libnm-glib-nm-types.html#nm-uint-array-get-type" title="nm_uint_array_get_type ()">nm_uint_array_get_type</a>              (void);
-#define             <a class="link" href="libnm-glib-nm-types.html#NM-TYPE-STRING-ARRAY--CAPS" title="NM_TYPE_STRING_ARRAY">NM_TYPE_STRING_ARRAY</a>
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a class="link" href="libnm-glib-nm-types.html#nm-string-array-get-type" title="nm_string_array_get_type ()">nm_string_array_get_type</a>            (void);
-#define             <a class="link" href="libnm-glib-nm-types.html#NM-TYPE-OBJECT-ARRAY--CAPS" title="NM_TYPE_OBJECT_ARRAY">NM_TYPE_OBJECT_ARRAY</a>
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a class="link" href="libnm-glib-nm-types.html#nm-object-array-get-type" title="nm_object_array_get_type ()">nm_object_array_get_type</a>            (void);
-#define             <a class="link" href="libnm-glib-nm-types.html#NM-TYPE-IP6-ADDRESS-OBJECT-ARRAY--CAPS" title="NM_TYPE_IP6_ADDRESS_OBJECT_ARRAY">NM_TYPE_IP6_ADDRESS_OBJECT_ARRAY</a>
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a class="link" href="libnm-glib-nm-types.html#nm-ip6-address-object-array-get-type" title="nm_ip6_address_object_array_get_type ()">nm_ip6_address_object_array_get_type</a>
-                                                        (void);
-#define             <a class="link" href="libnm-glib-nm-types.html#NM-TYPE-IP6-ADDRESS-ARRAY--CAPS" title="NM_TYPE_IP6_ADDRESS_ARRAY">NM_TYPE_IP6_ADDRESS_ARRAY</a>
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a class="link" href="libnm-glib-nm-types.html#nm-ip6-address-array-get-type" title="nm_ip6_address_array_get_type ()">nm_ip6_address_array_get_type</a>       (void);
-#define             <a class="link" href="libnm-glib-nm-types.html#NM-TYPE-IP6-ROUTE-OBJECT-ARRAY--CAPS" title="NM_TYPE_IP6_ROUTE_OBJECT_ARRAY">NM_TYPE_IP6_ROUTE_OBJECT_ARRAY</a>
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a class="link" href="libnm-glib-nm-types.html#nm-ip6-route-object-array-get-type" title="nm_ip6_route_object_array_get_type ()">nm_ip6_route_object_array_get_type</a>  (void);
+<pre class="synopsis">#define             <a class="link" href="libnm-glib-nm-types.html#NM-TYPE-SSID:CAPS" title="NM_TYPE_SSID">NM_TYPE_SSID</a>
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="libnm-glib-nm-types.html#nm-ssid-get-type" title="nm_ssid_get_type ()">nm_ssid_get_type</a>                    (<em class="parameter"><code><span class="type">void</span></code></em>);
+#define             <a class="link" href="libnm-glib-nm-types.html#NM-TYPE-UINT-ARRAY:CAPS" title="NM_TYPE_UINT_ARRAY">NM_TYPE_UINT_ARRAY</a>
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="libnm-glib-nm-types.html#nm-uint-array-get-type" title="nm_uint_array_get_type ()">nm_uint_array_get_type</a>              (<em class="parameter"><code><span class="type">void</span></code></em>);
+#define             <a class="link" href="libnm-glib-nm-types.html#NM-TYPE-STRING-ARRAY:CAPS" title="NM_TYPE_STRING_ARRAY">NM_TYPE_STRING_ARRAY</a>
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="libnm-glib-nm-types.html#nm-string-array-get-type" title="nm_string_array_get_type ()">nm_string_array_get_type</a>            (<em class="parameter"><code><span class="type">void</span></code></em>);
+#define             <a class="link" href="libnm-glib-nm-types.html#NM-TYPE-OBJECT-ARRAY:CAPS" title="NM_TYPE_OBJECT_ARRAY">NM_TYPE_OBJECT_ARRAY</a>
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="libnm-glib-nm-types.html#nm-object-array-get-type" title="nm_object_array_get_type ()">nm_object_array_get_type</a>            (<em class="parameter"><code><span class="type">void</span></code></em>);
+#define             <a class="link" href="libnm-glib-nm-types.html#NM-TYPE-IP6-ADDRESS-OBJECT-ARRAY:CAPS" title="NM_TYPE_IP6_ADDRESS_OBJECT_ARRAY">NM_TYPE_IP6_ADDRESS_OBJECT_ARRAY</a>
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="libnm-glib-nm-types.html#nm-ip6-address-object-array-get-type" title="nm_ip6_address_object_array_get_type ()">nm_ip6_address_object_array_get_type</a>
+                                                        (<em class="parameter"><code><span class="type">void</span></code></em>);
+#define             <a class="link" href="libnm-glib-nm-types.html#NM-TYPE-IP6-ADDRESS-ARRAY:CAPS" title="NM_TYPE_IP6_ADDRESS_ARRAY">NM_TYPE_IP6_ADDRESS_ARRAY</a>
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="libnm-glib-nm-types.html#nm-ip6-address-array-get-type" title="nm_ip6_address_array_get_type ()">nm_ip6_address_array_get_type</a>       (<em class="parameter"><code><span class="type">void</span></code></em>);
+#define             <a class="link" href="libnm-glib-nm-types.html#NM-TYPE-IP6-ROUTE-OBJECT-ARRAY:CAPS" title="NM_TYPE_IP6_ROUTE_OBJECT_ARRAY">NM_TYPE_IP6_ROUTE_OBJECT_ARRAY</a>
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="libnm-glib-nm-types.html#nm-ip6-route-object-array-get-type" title="nm_ip6_route_object_array_get_type ()">nm_ip6_route_object_array_get_type</a>  (<em class="parameter"><code><span class="type">void</span></code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Description">
@@ -77,7 +62,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 <div class="refsect1" title="Details">
 <a name="libnm-glib-nm-types.details"></a><h2>Details</h2>
 <div class="refsect2" title="NM_TYPE_SSID">
-<a name="NM-TYPE-SSID--CAPS"></a><h3>NM_TYPE_SSID</h3>
+<a name="NM-TYPE-SSID:CAPS"></a><h3>NM_TYPE_SSID</h3>
 <pre class="programlisting">#define NM_TYPE_SSID  (nm_ssid_get_type ())
 </pre>
 <p>
@@ -86,9 +71,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_ssid_get_type ()">
 <a name="nm-ssid-get-type"></a><h3>nm_ssid_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_ssid_get_type                    (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_ssid_get_type                    (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -102,7 +85,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_UINT_ARRAY">
-<a name="NM-TYPE-UINT-ARRAY--CAPS"></a><h3>NM_TYPE_UINT_ARRAY</h3>
+<a name="NM-TYPE-UINT-ARRAY:CAPS"></a><h3>NM_TYPE_UINT_ARRAY</h3>
 <pre class="programlisting">#define NM_TYPE_UINT_ARRAY  (nm_uint_array_get_type ())
 </pre>
 <p>
@@ -111,9 +94,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_uint_array_get_type ()">
 <a name="nm-uint-array-get-type"></a><h3>nm_uint_array_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_uint_array_get_type              (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_uint_array_get_type              (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -127,7 +108,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_STRING_ARRAY">
-<a name="NM-TYPE-STRING-ARRAY--CAPS"></a><h3>NM_TYPE_STRING_ARRAY</h3>
+<a name="NM-TYPE-STRING-ARRAY:CAPS"></a><h3>NM_TYPE_STRING_ARRAY</h3>
 <pre class="programlisting">#define NM_TYPE_STRING_ARRAY  (nm_string_array_get_type ())
 </pre>
 <p>
@@ -136,9 +117,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_string_array_get_type ()">
 <a name="nm-string-array-get-type"></a><h3>nm_string_array_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_string_array_get_type            (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_string_array_get_type            (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -152,7 +131,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_OBJECT_ARRAY">
-<a name="NM-TYPE-OBJECT-ARRAY--CAPS"></a><h3>NM_TYPE_OBJECT_ARRAY</h3>
+<a name="NM-TYPE-OBJECT-ARRAY:CAPS"></a><h3>NM_TYPE_OBJECT_ARRAY</h3>
 <pre class="programlisting">#define NM_TYPE_OBJECT_ARRAY  (nm_object_array_get_type ())
 </pre>
 <p>
@@ -161,9 +140,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_object_array_get_type ()">
 <a name="nm-object-array-get-type"></a><h3>nm_object_array_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_object_array_get_type            (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_object_array_get_type            (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -177,7 +154,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_IP6_ADDRESS_OBJECT_ARRAY">
-<a name="NM-TYPE-IP6-ADDRESS-OBJECT-ARRAY--CAPS"></a><h3>NM_TYPE_IP6_ADDRESS_OBJECT_ARRAY</h3>
+<a name="NM-TYPE-IP6-ADDRESS-OBJECT-ARRAY:CAPS"></a><h3>NM_TYPE_IP6_ADDRESS_OBJECT_ARRAY</h3>
 <pre class="programlisting">#define NM_TYPE_IP6_ADDRESS_OBJECT_ARRAY  (nm_ip6_address_object_array_get_type ())
 </pre>
 <p>
@@ -186,10 +163,8 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_ip6_address_object_array_get_type ()">
 <a name="nm-ip6-address-object-array-get-type"></a><h3>nm_ip6_address_object_array_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_ip6_address_object_array_get_type
-                                                        (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_ip6_address_object_array_get_type
+                                                        (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -203,7 +178,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_IP6_ADDRESS_ARRAY">
-<a name="NM-TYPE-IP6-ADDRESS-ARRAY--CAPS"></a><h3>NM_TYPE_IP6_ADDRESS_ARRAY</h3>
+<a name="NM-TYPE-IP6-ADDRESS-ARRAY:CAPS"></a><h3>NM_TYPE_IP6_ADDRESS_ARRAY</h3>
 <pre class="programlisting">#define NM_TYPE_IP6_ADDRESS_ARRAY  (nm_ip6_address_array_get_type ())
 </pre>
 <p>
@@ -212,9 +187,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_ip6_address_array_get_type ()">
 <a name="nm-ip6-address-array-get-type"></a><h3>nm_ip6_address_array_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_ip6_address_array_get_type       (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_ip6_address_array_get_type       (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -228,7 +201,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_IP6_ROUTE_OBJECT_ARRAY">
-<a name="NM-TYPE-IP6-ROUTE-OBJECT-ARRAY--CAPS"></a><h3>NM_TYPE_IP6_ROUTE_OBJECT_ARRAY</h3>
+<a name="NM-TYPE-IP6-ROUTE-OBJECT-ARRAY:CAPS"></a><h3>NM_TYPE_IP6_ROUTE_OBJECT_ARRAY</h3>
 <pre class="programlisting">#define NM_TYPE_IP6_ROUTE_OBJECT_ARRAY  (nm_ip6_route_object_array_get_type ())
 </pre>
 <p>
@@ -237,9 +210,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_ip6_route_object_array_get_type ()">
 <a name="nm-ip6-route-object-array-get-type"></a><h3>nm_ip6_route_object_array_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_ip6_route_object_array_get_type  (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_ip6_route_object_array_get_type  (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -255,6 +226,6 @@ href="../gobject/gobject-Type-Information.html#GType"
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/style.css b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/style.css
index bb44c28..d544a2c 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-glib/08/style.css
+++ b/projects.gnome.org/NetworkManager/developers/libnm-glib/08/style.css
@@ -1,13 +1,15 @@
 .synopsis, .classsynopsis
 {
-  background: #eeeeee;
-  border: solid 1px #aaaaaa;
+  /* tango:aluminium 1/2 */
+  background: #eeeeec;
+  border: solid 1px #d3d7cf;
   padding: 0.5em;
 }
 .programlisting
 {
-  background: #eeeeff;
-  border: solid 1px #aaaaff;
+  /* tango:sky blue 0/1 */
+  background: #e6f3ff;
+  border: solid 1px #729fcf;
   padding: 0.5em;
 }
 .variablelist
@@ -20,64 +22,63 @@
   vertical-align: top;
 }
 
-/* this is needed so that the local anchors are displayed below the naviagtion */
 @media screen {
   sup a.footnote
   {
     position: relative;
     top: 0em ! important;
+    
   }
-  div.refnamediv a[name], div.refsect1 a[name]
+  /* this is needed so that the local anchors are displayed below the naviagtion */
+  div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
   {
     position: relative;
-    top: -4.5em;
+    padding-top:4.5em;
   }
+  /* this seems to be a bug in the xsl style sheets when generating indexes */
+  div.index div.index
+  {
+    top: 0em;
+  }
+  /* make space for the fixed navigation bar and add space at the bottom so that
+   * link targets appear somewhat close to top
+   */
+  body
+  {
+    padding-top: 3.2em;
+    padding-bottom: 20em;
+  }
+  /* style and size the navigation bar */
   table.navigation#top
   {
-    background: #ffeeee;
-    border: solid 1px #ffaaaa;
+    position: fixed;
+    /* tango:scarlet red 0/1 */
+    background: #ffe6e6;
+    border: solid 1px #ef2929;
     margin-top: 0;
     margin-bottom: 0;
-    position: fixed;
     top: 0;
     left: 0;
-    height: 2em;
-    z-index: 1;
+    height: 3em;
+    z-index: 10;
   }
-  .navigation a
+  .navigation a, .navigation a:visited
   {
-    color: #770000;
+    /* tango:scarlet red 3 */
+    color: #a40000;
   }
-  .navigation a:visited
+  .navigation a:hover
   {
-    color: #550000;
+    /* tango:scarlet red 1 */
+    color: #ef2929;
   }
   td.shortcuts
   {
-    color: #770000;
+    /* tango:scarlet red 1 */
+    color: #ef2929;
     font-size: 80%;
     white-space: nowrap;
   }
-  div.refentry, div.chapter, div.reference, div.part, div.book, div.glossary, div.sect1, div.appendix, div.preface
-  {
-    position: relative;
-    top: 3em;
-    z-index: 0;
-  }
-  div.glossary, div.index
-  {
-    position: relative;
-    top: 2em;
-    z-index: 0;
-  }
-  div.refnamediv
-  {
-    margin-top: 2em;
-  }
-  body
-  {
-    padding-bottom: 20em;
-  }
 }
 @media print {
   table.navigation {
@@ -87,13 +88,14 @@
   div.titlepage table.navigation {
     visibility: visible;
     display: table;
-    background: #ffeeee;
-    border: solid 1px #ffaaaa;
+    /* tango:scarlet red 0/1 */
+    background: #ffe6e6;
+    border: solid 1px #ef2929;
     margin-top: 0;
     margin-bottom: 0;
     top: 0;
     left: 0;
-    height: 2em;
+    height: 3em;
   }
 }
 
@@ -102,7 +104,6 @@
   font-size: 200%;
 }
 
-
 div.gallery-float
 {
   float: left;
@@ -116,44 +117,48 @@ div.gallery-spacer
 {
   clear: both;
 }
-a
+
+a, a:visited
 {
   text-decoration: none;
+  /* tango:sky blue 2 */
+  color: #3465a4;
 }
 a:hover
 {
   text-decoration: underline;
-  color: #FF0000;
+  /* tango:sky blue 1 */
+  color: #729fcf;
 }
 
 div.table table
 {
   border-collapse: collapse;
   border-spacing: 0px;
-  border-style: solid;
-  border-color: #777777;
-  border-width: 1px;
+  /* tango:aluminium 3 */
+  border: solid 1px #babdb6;
 }
 
 div.table table td, div.table table th
 {
-  border-style: solid;
-  border-color: #777777;
-  border-width: 1px;
+  /* tango:aluminium 3 */
+  border: solid 1px #babdb6;
   padding: 3px;
   vertical-align: top;
 }
 
 div.table table th
 {
-  background-color: #eeeeee;
+  /* tango:aluminium 2 */
+  background-color: #d3d7cf;
 }
 
 hr
 {
-  color: #777777;
-  background: #777777;
-  border: 0;
+  /* tango:aluminium 3 */
+  color: #babdb6;
+  background: #babdb6;
+  border: none 0px;
   height: 1px;
   clear: both;
 }
@@ -161,7 +166,100 @@ hr
 .footer
 {
   padding-top: 3.5em;
-  color: #777777;
+  /* tango:aluminium 3 */
+  color: #babdb6;
   text-align: center;
   font-size: 80%;
 }
+
+.warning
+{
+  /* tango:orange 0/1 */
+  background: #ffeed9;
+  border-color: #ffb04f;
+}
+.note
+{
+  /* tango:chameleon 0/0.5 */
+  background: #d8ffb2;
+  border-color: #abf562;
+}
+.note, .warning
+{
+  padding: 0.5em;
+  border-width: 1px;
+  border-style: solid;
+}
+.note h3, .warning h3
+{
+  margin-top: 0.0em
+}
+.note p, .warning p
+{
+  margin-bottom: 0.0em
+}
+
+/* blob links */
+h2 .extralinks, h3 .extralinks
+{
+  float: right;
+  /* tango:aluminium 3 */
+  color: #babdb6;
+  font-size: 80%;
+  font-weight: normal;
+}
+
+.annotation
+{
+  /* tango:aluminium 5 */
+  color: #555753;
+  font-size: 80%;
+  font-weight: normal;
+}
+
+/* code listings */
+
+.listing_code .programlisting .cbracket   { color: #a40000; } /* tango: scarlet red 3 */
+.listing_code .programlisting .comment    { color: #a1a39d; } /* tango: aluminium 4 */
+.listing_code .programlisting .function   { color: #000000; font-weight: bold; }
+.listing_code .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
+.listing_code .programlisting .keyword    { color: #4e9a06; } /* tango: chameleon 3  */
+.listing_code .programlisting .linenum    { color: #babdb6; } /* tango: aluminium 3 */
+.listing_code .programlisting .normal     { color: #000000; }
+.listing_code .programlisting .number     { color: #75507b; } /* tango: plum 2 */
+.listing_code .programlisting .preproc    { color: #204a87; } /* tango: sky blue 3  */
+.listing_code .programlisting .string     { color: #c17d11; } /* tango: chocolate 2 */
+.listing_code .programlisting .type       { color: #000000; }
+.listing_code .programlisting .type a     { color: #11326b; } /* tango: sky blue 4 */
+.listing_code .programlisting .symbol     { color: #ce5c00; } /* tango: orange 3 */
+
+.listing_frame {
+  /* tango:sky blue 1 */
+  border: solid 1px #729fcf;
+  padding: 0px;
+}
+
+.listing_lines, .listing_code {
+  margin-top: 0px;
+  margin-bottom: 0px;
+  padding: 0.5em;
+}
+.listing_lines {
+  /* tango:sky blue 0.5 */
+  background: #a6c5e3;
+  /* tango:aluminium 6 */
+  color: #2e3436;
+}
+.listing_code {
+  /* tango:sky blue 0 */
+  background: #e6f3ff;
+}
+.listing_code .programlisting {
+  /* override from previous */
+  border: none 0px;
+  padding: 0px;
+}
+.listing_lines pre, .listing_code pre {
+  margin: 0px;
+}
+
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/Makefile.am b/projects.gnome.org/NetworkManager/developers/libnm-util/08/Makefile.am
index 1efdb7c..da22e04 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/Makefile.am
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/Makefile.am
@@ -5,7 +5,8 @@ SUBDIRS=
 urlpath = /NetworkManager/developers/libnm-util/08
 
 page_SCRIPTS=\
-	api-index-full.html\
+	api-index-full.html \
+	annotation-glossary.html \
 	ch01.html \
 	home.png \
 	index.html \
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMConnection.html b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMConnection.html
index 44c771d..afbc3d1 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMConnection.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMConnection.html
@@ -3,16 +3,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMConnection</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.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="ch01.html" title="libnm-util API Reference">
 <link rel="next" href="NMSetting.html" title="NMSetting">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="libnm-util API Reference">
-<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
-<link rel="index" href="api-index-full.html" title="API Index">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@@ -25,14 +22,14 @@
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMConnection.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMConnection.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMConnection.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMConnection.properties" class="shortcut">Properties</a>
-                 | 
-                <a href="#NMConnection.signals" class="shortcut">Signals</a>
+                   | 
+                  <a href="#NMConnection.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMConnection.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMConnection.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMConnection.signals" class="shortcut">Signals</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMConnection">
@@ -47,302 +44,111 @@
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMConnection.synopsis"></a><h2>Synopsis</h2>
 <pre class="synopsis">
-
 #include &lt;nm-connection.h&gt;
 
-enum                <a
-href="../libnm-util/NMConnection.html#NMConnectionScope"
->NMConnectionScope</a>;
-enum                <a
-href="../libnm-util/NMConnection.html#NMConnectionError"
->NMConnectionError</a>;
-#define             <a
-href="../libnm-util/NMConnection.html#NM-TYPE-CONNECTION-ERROR--CAPS"
->NM_TYPE_CONNECTION_ERROR</a>
-#define             <a
-href="../libnm-util/NMConnection.html#NM-CONNECTION-ERROR--CAPS"
->NM_CONNECTION_ERROR</a>
-<a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              <a
-href="../libnm-util/NMConnection.html#nm-connection-error-quark"
->nm_connection_error_quark</a>           (void);
-#define             <a
-href="../libnm-util/NMConnection.html#NM-CONNECTION-SCOPE--CAPS"
->NM_CONNECTION_SCOPE</a>
-#define             <a
-href="../libnm-util/NMConnection.html#NM-CONNECTION-PATH--CAPS"
->NM_CONNECTION_PATH</a>
-                    <a
-href="../libnm-util/NMConnection.html#NMConnection-struct"
->NMConnection</a>;
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a
-href="../libnm-util/NMConnection.html#nm-connection-get-type"
->nm_connection_get_type</a>              (void);
-<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *      <a
-href="../libnm-util/NMConnection.html#nm-connection-new"
->nm_connection_new</a>                   (void);
-<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *      <a
-href="../libnm-util/NMConnection.html#nm-connection-new-from-hash"
->nm_connection_new_from_hash</a>         (<a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a> *hash,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);
-<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *      <a
-href="../libnm-util/NMConnection.html#nm-connection-duplicate"
->nm_connection_duplicate</a>             (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection);
-void                <a
-href="../libnm-util/NMConnection.html#nm-connection-add-setting"
->nm_connection_add_setting</a>           (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection,
-                                                         <a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *setting);
-void                <a
-href="../libnm-util/NMConnection.html#nm-connection-remove-setting"
->nm_connection_remove_setting</a>        (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection,
-                                                         <a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a> setting_type);
-<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         <a
-href="../libnm-util/NMConnection.html#nm-connection-get-setting"
->nm_connection_get_setting</a>           (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection,
-                                                         <a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a> setting_type);
-<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         <a
-href="../libnm-util/NMConnection.html#nm-connection-get-setting-by-name"
->nm_connection_get_setting_by_name</a>   (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection,
-                                                         const char *name);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMConnection.html#nm-connection-replace-settings"
->nm_connection_replace_settings</a>      (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection,
-                                                         <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a> *new_settings,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMConnection.html#nm-connection-compare"
->nm_connection_compare</a>               (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *a,
-                                                         <a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *b,
-                                                         <a
-href="../libnm-util/NMSetting.html#NMSettingCompareFlags"
->NMSettingCompareFlags</a> flags);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMConnection.html#nm-connection-verify"
->nm_connection_verify</a>                (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);
-const char *        <a
-href="../libnm-util/NMConnection.html#nm-connection-need-secrets"
->nm_connection_need_secrets</a>          (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection,
-                                                         <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
->GPtrArray</a> **hints);
-void                <a
-href="../libnm-util/NMConnection.html#nm-connection-clear-secrets"
->nm_connection_clear_secrets</a>         (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMConnection.html#nm-connection-update-secrets"
->nm_connection_update_secrets</a>        (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection,
-                                                         const char *setting_name,
-                                                         <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a> *secrets,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);
-void                <a
-href="../libnm-util/NMConnection.html#nm-connection-set-scope"
->nm_connection_set_scope</a>             (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection,
-                                                         <a
-href="../libnm-util/NMConnection.html#NMConnectionScope"
->NMConnectionScope</a> scope);
-<a
-href="../libnm-util/NMConnection.html#NMConnectionScope"
->NMConnectionScope</a>   <a
-href="../libnm-util/NMConnection.html#nm-connection-get-scope"
->nm_connection_get_scope</a>             (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection);
-void                <a
-href="../libnm-util/NMConnection.html#nm-connection-set-path"
->nm_connection_set_path</a>              (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection,
-                                                         const char *path);
-const char *        <a
-href="../libnm-util/NMConnection.html#nm-connection-get-path"
->nm_connection_get_path</a>              (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection);
-void                <a
-href="../libnm-util/NMConnection.html#nm-connection-for-each-setting-value"
->nm_connection_for_each_setting_value</a>
-                                                        (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection,
-                                                         <a
-href="../libnm-util/NMSetting.html#NMSettingValueIterFn"
->NMSettingValueIterFn</a> func,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a> user_data);
-<a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a> *        <a
-href="../libnm-util/NMConnection.html#nm-connection-to-hash"
->nm_connection_to_hash</a>               (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection);
-void                <a
-href="../libnm-util/NMConnection.html#nm-connection-dump"
->nm_connection_dump</a>                  (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection);
-<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         <a
-href="../libnm-util/NMConnection.html#nm-connection-create-setting"
->nm_connection_create_setting</a>        (const char *name);
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a
-href="../libnm-util/NMConnection.html#nm-connection-lookup-setting-type"
->nm_connection_lookup_setting_type</a>   (const char *name);
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a
-href="../libnm-util/NMConnection.html#nm-connection-lookup-setting-type-by-quark"
->nm_connection_lookup_setting_type_by_quark</a>
-                                                        (<a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a> error_quark);
+enum                <a class="link" href="NMConnection.html#NMConnectionScope" title="enum NMConnectionScope">NMConnectionScope</a>;
+enum                <a class="link" href="NMConnection.html#NMConnectionError" title="enum NMConnectionError">NMConnectionError</a>;
+#define             <a class="link" href="NMConnection.html#NM-TYPE-CONNECTION-ERROR:CAPS" title="NM_TYPE_CONNECTION_ERROR">NM_TYPE_CONNECTION_ERROR</a>
+#define             <a class="link" href="NMConnection.html#NM-CONNECTION-ERROR:CAPS" title="NM_CONNECTION_ERROR">NM_CONNECTION_ERROR</a>
+<a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              <a class="link" href="NMConnection.html#nm-connection-error-quark" title="nm_connection_error_quark ()">nm_connection_error_quark</a>           (<em class="parameter"><code><span class="type">void</span></code></em>);
+#define             <a class="link" href="NMConnection.html#NM-CONNECTION-SCOPE:CAPS" title="NM_CONNECTION_SCOPE">NM_CONNECTION_SCOPE</a>
+#define             <a class="link" href="NMConnection.html#NM-CONNECTION-PATH:CAPS" title="NM_CONNECTION_PATH">NM_CONNECTION_PATH</a>
+                    <a class="link" href="NMConnection.html#NMConnection-struct" title="NMConnection">NMConnection</a>;
+                    <a class="link" href="NMConnection.html#NMConnectionClass" title="NMConnectionClass">NMConnectionClass</a>;
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="NMConnection.html#nm-connection-get-type" title="nm_connection_get_type ()">nm_connection_get_type</a>              (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a class="link" href="NMConnection.html" title="NMConnection"><span class="returnvalue">NMConnection</span></a> *      <a class="link" href="NMConnection.html#nm-connection-new" title="nm_connection_new ()">nm_connection_new</a>                   (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a class="link" href="NMConnection.html" title="NMConnection"><span class="returnvalue">NMConnection</span></a> *      <a class="link" href="NMConnection.html#nm-connection-new-from-hash" title="nm_connection_new_from_hash ()">nm_connection_new_from_hash</a>         (<em class="parameter"><code><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *hash</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+<a class="link" href="NMConnection.html" title="NMConnection"><span class="returnvalue">NMConnection</span></a> *      <a class="link" href="NMConnection.html#nm-connection-duplicate" title="nm_connection_duplicate ()">nm_connection_duplicate</a>             (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMConnection.html#nm-connection-add-setting" title="nm_connection_add_setting ()">nm_connection_add_setting</a>           (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMConnection.html#nm-connection-remove-setting" title="nm_connection_remove_setting ()">nm_connection_remove_setting</a>        (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> setting_type</code></em>);
+<a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         <a class="link" href="NMConnection.html#nm-connection-get-setting" title="nm_connection_get_setting ()">nm_connection_get_setting</a>           (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> setting_type</code></em>);
+<a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         <a class="link" href="NMConnection.html#nm-connection-get-setting-by-name" title="nm_connection_get_setting_by_name ()">nm_connection_get_setting_by_name</a>   (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *name</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMConnection.html#nm-connection-replace-settings" title="nm_connection_replace_settings ()">nm_connection_replace_settings</a>      (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *new_settings</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMConnection.html#nm-connection-compare" title="nm_connection_compare ()">nm_connection_compare</a>               (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *a</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *b</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting.html#NMSettingCompareFlags" title="enum NMSettingCompareFlags"><span class="type">NMSettingCompareFlags</span></a> flags</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMConnection.html#nm-connection-diff" title="nm_connection_diff ()">nm_connection_diff</a>                  (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *a</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *b</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting.html#NMSettingCompareFlags" title="enum NMSettingCompareFlags"><span class="type">NMSettingCompareFlags</span></a> flags</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> **out_settings</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMConnection.html#nm-connection-verify" title="nm_connection_verify ()">nm_connection_verify</a>                (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMConnection.html#nm-connection-need-secrets" title="nm_connection_need_secrets ()">nm_connection_need_secrets</a>          (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> **hints</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMConnection.html#nm-connection-clear-secrets" title="nm_connection_clear_secrets ()">nm_connection_clear_secrets</a>         (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMConnection.html#nm-connection-update-secrets" title="nm_connection_update_secrets ()">nm_connection_update_secrets</a>        (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *setting_name</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *setting_secrets</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMConnection.html#nm-connection-set-scope" title="nm_connection_set_scope ()">nm_connection_set_scope</a>             (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMConnection.html#NMConnectionScope" title="enum NMConnectionScope"><span class="type">NMConnectionScope</span></a> scope</code></em>);
+<a class="link" href="NMConnection.html#NMConnectionScope" title="enum NMConnectionScope"><span class="returnvalue">NMConnectionScope</span></a>   <a class="link" href="NMConnection.html#nm-connection-get-scope" title="nm_connection_get_scope ()">nm_connection_get_scope</a>             (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMConnection.html#nm-connection-set-path" title="nm_connection_set_path ()">nm_connection_set_path</a>              (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMConnection.html#nm-connection-get-path" title="nm_connection_get_path ()">nm_connection_get_path</a>              (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMConnection.html#nm-connection-for-each-setting-value" title="nm_connection_for_each_setting_value ()">nm_connection_for_each_setting_value</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting.html#NMSettingValueIterFn" title="NMSettingValueIterFn ()"><span class="type">NMSettingValueIterFn</span></a> func</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
+<a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="returnvalue">GHashTable</span></a> *        <a class="link" href="NMConnection.html#nm-connection-to-hash" title="nm_connection_to_hash ()">nm_connection_to_hash</a>               (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMConnection.html#nm-connection-dump" title="nm_connection_dump ()">nm_connection_dump</a>                  (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);
+<a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         <a class="link" href="NMConnection.html#nm-connection-create-setting" title="nm_connection_create_setting ()">nm_connection_create_setting</a>        (<em class="parameter"><code>const <span class="type">char</span> *name</code></em>);
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="NMConnection.html#nm-connection-lookup-setting-type" title="nm_connection_lookup_setting_type ()">nm_connection_lookup_setting_type</a>   (<em class="parameter"><code>const <span class="type">char</span> *name</code></em>);
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="NMConnection.html#nm-connection-lookup-setting-type-by-quark" title="nm_connection_lookup_setting_type_by_quark ()">nm_connection_lookup_setting_type_by_quark</a>
+                                                        (<em class="parameter"><code><a href="../glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> error_quark</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMConnection.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
    +----NMConnection
 </pre>
 </div>
 <div class="refsect1" title="Properties">
 <a name="NMConnection.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a
-href="../libnm-util/NMConnection.html#NMConnection--path"
->path</a>"                     <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write / Construct
-  "<a
-href="../libnm-util/NMConnection.html#NMConnection--scope"
->scope</a>"                    <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct
+  "<a class="link" href="NMConnection.html#NMConnection--path" title='The "path" property'>path</a>"                     <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct
+  "<a class="link" href="NMConnection.html#NMConnection--scope" title='The "scope" property'>scope</a>"                    <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct
 </pre>
 </div>
 <div class="refsect1" title="Signals">
 <a name="NMConnection.signals"></a><h2>Signals</h2>
 <pre class="synopsis">
-  "<a
-href="../libnm-util/NMConnection.html#NMConnection-secrets-updated"
->secrets-updated</a>"                                : Run First
+  "<a class="link" href="NMConnection.html#NMConnection-secrets-updated" title='The "secrets-updated" signal'>secrets-updated</a>"                                : Run First
 </pre>
 </div>
 <div class="refsect1" title="Description">
 <a name="NMConnection.description"></a><h2>Description</h2>
 <p>
-An <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a> describes all the settings and configuration values that
+An <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> describes all the settings and configuration values that
 are necessary to configure network devices for operation on a specific
 network.  Connections are the fundamental operating object for
-NetworkManager; no device is connected without a <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>, or
-disconnected without having been connected with a <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>.
+NetworkManager; no device is connected without a <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>, or
+disconnected without having been connected with a <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>.
 </p>
 <p>
-Each <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a> contains a list of <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> objects usually referenced
-by name (using <a
-href="../libnm-util/NMConnection.html#nm-connection-get-setting-by-name"
-><code class="function">nm_connection_get_setting_by_name()</code></a>) or by type (with
-<a
-href="../libnm-util/NMConnection.html#nm-connection-get-setting"
-><code class="function">nm_connection_get_setting()</code></a>).  The settings describe the actual parameters
+Each <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> contains a list of <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> objects usually referenced
+by name (using <a class="link" href="NMConnection.html#nm-connection-get-setting-by-name" title="nm_connection_get_setting_by_name ()"><code class="function">nm_connection_get_setting_by_name()</code></a>) or by type (with
+<a class="link" href="NMConnection.html#nm-connection-get-setting" title="nm_connection_get_setting ()"><code class="function">nm_connection_get_setting()</code></a>).  The settings describe the actual parameters
 with which the network devices are configured, including device-specific
 parameters (MTU, SSID, APN, channel, rate, etc) and IP-level parameters
 (addresses, routes, addressing methods, etc).
 </p>
 <p>
-Most connections also have a <a
-href="../libnm-util/NMConnection.html#NMConnectionScope"
-><code class="literal">NMConnectionScope</code></a>; a connection will be
+Most connections also have a <a class="link" href="NMConnection.html#NMConnectionScope" title="enum NMConnectionScope"><code class="literal">NMConnectionScope</code></a>; a connection will be
 provided over D-Bus either by the user settings service
 (org.freedesktop.NetworkManagerUserSettings) running in an active user
 session, or by the system-wide system settings service
 (org.freedesktop.NetworkManagerSystemSettings) which provides  connections
-for all users.</p>
-<p>
+for all users.
 </p>
 </div>
 <div class="refsect1" title="Details">
@@ -357,26 +163,25 @@ for all users.</p>
 </pre>
 <p>
 Connection scope indicated what settings service, if any, provides the
-connection.</p>
-<p>
+connection.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
-<td><p><a name="NM-CONNECTION-SCOPE-UNKNOWN--CAPS"></a><span class="term"><code class="literal">NM_CONNECTION_SCOPE_UNKNOWN</code></span></p></td>
-<td> scope not known or not yet set
+<td><p><a name="NM-CONNECTION-SCOPE-UNKNOWN:CAPS"></a><span class="term"><code class="literal">NM_CONNECTION_SCOPE_UNKNOWN</code></span></p></td>
+<td>scope not known or not yet set
 </td>
 </tr>
 <tr>
-<td><p><a name="NM-CONNECTION-SCOPE-SYSTEM--CAPS"></a><span class="term"><code class="literal">NM_CONNECTION_SCOPE_SYSTEM</code></span></p></td>
-<td> connection is provided by the system settings
+<td><p><a name="NM-CONNECTION-SCOPE-SYSTEM:CAPS"></a><span class="term"><code class="literal">NM_CONNECTION_SCOPE_SYSTEM</code></span></p></td>
+<td>connection is provided by the system settings
   service
 </td>
 </tr>
 <tr>
-<td><p><a name="NM-CONNECTION-SCOPE-USER--CAPS"></a><span class="term"><code class="literal">NM_CONNECTION_SCOPE_USER</code></span></p></td>
-<td> connection is provided by a user settings service
+<td><p><a name="NM-CONNECTION-SCOPE-USER:CAPS"></a><span class="term"><code class="literal">NM_CONNECTION_SCOPE_USER</code></span></p></td>
+<td>connection is provided by a user settings service
 </td>
 </tr>
 </tbody>
@@ -392,27 +197,20 @@ connection.</p>
 } NMConnectionError;
 </pre>
 <p>
-Describes errors that may result from operations involving a <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>.</p>
-<p>
+Describes errors that may result from operations involving a <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
-<td><p><a name="NM-CONNECTION-ERROR-UNKNOWN--CAPS"></a><span class="term"><code class="literal">NM_CONNECTION_ERROR_UNKNOWN</code></span></p></td>
-<td> unknown or unclassified error
+<td><p><a name="NM-CONNECTION-ERROR-UNKNOWN:CAPS"></a><span class="term"><code class="literal">NM_CONNECTION_ERROR_UNKNOWN</code></span></p></td>
+<td>unknown or unclassified error
 </td>
 </tr>
 <tr>
-<td><p><a name="NM-CONNECTION-ERROR-CONNECTION-SETTING-NOT-FOUND--CAPS"></a><span class="term"><code class="literal">NM_CONNECTION_ERROR_CONNECTION_SETTING_NOT_FOUND</code></span></p></td>
-<td> the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a> object
-  did not contain the required <a
-href="../libnm-util/NMSettingConnection.html"
-><span class="type">NMSettingConnection</span></a> object, which must be
+<td><p><a name="NM-CONNECTION-ERROR-CONNECTION-SETTING-NOT-FOUND:CAPS"></a><span class="term"><code class="literal">NM_CONNECTION_ERROR_CONNECTION_SETTING_NOT_FOUND</code></span></p></td>
+<td>the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> object
+  did not contain the required <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> object, which must be
   present for all connections
 </td>
 </tr>
@@ -421,7 +219,7 @@ href="../libnm-util/NMSettingConnection.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_CONNECTION_ERROR">
-<a name="NM-TYPE-CONNECTION-ERROR--CAPS"></a><h3>NM_TYPE_CONNECTION_ERROR</h3>
+<a name="NM-TYPE-CONNECTION-ERROR:CAPS"></a><h3>NM_TYPE_CONNECTION_ERROR</h3>
 <pre class="programlisting">#define NM_TYPE_CONNECTION_ERROR (nm_connection_error_get_type ()) 
 </pre>
 <p>
@@ -429,7 +227,7 @@ href="../libnm-util/NMSettingConnection.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_CONNECTION_ERROR">
-<a name="NM-CONNECTION-ERROR--CAPS"></a><h3>NM_CONNECTION_ERROR</h3>
+<a name="NM-CONNECTION-ERROR:CAPS"></a><h3>NM_CONNECTION_ERROR</h3>
 <pre class="programlisting">#define NM_CONNECTION_ERROR nm_connection_error_quark ()
 </pre>
 <p>
@@ -438,29 +236,22 @@ href="../libnm-util/NMSettingConnection.html"
 <hr>
 <div class="refsect2" title="nm_connection_error_quark ()">
 <a name="nm-connection-error-quark"></a><h3>nm_connection_error_quark ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              nm_connection_error_quark           (void);</pre>
-<p>
-Registers an error quark for <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a> if necessary.</p>
+<pre class="programlisting"><a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              nm_connection_error_quark           (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
+Registers an error quark for <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> if necessary.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody><tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the error quark used for <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a> errors.
+<td> the error quark used for <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> errors.
 </td>
 </tr></tbody>
 </table></div>
 </div>
 <hr>
 <div class="refsect2" title="NM_CONNECTION_SCOPE">
-<a name="NM-CONNECTION-SCOPE--CAPS"></a><h3>NM_CONNECTION_SCOPE</h3>
+<a name="NM-CONNECTION-SCOPE:CAPS"></a><h3>NM_CONNECTION_SCOPE</h3>
 <pre class="programlisting">#define NM_CONNECTION_SCOPE "scope"
 </pre>
 <p>
@@ -468,7 +259,7 @@ href="../libnm-util/NMConnection.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_CONNECTION_PATH">
-<a name="NM-CONNECTION-PATH--CAPS"></a><h3>NM_CONNECTION_PATH</h3>
+<a name="NM-CONNECTION-PATH:CAPS"></a><h3>NM_CONNECTION_PATH</h3>
 <pre class="programlisting">#define NM_CONNECTION_PATH "path"
 </pre>
 <p>
@@ -480,16 +271,26 @@ href="../libnm-util/NMConnection.html"
 <pre class="programlisting">typedef struct _NMConnection NMConnection;</pre>
 <p>
 The NMConnection struct contains only private data.
-It should only be accessed through the functions described below.</p>
+It should only be accessed through the functions described below.
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NMConnectionClass">
+<a name="NMConnectionClass"></a><h3>NMConnectionClass</h3>
+<pre class="programlisting">typedef struct {
+	GObjectClass parent;
+
+	/* Signals */
+	void (*secrets_updated) (NMConnection *connection, const char * setting);
+} NMConnectionClass;
+</pre>
 <p>
 </p>
 </div>
 <hr>
 <div class="refsect2" title="nm_connection_get_type ()">
 <a name="nm-connection-get-type"></a><h3>nm_connection_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_connection_get_type              (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_connection_get_type              (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -504,24 +305,15 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_connection_new ()">
 <a name="nm-connection-new"></a><h3>nm_connection_new ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *      nm_connection_new                   (void);</pre>
-<p>
-Creates a new <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a> object with no <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> objects.</p>
+<pre class="programlisting"><a class="link" href="NMConnection.html" title="NMConnection"><span class="returnvalue">NMConnection</span></a> *      nm_connection_new                   (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
+Creates a new <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> object with no <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> objects.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody><tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the new empty <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a> object
+<td> the new empty <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> object
 </td>
 </tr></tbody>
 </table></div>
@@ -529,43 +321,28 @@ href="../libnm-util/NMConnection.html"
 <hr>
 <div class="refsect2" title="nm_connection_new_from_hash ()">
 <a name="nm-connection-new-from-hash"></a><h3>nm_connection_new_from_hash ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *      nm_connection_new_from_hash         (<a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a> *hash,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);</pre>
-<p>
-Creates a new <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a> from a hash table describing the connection.  See
-<a
-href="../libnm-util/NMConnection.html#nm-connection-to-hash"
-><code class="function">nm_connection_to_hash()</code></a> for a description of the expected hash table.</p>
+<pre class="programlisting"><a class="link" href="NMConnection.html" title="NMConnection"><span class="returnvalue">NMConnection</span></a> *      nm_connection_new_from_hash         (<em class="parameter"><code><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *hash</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
+Creates a new <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> from a hash table describing the connection.  See
+<a class="link" href="NMConnection.html#nm-connection-to-hash" title="nm_connection_to_hash ()"><code class="function">nm_connection_to_hash()</code></a> for a description of the expected hash table.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>hash</code></em> :</span></p></td>
-<td> the <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
-><span class="type">GHashTable</span></a> describing the connection
+<td>the <a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> describing the connection
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
-<td> on unsuccessful return, an error
+<td>on unsuccessful return, an error
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the new <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a> object, populated with settings created
+<td> the new <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> object, populated with settings created
 from the values in the hash table, or NULL if the connection failed to
 validate
 </td>
@@ -576,35 +353,22 @@ validate
 <hr>
 <div class="refsect2" title="nm_connection_duplicate ()">
 <a name="nm-connection-duplicate"></a><h3>nm_connection_duplicate ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *      nm_connection_duplicate             (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection);</pre>
-<p>
-Duplicates a <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>.</p>
+<pre class="programlisting"><a class="link" href="NMConnection.html" title="NMConnection"><span class="returnvalue">NMConnection</span></a> *      nm_connection_duplicate             (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>
+Duplicates a <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a> to duplicate
+<td>the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> to duplicate
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> a new <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a> containing the same settings and properties
-as the source <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>
+<td> a new <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> containing the same settings and properties
+as the source <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>
 </td>
 </tr>
 </tbody>
@@ -613,42 +377,25 @@ href="../libnm-util/NMConnection.html"
 <hr>
 <div class="refsect2" title="nm_connection_add_setting ()">
 <a name="nm-connection-add-setting"></a><h3>nm_connection_add_setting ()</h3>
-<pre class="programlisting">void                nm_connection_add_setting           (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection,
-                                                         <a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *setting);</pre>
-<p>
-Adds a <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> to the connection, replacing any previous <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> of the
-same name which has previously been added to the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>.  The
-connection takes ownership of the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> object and does not increase
-the setting object's reference count.</p>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_connection_add_setting           (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>);</pre>
 <p>
+Adds a <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> to the connection, replacing any previous <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> of the
+same name which has previously been added to the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>.  The
+connection takes ownership of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object and does not increase
+the setting object's reference count.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> a <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>
+<td>a <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> to add to the connection object
+<td>the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> to add to the connection object
 </td>
 </tr>
 </tbody>
@@ -657,40 +404,23 @@ href="../libnm-util/NMSetting.html"
 <hr>
 <div class="refsect2" title="nm_connection_remove_setting ()">
 <a name="nm-connection-remove-setting"></a><h3>nm_connection_remove_setting ()</h3>
-<pre class="programlisting">void                nm_connection_remove_setting        (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection,
-                                                         <a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a> setting_type);</pre>
-<p>
-Removes the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> with the given <a
-href="../gobject/gobject-Type-Information.html#GType"
-><span class="type">GType</span></a> from the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>.  This
-operation dereferences the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> object.</p>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_connection_remove_setting        (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> setting_type</code></em>);</pre>
 <p>
+Removes the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> with the given <a href="../gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> from the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>.  This
+operation dereferences the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> a <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>
+<td>a <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting_type</code></em> :</span></p></td>
-<td> the <a
-href="../gobject/gobject-Type-Information.html#GType"
-><span class="type">GType</span></a> of the setting object to remove
+<td>the <a href="../gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> of the setting object to remove
 </td>
 </tr>
 </tbody>
@@ -699,50 +429,29 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_connection_get_setting ()">
 <a name="nm-connection-get-setting"></a><h3>nm_connection_get_setting ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         nm_connection_get_setting           (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection,
-                                                         <a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a> setting_type);</pre>
-<p>
-Gets the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> with the given <a
-href="../gobject/gobject-Type-Information.html#GType"
-><span class="type">GType</span></a>, if one has been previously added
-to the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>.</p>
+<pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         nm_connection_get_setting           (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> setting_type</code></em>);</pre>
 <p>
+Gets the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> with the given <a href="../gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a>, if one has been previously added
+to the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> a <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>
+<td>a <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting_type</code></em> :</span></p></td>
-<td> the <a
-href="../gobject/gobject-Type-Information.html#GType"
-><span class="type">GType</span></a> of the setting object to return
+<td>the <a href="../gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> of the setting object to return
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a>, or NULL if no setting of that type was previously
-added to the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>
+<td> the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>, or NULL if no setting of that type was previously
+added to the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>
 </td>
 </tr>
 </tbody>
@@ -751,44 +460,29 @@ href="../libnm-util/NMConnection.html"
 <hr>
 <div class="refsect2" title="nm_connection_get_setting_by_name ()">
 <a name="nm-connection-get-setting-by-name"></a><h3>nm_connection_get_setting_by_name ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         nm_connection_get_setting_by_name   (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection,
-                                                         const char *name);</pre>
-<p>
-Gets the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> with the given name, if one has been previously added
-the the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>.</p>
+<pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         nm_connection_get_setting_by_name   (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *name</code></em>);</pre>
 <p>
+Gets the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> with the given name, if one has been previously added
+the the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> a <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>
+<td>a <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
-<td> a setting name
+<td>a setting name
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a>, or NULL if no setting with that name was previously
-added to the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>
+<td> the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>, or NULL if no setting with that name was previously
+added to the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>
 </td>
 </tr>
 </tbody>
@@ -797,46 +491,30 @@ href="../libnm-util/NMConnection.html"
 <hr>
 <div class="refsect2" title="nm_connection_replace_settings ()">
 <a name="nm-connection-replace-settings"></a><h3>nm_connection_replace_settings ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_connection_replace_settings      (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection,
-                                                         <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a> *new_settings,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);</pre>
-<p>
-</p>
-<p>
-</p>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_connection_replace_settings      (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *new_settings</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> a <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>
+<td>a <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>new_settings</code></em> :</span></p></td>
-<td> a <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
-><span class="type">GHashTable</span></a> of settings
+<td>a <a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> of settings
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
-<td> location to store error, or <code class="literal">NULL</code>
+<td>location to store error, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <code class="literal">TRUE</code> if the settings were valid and added to the connection, <code class="literal">FALSE</code>
+<td> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the settings were valid and added to the connection, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
 if they were not
 </td>
 </tr>
@@ -846,52 +524,82 @@ if they were not
 <hr>
 <div class="refsect2" title="nm_connection_compare ()">
 <a name="nm-connection-compare"></a><h3>nm_connection_compare ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_connection_compare               (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *a,
-                                                         <a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *b,
-                                                         <a
-href="../libnm-util/NMSetting.html#NMSettingCompareFlags"
->NMSettingCompareFlags</a> flags);</pre>
-<p>
-Compares two <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a> objects for similarity, with comparison behavior
-modified by a set of flags.  See <a
-href="../libnm-util/NMSetting.html#nm-setting-compare"
-><code class="function">nm_setting_compare()</code></a> for a description of
-each flag's behavior.</p>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_connection_compare               (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *a</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *b</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting.html#NMSettingCompareFlags" title="enum NMSettingCompareFlags"><span class="type">NMSettingCompareFlags</span></a> flags</code></em>);</pre>
 <p>
+Compares two <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> objects for similarity, with comparison behavior
+modified by a set of flags.  See <a class="link" href="NMSetting.html#nm-setting-compare" title="nm_setting_compare ()"><code class="function">nm_setting_compare()</code></a> for a description of
+each flag's behavior.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
+<td>a <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>b</code></em> :</span></p></td>
+<td>a second <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> to compare with the first
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
+<td>compare flags, e.g. <a class="link" href="NMSetting.html#NM-SETTING-COMPARE-FLAG-EXACT:CAPS"><code class="literal">NM_SETTING_COMPARE_FLAG_EXACT</code></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the comparison succeeds, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if it does not
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_connection_diff ()">
+<a name="nm-connection-diff"></a><h3>nm_connection_diff ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_connection_diff                  (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *a</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *b</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting.html#NMSettingCompareFlags" title="enum NMSettingCompareFlags"><span class="type">NMSettingCompareFlags</span></a> flags</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> **out_settings</code></em>);</pre>
+<p>
+Compares two <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> objects for similarity, with comparison behavior
+modified by a set of flags.  See <a class="link" href="NMSetting.html#nm-setting-compare" title="nm_setting_compare ()"><code class="function">nm_setting_compare()</code></a> for a description of
+each flag's behavior.  If the connections differ, settings and keys within
+each setting that differ are added to the returned <em class="parameter"><code>out_settings</code></em> hash table.
+No values are returned, only key names.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
-<td> a <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>
+<td>a <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>b</code></em> :</span></p></td>
-<td> a second <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a> to compare with the first
+<td>a second <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> to compare with the first
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
-<td> compare flags, e.g. <code class="literal">NM_SETTING_COMPARE_FLAG_EXACT</code>
+<td>compare flags, e.g. <a class="link" href="NMSetting.html#NM-SETTING-COMPARE-FLAG-EXACT:CAPS"><code class="literal">NM_SETTING_COMPARE_FLAG_EXACT</code></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>out_settings</code></em> :</span></p></td>
+<td>if the connections differ, on return a hash table mapping
+setting names to second-level GHashTable, which contains key names that differ
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <code class="literal">TRUE</code> if the comparison succeeds, <code class="literal">FALSE</code> if it does not
+<td> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the connections contain the same values, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if they do
+not
 </td>
 </tr>
 </tbody>
@@ -900,52 +608,35 @@ href="../libnm-util/NMConnection.html"
 <hr>
 <div class="refsect2" title="nm_connection_verify ()">
 <a name="nm-connection-verify"></a><h3>nm_connection_verify ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_connection_verify                (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_connection_verify                (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
 Validates the connection and all its settings.  Each setting's properties
 have allowed values, and some values are dependent on other values.  For
-example, if a WiFi connection is security enabled, the <a
-href="../libnm-util/NMSettingWireless.html"
-><span class="type">NMSettingWireless</span></a>
+example, if a WiFi connection is security enabled, the <a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a>
 setting object's 'security' property must contain the setting name of the
-<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
-><span class="type">NMSettingWirelessSecurity</span></a> object, which must also be present in the 
+<a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> object, which must also be present in the 
 connection for the connection to be valid.  As another example, the
-<a
-href="../libnm-util/NMSettingWired.html"
-><span class="type">NMSettingWired</span></a> object's 'mac-address' property must be a validly formatted
-MAC address.  The returned <a
-href="../glib/glib-Error-Reporting.html#GError"
-><span class="type">GError</span></a> contains information about which
-setting and which property failed validation, and how it failed validation.</p>
-<p>
+<a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> object's 'mac-address' property must be a validly formatted
+MAC address.  The returned <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> contains information about which
+setting and which property failed validation, and how it failed validation.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a> to verify
+<td>the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> to verify
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
-<td> location to store error, or <code class="literal">NULL</code>
+<td>location to store error, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <code class="literal">TRUE</code> if the connection is valid, <code class="literal">FALSE</code> if it is not
+<td> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the connection is valid, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if it is not
 </td>
 </tr>
 </tbody>
@@ -954,54 +645,35 @@ href="../libnm-util/NMConnection.html"
 <hr>
 <div class="refsect2" title="nm_connection_need_secrets ()">
 <a name="nm-connection-need-secrets"></a><h3>nm_connection_need_secrets ()</h3>
-<pre class="programlisting">const char *        nm_connection_need_secrets          (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection,
-                                                         <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
->GPtrArray</a> **hints);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_connection_need_secrets          (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> **hints</code></em>);</pre>
 <p>
 Returns the name of the first setting object in the connection which would
 need secrets to make a successful connection.  The returned hints are only
 intended as a guide to what secrets may be required, because in some
 circumstances, there is no way to conclusively determine exactly which
-secrets are needed.</p>
-<p>
+secrets are needed.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>
+<td>the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>hints</code></em> :</span></p></td>
-<td> the address of a pointer to a <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
-><span class="type">GPtrArray</span></a>, initialized to NULL, which
-on return points to an allocated <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
-><span class="type">GPtrArray</span></a> containing the property names of
-secrets of the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> which may be required; the caller owns the array
-and must free the each array element with <a
-href="../glib/glib-Memory-Allocation.html#g-free"
-><code class="function">g_free()</code></a>, as well as the array
-itself with <a
-href="../glib/glib-Pointer-Arrays.html#g-ptr-array-free"
-><code class="function">g_ptr_array_free()</code></a>
+<td>the address of a pointer to a <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a>, initialized to NULL, which
+on return points to an allocated <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing the property names of
+secrets of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> which may be required; the caller owns the array
+and must free the each array element with <a href="../glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>, as well as the array
+itself with <a href="../glib/glib-Pointer-Arrays.html#g-ptr-array-free"><code class="function">g_ptr_array_free()</code></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the setting name of the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> object which has invalid or
+<td> the setting name of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object which has invalid or
 missing secrets
 </td>
 </tr>
@@ -1011,21 +683,16 @@ missing secrets
 <hr>
 <div class="refsect2" title="nm_connection_clear_secrets ()">
 <a name="nm-connection-clear-secrets"></a><h3>nm_connection_clear_secrets ()</h3>
-<pre class="programlisting">void                nm_connection_clear_secrets         (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_connection_clear_secrets         (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>
 Clears and frees any secrets that may be stored in the connection, to avoid
-keeping secret data in memory when not needed.</p>
-<p>
+keeping secret data in memory when not needed.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody><tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>
+<td>the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>
 </td>
 </tr></tbody>
 </table></div>
@@ -1033,57 +700,42 @@ href="../libnm-util/NMConnection.html"
 <hr>
 <div class="refsect2" title="nm_connection_update_secrets ()">
 <a name="nm-connection-update-secrets"></a><h3>nm_connection_update_secrets ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_connection_update_secrets        (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection,
-                                                         const char *setting_name,
-                                                         <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a> *secrets,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_connection_update_secrets        (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *setting_name</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *setting_secrets</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
 Update the specified setting's secrets, given a hash table of secrets
-intended for that setting (deserialized from D-Bus for example).</p>
-<p>
+intended for that setting (deserialized from D-Bus for example).
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>
+<td>the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting_name</code></em> :</span></p></td>
-<td> the setting object name to which the secrets apply
+<td>the setting object name to which the secrets apply
 </td>
 </tr>
 <tr>
-<td><p><span class="term"><em class="parameter"><code>secrets</code></em> :</span></p></td>
-<td> a <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
-><span class="type">GHashTable</span></a> mapping string:<a
-href="../gobject/gobject-Generic-values.html#GValue"
-><span class="type">GValue</span></a> of setting property names and
+<td><p><span class="term"><em class="parameter"><code>setting_secrets</code></em> :</span></p></td>
+<td>a <a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> mapping string:<a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> of setting property names and
 secrets
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
-<td> location to store error, or <code class="literal">NULL</code>
+<td>location to store error, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <code class="literal">TRUE</code> if the secrets were successfully updated and the connection
-is valid, <code class="literal">FALSE</code> on failure or if the setting was never added to the connection
+<td> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the secrets were successfully updated and the connection
+is valid, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> on failure or if the setting was never added to the connection
 </td>
 </tr>
 </tbody>
@@ -1092,38 +744,27 @@ is valid, <code class="literal">FALSE</code> on failure or if the setting was ne
 <hr>
 <div class="refsect2" title="nm_connection_set_scope ()">
 <a name="nm-connection-set-scope"></a><h3>nm_connection_set_scope ()</h3>
-<pre class="programlisting">void                nm_connection_set_scope             (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection,
-                                                         <a
-href="../libnm-util/NMConnection.html#NMConnectionScope"
->NMConnectionScope</a> scope);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_connection_set_scope             (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMConnection.html#NMConnectionScope" title="enum NMConnectionScope"><span class="type">NMConnectionScope</span></a> scope</code></em>);</pre>
 <p>
 Sets the scope of the connection.  This property is not serialized, and is
 only for the reference of the caller.  A connection may have no scope
 (internal, temporary connections), "system" scope (provided by the system
 settings service), or "user" scope, provided by a user settings service.  The
-creator of the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a> object is responsible for setting the
-connection's scope if needed.  Sets the <a
-href="../libnm-util/NMConnection.html#NMConnection--scope"
-><span class="type">"scope"</span></a> property.</p>
-<p>
+creator of the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> object is responsible for setting the
+connection's scope if needed.  Sets the <a class="link" href="NMConnection.html#NMConnection--scope" title='The "scope" property'><span class="type">"scope"</span></a> property.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>
+<td>the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>scope</code></em> :</span></p></td>
-<td> the scope of the connection
+<td>the scope of the connection
 </td>
 </tr>
 </tbody>
@@ -1132,31 +773,22 @@ href="../libnm-util/NMConnection.html"
 <hr>
 <div class="refsect2" title="nm_connection_get_scope ()">
 <a name="nm-connection-get-scope"></a><h3>nm_connection_get_scope ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMConnection.html#NMConnectionScope"
->NMConnectionScope</a>   nm_connection_get_scope             (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection);</pre>
-<p>
-Returns the connection scope.</p>
+<pre class="programlisting"><a class="link" href="NMConnection.html#NMConnectionScope" title="enum NMConnectionScope"><span class="returnvalue">NMConnectionScope</span></a>   nm_connection_get_scope             (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>
+Returns the connection scope.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>
+<td>the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td> the scope of the connection, previously set by a call to
-<a
-href="../libnm-util/NMConnection.html#nm-connection-set-scope"
-><code class="function">nm_connection_set_scope()</code></a>.
+<a class="link" href="NMConnection.html#nm-connection-set-scope" title="nm_connection_set_scope ()"><code class="function">nm_connection_set_scope()</code></a>.
 </td>
 </tr>
 </tbody>
@@ -1165,31 +797,24 @@ href="../libnm-util/NMConnection.html#nm-connection-set-scope"
 <hr>
 <div class="refsect2" title="nm_connection_set_path ()">
 <a name="nm-connection-set-path"></a><h3>nm_connection_set_path ()</h3>
-<pre class="programlisting">void                nm_connection_set_path              (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection,
-                                                         const char *path);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_connection_set_path              (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre>
 <p>
 Sets the D-Bus path of the connection.  This property is not serialized, and
-is only for the reference of the caller.  Sets the <a
-href="../libnm-util/NMConnection.html#NMConnection--path"
-><span class="type">"path"</span></a>
-property.</p>
-<p>
+is only for the reference of the caller.  Sets the <a class="link" href="NMConnection.html#NMConnection--path" title='The "path" property'><span class="type">"path"</span></a>
+property.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>
+<td>the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
-<td> the D-Bus path of the connection as given by the settings service
+<td>the D-Bus path of the connection as given by the settings service
 which provides the connection
 </td>
 </tr>
@@ -1199,29 +824,22 @@ which provides the connection
 <hr>
 <div class="refsect2" title="nm_connection_get_path ()">
 <a name="nm-connection-get-path"></a><h3>nm_connection_get_path ()</h3>
-<pre class="programlisting">const char *        nm_connection_get_path              (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection);</pre>
-<p>
-Returns the connection's D-Bus path.</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_connection_get_path              (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>
+Returns the connection's D-Bus path.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>
+<td>the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td> the D-Bus path of the connection, previously set by a call to
-<a
-href="../libnm-util/NMConnection.html#nm-connection-set-path"
-><code class="function">nm_connection_set_path()</code></a>.
+<a class="link" href="NMConnection.html#nm-connection-set-path" title="nm_connection_set_path ()"><code class="function">nm_connection_set_path()</code></a>.
 </td>
 </tr>
 </tbody>
@@ -1230,43 +848,30 @@ href="../libnm-util/NMConnection.html#nm-connection-set-path"
 <hr>
 <div class="refsect2" title="nm_connection_for_each_setting_value ()">
 <a name="nm-connection-for-each-setting-value"></a><h3>nm_connection_for_each_setting_value ()</h3>
-<pre class="programlisting">void                nm_connection_for_each_setting_value
-                                                        (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection,
-                                                         <a
-href="../libnm-util/NMSetting.html#NMSettingValueIterFn"
->NMSettingValueIterFn</a> func,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a> user_data);</pre>
-<p>
-Iterates over the properties of each <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> object in the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>,
-calling the supplied user function for each property.</p>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_connection_for_each_setting_value
+                                                        (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting.html#NMSettingValueIterFn" title="NMSettingValueIterFn ()"><span class="type">NMSettingValueIterFn</span></a> func</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 <p>
+Iterates over the properties of each <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object in the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>,
+calling the supplied user function for each property.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>
+<td>the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
-<td> user-supplied function called for each setting's property
+<td>user-supplied function called for each setting's property
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
-<td> user data passed to <em class="parameter"><code>func</code></em> at each invocation
+<td>user data passed to <em class="parameter"><code>func</code></em> at each invocation
 </td>
 </tr>
 </tbody>
@@ -1275,49 +880,28 @@ href="../libnm-util/NMConnection.html"
 <hr>
 <div class="refsect2" title="nm_connection_to_hash ()">
 <a name="nm-connection-to-hash"></a><h3>nm_connection_to_hash ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a> *        nm_connection_to_hash               (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection);</pre>
+<pre class="programlisting"><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="returnvalue">GHashTable</span></a> *        nm_connection_to_hash               (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>
-Converts the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a> into a <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
-><span class="type">GHashTable</span></a> describing the connection,
+Converts the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> into a <a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> describing the connection,
 suitable for marshalling over D-Bus or serializing.  The hash table mapping
-is string:<a
-href="../glib/glib-Hash-Tables.html#GHashTable"
-><span class="type">GHashTable</span></a> with each element in the returned hash representing
-a <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> object.  The keys are setting object names, and the values
-are <span class="type">GHashTables</span> mapping string:GValue, each of which represents the
-properties of the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> object.</p>
-<p>
+is string:<a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> with each element in the returned hash representing
+a <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object.  The keys are setting object names, and the values
+are <a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTables</span></a> mapping string:GValue, each of which represents the
+properties of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>
+<td>the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> a new <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
-><span class="type">GHashTable</span></a> describing the connection, its settings, and
+<td> a new <a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> describing the connection, its settings, and
 each setting's properties.  The caller owns the hash table and must unref
-the hash table with <a
-href="../glib/glib-Hash-Tables.html#g-hash-table-unref"
-><code class="function">g_hash_table_unref()</code></a> when it is no longer needed.
+the hash table with <a href="../glib/glib-Hash-Tables.html#g-hash-table-unref"><code class="function">g_hash_table_unref()</code></a> when it is no longer needed.
 </td>
 </tr>
 </tbody>
@@ -1326,22 +910,17 @@ href="../glib/glib-Hash-Tables.html#g-hash-table-unref"
 <hr>
 <div class="refsect2" title="nm_connection_dump ()">
 <a name="nm-connection-dump"></a><h3>nm_connection_dump ()</h3>
-<pre class="programlisting">void                nm_connection_dump                  (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_connection_dump                  (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>
 Print the connection to stdout.  For debugging purposes ONLY, should NOT
 be used for serialization of the connection or machine-parsed in any way. The
-output format is not guaranteed to be stable and may change at any time.</p>
-<p>
+output format is not guaranteed to be stable and may change at any time.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody><tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>
+<td>the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>
 </td>
 </tr></tbody>
 </table></div>
@@ -1349,21 +928,16 @@ href="../libnm-util/NMConnection.html"
 <hr>
 <div class="refsect2" title="nm_connection_create_setting ()">
 <a name="nm-connection-create-setting"></a><h3>nm_connection_create_setting ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         nm_connection_create_setting        (const char *name);</pre>
-<p>
-Create a new <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> object of the desired type, given a setting name.</p>
+<pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         nm_connection_create_setting        (<em class="parameter"><code>const <span class="type">char</span> *name</code></em>);</pre>
 <p>
+Create a new <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object of the desired type, given a setting name.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
-<td> a setting name
+<td>a setting name
 </td>
 </tr>
 <tr>
@@ -1377,28 +951,21 @@ href="../libnm-util/NMSetting.html"
 <hr>
 <div class="refsect2" title="nm_connection_lookup_setting_type ()">
 <a name="nm-connection-lookup-setting-type"></a><h3>nm_connection_lookup_setting_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_connection_lookup_setting_type   (const char *name);</pre>
-<p>
-Returns the <a
-href="../gobject/gobject-Type-Information.html#GType"
-><span class="type">GType</span></a> of the setting's class for a given setting name.</p>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_connection_lookup_setting_type   (<em class="parameter"><code>const <span class="type">char</span> *name</code></em>);</pre>
 <p>
+Returns the <a href="../gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> of the setting's class for a given setting name.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
-<td> a setting name
+<td>a setting name
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <a
-href="../gobject/gobject-Type-Information.html#GType"
-><span class="type">GType</span></a> of the setting's class
+<td> the <a href="../gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> of the setting's class
 </td>
 </tr>
 </tbody>
@@ -1407,32 +974,23 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_connection_lookup_setting_type_by_quark ()">
 <a name="nm-connection-lookup-setting-type-by-quark"></a><h3>nm_connection_lookup_setting_type_by_quark ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_connection_lookup_setting_type_by_quark
-                                                        (<a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a> error_quark);</pre>
-<p>
-Returns the <a
-href="../gobject/gobject-Type-Information.html#GType"
-><span class="type">GType</span></a> of the setting's class for a given setting error quark.
-Useful for figuring out which setting a returned error is for.</p>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_connection_lookup_setting_type_by_quark
+                                                        (<em class="parameter"><code><a href="../glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> error_quark</code></em>);</pre>
 <p>
+Returns the <a href="../gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> of the setting's class for a given setting error quark.
+Useful for figuring out which setting a returned error is for.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error_quark</code></em> :</span></p></td>
-<td> a setting error quark
+<td>a setting error quark
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <a
-href="../gobject/gobject-Type-Information.html#GType"
-><span class="type">GType</span></a> of the setting's class
+<td> the <a href="../gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> of the setting's class
 </td>
 </tr>
 </tbody>
@@ -1443,27 +1001,21 @@ href="../gobject/gobject-Type-Information.html#GType"
 <a name="NMConnection.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "path" property'>
 <a name="NMConnection--path"></a><h3>The <code class="literal">"path"</code> property</h3>
-<pre class="programlisting">  "path"                     <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write / Construct</pre>
+<pre class="programlisting">  "path"                     <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct</pre>
 <p>
 The connection's D-Bus path, used only by the calling process as a record
-of the D-Bus path of the connection as provided by a settings service.</p>
-<p>
+of the D-Bus path of the connection as provided by a settings service.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "scope" property'>
 <a name="NMConnection--scope"></a><h3>The <code class="literal">"scope"</code> property</h3>
-<pre class="programlisting">  "scope"                    <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct</pre>
+<pre class="programlisting">  "scope"                    <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct</pre>
 <p>
 The connection's scope, used only by the calling process as a record
 of which settings service the connection is provided by.  One of the
-NM_CONNECTION_SCOPE_* defines.</p>
-<p>
+NM_CONNECTION_SCOPE_* defines.
 </p>
 <p>Allowed values: &lt;= 2</p>
 <p>Default value: 0</p>
@@ -1473,33 +1025,24 @@ NM_CONNECTION_SCOPE_* defines.</p>
 <a name="NMConnection.signal-details"></a><h2>Signal Details</h2>
 <div class="refsect2" title='The "secrets-updated" signal'>
 <a name="NMConnection-secrets-updated"></a><h3>The <code class="literal">"secrets-updated"</code> signal</h3>
-<pre class="programlisting">void                user_function                      (<a
-href="../libnm-util/NMConnection.html"
->NMConnection</a> *connection,
-                                                        <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>        *setting_name,
-                                                        <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a>      user_data)         : Run First</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection,
+                                                        <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>        *setting_name,
+                                                        <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>      user_data)         : Run First</pre>
 <p>
 The ::secrets-updated signal is emitted when the secrets of a setting
-have been changed.</p>
-<p>
+have been changed.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
-<td> the object on which the signal is emitted
+<td>the object on which the signal is emitted
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting_name</code></em> :</span></p></td>
-<td> the setting name of the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> for which secrets were
+<td>the setting name of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> for which secrets were
 updated
 </td>
 </tr>
@@ -1514,6 +1057,6 @@ updated
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSetting.html b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSetting.html
index e34a15c..51ade09 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSetting.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSetting.html
@@ -3,16 +3,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMSetting</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.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="NMConnection.html" title="NMConnection">
 <link rel="next" href="NMSettingConnection.html" title="NMSettingConnection">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="libnm-util API Reference">
-<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
-<link rel="index" href="api-index-full.html" title="API Index">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@@ -25,12 +22,12 @@
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMSetting.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMSetting.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMSetting.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMSetting.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMSetting.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMSetting.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMSetting.properties" class="shortcut">Properties</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMSetting">
@@ -45,242 +42,91 @@
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMSetting.synopsis"></a><h2>Synopsis</h2>
 <pre class="synopsis">
-
 #include &lt;nm-setting.h&gt;
 
-enum                <a
-href="../libnm-util/NMSetting.html#NMSettingError"
->NMSettingError</a>;
-#define             <a
-href="../libnm-util/NMSetting.html#NM-TYPE-SETTING-ERROR--CAPS"
->NM_TYPE_SETTING_ERROR</a>
-#define             <a
-href="../libnm-util/NMSetting.html#NM-SETTING-ERROR--CAPS"
->NM_SETTING_ERROR</a>
-<a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              <a
-href="../libnm-util/NMSetting.html#nm-setting-error-quark"
->nm_setting_error_quark</a>              (void);
-#define             <a
-href="../libnm-util/NMSetting.html#NM-SETTING-PARAM-SERIALIZE--CAPS"
->NM_SETTING_PARAM_SERIALIZE</a>
-#define             <a
-href="../libnm-util/NMSetting.html#NM-SETTING-PARAM-REQUIRED--CAPS"
->NM_SETTING_PARAM_REQUIRED</a>
-#define             <a
-href="../libnm-util/NMSetting.html#NM-SETTING-PARAM-SECRET--CAPS"
->NM_SETTING_PARAM_SECRET</a>
-#define             <a
-href="../libnm-util/NMSetting.html#NM-SETTING-PARAM-FUZZY-IGNORE--CAPS"
->NM_SETTING_PARAM_FUZZY_IGNORE</a>
-#define             <a
-href="../libnm-util/NMSetting.html#NM-SETTING-NAME--CAPS"
->NM_SETTING_NAME</a>
-                    <a
-href="../libnm-util/NMSetting.html#NMSetting-struct"
->NMSetting</a>;
-void                (<a
-href="../libnm-util/NMSetting.html#NMSettingValueIterFn"
->*NMSettingValueIterFn</a>)             (<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *setting,
-                                                         const char *key,
-                                                         const <a
-href="../gobject/gobject-Generic-values.html#GValue"
->GValue</a> *value,
-                                                         <a
-href="../gobject/gobject-GParamSpec.html#GParamFlags"
->GParamFlags</a> flags,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a> user_data);
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a
-href="../libnm-util/NMSetting.html#nm-setting-get-type"
->nm_setting_get_type</a>                 (void);
-<a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a> *        <a
-href="../libnm-util/NMSetting.html#nm-setting-to-hash"
->nm_setting_to_hash</a>                  (<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *setting);
-<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         <a
-href="../libnm-util/NMSetting.html#nm-setting-new-from-hash"
->nm_setting_new_from_hash</a>            (<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a> setting_type,
-                                                         <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a> *hash);
-<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         <a
-href="../libnm-util/NMSetting.html#nm-setting-duplicate"
->nm_setting_duplicate</a>                (<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *setting);
-const char *        <a
-href="../libnm-util/NMSetting.html#nm-setting-get-name"
->nm_setting_get_name</a>                 (<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSetting.html#nm-setting-verify"
->nm_setting_verify</a>                   (<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *setting,
-                                                         <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *all_settings,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);
-enum                <a
-href="../libnm-util/NMSetting.html#NMSettingCompareFlags"
->NMSettingCompareFlags</a>;
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSetting.html#nm-setting-compare"
->nm_setting_compare</a>                  (<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *a,
-                                                         <a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *b,
-                                                         <a
-href="../libnm-util/NMSetting.html#NMSettingCompareFlags"
->NMSettingCompareFlags</a> flags);
-void                <a
-href="../libnm-util/NMSetting.html#nm-setting-enumerate-values"
->nm_setting_enumerate_values</a>         (<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *setting,
-                                                         <a
-href="../libnm-util/NMSetting.html#NMSettingValueIterFn"
->NMSettingValueIterFn</a> func,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a> user_data);
-char *              <a
-href="../libnm-util/NMSetting.html#nm-setting-to-string"
->nm_setting_to_string</a>                (<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *setting);
-void                <a
-href="../libnm-util/NMSetting.html#nm-setting-clear-secrets"
->nm_setting_clear_secrets</a>            (<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *setting);
-<a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
->GPtrArray</a> *         <a
-href="../libnm-util/NMSetting.html#nm-setting-need-secrets"
->nm_setting_need_secrets</a>             (<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSetting.html#nm-setting-update-secrets"
->nm_setting_update_secrets</a>           (<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *setting,
-                                                         <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a> *secrets,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);
+enum                <a class="link" href="NMSetting.html#NMSettingError" title="enum NMSettingError">NMSettingError</a>;
+#define             <a class="link" href="NMSetting.html#NM-TYPE-SETTING-ERROR:CAPS" title="NM_TYPE_SETTING_ERROR">NM_TYPE_SETTING_ERROR</a>
+#define             <a class="link" href="NMSetting.html#NM-SETTING-ERROR:CAPS" title="NM_SETTING_ERROR">NM_SETTING_ERROR</a>
+<a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              <a class="link" href="NMSetting.html#nm-setting-error-quark" title="nm_setting_error_quark ()">nm_setting_error_quark</a>              (<em class="parameter"><code><span class="type">void</span></code></em>);
+#define             <a class="link" href="NMSetting.html#NM-SETTING-PARAM-SERIALIZE:CAPS" title="NM_SETTING_PARAM_SERIALIZE">NM_SETTING_PARAM_SERIALIZE</a>
+#define             <a class="link" href="NMSetting.html#NM-SETTING-PARAM-REQUIRED:CAPS" title="NM_SETTING_PARAM_REQUIRED">NM_SETTING_PARAM_REQUIRED</a>
+#define             <a class="link" href="NMSetting.html#NM-SETTING-PARAM-SECRET:CAPS" title="NM_SETTING_PARAM_SECRET">NM_SETTING_PARAM_SECRET</a>
+#define             <a class="link" href="NMSetting.html#NM-SETTING-PARAM-FUZZY-IGNORE:CAPS" title="NM_SETTING_PARAM_FUZZY_IGNORE">NM_SETTING_PARAM_FUZZY_IGNORE</a>
+#define             <a class="link" href="NMSetting.html#NM-SETTING-NAME:CAPS" title="NM_SETTING_NAME">NM_SETTING_NAME</a>
+                    <a class="link" href="NMSetting.html#NMSetting-struct" title="NMSetting">NMSetting</a>;
+                    <a class="link" href="NMSetting.html#NMSettingClass" title="NMSettingClass">NMSettingClass</a>;
+<span class="returnvalue">void</span>                (<a class="link" href="NMSetting.html#NMSettingValueIterFn" title="NMSettingValueIterFn ()">*NMSettingValueIterFn</a>)             (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *key</code></em>,
+                                                         <em class="parameter"><code>const <a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>,
+                                                         <em class="parameter"><code><a href="../gobject/gobject-GParamSpec.html#GParamFlags"><span class="type">GParamFlags</span></a> flags</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="NMSetting.html#nm-setting-get-type" title="nm_setting_get_type ()">nm_setting_get_type</a>                 (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="returnvalue">GHashTable</span></a> *        <a class="link" href="NMSetting.html#nm-setting-to-hash" title="nm_setting_to_hash ()">nm_setting_to_hash</a>                  (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>);
+<a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         <a class="link" href="NMSetting.html#nm-setting-new-from-hash" title="nm_setting_new_from_hash ()">nm_setting_new_from_hash</a>            (<em class="parameter"><code><a href="../gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> setting_type</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *hash</code></em>);
+<a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         <a class="link" href="NMSetting.html#nm-setting-duplicate" title="nm_setting_duplicate ()">nm_setting_duplicate</a>                (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSetting.html#nm-setting-get-name" title="nm_setting_get_name ()">nm_setting_get_name</a>                 (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSetting.html#nm-setting-verify" title="nm_setting_verify ()">nm_setting_verify</a>                   (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *all_settings</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+enum                <a class="link" href="NMSetting.html#NMSettingCompareFlags" title="enum NMSettingCompareFlags">NMSettingCompareFlags</a>;
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSetting.html#nm-setting-compare" title="nm_setting_compare ()">nm_setting_compare</a>                  (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *a</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *b</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting.html#NMSettingCompareFlags" title="enum NMSettingCompareFlags"><span class="type">NMSettingCompareFlags</span></a> flags</code></em>);
+enum                <a class="link" href="NMSetting.html#NMSettingDiffResult" title="enum NMSettingDiffResult">NMSettingDiffResult</a>;
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSetting.html#nm-setting-diff" title="nm_setting_diff ()">nm_setting_diff</a>                     (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *a</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *b</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting.html#NMSettingCompareFlags" title="enum NMSettingCompareFlags"><span class="type">NMSettingCompareFlags</span></a> flags</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> invert_results</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> **results</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSetting.html#nm-setting-enumerate-values" title="nm_setting_enumerate_values ()">nm_setting_enumerate_values</a>         (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting.html#NMSettingValueIterFn" title="NMSettingValueIterFn ()"><span class="type">NMSettingValueIterFn</span></a> func</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
+<span class="returnvalue">char</span> *              <a class="link" href="NMSetting.html#nm-setting-to-string" title="nm_setting_to_string ()">nm_setting_to_string</a>                (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSetting.html#nm-setting-clear-secrets" title="nm_setting_clear_secrets ()">nm_setting_clear_secrets</a>            (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>);
+<a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> *         <a class="link" href="NMSetting.html#nm-setting-need-secrets" title="nm_setting_need_secrets ()">nm_setting_need_secrets</a>             (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSetting.html#nm-setting-update-secrets" title="nm_setting_update_secrets ()">nm_setting_update_secrets</a>           (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *secrets</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMSetting.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
    +----NMSetting
-         +----<a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a>
-         +----<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a>
-         +----<a
-href="../libnm-util/NMSettingBluetooth.html"
->NMSettingBluetooth</a>
-         +----<a
-href="../libnm-util/NMSettingOlpcMesh.html"
->NMSettingOlpcMesh</a>
-         +----<a
-href="../libnm-util/NMSettingCdma.html"
->NMSettingCdma</a>
-         +----<a
-href="../libnm-util/NMSettingSerial.html"
->NMSettingSerial</a>
-         +----<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a>
-         +----<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a>
-         +----<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a>
-         +----<a
-href="../libnm-util/NMSettingWired.html"
->NMSettingWired</a>
-         +----<a
-href="../libnm-util/NMSettingConnection.html"
->NMSettingConnection</a>
-         +----<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a>
-         +----<a
-href="../libnm-util/NMSettingPPPOE.html"
->NMSettingPPPOE</a>
-         +----<a
-href="../libnm-util/NMSettingVPN.html"
->NMSettingVPN</a>
-         +----<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a>
+         +----<a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+         +----<a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth">NMSettingBluetooth</a>
+         +----<a class="link" href="NMSettingCdma.html" title="NMSettingCdma">NMSettingCdma</a>
+         +----<a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+         +----<a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+         +----<a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+         +----<a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+         +----<a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh">NMSettingOlpcMesh</a>
+         +----<a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+         +----<a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE">NMSettingPPPOE</a>
+         +----<a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+         +----<a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+         +----<a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+         +----<a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+         +----<a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
 </pre>
 </div>
 <div class="refsect1" title="Properties">
 <a name="NMSetting.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a
-href="../libnm-util/NMSetting.html#NMSetting--name"
->name</a>"                     <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
+  "<a class="link" href="NMSetting.html#NMSetting--name" title='The "name" property'>name</a>"                     <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 </pre>
 </div>
 <div class="refsect1" title="Description">
 <a name="NMSetting.description"></a><h2>Description</h2>
 <p>
-Each <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> contains properties that describe configuration that applies
+Each <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> contains properties that describe configuration that applies
 to a specific network layer (like IPv4 or IPv6 configuration) or device type
 (like Ethernet, or WiFi).  A collection of individual settings together
-make up an <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>. Each property is strongly typed and usually has
-a number of allowed values.  See each <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> subclass for a description
-of properties and allowed values.</p>
-<p>
+make up an <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>. Each property is strongly typed and usually has
+a number of allowed values.  See each <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> subclass for a description
+of properties and allowed values.
 </p>
 </div>
 <div class="refsect1" title="Details">
@@ -296,34 +142,31 @@ of properties and allowed values.</p>
 } NMSettingError;
 </pre>
 <p>
-Describes errors that may result from operations involving a <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a>.</p>
-<p>
+Describes errors that may result from operations involving a <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
-<td><p><a name="NM-SETTING-ERROR-UNKNOWN--CAPS"></a><span class="term"><code class="literal">NM_SETTING_ERROR_UNKNOWN</code></span></p></td>
-<td> unknown or unclassified error
+<td><p><a name="NM-SETTING-ERROR-UNKNOWN:CAPS"></a><span class="term"><code class="literal">NM_SETTING_ERROR_UNKNOWN</code></span></p></td>
+<td>unknown or unclassified error
 </td>
 </tr>
 <tr>
-<td><p><a name="NM-SETTING-ERROR-PROPERTY-NOT-FOUND--CAPS"></a><span class="term"><code class="literal">NM_SETTING_ERROR_PROPERTY_NOT_FOUND</code></span></p></td>
-<td> a property required by the operation
+<td><p><a name="NM-SETTING-ERROR-PROPERTY-NOT-FOUND:CAPS"></a><span class="term"><code class="literal">NM_SETTING_ERROR_PROPERTY_NOT_FOUND</code></span></p></td>
+<td>a property required by the operation
   was not found; for example, an attempt to update an invalid secret
 </td>
 </tr>
 <tr>
-<td><p><a name="NM-SETTING-ERROR-PROPERTY-NOT-SECRET--CAPS"></a><span class="term"><code class="literal">NM_SETTING_ERROR_PROPERTY_NOT_SECRET</code></span></p></td>
-<td> an operation which requires a secret
+<td><p><a name="NM-SETTING-ERROR-PROPERTY-NOT-SECRET:CAPS"></a><span class="term"><code class="literal">NM_SETTING_ERROR_PROPERTY_NOT_SECRET</code></span></p></td>
+<td>an operation which requires a secret
   was attempted on a non-secret property
 </td>
 </tr>
 <tr>
-<td><p><a name="NM-SETTING-ERROR-PROPERTY-TYPE-MISMATCH--CAPS"></a><span class="term"><code class="literal">NM_SETTING_ERROR_PROPERTY_TYPE_MISMATCH</code></span></p></td>
-<td> the operation requires a property
+<td><p><a name="NM-SETTING-ERROR-PROPERTY-TYPE-MISMATCH:CAPS"></a><span class="term"><code class="literal">NM_SETTING_ERROR_PROPERTY_TYPE_MISMATCH</code></span></p></td>
+<td>the operation requires a property
   of a specific type, or the value couldn't be transformed to the same type
   as the property being acted upon
 </td>
@@ -333,7 +176,7 @@ href="../libnm-util/NMSetting.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_SETTING_ERROR">
-<a name="NM-TYPE-SETTING-ERROR--CAPS"></a><h3>NM_TYPE_SETTING_ERROR</h3>
+<a name="NM-TYPE-SETTING-ERROR:CAPS"></a><h3>NM_TYPE_SETTING_ERROR</h3>
 <pre class="programlisting">#define NM_TYPE_SETTING_ERROR (nm_setting_error_get_type ()) 
 </pre>
 <p>
@@ -341,7 +184,7 @@ href="../libnm-util/NMSetting.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_ERROR">
-<a name="NM-SETTING-ERROR--CAPS"></a><h3>NM_SETTING_ERROR</h3>
+<a name="NM-SETTING-ERROR:CAPS"></a><h3>NM_SETTING_ERROR</h3>
 <pre class="programlisting">#define NM_SETTING_ERROR nm_setting_error_quark ()
 </pre>
 <p>
@@ -350,14 +193,9 @@ href="../libnm-util/NMSetting.html"
 <hr>
 <div class="refsect2" title="nm_setting_error_quark ()">
 <a name="nm-setting-error-quark"></a><h3>nm_setting_error_quark ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              nm_setting_error_quark              (void);</pre>
-<p>
-Registers an error quark for <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> if necessary.</p>
+<pre class="programlisting"><a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              nm_setting_error_quark              (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
+Registers an error quark for <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> if necessary.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
@@ -370,7 +208,7 @@ href="../libnm-util/NMSetting.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PARAM_SERIALIZE">
-<a name="NM-SETTING-PARAM-SERIALIZE--CAPS"></a><h3>NM_SETTING_PARAM_SERIALIZE</h3>
+<a name="NM-SETTING-PARAM-SERIALIZE:CAPS"></a><h3>NM_SETTING_PARAM_SERIALIZE</h3>
 <pre class="programlisting">#define NM_SETTING_PARAM_SERIALIZE    (1 &lt;&lt; (0 + G_PARAM_USER_SHIFT))
 </pre>
 <p>
@@ -378,7 +216,7 @@ href="../libnm-util/NMSetting.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PARAM_REQUIRED">
-<a name="NM-SETTING-PARAM-REQUIRED--CAPS"></a><h3>NM_SETTING_PARAM_REQUIRED</h3>
+<a name="NM-SETTING-PARAM-REQUIRED:CAPS"></a><h3>NM_SETTING_PARAM_REQUIRED</h3>
 <pre class="programlisting">#define NM_SETTING_PARAM_REQUIRED     (1 &lt;&lt; (1 + G_PARAM_USER_SHIFT))
 </pre>
 <p>
@@ -386,7 +224,7 @@ href="../libnm-util/NMSetting.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PARAM_SECRET">
-<a name="NM-SETTING-PARAM-SECRET--CAPS"></a><h3>NM_SETTING_PARAM_SECRET</h3>
+<a name="NM-SETTING-PARAM-SECRET:CAPS"></a><h3>NM_SETTING_PARAM_SECRET</h3>
 <pre class="programlisting">#define NM_SETTING_PARAM_SECRET       (1 &lt;&lt; (2 + G_PARAM_USER_SHIFT))
 </pre>
 <p>
@@ -394,7 +232,7 @@ href="../libnm-util/NMSetting.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PARAM_FUZZY_IGNORE">
-<a name="NM-SETTING-PARAM-FUZZY-IGNORE--CAPS"></a><h3>NM_SETTING_PARAM_FUZZY_IGNORE</h3>
+<a name="NM-SETTING-PARAM-FUZZY-IGNORE:CAPS"></a><h3>NM_SETTING_PARAM_FUZZY_IGNORE</h3>
 <pre class="programlisting">#define NM_SETTING_PARAM_FUZZY_IGNORE (1 &lt;&lt; (3 + G_PARAM_USER_SHIFT))
 </pre>
 <p>
@@ -402,7 +240,7 @@ href="../libnm-util/NMSetting.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_NAME">
-<a name="NM-SETTING-NAME--CAPS"></a><h3>NM_SETTING_NAME</h3>
+<a name="NM-SETTING-NAME:CAPS"></a><h3>NM_SETTING_NAME</h3>
 <pre class="programlisting">#define NM_SETTING_NAME "name"
 </pre>
 <p>
@@ -414,26 +252,45 @@ href="../libnm-util/NMSetting.html"
 <pre class="programlisting">typedef struct _NMSetting NMSetting;</pre>
 <p>
 The NMSetting struct contains only private data.
-It should only be accessed through the functions described below.</p>
+It should only be accessed through the functions described below.
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NMSettingClass">
+<a name="NMSettingClass"></a><h3>NMSettingClass</h3>
+<pre class="programlisting">typedef struct {
+	GObjectClass parent;
+
+	/* Virtual functions */
+	gboolean    (*verify)            (NMSetting  *setting,
+	                                  GSList     *all_settings,
+	                                  GError     **error);
+
+	GPtrArray  *(*need_secrets)      (NMSetting  *setting);
+
+	gboolean    (*update_one_secret) (NMSetting  *setting,
+	                                  const char *key,
+	                                  GValue     *value,
+	                                  GError    **error);
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+} NMSettingClass;
+</pre>
 <p>
 </p>
 </div>
 <hr>
 <div class="refsect2" title="NMSettingValueIterFn ()">
 <a name="NMSettingValueIterFn"></a><h3>NMSettingValueIterFn ()</h3>
-<pre class="programlisting">void                (*NMSettingValueIterFn)             (<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *setting,
-                                                         const char *key,
-                                                         const <a
-href="../gobject/gobject-Generic-values.html#GValue"
->GValue</a> *value,
-                                                         <a
-href="../gobject/gobject-GParamSpec.html#GParamFlags"
->GParamFlags</a> flags,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a> user_data);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                (*NMSettingValueIterFn)             (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *key</code></em>,
+                                                         <em class="parameter"><code>const <a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>,
+                                                         <em class="parameter"><code><a href="../gobject/gobject-GParamSpec.html#GParamFlags"><span class="type">GParamFlags</span></a> flags</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -470,9 +327,7 @@ href="../glib/glib-Basic-Types.html#gpointer"
 <hr>
 <div class="refsect2" title="nm_setting_get_type ()">
 <a name="nm-setting-get-type"></a><h3>nm_setting_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_setting_get_type                 (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_setting_get_type                 (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -487,36 +342,23 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_setting_to_hash ()">
 <a name="nm-setting-to-hash"></a><h3>nm_setting_to_hash ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a> *        nm_setting_to_hash                  (<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="returnvalue">GHashTable</span></a> *        nm_setting_to_hash                  (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>);</pre>
 <p>
-Converts the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> into a <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
-><span class="type">GHashTable</span></a> mapping each setting property
+Converts the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> into a <a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> mapping each setting property
 name to a GValue describing that property, suitable for marshalling over
-D-Bus or serializing.  The mapping is string:GValue.</p>
-<p>
+D-Bus or serializing.  The mapping is string:GValue.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a>
+<td>the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> a new <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
-><span class="type">GHashTable</span></a> describing the setting's properties
+<td> a new <a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> describing the setting's properties
 </td>
 </tr>
 </tbody>
@@ -525,50 +367,33 @@ href="../glib/glib-Hash-Tables.html#GHashTable"
 <hr>
 <div class="refsect2" title="nm_setting_new_from_hash ()">
 <a name="nm-setting-new-from-hash"></a><h3>nm_setting_new_from_hash ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         nm_setting_new_from_hash            (<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a> setting_type,
-                                                         <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a> *hash);</pre>
+<pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         nm_setting_new_from_hash            (<em class="parameter"><code><a href="../gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> setting_type</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *hash</code></em>);</pre>
 <p>
-Creates a new <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> object and populates that object with the properties
+Creates a new <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object and populates that object with the properties
 contained in the hash table, using each hash key as the property to set,
 and each hash value as the value to set that property to.  Setting properties
 are strongly typed, thus the GValue type of the hash value must be correct.
-See the documentation on each <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> object subclass for the correct
-property names and value types.</p>
-<p>
+See the documentation on each <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object subclass for the correct
+property names and value types.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting_type</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> type which the hash contains properties for
+<td>the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> type which the hash contains properties for
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>hash</code></em> :</span></p></td>
-<td> the <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
-><span class="type">GHashTable</span></a> containing a string:GValue mapping of properties
+<td>the <a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> containing a string:GValue mapping of properties
 that apply to the setting
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> a new <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> object populated with the properties from the
+<td> a new <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object populated with the properties from the
 hash table, or NULL on failure
 </td>
 </tr>
@@ -578,35 +403,22 @@ hash table, or NULL on failure
 <hr>
 <div class="refsect2" title="nm_setting_duplicate ()">
 <a name="nm-setting-duplicate"></a><h3>nm_setting_duplicate ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         nm_setting_duplicate                (<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *setting);</pre>
-<p>
-Duplicates a <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a>.</p>
+<pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         nm_setting_duplicate                (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>);</pre>
 <p>
+Duplicates a <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> to duplicate
+<td>the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> to duplicate
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> a new <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> containing the same properties and values as the
-source <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a>
+<td> a new <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> containing the same properties and values as the
+source <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>
 </td>
 </tr>
 </tbody>
@@ -615,30 +427,21 @@ href="../libnm-util/NMSetting.html"
 <hr>
 <div class="refsect2" title="nm_setting_get_name ()">
 <a name="nm-setting-get-name"></a><h3>nm_setting_get_name ()</h3>
-<pre class="programlisting">const char *        nm_setting_get_name                 (<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *setting);</pre>
-<p>
-Returns the type name of the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> object</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_get_name                 (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>);</pre>
 <p>
+Returns the type name of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a>
+<td>the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> a string containing the type name of the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> object,
+<td> a string containing the type name of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object,
 like 'ppp' or 'wireless' or 'wired'.
 </td>
 </tr>
@@ -648,52 +451,37 @@ like 'ppp' or 'wireless' or 'wired'.
 <hr>
 <div class="refsect2" title="nm_setting_verify ()">
 <a name="nm-setting-verify"></a><h3>nm_setting_verify ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_verify                   (<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *setting,
-                                                         <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *all_settings,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_verify                   (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *all_settings</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
 Validates the setting.  Each setting's properties have allowed values, and
 some are dependent on other values (hence the need for <em class="parameter"><code>all_settings</code></em>).  The
-returned <a
-href="../glib/glib-Error-Reporting.html#GError"
-><span class="type">GError</span></a> contains information about which property of the setting
-failed validation, and in what way that property failed validation.</p>
-<p>
+returned <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> contains information about which property of the setting
+failed validation, and in what way that property failed validation.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> to verify
+<td>the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> to verify
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>all_settings</code></em> :</span></p></td>
-<td> a <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
-><span class="type">GSList</span></a> of all settings in the connection from which <em class="parameter"><code>setting</code></em>
+<td>a <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of all settings in the connection from which <em class="parameter"><code>setting</code></em>
 came
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
-<td> location to store error, or <code class="literal">NULL</code>
+<td>location to store error, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <code class="literal">TRUE</code> if the setting is valid, <code class="literal">FALSE</code> if it is not
+<td> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the setting is valid, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if it is not
 </td>
 </tr>
 </tbody>
@@ -711,32 +499,31 @@ came
 </pre>
 <p>
 These flags modify the comparison behavior when comparing two settings or
-two connections.</p>
-<p>
+two connections.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
-<td><p><a name="NM-SETTING-COMPARE-FLAG-EXACT--CAPS"></a><span class="term"><code class="literal">NM_SETTING_COMPARE_FLAG_EXACT</code></span></p></td>
-<td> match all properties exactly
+<td><p><a name="NM-SETTING-COMPARE-FLAG-EXACT:CAPS"></a><span class="term"><code class="literal">NM_SETTING_COMPARE_FLAG_EXACT</code></span></p></td>
+<td>match all properties exactly
 </td>
 </tr>
 <tr>
-<td><p><a name="NM-SETTING-COMPARE-FLAG-FUZZY--CAPS"></a><span class="term"><code class="literal">NM_SETTING_COMPARE_FLAG_FUZZY</code></span></p></td>
-<td> match only important attributes, like SSID,
+<td><p><a name="NM-SETTING-COMPARE-FLAG-FUZZY:CAPS"></a><span class="term"><code class="literal">NM_SETTING_COMPARE_FLAG_FUZZY</code></span></p></td>
+<td>match only important attributes, like SSID,
   type, security settings, etc.  Does not match, for example, connection ID
   or UUID.
 </td>
 </tr>
 <tr>
-<td><p><a name="NM-SETTING-COMPARE-FLAG-IGNORE-ID--CAPS"></a><span class="term"><code class="literal">NM_SETTING_COMPARE_FLAG_IGNORE_ID</code></span></p></td>
-<td> ignore the connection's ID
+<td><p><a name="NM-SETTING-COMPARE-FLAG-IGNORE-ID:CAPS"></a><span class="term"><code class="literal">NM_SETTING_COMPARE_FLAG_IGNORE_ID</code></span></p></td>
+<td>ignore the connection's ID
 </td>
 </tr>
 <tr>
-<td><p><a name="NM-SETTING-COMPARE-FLAG-IGNORE-SECRETS--CAPS"></a><span class="term"><code class="literal">NM_SETTING_COMPARE_FLAG_IGNORE_SECRETS</code></span></p></td>
-<td> ignore secrets
+<td><p><a name="NM-SETTING-COMPARE-FLAG-IGNORE-SECRETS:CAPS"></a><span class="term"><code class="literal">NM_SETTING_COMPARE_FLAG_IGNORE_SECRETS</code></span></p></td>
+<td>ignore secrets
 </td>
 </tr>
 </tbody>
@@ -745,52 +532,123 @@ two connections.</p>
 <hr>
 <div class="refsect2" title="nm_setting_compare ()">
 <a name="nm-setting-compare"></a><h3>nm_setting_compare ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_compare                  (<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *a,
-                                                         <a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *b,
-                                                         <a
-href="../libnm-util/NMSetting.html#NMSettingCompareFlags"
->NMSettingCompareFlags</a> flags);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_compare                  (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *a</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *b</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting.html#NMSettingCompareFlags" title="enum NMSettingCompareFlags"><span class="type">NMSettingCompareFlags</span></a> flags</code></em>);</pre>
 <p>
-Compares two <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> objects for similarity, with comparison behavior
-modified by a set of flags.  See the documentation for <a
-href="../libnm-util/NMSetting.html#NMSettingCompareFlags"
-><span class="type">NMSettingCompareFlags</span></a>
-for a description of each flag's behavior.</p>
+Compares two <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> objects for similarity, with comparison behavior
+modified by a set of flags.  See the documentation for <a class="link" href="NMSetting.html#NMSettingCompareFlags" title="enum NMSettingCompareFlags"><span class="type">NMSettingCompareFlags</span></a>
+for a description of each flag's behavior.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
+<td>a <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>b</code></em> :</span></p></td>
+<td>a second <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> to compare with the first
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
+<td>compare flags, e.g. <a class="link" href="NMSetting.html#NM-SETTING-COMPARE-FLAG-EXACT:CAPS"><code class="literal">NM_SETTING_COMPARE_FLAG_EXACT</code></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the comparison succeeds, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if it does not
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="enum NMSettingDiffResult">
+<a name="NMSettingDiffResult"></a><h3>enum NMSettingDiffResult</h3>
+<pre class="programlisting">typedef enum {
+	NM_SETTING_DIFF_RESULT_UNKNOWN = 0x00000000,
+	NM_SETTING_DIFF_RESULT_IN_A =    0x00000001,
+	NM_SETTING_DIFF_RESULT_IN_B =    0x00000002,
+} NMSettingDiffResult;
+</pre>
 <p>
+These values indicate the result of a setting difference operation.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><a name="NM-SETTING-DIFF-RESULT-UNKNOWN:CAPS"></a><span class="term"><code class="literal">NM_SETTING_DIFF_RESULT_UNKNOWN</code></span></p></td>
+<td>unknown result
+</td>
+</tr>
+<tr>
+<td><p><a name="NM-SETTING-DIFF-RESULT-IN-A:CAPS"></a><span class="term"><code class="literal">NM_SETTING_DIFF_RESULT_IN_A</code></span></p></td>
+<td>the property is present in setting A
+</td>
+</tr>
+<tr>
+<td><p><a name="NM-SETTING-DIFF-RESULT-IN-B:CAPS"></a><span class="term"><code class="literal">NM_SETTING_DIFF_RESULT_IN_B</code></span></p></td>
+<td>the property is present in setting B
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_setting_diff ()">
+<a name="nm-setting-diff"></a><h3>nm_setting_diff ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_diff                     (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *a</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *b</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting.html#NMSettingCompareFlags" title="enum NMSettingCompareFlags"><span class="type">NMSettingCompareFlags</span></a> flags</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> invert_results</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> **results</code></em>);</pre>
+<p>
+Compares two <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> objects for similarity, with comparison behavior
+modified by a set of flags.  See the documentation for <a class="link" href="NMSetting.html#NMSettingCompareFlags" title="enum NMSettingCompareFlags"><span class="type">NMSettingCompareFlags</span></a>
+for a description of each flag's behavior.  If the settings differ, the keys
+of each setting that differ from the other are added to <em class="parameter"><code>results</code></em>, mapped to
+one or more <a class="link" href="NMSetting.html#NMSettingDiffResult" title="enum NMSettingDiffResult"><span class="type">NMSettingDiffResult</span></a> values.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
-<td> a <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a>
+<td>a <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>b</code></em> :</span></p></td>
-<td> a second <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> to compare with the first
+<td>a second <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> to compare with the first
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
-<td> compare flags, e.g. <code class="literal">NM_SETTING_COMPARE_FLAG_EXACT</code>
+<td>compare flags, e.g. <a class="link" href="NMSetting.html#NM-SETTING-COMPARE-FLAG-EXACT:CAPS"><code class="literal">NM_SETTING_COMPARE_FLAG_EXACT</code></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>invert_results</code></em> :</span></p></td>
+<td>this parameter is used internally by libnm-util and should
+be set to <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.  If <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> inverts the meaning of the <a class="link" href="NMSetting.html#NMSettingDiffResult" title="enum NMSettingDiffResult"><span class="type">NMSettingDiffResult</span></a>.
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>results</code></em> :</span></p></td>
+<td> if the settings differ, on return a
+hash table mapping the differing keys to one or more <a class="link" href="NMSetting.html#NMSettingDiffResult" title="enum NMSettingDiffResult"><span class="type">NMSettingDiffResult</span></a>
+values OR-ed together.  If the settings do not differ, any hash table passed
+in is unmodified.  If no hash table is passed in, a new one is created. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8 guint32]</span>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <code class="literal">TRUE</code> if the comparison succeeds, <code class="literal">FALSE</code> if it does not
+<td> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the settings contain the same values, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if they do not
 </td>
 </tr>
 </tbody>
@@ -799,40 +657,29 @@ href="../libnm-util/NMSetting.html"
 <hr>
 <div class="refsect2" title="nm_setting_enumerate_values ()">
 <a name="nm-setting-enumerate-values"></a><h3>nm_setting_enumerate_values ()</h3>
-<pre class="programlisting">void                nm_setting_enumerate_values         (<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *setting,
-                                                         <a
-href="../libnm-util/NMSetting.html#NMSettingValueIterFn"
->NMSettingValueIterFn</a> func,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a> user_data);</pre>
-<p>
-Iterates over each property of the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> object, calling the supplied
-user function for each property.</p>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_enumerate_values         (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting.html#NMSettingValueIterFn" title="NMSettingValueIterFn ()"><span class="type">NMSettingValueIterFn</span></a> func</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 <p>
+Iterates over each property of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object, calling the supplied
+user function for each property.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a>
+<td>the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
-<td> user-supplied function called for each property of the setting
+<td>user-supplied function called for each property of the setting
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
-<td> user data passed to <em class="parameter"><code>func</code></em> at each invocation
+<td>user data passed to <em class="parameter"><code>func</code></em> at each invocation
 </td>
 </tr>
 </tbody>
@@ -841,32 +688,25 @@ href="../libnm-util/NMSetting.html"
 <hr>
 <div class="refsect2" title="nm_setting_to_string ()">
 <a name="nm-setting-to-string"></a><h3>nm_setting_to_string ()</h3>
-<pre class="programlisting">char *              nm_setting_to_string                (<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *setting);</pre>
+<pre class="programlisting"><span class="returnvalue">char</span> *              nm_setting_to_string                (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>);</pre>
 <p>
 Convert the setting into a string.  For debugging purposes ONLY, should NOT
 be used for serialization of the setting, or machine-parsed in any way. The
-output format is not guaranteed to be stable and may change at any time.</p>
-<p>
+output format is not guaranteed to be stable and may change at any time.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a>
+<td>the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td> an allocated string containing a textual representation of the
 setting's properties and values (including secrets!), which the caller should
-free with <a
-href="../glib/glib-Memory-Allocation.html#g-free"
-><code class="function">g_free()</code></a>
+free with <a href="../glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>
 </td>
 </tr>
 </tbody>
@@ -875,22 +715,17 @@ href="../glib/glib-Memory-Allocation.html#g-free"
 <hr>
 <div class="refsect2" title="nm_setting_clear_secrets ()">
 <a name="nm-setting-clear-secrets"></a><h3>nm_setting_clear_secrets ()</h3>
-<pre class="programlisting">void                nm_setting_clear_secrets            (<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *setting);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_clear_secrets            (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>);</pre>
 <p>
 Resets and clears any secrets in the setting.  Secrets should be added to the
 setting only when needed, and cleared immediately after use to prevent
-leakage of information.</p>
-<p>
+leakage of information.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody><tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a>
+<td>the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>
 </td>
 </tr></tbody>
 </table></div>
@@ -898,42 +733,27 @@ href="../libnm-util/NMSetting.html"
 <hr>
 <div class="refsect2" title="nm_setting_need_secrets ()">
 <a name="nm-setting-need-secrets"></a><h3>nm_setting_need_secrets ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
->GPtrArray</a> *         nm_setting_need_secrets             (<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> *         nm_setting_need_secrets             (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>);</pre>
 <p>
 Returns an array of property names for each secret which may be required
 to make a successful connection.  The returned hints are only intended as a
 guide to what secrets may be required, because in some circumstances, there
-is no way to conclusively determine exactly which secrets are needed.</p>
-<p>
+is no way to conclusively determine exactly which secrets are needed.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a>
+<td>the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> a <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
-><span class="type">GPtrArray</span></a> containing the property names of secrets of the
-<a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> which may be required; the caller owns the array
-and must free the each array element with <a
-href="../glib/glib-Memory-Allocation.html#g-free"
-><code class="function">g_free()</code></a>, as well as the array
-itself with <a
-href="../glib/glib-Pointer-Arrays.html#g-ptr-array-free"
-><code class="function">g_ptr_array_free()</code></a>
+<td> a <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing the property names of secrets of the
+<a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> which may be required; the caller owns the array
+and must free the each array element with <a href="../glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>, as well as the array
+itself with <a href="../glib/glib-Pointer-Arrays.html#g-ptr-array-free"><code class="function">g_ptr_array_free()</code></a>
 </td>
 </tr>
 </tbody>
@@ -942,51 +762,36 @@ href="../glib/glib-Pointer-Arrays.html#g-ptr-array-free"
 <hr>
 <div class="refsect2" title="nm_setting_update_secrets ()">
 <a name="nm-setting-update-secrets"></a><h3>nm_setting_update_secrets ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_update_secrets           (<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *setting,
-                                                         <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a> *secrets,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_update_secrets           (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *secrets</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
 Update the setting's secrets, given a hash table of secrets intended for that
-setting (deserialized from D-Bus for example).</p>
-<p>
+setting (deserialized from D-Bus for example).
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a>
+<td>the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>secrets</code></em> :</span></p></td>
-<td> a <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
-><span class="type">GHashTable</span></a> mapping string:<a
-href="../gobject/gobject-Generic-values.html#GValue"
-><span class="type">GValue</span></a> of setting property names and
+<td>a <a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> mapping string:<a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> of setting property names and
 secrets
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
-<td> location to store error, or <code class="literal">NULL</code>
+<td>location to store error, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <code class="literal">TRUE</code> if the secrets were successfully updated and the connection
-is valid, <code class="literal">FALSE</code> on failure or if the setting was never added to the connection
+<td> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the secrets were successfully updated and the connection
+is valid, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> on failure or if the setting was never added to the connection
 </td>
 </tr>
 </tbody>
@@ -997,14 +802,11 @@ is valid, <code class="literal">FALSE</code> on failure or if the setting was ne
 <a name="NMSetting.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "name" property'>
 <a name="NMSetting--name"></a><h3>The <code class="literal">"name"</code> property</h3>
-<pre class="programlisting">  "name"                     <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "name"                     <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 The setting's name, which uniquely identifies the setting within the
 connection.  Each setting type has a name unique to that type, for
-example 'ppp' or 'wireless' or 'wired'.</p>
-<p>
+example 'ppp' or 'wireless' or 'wired'.
 </p>
 <p>Default value: NULL</p>
 </div>
@@ -1012,6 +814,6 @@ example 'ppp' or 'wireless' or 'wired'.</p>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSetting8021x.html b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSetting8021x.html
index ee4e708..bbd7c80 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSetting8021x.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSetting8021x.html
@@ -3,16 +3,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMSetting8021x</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.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="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh">
 <link rel="next" href="NMSettingIP4Config.html" title="NMSettingIP4Config">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="libnm-util API Reference">
-<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
-<link rel="index" href="api-index-full.html" title="API Index">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@@ -25,12 +22,12 @@
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMSetting8021x.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMSetting8021x.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMSetting8021x.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMSetting8021x.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMSetting8021x.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMSetting8021x.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMSetting8021x.properties" class="shortcut">Properties</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMSetting8021x">
@@ -45,756 +42,232 @@
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMSetting8021x.synopsis"></a><h2>Synopsis</h2>
 <pre class="synopsis">
-
 #include &lt;nm-setting-8021x.h&gt;
 
-enum                <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKFormat"
->NMSetting8021xCKFormat</a>;
-enum                <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a>;
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-SETTING-NAME--CAPS"
->NM_SETTING_802_1X_SETTING_NAME</a>
-enum                <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xError"
->NMSetting8021xError</a>;
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-TYPE-SETTING-802-1X-ERROR--CAPS"
->NM_TYPE_SETTING_802_1X_ERROR</a>
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-ERROR--CAPS"
->NM_SETTING_802_1X_ERROR</a>
-<a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-error-quark"
->nm_setting_802_1x_error_quark</a>       (void);
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-EAP--CAPS"
->NM_SETTING_802_1X_EAP</a>
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-IDENTITY--CAPS"
->NM_SETTING_802_1X_IDENTITY</a>
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-ANONYMOUS-IDENTITY--CAPS"
->NM_SETTING_802_1X_ANONYMOUS_IDENTITY</a>
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CA-CERT--CAPS"
->NM_SETTING_802_1X_CA_CERT</a>
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CA-PATH--CAPS"
->NM_SETTING_802_1X_CA_PATH</a>
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CLIENT-CERT--CAPS"
->NM_SETTING_802_1X_CLIENT_CERT</a>
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE1-PEAPVER--CAPS"
->NM_SETTING_802_1X_PHASE1_PEAPVER</a>
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE1-PEAPLABEL--CAPS"
->NM_SETTING_802_1X_PHASE1_PEAPLABEL</a>
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE1-FAST-PROVISIONING--CAPS"
->NM_SETTING_802_1X_PHASE1_FAST_PROVISIONING</a>
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-AUTH--CAPS"
->NM_SETTING_802_1X_PHASE2_AUTH</a>
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-AUTHEAP--CAPS"
->NM_SETTING_802_1X_PHASE2_AUTHEAP</a>
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-CA-CERT--CAPS"
->NM_SETTING_802_1X_PHASE2_CA_CERT</a>
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-CA-PATH--CAPS"
->NM_SETTING_802_1X_PHASE2_CA_PATH</a>
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-CLIENT-CERT--CAPS"
->NM_SETTING_802_1X_PHASE2_CLIENT_CERT</a>
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PASSWORD--CAPS"
->NM_SETTING_802_1X_PASSWORD</a>
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PRIVATE-KEY--CAPS"
->NM_SETTING_802_1X_PRIVATE_KEY</a>
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PRIVATE-KEY-PASSWORD--CAPS"
->NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD</a>
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-PRIVATE-KEY--CAPS"
->NM_SETTING_802_1X_PHASE2_PRIVATE_KEY</a>
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-PRIVATE-KEY-PASSWORD--CAPS"
->NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD</a>
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PIN--CAPS"
->NM_SETTING_802_1X_PIN</a>
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PSK--CAPS"
->NM_SETTING_802_1X_PSK</a>
-#define             <a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-SYSTEM-CA-CERTS--CAPS"
->NM_SETTING_802_1X_SYSTEM_CA_CERTS</a>
-                    <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x-struct"
->NMSetting8021x</a>;
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-type"
->nm_setting_802_1x_get_type</a>          (void);
-<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-new"
->nm_setting_802_1x_new</a>               (void);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-num-eap-methods"
->nm_setting_802_1x_get_num_eap_methods</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const char *        <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-eap-method"
->nm_setting_802_1x_get_eap_method</a>    (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-add-eap-method"
->nm_setting_802_1x_add_eap_method</a>    (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *eap);
-void                <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-remove-eap-method"
->nm_setting_802_1x_remove_eap_method</a> (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-void                <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-clear-eap-methods"
->nm_setting_802_1x_clear_eap_methods</a> (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const char *        <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-identity"
->nm_setting_802_1x_get_identity</a>      (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const char *        <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-anonymous-identity"
->nm_setting_802_1x_get_anonymous_identity</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-system-ca-certs"
->nm_setting_802_1x_get_system_ca_certs</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const char *        <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-ca-path"
->nm_setting_802_1x_get_ca_path</a>       (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const char *        <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-path"
->nm_setting_802_1x_get_phase2_ca_path</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a>  <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-scheme"
->nm_setting_802_1x_get_ca_cert_scheme</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-blob"
->nm_setting_802_1x_get_ca_cert_blob</a>  (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const char *        <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path"
->nm_setting_802_1x_get_ca_cert_path</a>  (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-ca-cert"
->nm_setting_802_1x_set_ca_cert</a>       (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *value,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a> scheme,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKFormat"
->NMSetting8021xCKFormat</a> *out_format,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);
-<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a>  <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-scheme"
->nm_setting_802_1x_get_client_cert_scheme</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-blob"
->nm_setting_802_1x_get_client_cert_blob</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const char *        <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path"
->nm_setting_802_1x_get_client_cert_path</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-client-cert"
->nm_setting_802_1x_set_client_cert</a>   (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *value,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a> scheme,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKFormat"
->NMSetting8021xCKFormat</a> *out_format,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);
-const char *        <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase1-peapver"
->nm_setting_802_1x_get_phase1_peapver</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const char *        <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase1-peaplabel"
->nm_setting_802_1x_get_phase1_peaplabel</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const char *        <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase1-fast-provisioning"
->nm_setting_802_1x_get_phase1_fast_provisioning</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const char *        <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-auth"
->nm_setting_802_1x_get_phase2_auth</a>   (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const char *        <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-autheap"
->nm_setting_802_1x_get_phase2_autheap</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a>  <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert-scheme"
->nm_setting_802_1x_get_phase2_ca_cert_scheme</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert-blob"
->nm_setting_802_1x_get_phase2_ca_cert_blob</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const char *        <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert-path"
->nm_setting_802_1x_get_phase2_ca_cert_path</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-ca-cert"
->nm_setting_802_1x_set_phase2_ca_cert</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *value,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a> scheme,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKFormat"
->NMSetting8021xCKFormat</a> *out_format,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);
-<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a>  <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert-scheme"
->nm_setting_802_1x_get_phase2_client_cert_scheme</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert-blob"
->nm_setting_802_1x_get_phase2_client_cert_blob</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const char *        <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert-path"
->nm_setting_802_1x_get_phase2_client_cert_path</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-client-cert"
->nm_setting_802_1x_set_phase2_client_cert</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *value,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a> scheme,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKFormat"
->NMSetting8021xCKFormat</a> *out_format,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);
-const char *        <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-password"
->nm_setting_802_1x_get_password</a>      (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const char *        <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-pin"
->nm_setting_802_1x_get_pin</a>           (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const char *        <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-psk"
->nm_setting_802_1x_get_psk</a>           (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a>  <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-scheme"
->nm_setting_802_1x_get_private_key_scheme</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-blob"
->nm_setting_802_1x_get_private_key_blob</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const char *        <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-path"
->nm_setting_802_1x_get_private_key_path</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-private-key"
->nm_setting_802_1x_set_private_key</a>   (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *value,
-                                                         const char *password,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a> scheme,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKFormat"
->NMSetting8021xCKFormat</a> *out_format,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);
-const char *        <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-password"
->nm_setting_802_1x_get_private_key_password</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKFormat"
->NMSetting8021xCKFormat</a>  <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-format"
->nm_setting_802_1x_get_private_key_format</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a>  <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-scheme"
->nm_setting_802_1x_get_phase2_private_key_scheme</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-blob"
->nm_setting_802_1x_get_phase2_private_key_blob</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const char *        <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-path"
->nm_setting_802_1x_get_phase2_private_key_path</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key"
->nm_setting_802_1x_set_phase2_private_key</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *value,
-                                                         const char *password,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a> scheme,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKFormat"
->NMSetting8021xCKFormat</a> *out_format,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);
-const char *        <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-password"
->nm_setting_802_1x_get_phase2_private_key_password</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKFormat"
->NMSetting8021xCKFormat</a>  <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-format"
->nm_setting_802_1x_get_phase2_private_key_format</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-enum                <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKType"
->NMSetting8021xCKType</a>;
-const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-ca-cert"
->nm_setting_802_1x_get_ca_cert</a>       (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-ca-cert-from-file"
->nm_setting_802_1x_set_ca_cert_from_file</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *filename,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKType"
->NMSetting8021xCKType</a> *out_ck_type,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);
-const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-client-cert"
->nm_setting_802_1x_get_client_cert</a>   (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-client-cert-from-file"
->nm_setting_802_1x_set_client_cert_from_file</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *filename,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKType"
->NMSetting8021xCKType</a> *out_ck_type,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);
-const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert"
->nm_setting_802_1x_get_phase2_ca_cert</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-ca-cert-from-file"
->nm_setting_802_1x_set_phase2_ca_cert_from_file</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *filename,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKType"
->NMSetting8021xCKType</a> *out_ck_type,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);
-const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert"
->nm_setting_802_1x_get_phase2_client_cert</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-client-cert-from-file"
->nm_setting_802_1x_set_phase2_client_cert_from_file</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *filename,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKType"
->NMSetting8021xCKType</a> *out_ck_type,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);
-const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key"
->nm_setting_802_1x_get_private_key</a>   (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-private-key-from-file"
->nm_setting_802_1x_set_private_key_from_file</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *filename,
-                                                         const char *password,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKType"
->NMSetting8021xCKType</a> *out_ck_type,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);
-<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKType"
->NMSetting8021xCKType</a>  <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-type"
->nm_setting_802_1x_get_private_key_type</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key"
->nm_setting_802_1x_get_phase2_private_key</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key-from-file"
->nm_setting_802_1x_set_phase2_private_key_from_file</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *filename,
-                                                         const char *password,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKType"
->NMSetting8021xCKType</a> *out_ck_type,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);
-<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKType"
->NMSetting8021xCKType</a>  <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-type"
->nm_setting_802_1x_get_phase2_private_key_type</a>
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);
+enum                <a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat">NMSetting8021xCKFormat</a>;
+enum                <a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme">NMSetting8021xCKScheme</a>;
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-SETTING-NAME:CAPS" title="NM_SETTING_802_1X_SETTING_NAME">NM_SETTING_802_1X_SETTING_NAME</a>
+enum                <a class="link" href="NMSetting8021x.html#NMSetting8021xError" title="enum NMSetting8021xError">NMSetting8021xError</a>;
+#define             <a class="link" href="NMSetting8021x.html#NM-TYPE-SETTING-802-1X-ERROR:CAPS" title="NM_TYPE_SETTING_802_1X_ERROR">NM_TYPE_SETTING_802_1X_ERROR</a>
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-ERROR:CAPS" title="NM_SETTING_802_1X_ERROR">NM_SETTING_802_1X_ERROR</a>
+<a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-error-quark" title="nm_setting_802_1x_error_quark ()">nm_setting_802_1x_error_quark</a>       (<em class="parameter"><code><span class="type">void</span></code></em>);
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-EAP:CAPS" title="NM_SETTING_802_1X_EAP">NM_SETTING_802_1X_EAP</a>
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-IDENTITY:CAPS" title="NM_SETTING_802_1X_IDENTITY">NM_SETTING_802_1X_IDENTITY</a>
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-ANONYMOUS-IDENTITY:CAPS" title="NM_SETTING_802_1X_ANONYMOUS_IDENTITY">NM_SETTING_802_1X_ANONYMOUS_IDENTITY</a>
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CA-CERT:CAPS" title="NM_SETTING_802_1X_CA_CERT">NM_SETTING_802_1X_CA_CERT</a>
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CA-PATH:CAPS" title="NM_SETTING_802_1X_CA_PATH">NM_SETTING_802_1X_CA_PATH</a>
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CLIENT-CERT:CAPS" title="NM_SETTING_802_1X_CLIENT_CERT">NM_SETTING_802_1X_CLIENT_CERT</a>
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PHASE1-PEAPVER:CAPS" title="NM_SETTING_802_1X_PHASE1_PEAPVER">NM_SETTING_802_1X_PHASE1_PEAPVER</a>
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PHASE1-PEAPLABEL:CAPS" title="NM_SETTING_802_1X_PHASE1_PEAPLABEL">NM_SETTING_802_1X_PHASE1_PEAPLABEL</a>
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PHASE1-FAST-PROVISIONING:CAPS" title="NM_SETTING_802_1X_PHASE1_FAST_PROVISIONING">NM_SETTING_802_1X_PHASE1_FAST_PROVISIONING</a>
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-AUTH:CAPS" title="NM_SETTING_802_1X_PHASE2_AUTH">NM_SETTING_802_1X_PHASE2_AUTH</a>
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-AUTHEAP:CAPS" title="NM_SETTING_802_1X_PHASE2_AUTHEAP">NM_SETTING_802_1X_PHASE2_AUTHEAP</a>
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-CA-CERT:CAPS" title="NM_SETTING_802_1X_PHASE2_CA_CERT">NM_SETTING_802_1X_PHASE2_CA_CERT</a>
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-CA-PATH:CAPS" title="NM_SETTING_802_1X_PHASE2_CA_PATH">NM_SETTING_802_1X_PHASE2_CA_PATH</a>
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-CLIENT-CERT:CAPS" title="NM_SETTING_802_1X_PHASE2_CLIENT_CERT">NM_SETTING_802_1X_PHASE2_CLIENT_CERT</a>
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PASSWORD:CAPS" title="NM_SETTING_802_1X_PASSWORD">NM_SETTING_802_1X_PASSWORD</a>
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PRIVATE-KEY:CAPS" title="NM_SETTING_802_1X_PRIVATE_KEY">NM_SETTING_802_1X_PRIVATE_KEY</a>
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PRIVATE-KEY-PASSWORD:CAPS" title="NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD">NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD</a>
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-PRIVATE-KEY:CAPS" title="NM_SETTING_802_1X_PHASE2_PRIVATE_KEY">NM_SETTING_802_1X_PHASE2_PRIVATE_KEY</a>
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-PRIVATE-KEY-PASSWORD:CAPS" title="NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD">NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD</a>
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PIN:CAPS" title="NM_SETTING_802_1X_PIN">NM_SETTING_802_1X_PIN</a>
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PSK:CAPS" title="NM_SETTING_802_1X_PSK">NM_SETTING_802_1X_PSK</a>
+#define             <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-SYSTEM-CA-CERTS:CAPS" title="NM_SETTING_802_1X_SYSTEM_CA_CERTS">NM_SETTING_802_1X_SYSTEM_CA_CERTS</a>
+                    <a class="link" href="NMSetting8021x.html#NMSetting8021x-struct" title="NMSetting8021x">NMSetting8021x</a>;
+                    <a class="link" href="NMSetting8021x.html#NMSetting8021xClass" title="NMSetting8021xClass">NMSetting8021xClass</a>;
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-type" title="nm_setting_802_1x_get_type ()">nm_setting_802_1x_get_type</a>          (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-new" title="nm_setting_802_1x_new ()">nm_setting_802_1x_new</a>               (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-num-eap-methods" title="nm_setting_802_1x_get_num_eap_methods ()">nm_setting_802_1x_get_num_eap_methods</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-eap-method" title="nm_setting_802_1x_get_eap_method ()">nm_setting_802_1x_get_eap_method</a>    (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-add-eap-method" title="nm_setting_802_1x_add_eap_method ()">nm_setting_802_1x_add_eap_method</a>    (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *eap</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-remove-eap-method" title="nm_setting_802_1x_remove_eap_method ()">nm_setting_802_1x_remove_eap_method</a> (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-clear-eap-methods" title="nm_setting_802_1x_clear_eap_methods ()">nm_setting_802_1x_clear_eap_methods</a> (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-identity" title="nm_setting_802_1x_get_identity ()">nm_setting_802_1x_get_identity</a>      (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-anonymous-identity" title="nm_setting_802_1x_get_anonymous_identity ()">nm_setting_802_1x_get_anonymous_identity</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-system-ca-certs" title="nm_setting_802_1x_get_system_ca_certs ()">nm_setting_802_1x_get_system_ca_certs</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-path" title="nm_setting_802_1x_get_ca_path ()">nm_setting_802_1x_get_ca_path</a>       (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-path" title="nm_setting_802_1x_get_phase2_ca_path ()">nm_setting_802_1x_get_phase2_ca_path</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+<a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="returnvalue">NMSetting8021xCKScheme</span></a>  <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-scheme" title="nm_setting_802_1x_get_ca_cert_scheme ()">nm_setting_802_1x_get_ca_cert_scheme</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-blob" title="nm_setting_802_1x_get_ca_cert_blob ()">nm_setting_802_1x_get_ca_cert_blob</a>  (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path" title="nm_setting_802_1x_get_ca_cert_path ()">nm_setting_802_1x_get_ca_cert_path</a>  (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-ca-cert" title="nm_setting_802_1x_set_ca_cert ()">nm_setting_802_1x_set_ca_cert</a>       (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *value</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="type">NMSetting8021xCKScheme</span></a> scheme</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat"><span class="type">NMSetting8021xCKFormat</span></a> *out_format</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+<a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="returnvalue">NMSetting8021xCKScheme</span></a>  <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-scheme" title="nm_setting_802_1x_get_client_cert_scheme ()">nm_setting_802_1x_get_client_cert_scheme</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-blob" title="nm_setting_802_1x_get_client_cert_blob ()">nm_setting_802_1x_get_client_cert_blob</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path" title="nm_setting_802_1x_get_client_cert_path ()">nm_setting_802_1x_get_client_cert_path</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-client-cert" title="nm_setting_802_1x_set_client_cert ()">nm_setting_802_1x_set_client_cert</a>   (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *value</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="type">NMSetting8021xCKScheme</span></a> scheme</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat"><span class="type">NMSetting8021xCKFormat</span></a> *out_format</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase1-peapver" title="nm_setting_802_1x_get_phase1_peapver ()">nm_setting_802_1x_get_phase1_peapver</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase1-peaplabel" title="nm_setting_802_1x_get_phase1_peaplabel ()">nm_setting_802_1x_get_phase1_peaplabel</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase1-fast-provisioning" title="nm_setting_802_1x_get_phase1_fast_provisioning ()">nm_setting_802_1x_get_phase1_fast_provisioning</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-auth" title="nm_setting_802_1x_get_phase2_auth ()">nm_setting_802_1x_get_phase2_auth</a>   (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-autheap" title="nm_setting_802_1x_get_phase2_autheap ()">nm_setting_802_1x_get_phase2_autheap</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+<a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="returnvalue">NMSetting8021xCKScheme</span></a>  <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert-scheme" title="nm_setting_802_1x_get_phase2_ca_cert_scheme ()">nm_setting_802_1x_get_phase2_ca_cert_scheme</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert-blob" title="nm_setting_802_1x_get_phase2_ca_cert_blob ()">nm_setting_802_1x_get_phase2_ca_cert_blob</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert-path" title="nm_setting_802_1x_get_phase2_ca_cert_path ()">nm_setting_802_1x_get_phase2_ca_cert_path</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-ca-cert" title="nm_setting_802_1x_set_phase2_ca_cert ()">nm_setting_802_1x_set_phase2_ca_cert</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *value</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="type">NMSetting8021xCKScheme</span></a> scheme</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat"><span class="type">NMSetting8021xCKFormat</span></a> *out_format</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+<a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="returnvalue">NMSetting8021xCKScheme</span></a>  <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert-scheme" title="nm_setting_802_1x_get_phase2_client_cert_scheme ()">nm_setting_802_1x_get_phase2_client_cert_scheme</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert-blob" title="nm_setting_802_1x_get_phase2_client_cert_blob ()">nm_setting_802_1x_get_phase2_client_cert_blob</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert-path" title="nm_setting_802_1x_get_phase2_client_cert_path ()">nm_setting_802_1x_get_phase2_client_cert_path</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-client-cert" title="nm_setting_802_1x_set_phase2_client_cert ()">nm_setting_802_1x_set_phase2_client_cert</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *value</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="type">NMSetting8021xCKScheme</span></a> scheme</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat"><span class="type">NMSetting8021xCKFormat</span></a> *out_format</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-password" title="nm_setting_802_1x_get_password ()">nm_setting_802_1x_get_password</a>      (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-pin" title="nm_setting_802_1x_get_pin ()">nm_setting_802_1x_get_pin</a>           (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-psk" title="nm_setting_802_1x_get_psk ()">nm_setting_802_1x_get_psk</a>           (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+<a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="returnvalue">NMSetting8021xCKScheme</span></a>  <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-private-key-scheme" title="nm_setting_802_1x_get_private_key_scheme ()">nm_setting_802_1x_get_private_key_scheme</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-private-key-blob" title="nm_setting_802_1x_get_private_key_blob ()">nm_setting_802_1x_get_private_key_blob</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-private-key-path" title="nm_setting_802_1x_get_private_key_path ()">nm_setting_802_1x_get_private_key_path</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-private-key" title="nm_setting_802_1x_set_private_key ()">nm_setting_802_1x_set_private_key</a>   (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *value</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *password</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="type">NMSetting8021xCKScheme</span></a> scheme</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat"><span class="type">NMSetting8021xCKFormat</span></a> *out_format</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-private-key-password" title="nm_setting_802_1x_get_private_key_password ()">nm_setting_802_1x_get_private_key_password</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+<a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat"><span class="returnvalue">NMSetting8021xCKFormat</span></a>  <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-private-key-format" title="nm_setting_802_1x_get_private_key_format ()">nm_setting_802_1x_get_private_key_format</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+<a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="returnvalue">NMSetting8021xCKScheme</span></a>  <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-scheme" title="nm_setting_802_1x_get_phase2_private_key_scheme ()">nm_setting_802_1x_get_phase2_private_key_scheme</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-blob" title="nm_setting_802_1x_get_phase2_private_key_blob ()">nm_setting_802_1x_get_phase2_private_key_blob</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-path" title="nm_setting_802_1x_get_phase2_private_key_path ()">nm_setting_802_1x_get_phase2_private_key_path</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key" title="nm_setting_802_1x_set_phase2_private_key ()">nm_setting_802_1x_set_phase2_private_key</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *value</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *password</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="type">NMSetting8021xCKScheme</span></a> scheme</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat"><span class="type">NMSetting8021xCKFormat</span></a> *out_format</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-password" title="nm_setting_802_1x_get_phase2_private_key_password ()">nm_setting_802_1x_get_phase2_private_key_password</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+<a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat"><span class="returnvalue">NMSetting8021xCKFormat</span></a>  <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-format" title="nm_setting_802_1x_get_phase2_private_key_format ()">nm_setting_802_1x_get_phase2_private_key_format</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+enum                <a class="link" href="NMSetting8021x.html#NMSetting8021xCKType" title="enum NMSetting8021xCKType">NMSetting8021xCKType</a>;
+const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert" title="nm_setting_802_1x_get_ca_cert ()">nm_setting_802_1x_get_ca_cert</a>       (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-ca-cert-from-file" title="nm_setting_802_1x_set_ca_cert_from_file ()">nm_setting_802_1x_set_ca_cert_from_file</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *filename</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKType" title="enum NMSetting8021xCKType"><span class="type">NMSetting8021xCKType</span></a> *out_ck_type</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert" title="nm_setting_802_1x_get_client_cert ()">nm_setting_802_1x_get_client_cert</a>   (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-client-cert-from-file" title="nm_setting_802_1x_set_client_cert_from_file ()">nm_setting_802_1x_set_client_cert_from_file</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *filename</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKType" title="enum NMSetting8021xCKType"><span class="type">NMSetting8021xCKType</span></a> *out_ck_type</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert" title="nm_setting_802_1x_get_phase2_ca_cert ()">nm_setting_802_1x_get_phase2_ca_cert</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-ca-cert-from-file" title="nm_setting_802_1x_set_phase2_ca_cert_from_file ()">nm_setting_802_1x_set_phase2_ca_cert_from_file</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *filename</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKType" title="enum NMSetting8021xCKType"><span class="type">NMSetting8021xCKType</span></a> *out_ck_type</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert" title="nm_setting_802_1x_get_phase2_client_cert ()">nm_setting_802_1x_get_phase2_client_cert</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-client-cert-from-file" title="nm_setting_802_1x_set_phase2_client_cert_from_file ()">nm_setting_802_1x_set_phase2_client_cert_from_file</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *filename</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKType" title="enum NMSetting8021xCKType"><span class="type">NMSetting8021xCKType</span></a> *out_ck_type</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-private-key" title="nm_setting_802_1x_get_private_key ()">nm_setting_802_1x_get_private_key</a>   (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-private-key-from-file" title="nm_setting_802_1x_set_private_key_from_file ()">nm_setting_802_1x_set_private_key_from_file</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *filename</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *password</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKType" title="enum NMSetting8021xCKType"><span class="type">NMSetting8021xCKType</span></a> *out_ck_type</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+<a class="link" href="NMSetting8021x.html#NMSetting8021xCKType" title="enum NMSetting8021xCKType"><span class="returnvalue">NMSetting8021xCKType</span></a>  <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-private-key-type" title="nm_setting_802_1x_get_private_key_type ()">nm_setting_802_1x_get_private_key_type</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key" title="nm_setting_802_1x_get_phase2_private_key ()">nm_setting_802_1x_get_phase2_private_key</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key-from-file" title="nm_setting_802_1x_set_phase2_private_key_from_file ()">nm_setting_802_1x_set_phase2_private_key_from_file</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *filename</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *password</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKType" title="enum NMSetting8021xCKType"><span class="type">NMSetting8021xCKType</span></a> *out_ck_type</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+<a class="link" href="NMSetting8021x.html#NMSetting8021xCKType" title="enum NMSetting8021xCKType"><span class="returnvalue">NMSetting8021xCKType</span></a>  <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-type" title="nm_setting_802_1x_get_phase2_private_key_type ()">nm_setting_802_1x_get_phase2_private_key_type</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMSetting8021x.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
-   +----<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----<a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
          +----NMSetting8021x
 </pre>
 </div>
 <div class="refsect1" title="Properties">
 <a name="NMSetting8021x.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--anonymous-identity"
->anonymous-identity</a>"       <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--ca-cert"
->ca-cert</a>"                  GArray_guchar_*       : Read / Write
-  "<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--ca-path"
->ca-path</a>"                  <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--client-cert"
->client-cert</a>"              GArray_guchar_*       : Read / Write
-  "<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--eap"
->eap</a>"                      GSList_gchararray_*   : Read / Write
-  "<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--identity"
->identity</a>"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--password"
->password</a>"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase1-fast-provisioning"
->phase1-fast-provisioning</a>" <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase1-peaplabel"
->phase1-peaplabel</a>"         <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase1-peapver"
->phase1-peapver</a>"           <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-auth"
->phase2-auth</a>"              <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-autheap"
->phase2-autheap</a>"           <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-ca-cert"
->phase2-ca-cert</a>"           GArray_guchar_*       : Read / Write
-  "<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-ca-path"
->phase2-ca-path</a>"           <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-client-cert"
->phase2-client-cert</a>"       GArray_guchar_*       : Read / Write
-  "<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-private-key"
->phase2-private-key</a>"       GArray_guchar_*       : Read / Write
-  "<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-private-key-password"
->phase2-private-key-password</a>" <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--private-key"
->private-key</a>"              GArray_guchar_*       : Read / Write
-  "<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--private-key-password"
->private-key-password</a>"     <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--system-ca-certs"
->system-ca-certs</a>"          <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
+  "<a class="link" href="NMSetting8021x.html#NMSetting8021x--anonymous-identity" title='The "anonymous-identity" property'>anonymous-identity</a>"       <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSetting8021x.html#NMSetting8021x--ca-cert" title='The "ca-cert" property'>ca-cert</a>"                  <span class="type">GArray_guchar_</span>*       : Read / Write
+  "<a class="link" href="NMSetting8021x.html#NMSetting8021x--ca-path" title='The "ca-path" property'>ca-path</a>"                  <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSetting8021x.html#NMSetting8021x--client-cert" title='The "client-cert" property'>client-cert</a>"              <span class="type">GArray_guchar_</span>*       : Read / Write
+  "<a class="link" href="NMSetting8021x.html#NMSetting8021x--eap" title='The "eap" property'>eap</a>"                      <span class="type">GSList_gchararray_</span>*   : Read / Write
+  "<a class="link" href="NMSetting8021x.html#NMSetting8021x--identity" title='The "identity" property'>identity</a>"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSetting8021x.html#NMSetting8021x--password" title='The "password" property'>password</a>"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase1-fast-provisioning" title='The "phase1-fast-provisioning" property'>phase1-fast-provisioning</a>" <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase1-peaplabel" title='The "phase1-peaplabel" property'>phase1-peaplabel</a>"         <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase1-peapver" title='The "phase1-peapver" property'>phase1-peapver</a>"           <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-auth" title='The "phase2-auth" property'>phase2-auth</a>"              <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-autheap" title='The "phase2-autheap" property'>phase2-autheap</a>"           <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-ca-cert" title='The "phase2-ca-cert" property'>phase2-ca-cert</a>"           <span class="type">GArray_guchar_</span>*       : Read / Write
+  "<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-ca-path" title='The "phase2-ca-path" property'>phase2-ca-path</a>"           <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-client-cert" title='The "phase2-client-cert" property'>phase2-client-cert</a>"       <span class="type">GArray_guchar_</span>*       : Read / Write
+  "<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-private-key" title='The "phase2-private-key" property'>phase2-private-key</a>"       <span class="type">GArray_guchar_</span>*       : Read / Write
+  "<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-private-key-password" title='The "phase2-private-key-password" property'>phase2-private-key-password</a>" <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key" title='The "private-key" property'>private-key</a>"              <span class="type">GArray_guchar_</span>*       : Read / Write
+  "<a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key-password" title='The "private-key-password" property'>private-key-password</a>"     <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSetting8021x.html#NMSetting8021x--system-ca-certs" title='The "system-ca-certs" property'>system-ca-certs</a>"          <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
 </pre>
 </div>
 <div class="refsect1" title="Description">
 <a name="NMSetting8021x.description"></a><h2>Description</h2>
 <p>
-The <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a> object is a <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> subclass that describes
+The <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> object is a <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> subclass that describes
 properties necessary for connection to 802.1x-authenticated networks, such as
 WPA and WPA2 Enterprise WiFi networks and wired 802.1x networks.  802.1x
 connections typically use certificates and/or EAP authentication methods to
@@ -819,8 +292,7 @@ following books.
 <p>
  Cisco Wireless LAN Security
       Authors: Krishna Sankar, Sri Sundaralingam, Darrin Miller, and Andrew Balinsky
-      ISBN: 978-1587051548</p>
-<p>
+      ISBN: 978-1587051548
 </p>
 </div>
 <div class="refsect1" title="Details">
@@ -851,7 +323,7 @@ following books.
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_SETTING_NAME">
-<a name="NM-SETTING-802-1X-SETTING-NAME--CAPS"></a><h3>NM_SETTING_802_1X_SETTING_NAME</h3>
+<a name="NM-SETTING-802-1X-SETTING-NAME:CAPS"></a><h3>NM_SETTING_802_1X_SETTING_NAME</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_SETTING_NAME "802-1x"
 </pre>
 <p>
@@ -872,7 +344,7 @@ following books.
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_SETTING_802_1X_ERROR">
-<a name="NM-TYPE-SETTING-802-1X-ERROR--CAPS"></a><h3>NM_TYPE_SETTING_802_1X_ERROR</h3>
+<a name="NM-TYPE-SETTING-802-1X-ERROR:CAPS"></a><h3>NM_TYPE_SETTING_802_1X_ERROR</h3>
 <pre class="programlisting">#define NM_TYPE_SETTING_802_1X_ERROR (nm_setting_802_1x_error_get_type ()) 
 </pre>
 <p>
@@ -880,7 +352,7 @@ following books.
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_ERROR">
-<a name="NM-SETTING-802-1X-ERROR--CAPS"></a><h3>NM_SETTING_802_1X_ERROR</h3>
+<a name="NM-SETTING-802-1X-ERROR:CAPS"></a><h3>NM_SETTING_802_1X_ERROR</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_ERROR nm_setting_802_1x_error_quark ()
 </pre>
 <p>
@@ -889,29 +361,22 @@ following books.
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_error_quark ()">
 <a name="nm-setting-802-1x-error-quark"></a><h3>nm_setting_802_1x_error_quark ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              nm_setting_802_1x_error_quark       (void);</pre>
-<p>
-Registers an error quark for <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a> if necessary.</p>
+<pre class="programlisting"><a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              nm_setting_802_1x_error_quark       (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
+Registers an error quark for <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> if necessary.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody><tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the error quark used for <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a> errors.
+<td> the error quark used for <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> errors.
 </td>
 </tr></tbody>
 </table></div>
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_EAP">
-<a name="NM-SETTING-802-1X-EAP--CAPS"></a><h3>NM_SETTING_802_1X_EAP</h3>
+<a name="NM-SETTING-802-1X-EAP:CAPS"></a><h3>NM_SETTING_802_1X_EAP</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_EAP "eap"
 </pre>
 <p>
@@ -919,7 +384,7 @@ href="../libnm-util/NMSetting8021x.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_IDENTITY">
-<a name="NM-SETTING-802-1X-IDENTITY--CAPS"></a><h3>NM_SETTING_802_1X_IDENTITY</h3>
+<a name="NM-SETTING-802-1X-IDENTITY:CAPS"></a><h3>NM_SETTING_802_1X_IDENTITY</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_IDENTITY "identity"
 </pre>
 <p>
@@ -927,7 +392,7 @@ href="../libnm-util/NMSetting8021x.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_ANONYMOUS_IDENTITY">
-<a name="NM-SETTING-802-1X-ANONYMOUS-IDENTITY--CAPS"></a><h3>NM_SETTING_802_1X_ANONYMOUS_IDENTITY</h3>
+<a name="NM-SETTING-802-1X-ANONYMOUS-IDENTITY:CAPS"></a><h3>NM_SETTING_802_1X_ANONYMOUS_IDENTITY</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_ANONYMOUS_IDENTITY "anonymous-identity"
 </pre>
 <p>
@@ -935,7 +400,7 @@ href="../libnm-util/NMSetting8021x.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_CA_CERT">
-<a name="NM-SETTING-802-1X-CA-CERT--CAPS"></a><h3>NM_SETTING_802_1X_CA_CERT</h3>
+<a name="NM-SETTING-802-1X-CA-CERT:CAPS"></a><h3>NM_SETTING_802_1X_CA_CERT</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_CA_CERT "ca-cert"
 </pre>
 <p>
@@ -943,7 +408,7 @@ href="../libnm-util/NMSetting8021x.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_CA_PATH">
-<a name="NM-SETTING-802-1X-CA-PATH--CAPS"></a><h3>NM_SETTING_802_1X_CA_PATH</h3>
+<a name="NM-SETTING-802-1X-CA-PATH:CAPS"></a><h3>NM_SETTING_802_1X_CA_PATH</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_CA_PATH "ca-path"
 </pre>
 <p>
@@ -951,7 +416,7 @@ href="../libnm-util/NMSetting8021x.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_CLIENT_CERT">
-<a name="NM-SETTING-802-1X-CLIENT-CERT--CAPS"></a><h3>NM_SETTING_802_1X_CLIENT_CERT</h3>
+<a name="NM-SETTING-802-1X-CLIENT-CERT:CAPS"></a><h3>NM_SETTING_802_1X_CLIENT_CERT</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_CLIENT_CERT "client-cert"
 </pre>
 <p>
@@ -959,7 +424,7 @@ href="../libnm-util/NMSetting8021x.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_PHASE1_PEAPVER">
-<a name="NM-SETTING-802-1X-PHASE1-PEAPVER--CAPS"></a><h3>NM_SETTING_802_1X_PHASE1_PEAPVER</h3>
+<a name="NM-SETTING-802-1X-PHASE1-PEAPVER:CAPS"></a><h3>NM_SETTING_802_1X_PHASE1_PEAPVER</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_PHASE1_PEAPVER "phase1-peapver"
 </pre>
 <p>
@@ -967,7 +432,7 @@ href="../libnm-util/NMSetting8021x.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_PHASE1_PEAPLABEL">
-<a name="NM-SETTING-802-1X-PHASE1-PEAPLABEL--CAPS"></a><h3>NM_SETTING_802_1X_PHASE1_PEAPLABEL</h3>
+<a name="NM-SETTING-802-1X-PHASE1-PEAPLABEL:CAPS"></a><h3>NM_SETTING_802_1X_PHASE1_PEAPLABEL</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_PHASE1_PEAPLABEL "phase1-peaplabel"
 </pre>
 <p>
@@ -975,7 +440,7 @@ href="../libnm-util/NMSetting8021x.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_PHASE1_FAST_PROVISIONING">
-<a name="NM-SETTING-802-1X-PHASE1-FAST-PROVISIONING--CAPS"></a><h3>NM_SETTING_802_1X_PHASE1_FAST_PROVISIONING</h3>
+<a name="NM-SETTING-802-1X-PHASE1-FAST-PROVISIONING:CAPS"></a><h3>NM_SETTING_802_1X_PHASE1_FAST_PROVISIONING</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_PHASE1_FAST_PROVISIONING "phase1-fast-provisioning"
 </pre>
 <p>
@@ -983,7 +448,7 @@ href="../libnm-util/NMSetting8021x.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_PHASE2_AUTH">
-<a name="NM-SETTING-802-1X-PHASE2-AUTH--CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_AUTH</h3>
+<a name="NM-SETTING-802-1X-PHASE2-AUTH:CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_AUTH</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_PHASE2_AUTH "phase2-auth"
 </pre>
 <p>
@@ -991,7 +456,7 @@ href="../libnm-util/NMSetting8021x.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_PHASE2_AUTHEAP">
-<a name="NM-SETTING-802-1X-PHASE2-AUTHEAP--CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_AUTHEAP</h3>
+<a name="NM-SETTING-802-1X-PHASE2-AUTHEAP:CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_AUTHEAP</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_PHASE2_AUTHEAP "phase2-autheap"
 </pre>
 <p>
@@ -999,7 +464,7 @@ href="../libnm-util/NMSetting8021x.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_PHASE2_CA_CERT">
-<a name="NM-SETTING-802-1X-PHASE2-CA-CERT--CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_CA_CERT</h3>
+<a name="NM-SETTING-802-1X-PHASE2-CA-CERT:CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_CA_CERT</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_PHASE2_CA_CERT "phase2-ca-cert"
 </pre>
 <p>
@@ -1007,7 +472,7 @@ href="../libnm-util/NMSetting8021x.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_PHASE2_CA_PATH">
-<a name="NM-SETTING-802-1X-PHASE2-CA-PATH--CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_CA_PATH</h3>
+<a name="NM-SETTING-802-1X-PHASE2-CA-PATH:CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_CA_PATH</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_PHASE2_CA_PATH "phase2-ca-path"
 </pre>
 <p>
@@ -1015,7 +480,7 @@ href="../libnm-util/NMSetting8021x.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_PHASE2_CLIENT_CERT">
-<a name="NM-SETTING-802-1X-PHASE2-CLIENT-CERT--CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_CLIENT_CERT</h3>
+<a name="NM-SETTING-802-1X-PHASE2-CLIENT-CERT:CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_CLIENT_CERT</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_PHASE2_CLIENT_CERT "phase2-client-cert"
 </pre>
 <p>
@@ -1023,7 +488,7 @@ href="../libnm-util/NMSetting8021x.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_PASSWORD">
-<a name="NM-SETTING-802-1X-PASSWORD--CAPS"></a><h3>NM_SETTING_802_1X_PASSWORD</h3>
+<a name="NM-SETTING-802-1X-PASSWORD:CAPS"></a><h3>NM_SETTING_802_1X_PASSWORD</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_PASSWORD "password"
 </pre>
 <p>
@@ -1031,7 +496,7 @@ href="../libnm-util/NMSetting8021x.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_PRIVATE_KEY">
-<a name="NM-SETTING-802-1X-PRIVATE-KEY--CAPS"></a><h3>NM_SETTING_802_1X_PRIVATE_KEY</h3>
+<a name="NM-SETTING-802-1X-PRIVATE-KEY:CAPS"></a><h3>NM_SETTING_802_1X_PRIVATE_KEY</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_PRIVATE_KEY "private-key"
 </pre>
 <p>
@@ -1039,7 +504,7 @@ href="../libnm-util/NMSetting8021x.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD">
-<a name="NM-SETTING-802-1X-PRIVATE-KEY-PASSWORD--CAPS"></a><h3>NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD</h3>
+<a name="NM-SETTING-802-1X-PRIVATE-KEY-PASSWORD:CAPS"></a><h3>NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD "private-key-password"
 </pre>
 <p>
@@ -1047,7 +512,7 @@ href="../libnm-util/NMSetting8021x.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_PHASE2_PRIVATE_KEY">
-<a name="NM-SETTING-802-1X-PHASE2-PRIVATE-KEY--CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_PRIVATE_KEY</h3>
+<a name="NM-SETTING-802-1X-PHASE2-PRIVATE-KEY:CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_PRIVATE_KEY</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_PHASE2_PRIVATE_KEY "phase2-private-key"
 </pre>
 <p>
@@ -1055,7 +520,7 @@ href="../libnm-util/NMSetting8021x.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD">
-<a name="NM-SETTING-802-1X-PHASE2-PRIVATE-KEY-PASSWORD--CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD</h3>
+<a name="NM-SETTING-802-1X-PHASE2-PRIVATE-KEY-PASSWORD:CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD "phase2-private-key-password"
 </pre>
 <p>
@@ -1063,7 +528,7 @@ href="../libnm-util/NMSetting8021x.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_PIN">
-<a name="NM-SETTING-802-1X-PIN--CAPS"></a><h3>NM_SETTING_802_1X_PIN</h3>
+<a name="NM-SETTING-802-1X-PIN:CAPS"></a><h3>NM_SETTING_802_1X_PIN</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_PIN "pin"
 </pre>
 <p>
@@ -1071,7 +536,7 @@ href="../libnm-util/NMSetting8021x.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_PSK">
-<a name="NM-SETTING-802-1X-PSK--CAPS"></a><h3>NM_SETTING_802_1X_PSK</h3>
+<a name="NM-SETTING-802-1X-PSK:CAPS"></a><h3>NM_SETTING_802_1X_PSK</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_PSK "psk"
 </pre>
 <p>
@@ -1079,7 +544,7 @@ href="../libnm-util/NMSetting8021x.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_802_1X_SYSTEM_CA_CERTS">
-<a name="NM-SETTING-802-1X-SYSTEM-CA-CERTS--CAPS"></a><h3>NM_SETTING_802_1X_SYSTEM_CA_CERTS</h3>
+<a name="NM-SETTING-802-1X-SYSTEM-CA-CERTS:CAPS"></a><h3>NM_SETTING_802_1X_SYSTEM_CA_CERTS</h3>
 <pre class="programlisting">#define NM_SETTING_802_1X_SYSTEM_CA_CERTS "system-ca-certs"
 </pre>
 <p>
@@ -1093,11 +558,25 @@ href="../libnm-util/NMSetting8021x.html"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMSetting8021xClass">
+<a name="NMSetting8021xClass"></a><h3>NMSetting8021xClass</h3>
+<pre class="programlisting">typedef struct {
+	NMSettingClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+} NMSetting8021xClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_setting_802_1x_get_type ()">
 <a name="nm-setting-802-1x-get-type"></a><h3>nm_setting_802_1x_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_setting_802_1x_get_type          (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_setting_802_1x_get_type          (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1112,22 +591,15 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_new ()">
 <a name="nm-setting-802-1x-new"></a><h3>nm_setting_802_1x_new ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         nm_setting_802_1x_new               (void);</pre>
-<p>
-Creates a new <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a> object with default values.</p>
+<pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         nm_setting_802_1x_new               (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
+Creates a new <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> object with default values.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody><tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the new empty <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a> object
+<td> the new empty <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> object
 </td>
 </tr></tbody>
 </table></div>
@@ -1135,34 +607,21 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_num_eap_methods ()">
 <a name="nm-setting-802-1x-get-num-eap-methods"></a><h3>nm_setting_802_1x_get_num_eap_methods ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_802_1x_get_num_eap_methods
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_802_1x_get_num_eap_methods
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
 Returns the number of eap methods allowed for use when connecting to the
 network.  Generally only one EAP method is used.  Use the functions
-<a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-eap-method"
-><code class="function">nm_setting_802_1x_get_eap_method()</code></a>, <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-add-eap-method"
-><code class="function">nm_setting_802_1x_add_eap_method()</code></a>,
-and <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-remove-eap-method"
-><code class="function">nm_setting_802_1x_remove_eap_method()</code></a> for adding, removing, and retrieving
-allowed EAP methods.</p>
-<p>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-eap-method" title="nm_setting_802_1x_get_eap_method ()"><code class="function">nm_setting_802_1x_get_eap_method()</code></a>, <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-add-eap-method" title="nm_setting_802_1x_add_eap_method ()"><code class="function">nm_setting_802_1x_add_eap_method()</code></a>,
+and <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-remove-eap-method" title="nm_setting_802_1x_remove_eap_method ()"><code class="function">nm_setting_802_1x_remove_eap_method()</code></a> for adding, removing, and retrieving
+allowed EAP methods.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -1176,29 +635,22 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_eap_method ()">
 <a name="nm-setting-802-1x-get-eap-method"></a><h3>nm_setting_802_1x_get_eap_method ()</h3>
-<pre class="programlisting">const char *        nm_setting_802_1x_get_eap_method    (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
-<p>
-Returns the name of the allowed EAP method at index <em class="parameter"><code>i</code></em>.</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_802_1x_get_eap_method    (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
+Returns the name of the allowed EAP method at index <em class="parameter"><code>i</code></em>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
-<td> the index of the EAP method name to return
+<td>the index of the EAP method name to return
 </td>
 </tr>
 <tr>
@@ -1212,33 +664,24 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_add_eap_method ()">
 <a name="nm-setting-802-1x-add-eap-method"></a><h3>nm_setting_802_1x_add_eap_method ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_802_1x_add_eap_method    (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *eap);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_802_1x_add_eap_method    (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *eap</code></em>);</pre>
 <p>
 Adds an allowed EAP method.  The setting is not valid until at least one
-EAP method has been added.  See <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--eap"
-><span class="type">"eap"</span></a> property for a list of
-allowed EAP methods.</p>
-<p>
+EAP method has been added.  See <a class="link" href="NMSetting8021x.html#NMSetting8021x--eap" title='The "eap" property'><span class="type">"eap"</span></a> property for a list of
+allowed EAP methods.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>eap</code></em> :</span></p></td>
-<td> the name of the EAP method to allow for this connection
+<td>the name of the EAP method to allow for this connection
 </td>
 </tr>
 <tr>
@@ -1253,29 +696,22 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_remove_eap_method ()">
 <a name="nm-setting-802-1x-remove-eap-method"></a><h3>nm_setting_802_1x_remove_eap_method ()</h3>
-<pre class="programlisting">void                nm_setting_802_1x_remove_eap_method (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
-<p>
-Removes the allowed EAP method at the specified index.</p>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_802_1x_remove_eap_method (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
+Removes the allowed EAP method at the specified index.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
-<td> the index of the EAP method to remove
+<td>the index of the EAP method to remove
 </td>
 </tr>
 </tbody>
@@ -1284,20 +720,15 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_clear_eap_methods ()">
 <a name="nm-setting-802-1x-clear-eap-methods"></a><h3>nm_setting_802_1x_clear_eap_methods ()</h3>
-<pre class="programlisting">void                nm_setting_802_1x_clear_eap_methods (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
-<p>
-Clears all allowed EAP methods.</p>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_802_1x_clear_eap_methods (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
+Clears all allowed EAP methods.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody><tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr></tbody>
 </table></div>
@@ -1305,22 +736,17 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_identity ()">
 <a name="nm-setting-802-1x-get-identity"></a><h3>nm_setting_802_1x_get_identity ()</h3>
-<pre class="programlisting">const char *        nm_setting_802_1x_get_identity      (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_802_1x_get_identity      (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
 Returns the identifier used by some EAP methods (like TLS) to
-authenticate the user.  Often this is a username or login name.</p>
-<p>
+authenticate the user.  Often this is a username or login name.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -1334,27 +760,20 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_anonymous_identity ()">
 <a name="nm-setting-802-1x-get-anonymous-identity"></a><h3>nm_setting_802_1x_get_anonymous_identity ()</h3>
-<pre class="programlisting">const char *        nm_setting_802_1x_get_anonymous_identity
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_802_1x_get_anonymous_identity
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
 Returns the anonymous identifier used by some EAP methods (like TTLS) to
 authenticate the user in the outer unencrypted "phase 1" authentication.  The
-inner "phase 2" authentication will use the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--identity"
-><span class="type">"identity"</span></a> in
-a secure form, if applicable for that EAP method.</p>
-<p>
+inner "phase 2" authentication will use the <a class="link" href="NMSetting8021x.html#NMSetting8021x--identity" title='The "identity" property'><span class="type">"identity"</span></a> in
+a secure form, if applicable for that EAP method.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -1368,37 +787,22 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_system_ca_certs ()">
 <a name="nm-setting-802-1x-get-system-ca-certs"></a><h3>nm_setting_802_1x_get_system_ca_certs ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_802_1x_get_system_ca_certs
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
-<p>
-Sets the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--system-ca-certs"
-><span class="type">"system-ca-certs"</span></a> property. The
-<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--ca-path"
-><span class="type">"ca-path"</span></a> and <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-ca-path"
-><span class="type">"phase2-ca-path"</span></a>
-properties are ignored if the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--system-ca-certs"
-><span class="type">"system-ca-certs"</span></a> property is
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_802_1x_get_system_ca_certs
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
+<p>
+Sets the <a class="link" href="NMSetting8021x.html#NMSetting8021x--system-ca-certs" title='The "system-ca-certs" property'><span class="type">"system-ca-certs"</span></a> property. The
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--ca-path" title='The "ca-path" property'><span class="type">"ca-path"</span></a> and <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-ca-path" title='The "phase2-ca-path" property'><span class="type">"phase2-ca-path"</span></a>
+properties are ignored if the <a class="link" href="NMSetting8021x.html#NMSetting8021x--system-ca-certs" title='The "system-ca-certs" property'><span class="type">"system-ca-certs"</span></a> property is
 TRUE, in which case a system-wide CA certificate directory specified at
 compile time (using the --system-ca-path configure option) is used in place
-of these properties.</p>
-<p>
+of these properties.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -1412,27 +816,20 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_ca_path ()">
 <a name="nm-setting-802-1x-get-ca-path"></a><h3>nm_setting_802_1x_get_ca_path ()</h3>
-<pre class="programlisting">const char *        nm_setting_802_1x_get_ca_path       (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_802_1x_get_ca_path       (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
 Returns the path of the CA certificate directory if previously set.  Systems
 will often have a directory that contains multiple individual CA certificates
 which the supplicant can then add to the verification chain.  This may be
-used in addition to the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--ca-cert"
-><span class="type">"ca-cert"</span></a> property to add more CA
-certificates for verifying the network to client.</p>
-<p>
+used in addition to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--ca-cert" title='The "ca-cert" property'><span class="type">"ca-cert"</span></a> property to add more CA
+certificates for verifying the network to client.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -1446,28 +843,21 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_phase2_ca_path ()">
 <a name="nm-setting-802-1x-get-phase2-ca-path"></a><h3>nm_setting_802_1x_get_phase2_ca_path ()</h3>
-<pre class="programlisting">const char *        nm_setting_802_1x_get_phase2_ca_path
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_802_1x_get_phase2_ca_path
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
 Returns the path of the "phase 2" CA certificate directory if previously set.
 Systems will often have a directory that contains multiple individual CA
 certificates which the supplicant can then add to the verification chain.
-This may be used in addition to the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-ca-cert"
-><span class="type">"phase2-ca-cert"</span></a> property
-to add more CA certificates for verifying the network to client.</p>
-<p>
+This may be used in addition to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-ca-cert" title='The "phase2-ca-cert" property'><span class="type">"phase2-ca-cert"</span></a> property
+to add more CA certificates for verifying the network to client.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -1481,30 +871,19 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_ca_cert_scheme ()">
 <a name="nm-setting-802-1x-get-ca-cert-scheme"></a><h3>nm_setting_802_1x_get_ca_cert_scheme ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a>  nm_setting_802_1x_get_ca_cert_scheme
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting"><a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="returnvalue">NMSetting8021xCKScheme</span></a>  nm_setting_802_1x_get_ca_cert_scheme
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
 Returns the scheme used to store the CA certificate.  If the returned scheme
-is <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code>, use <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-blob"
-><code class="function">nm_setting_802_1x_get_ca_cert_blob()</code></a>;
-if <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code>, use <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path"
-><code class="function">nm_setting_802_1x_get_ca_cert_path()</code></a>.</p>
-<p>
+is <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-blob" title="nm_setting_802_1x_get_ca_cert_blob ()"><code class="function">nm_setting_802_1x_get_ca_cert_blob()</code></a>;
+if <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path" title="nm_setting_802_1x_get_ca_cert_path ()"><code class="function">nm_setting_802_1x_get_ca_cert_path()</code></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -1518,28 +897,21 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_ca_cert_blob ()">
 <a name="nm-setting-802-1x-get-ca-cert-blob"></a><h3>nm_setting_802_1x_get_ca_cert_blob ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  nm_setting_802_1x_get_ca_cert_blob  (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting">const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  nm_setting_802_1x_get_ca_cert_blob  (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
 Returns the CA certificate blob if the CA certificate is stored using the
 <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code> scheme.  Not all EAP methods use a
 CA certificate (LEAP for example), and those that can take advantage of the
 CA certificate allow it to be unset.  Note that lack of a CA certificate
 reduces security by allowing man-in-the-middle attacks, because the identity
-of the network cannot be confirmed by the client.</p>
-<p>
+of the network cannot be confirmed by the client.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -1553,26 +925,21 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_ca_cert_path ()">
 <a name="nm-setting-802-1x-get-ca-cert-path"></a><h3>nm_setting_802_1x_get_ca_cert_path ()</h3>
-<pre class="programlisting">const char *        nm_setting_802_1x_get_ca_cert_path  (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_802_1x_get_ca_cert_path  (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
 Returns the CA certificate path if the CA certificate is stored using the
 <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code> scheme.  Not all EAP methods use a
 CA certificate (LEAP for example), and those that can take advantage of the
 CA certificate allow it to be unset.  Note that lack of a CA certificate
 reduces security by allowing man-in-the-middle attacks, because the identity
-of the network cannot be confirmed by the client.</p>
-<p>
+of the network cannot be confirmed by the client.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -1586,64 +953,47 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_set_ca_cert ()">
 <a name="nm-setting-802-1x-set-ca-cert"></a><h3>nm_setting_802_1x_set_ca_cert ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_802_1x_set_ca_cert       (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *value,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a> scheme,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKFormat"
->NMSetting8021xCKFormat</a> *out_format,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);</pre>
-<p>
-Reads a certificate from disk and sets the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--ca-cert"
-><span class="type">"ca-cert"</span></a> property
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_802_1x_set_ca_cert       (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *value</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="type">NMSetting8021xCKScheme</span></a> scheme</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat"><span class="type">NMSetting8021xCKFormat</span></a> *out_format</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
+<p>
+Reads a certificate from disk and sets the <a class="link" href="NMSetting8021x.html#NMSetting8021x--ca-cert" title='The "ca-cert" property'><span class="type">"ca-cert"</span></a> property
 with the raw certificate data if using the <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code>
 scheme, or with the path to the certificate file if using the
-<code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code> scheme.</p>
-<p>
+<code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code> scheme.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
-<td> when <em class="parameter"><code>scheme</code></em> is set to either <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code> or
+<td>when <em class="parameter"><code>scheme</code></em> is set to either <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code> or
   <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code>, pass the path of the CA certificate file
   (PEM or DER format).  The path must be UTF-8 encoded; use
-  <a
-href="../glib/glib-Character-Set-Conversion.html#g-filename-to-utf8"
-><code class="function">g_filename_to_utf8()</code></a> to convert if needed.  Passing NULL with any <em class="parameter"><code>scheme</code></em>
+  <a href="../glib/glib-Character-Set-Conversion.html#g-filename-to-utf8"><code class="function">g_filename_to_utf8()</code></a> to convert if needed.  Passing NULL with any <em class="parameter"><code>scheme</code></em>
   clears the CA certificate.
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>scheme</code></em> :</span></p></td>
-<td> desired storage scheme for the certificate
+<td>desired storage scheme for the certificate
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>out_format</code></em> :</span></p></td>
-<td> on successful return, the type of the certificate added
+<td>on successful return, the type of the certificate added
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
-<td> on unsuccessful return, an error
+<td>on unsuccessful return, an error
 </td>
 </tr>
 <tr>
@@ -1657,30 +1007,19 @@ href="../glib/glib-Character-Set-Conversion.html#g-filename-to-utf8"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_client_cert_scheme ()">
 <a name="nm-setting-802-1x-get-client-cert-scheme"></a><h3>nm_setting_802_1x_get_client_cert_scheme ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a>  nm_setting_802_1x_get_client_cert_scheme
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting"><a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="returnvalue">NMSetting8021xCKScheme</span></a>  nm_setting_802_1x_get_client_cert_scheme
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
 Returns the scheme used to store the client certificate.  If the returned scheme
-is <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code>, use <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-blob"
-><code class="function">nm_setting_802_1x_get_client_cert_blob()</code></a>;
-if <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code>, use <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path"
-><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.</p>
-<p>
+is <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-blob" title="nm_setting_802_1x_get_client_cert_blob ()"><code class="function">nm_setting_802_1x_get_client_cert_blob()</code></a>;
+if <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path" title="nm_setting_802_1x_get_client_cert_path ()"><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -1694,26 +1033,19 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_client_cert_blob ()">
 <a name="nm-setting-802-1x-get-client-cert-blob"></a><h3>nm_setting_802_1x_get_client_cert_blob ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  nm_setting_802_1x_get_client_cert_blob
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting">const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  nm_setting_802_1x_get_client_cert_blob
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
 Client certificates are used to identify the connecting client to the network
 when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x
-authentication method.</p>
-<p>
+authentication method.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -1727,24 +1059,19 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_client_cert_path ()">
 <a name="nm-setting-802-1x-get-client-cert-path"></a><h3>nm_setting_802_1x_get_client_cert_path ()</h3>
-<pre class="programlisting">const char *        nm_setting_802_1x_get_client_cert_path
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_802_1x_get_client_cert_path
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
 Client certificates are used to identify the connecting client to the network
 when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x
-authentication method.</p>
-<p>
+authentication method.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -1758,25 +1085,13 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_set_client_cert ()">
 <a name="nm-setting-802-1x-set-client-cert"></a><h3>nm_setting_802_1x_set_client_cert ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_802_1x_set_client_cert   (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *value,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a> scheme,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKFormat"
->NMSetting8021xCKFormat</a> *out_format,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);</pre>
-<p>
-Reads a certificate from disk and sets the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--client-cert"
-><span class="type">"client-cert"</span></a>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_802_1x_set_client_cert   (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *value</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="type">NMSetting8021xCKScheme</span></a> scheme</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat"><span class="type">NMSetting8021xCKFormat</span></a> *out_format</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
+<p>
+Reads a certificate from disk and sets the <a class="link" href="NMSetting8021x.html#NMSetting8021x--client-cert" title='The "client-cert" property'><span class="type">"client-cert"</span></a>
 property with the raw certificate data if using the
 <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code> scheme, or with the path to the certificate
 file if using the <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code> scheme.
@@ -1784,43 +1099,38 @@ file if using the <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code>
 <p>
 Client certificates are used to identify the connecting client to the network
 when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x
-authentication method.</p>
-<p>
+authentication method.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
-<td> when <em class="parameter"><code>scheme</code></em> is set to either <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code> or
+<td>when <em class="parameter"><code>scheme</code></em> is set to either <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code> or
   <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code>, pass the path of the client certificate
   file (PEM, DER, or PKCS<span class="type">12</span> format).  The path must be UTF-8 encoded; use
-  <a
-href="../glib/glib-Character-Set-Conversion.html#g-filename-to-utf8"
-><code class="function">g_filename_to_utf8()</code></a> to convert if needed.  Passing NULL with any <em class="parameter"><code>scheme</code></em>
+  <a href="../glib/glib-Character-Set-Conversion.html#g-filename-to-utf8"><code class="function">g_filename_to_utf8()</code></a> to convert if needed.  Passing NULL with any <em class="parameter"><code>scheme</code></em>
   clears the client certificate.
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>scheme</code></em> :</span></p></td>
-<td> desired storage scheme for the certificate
+<td>desired storage scheme for the certificate
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>out_format</code></em> :</span></p></td>
-<td> on successful return, the type of the certificate added
+<td>on successful return, the type of the certificate added
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
-<td> on unsuccessful return, an error
+<td>on unsuccessful return, an error
 </td>
 </tr>
 <tr>
@@ -1834,30 +1144,20 @@ href="../glib/glib-Character-Set-Conversion.html#g-filename-to-utf8"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_phase1_peapver ()">
 <a name="nm-setting-802-1x-get-phase1-peapver"></a><h3>nm_setting_802_1x_get_phase1_peapver ()</h3>
-<pre class="programlisting">const char *        nm_setting_802_1x_get_phase1_peapver
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
-<p>
-</p>
-<p>
-</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_802_1x_get_phase1_peapver
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td> the "phase 1" PEAP version to be used when authenticating with
- EAP-PEAP as contained in the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase1-peapver"
-><span class="type">"phase1-peapver"</span></a> property.  Valid
+ EAP-PEAP as contained in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase1-peapver" title='The "phase1-peapver" property'><span class="type">"phase1-peapver"</span></a> property.  Valid
  values are NULL (unset), "0" (PEAP version 0), and "1" (PEAP version 1).
 </td>
 </tr>
@@ -1867,31 +1167,21 @@ href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase1-peapver"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_phase1_peaplabel ()">
 <a name="nm-setting-802-1x-get-phase1-peaplabel"></a><h3>nm_setting_802_1x_get_phase1_peaplabel ()</h3>
-<pre class="programlisting">const char *        nm_setting_802_1x_get_phase1_peaplabel
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
-<p>
-</p>
-<p>
-</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_802_1x_get_phase1_peaplabel
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td> whether the "phase 1" PEAP label is new-style or old-style, to be
  used when authenticating with EAP-PEAP, as contained in the
- <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase1-peaplabel"
-><span class="type">"phase1-peaplabel"</span></a> property.  Valid values are NULL (unset),
+ <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase1-peaplabel" title='The "phase1-peaplabel" property'><span class="type">"phase1-peaplabel"</span></a> property.  Valid values are NULL (unset),
  "0" (use old-style label), and "1" (use new-style label).  See the
  wpa_supplicant documentation for more details.
 </td>
@@ -1902,30 +1192,20 @@ href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase1-peaplabel"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_phase1_fast_provisioning ()">
 <a name="nm-setting-802-1x-get-phase1-fast-provisioning"></a><h3>nm_setting_802_1x_get_phase1_fast_provisioning ()</h3>
-<pre class="programlisting">const char *        nm_setting_802_1x_get_phase1_fast_provisioning
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
-<p>
-</p>
-<p>
-</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_802_1x_get_phase1_fast_provisioning
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td> whether "phase 1" PEAP fast provisioning should be used, as specified
- by the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase1-fast-provisioning"
-><span class="type">"phase1-fast-provisioning"</span></a> property.  See the
+ by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase1-fast-provisioning" title='The "phase1-fast-provisioning" property'><span class="type">"phase1-fast-provisioning"</span></a> property.  See the
  wpa_supplicant documentation for more details.
 </td>
 </tr>
@@ -1935,29 +1215,19 @@ href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase1-fast-provisioning
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_phase2_auth ()">
 <a name="nm-setting-802-1x-get-phase2-auth"></a><h3>nm_setting_802_1x_get_phase2_auth ()</h3>
-<pre class="programlisting">const char *        nm_setting_802_1x_get_phase2_auth   (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
-<p>
-</p>
-<p>
-</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_802_1x_get_phase2_auth   (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td> the "phase 2" non-EAP (ex MD5) allowed authentication method as
-  specified by the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-auth"
-><span class="type">"phase2-auth"</span></a> property.
+  specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-auth" title='The "phase2-auth" property'><span class="type">"phase2-auth"</span></a> property.
 </td>
 </tr>
 </tbody>
@@ -1966,30 +1236,20 @@ href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-auth"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_phase2_autheap ()">
 <a name="nm-setting-802-1x-get-phase2-autheap"></a><h3>nm_setting_802_1x_get_phase2_autheap ()</h3>
-<pre class="programlisting">const char *        nm_setting_802_1x_get_phase2_autheap
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
-<p>
-</p>
-<p>
-</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_802_1x_get_phase2_autheap
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td> the "phase 2" EAP-based (ex TLS) allowed authentication method as
-  specified by the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-autheap"
-><span class="type">"phase2-autheap"</span></a> property.
+  specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-autheap" title='The "phase2-autheap" property'><span class="type">"phase2-autheap"</span></a> property.
 </td>
 </tr>
 </tbody>
@@ -1998,31 +1258,20 @@ href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-autheap"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_phase2_ca_cert_scheme ()">
 <a name="nm-setting-802-1x-get-phase2-ca-cert-scheme"></a><h3>nm_setting_802_1x_get_phase2_ca_cert_scheme ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a>  nm_setting_802_1x_get_phase2_ca_cert_scheme
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting"><a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="returnvalue">NMSetting8021xCKScheme</span></a>  nm_setting_802_1x_get_phase2_ca_cert_scheme
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
 Returns the scheme used to store the "phase 2" CA certificate.  If the
 returned scheme is <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code>, use
-<a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-blob"
-><code class="function">nm_setting_802_1x_get_ca_cert_blob()</code></a>; if <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code>,
-use <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path"
-><code class="function">nm_setting_802_1x_get_ca_cert_path()</code></a>.</p>
-<p>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-blob" title="nm_setting_802_1x_get_ca_cert_blob ()"><code class="function">nm_setting_802_1x_get_ca_cert_blob()</code></a>; if <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code>,
+use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path" title="nm_setting_802_1x_get_ca_cert_path ()"><code class="function">nm_setting_802_1x_get_ca_cert_path()</code></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -2036,29 +1285,22 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_phase2_ca_cert_blob ()">
 <a name="nm-setting-802-1x-get-phase2-ca-cert-blob"></a><h3>nm_setting_802_1x_get_phase2_ca_cert_blob ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  nm_setting_802_1x_get_phase2_ca_cert_blob
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting">const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  nm_setting_802_1x_get_phase2_ca_cert_blob
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
 Returns the "phase 2" CA certificate blob if the CA certificate is stored
 using the <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code> scheme.  Not all EAP methods use
 a CA certificate (LEAP for example), and those that can take advantage of the
 CA certificate allow it to be unset.  Note that lack of a CA certificate
 reduces security by allowing man-in-the-middle attacks, because the identity
-of the network cannot be confirmed by the client.</p>
-<p>
+of the network cannot be confirmed by the client.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -2072,27 +1314,22 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_phase2_ca_cert_path ()">
 <a name="nm-setting-802-1x-get-phase2-ca-cert-path"></a><h3>nm_setting_802_1x_get_phase2_ca_cert_path ()</h3>
-<pre class="programlisting">const char *        nm_setting_802_1x_get_phase2_ca_cert_path
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_802_1x_get_phase2_ca_cert_path
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
 Returns the "phase 2" CA certificate path if the CA certificate is stored
 using the <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code> scheme.  Not all EAP methods use
 a CA certificate (LEAP for example), and those that can take advantage of the
 CA certificate allow it to be unset.  Note that lack of a CA certificate
 reduces security by allowing man-in-the-middle attacks, because the identity
-of the network cannot be confirmed by the client.</p>
-<p>
+of the network cannot be confirmed by the client.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -2106,65 +1343,48 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_set_phase2_ca_cert ()">
 <a name="nm-setting-802-1x-set-phase2-ca-cert"></a><h3>nm_setting_802_1x_set_phase2_ca_cert ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_802_1x_set_phase2_ca_cert
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *value,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a> scheme,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKFormat"
->NMSetting8021xCKFormat</a> *out_format,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);</pre>
-<p>
-Reads a certificate from disk and sets the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-ca-cert"
-><span class="type">"phase2-ca-cert"</span></a>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_802_1x_set_phase2_ca_cert
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *value</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="type">NMSetting8021xCKScheme</span></a> scheme</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat"><span class="type">NMSetting8021xCKFormat</span></a> *out_format</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
+<p>
+Reads a certificate from disk and sets the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-ca-cert" title='The "phase2-ca-cert" property'><span class="type">"phase2-ca-cert"</span></a>
 property with the raw certificate data if using the
 <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code> scheme, or with the path to the certificate
-file if using the <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code> scheme.</p>
-<p>
+file if using the <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code> scheme.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
-<td> when <em class="parameter"><code>scheme</code></em> is set to either <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code> or
+<td>when <em class="parameter"><code>scheme</code></em> is set to either <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code> or
   <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code>, pass the path of the "phase2" CA
   certificate file (PEM or DER format).  The path must be UTF-8 encoded; use
-  <a
-href="../glib/glib-Character-Set-Conversion.html#g-filename-to-utf8"
-><code class="function">g_filename_to_utf8()</code></a> to convert if needed.  Passing NULL with any <em class="parameter"><code>scheme</code></em>
+  <a href="../glib/glib-Character-Set-Conversion.html#g-filename-to-utf8"><code class="function">g_filename_to_utf8()</code></a> to convert if needed.  Passing NULL with any <em class="parameter"><code>scheme</code></em>
   clears the "phase2" CA certificate.
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>scheme</code></em> :</span></p></td>
-<td> desired storage scheme for the certificate
+<td>desired storage scheme for the certificate
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>out_format</code></em> :</span></p></td>
-<td> on successful return, the type of the certificate added
+<td>on successful return, the type of the certificate added
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
-<td> on unsuccessful return, an error
+<td>on unsuccessful return, an error
 </td>
 </tr>
 <tr>
@@ -2178,32 +1398,21 @@ href="../glib/glib-Character-Set-Conversion.html#g-filename-to-utf8"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_phase2_client_cert_scheme ()">
 <a name="nm-setting-802-1x-get-phase2-client-cert-scheme"></a><h3>nm_setting_802_1x_get_phase2_client_cert_scheme ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a>  nm_setting_802_1x_get_phase2_client_cert_scheme
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting"><a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="returnvalue">NMSetting8021xCKScheme</span></a>  nm_setting_802_1x_get_phase2_client_cert_scheme
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
 Returns the scheme used to store the "phase 2" client certificate.  If the
 returned scheme is <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code>, use
-<a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-blob"
-><code class="function">nm_setting_802_1x_get_client_cert_blob()</code></a>; if
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-blob" title="nm_setting_802_1x_get_client_cert_blob ()"><code class="function">nm_setting_802_1x_get_client_cert_blob()</code></a>; if
 <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code>, use
-<a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path"
-><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.</p>
-<p>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path" title="nm_setting_802_1x_get_client_cert_path ()"><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -2217,26 +1426,19 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_phase2_client_cert_blob ()">
 <a name="nm-setting-802-1x-get-phase2-client-cert-blob"></a><h3>nm_setting_802_1x_get_phase2_client_cert_blob ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  nm_setting_802_1x_get_phase2_client_cert_blob
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting">const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  nm_setting_802_1x_get_phase2_client_cert_blob
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
 Client certificates are used to identify the connecting client to the network
 when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x
-authentication method.</p>
-<p>
+authentication method.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -2250,24 +1452,19 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_phase2_client_cert_path ()">
 <a name="nm-setting-802-1x-get-phase2-client-cert-path"></a><h3>nm_setting_802_1x_get_phase2_client_cert_path ()</h3>
-<pre class="programlisting">const char *        nm_setting_802_1x_get_phase2_client_cert_path
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_802_1x_get_phase2_client_cert_path
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
 Client certificates are used to identify the connecting client to the network
 when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x
-authentication method.</p>
-<p>
+authentication method.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -2281,26 +1478,14 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_set_phase2_client_cert ()">
 <a name="nm-setting-802-1x-set-phase2-client-cert"></a><h3>nm_setting_802_1x_set_phase2_client_cert ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_802_1x_set_phase2_client_cert
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *value,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a> scheme,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKFormat"
->NMSetting8021xCKFormat</a> *out_format,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);</pre>
-<p>
-Reads a certificate from disk and sets the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-client-cert"
-><span class="type">"phase2-client-cert"</span></a>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_802_1x_set_phase2_client_cert
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *value</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="type">NMSetting8021xCKScheme</span></a> scheme</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat"><span class="type">NMSetting8021xCKFormat</span></a> *out_format</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
+<p>
+Reads a certificate from disk and sets the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-client-cert" title='The "phase2-client-cert" property'><span class="type">"phase2-client-cert"</span></a>
 property with the raw certificate data if using the
 <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code> scheme, or with the path to the certificate
 file if using the <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code> scheme.
@@ -2308,43 +1493,38 @@ file if using the <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code>
 <p>
 Client certificates are used to identify the connecting client to the network
 when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x
-authentication method.</p>
-<p>
+authentication method.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
-<td> when <em class="parameter"><code>scheme</code></em> is set to either <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code> or
+<td>when <em class="parameter"><code>scheme</code></em> is set to either <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code> or
   <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code>, pass the path of the "phase2" client
   certificate file (PEM, DER, or PKCS<span class="type">12</span> format).  The path must be UTF-8
-  encoded; use <a
-href="../glib/glib-Character-Set-Conversion.html#g-filename-to-utf8"
-><code class="function">g_filename_to_utf8()</code></a> to convert if needed.  Passing NULL with
+  encoded; use <a href="../glib/glib-Character-Set-Conversion.html#g-filename-to-utf8"><code class="function">g_filename_to_utf8()</code></a> to convert if needed.  Passing NULL with
   any <em class="parameter"><code>scheme</code></em> clears the "phase2" client certificate.
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>scheme</code></em> :</span></p></td>
-<td> desired storage scheme for the certificate
+<td>desired storage scheme for the certificate
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>out_format</code></em> :</span></p></td>
-<td> on successful return, the type of the certificate added
+<td>on successful return, the type of the certificate added
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
-<td> on unsuccessful return, an error
+<td>on unsuccessful return, an error
 </td>
 </tr>
 <tr>
@@ -2358,29 +1538,19 @@ href="../glib/glib-Character-Set-Conversion.html#g-filename-to-utf8"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_password ()">
 <a name="nm-setting-802-1x-get-password"></a><h3>nm_setting_802_1x_get_password ()</h3>
-<pre class="programlisting">const char *        nm_setting_802_1x_get_password      (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
-<p>
-</p>
-<p>
-</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_802_1x_get_password      (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td> the password used by the authentication method, if any, as specified
-  by the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--password"
-><span class="type">"password"</span></a> property
+  by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password" title='The "password" property'><span class="type">"password"</span></a> property
 </td>
 </tr>
 </tbody>
@@ -2389,21 +1559,13 @@ href="../libnm-util/NMSetting8021x.html#NMSetting8021x--password"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_pin ()">
 <a name="nm-setting-802-1x-get-pin"></a><h3>nm_setting_802_1x_get_pin ()</h3>
-<pre class="programlisting">const char *        nm_setting_802_1x_get_pin           (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
-<p>
-</p>
-<p>
-</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_802_1x_get_pin           (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -2418,21 +1580,13 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_psk ()">
 <a name="nm-setting-802-1x-get-psk"></a><h3>nm_setting_802_1x_get_psk ()</h3>
-<pre class="programlisting">const char *        nm_setting_802_1x_get_psk           (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
-<p>
-</p>
-<p>
-</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_802_1x_get_psk           (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -2447,32 +1601,21 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_private_key_scheme ()">
 <a name="nm-setting-802-1x-get-private-key-scheme"></a><h3>nm_setting_802_1x_get_private_key_scheme ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a>  nm_setting_802_1x_get_private_key_scheme
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting"><a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="returnvalue">NMSetting8021xCKScheme</span></a>  nm_setting_802_1x_get_private_key_scheme
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
 Returns the scheme used to store the private key.  If the returned scheme is
 <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code>, use
-<a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-blob"
-><code class="function">nm_setting_802_1x_get_client_cert_blob()</code></a>; if
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-blob" title="nm_setting_802_1x_get_client_cert_blob ()"><code class="function">nm_setting_802_1x_get_client_cert_blob()</code></a>; if
 <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code>, use
-<a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path"
-><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.</p>
-<p>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path" title="nm_setting_802_1x_get_client_cert_path ()"><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -2486,26 +1629,19 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_private_key_blob ()">
 <a name="nm-setting-802-1x-get-private-key-blob"></a><h3>nm_setting_802_1x_get_private_key_blob ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  nm_setting_802_1x_get_private_key_blob
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting">const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  nm_setting_802_1x_get_private_key_blob
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
 Private keys are used to authenticate the connecting client to the network
 when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x
-authentication method.</p>
-<p>
+authentication method.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -2519,24 +1655,19 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_private_key_path ()">
 <a name="nm-setting-802-1x-get-private-key-path"></a><h3>nm_setting_802_1x_get_private_key_path ()</h3>
-<pre class="programlisting">const char *        nm_setting_802_1x_get_private_key_path
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_802_1x_get_private_key_path
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
 Private keys are used to authenticate the connecting client to the network
 when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x
-authentication method.</p>
-<p>
+authentication method.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -2550,26 +1681,14 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_set_private_key ()">
 <a name="nm-setting-802-1x-set-private-key"></a><h3>nm_setting_802_1x_set_private_key ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_802_1x_set_private_key   (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *value,
-                                                         const char *password,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a> scheme,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKFormat"
->NMSetting8021xCKFormat</a> *out_format,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);</pre>
-<p>
-Reads a private key from disk and sets the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--private-key"
-><span class="type">"private-key"</span></a>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_802_1x_set_private_key   (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *value</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *password</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="type">NMSetting8021xCKScheme</span></a> scheme</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat"><span class="type">NMSetting8021xCKFormat</span></a> *out_format</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
+<p>
+Reads a private key from disk and sets the <a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key" title='The "private-key" property'><span class="type">"private-key"</span></a>
 property with the raw private key data if using the
 <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code> scheme, or with the path to the private key
 file if using the <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code> scheme.
@@ -2577,48 +1696,43 @@ file if using the <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code>
 <p>
 Private keys are used to authenticate the connecting client to the network
 when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x
-authentication method.</p>
-<p>
+authentication method.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
-<td> when <em class="parameter"><code>scheme</code></em> is set to either <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code> or
+<td>when <em class="parameter"><code>scheme</code></em> is set to either <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code> or
   <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code>, pass the path of the private key file
   (PEM, DER, or PKCS<span class="type">12</span> format).  The path must be UTF-8 encoded; use
-  <a
-href="../glib/glib-Character-Set-Conversion.html#g-filename-to-utf8"
-><code class="function">g_filename_to_utf8()</code></a> to convert if needed.  Passing NULL with any <em class="parameter"><code>scheme</code></em>
+  <a href="../glib/glib-Character-Set-Conversion.html#g-filename-to-utf8"><code class="function">g_filename_to_utf8()</code></a> to convert if needed.  Passing NULL with any <em class="parameter"><code>scheme</code></em>
   clears the private key.
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>password</code></em> :</span></p></td>
-<td> password used to decrypt the private key
+<td>password used to decrypt the private key
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>scheme</code></em> :</span></p></td>
-<td> desired storage scheme for the private key
+<td>desired storage scheme for the private key
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>out_format</code></em> :</span></p></td>
-<td> on successful return, the type of the private key added
+<td>on successful return, the type of the private key added
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
-<td> on unsuccessful return, an error
+<td>on unsuccessful return, an error
 </td>
 </tr>
 <tr>
@@ -2632,34 +1746,22 @@ href="../glib/glib-Character-Set-Conversion.html#g-filename-to-utf8"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_private_key_password ()">
 <a name="nm-setting-802-1x-get-private-key-password"></a><h3>nm_setting_802_1x_get_private_key_password ()</h3>
-<pre class="programlisting">const char *        nm_setting_802_1x_get_private_key_password
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
-<p>
-</p>
-<p>
-</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_802_1x_get_private_key_password
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td> the private key password used to decrypt the private key if
- previously set with <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-private-key-from-file"
-><code class="function">nm_setting_802_1x_set_private_key_from_file()</code></a>,
+ previously set with <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-private-key-from-file" title="nm_setting_802_1x_set_private_key_from_file ()"><code class="function">nm_setting_802_1x_set_private_key_from_file()</code></a>,
  <code class="function">nm_setting_802_1x_set_private_key_path()</code>, or the
- <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--private-key-password"
-><span class="type">"private-key-password"</span></a> property.
+ <a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key-password" title='The "private-key-password" property'><span class="type">"private-key-password"</span></a> property.
 </td>
 </tr>
 </tbody>
@@ -2668,32 +1770,20 @@ href="../libnm-util/NMSetting8021x.html#NMSetting8021x--private-key-password"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_private_key_format ()">
 <a name="nm-setting-802-1x-get-private-key-format"></a><h3>nm_setting_802_1x_get_private_key_format ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKFormat"
->NMSetting8021xCKFormat</a>  nm_setting_802_1x_get_private_key_format
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
-<p>
-</p>
-<p>
-</p>
+<pre class="programlisting"><a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat"><span class="returnvalue">NMSetting8021xCKFormat</span></a>  nm_setting_802_1x_get_private_key_format
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td> the data format of the private key data stored in the
-  <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--private-key"
-><span class="type">"private-key"</span></a> property
+  <a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key" title='The "private-key" property'><span class="type">"private-key"</span></a> property
 </td>
 </tr>
 </tbody>
@@ -2702,32 +1792,21 @@ href="../libnm-util/NMSetting8021x.html#NMSetting8021x--private-key"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_phase2_private_key_scheme ()">
 <a name="nm-setting-802-1x-get-phase2-private-key-scheme"></a><h3>nm_setting_802_1x_get_phase2_private_key_scheme ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a>  nm_setting_802_1x_get_phase2_private_key_scheme
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting"><a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="returnvalue">NMSetting8021xCKScheme</span></a>  nm_setting_802_1x_get_phase2_private_key_scheme
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
 Returns the scheme used to store the "phase 2" private key.  If the returned
 scheme is <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code>, use
-<a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-blob"
-><code class="function">nm_setting_802_1x_get_client_cert_blob()</code></a>; if
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-blob" title="nm_setting_802_1x_get_client_cert_blob ()"><code class="function">nm_setting_802_1x_get_client_cert_blob()</code></a>; if
 <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code>, use
-<a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path"
-><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.</p>
-<p>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path" title="nm_setting_802_1x_get_client_cert_path ()"><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -2741,26 +1820,19 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_phase2_private_key_blob ()">
 <a name="nm-setting-802-1x-get-phase2-private-key-blob"></a><h3>nm_setting_802_1x_get_phase2_private_key_blob ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  nm_setting_802_1x_get_phase2_private_key_blob
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting">const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  nm_setting_802_1x_get_phase2_private_key_blob
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
 Private keys are used to authenticate the connecting client to the network
 when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x
-authentication method.</p>
-<p>
+authentication method.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -2774,24 +1846,19 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_phase2_private_key_path ()">
 <a name="nm-setting-802-1x-get-phase2-private-key-path"></a><h3>nm_setting_802_1x_get_phase2_private_key_path ()</h3>
-<pre class="programlisting">const char *        nm_setting_802_1x_get_phase2_private_key_path
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_802_1x_get_phase2_private_key_path
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <p>
 Private keys are used to authenticate the connecting client to the network
 when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x
-authentication method.</p>
-<p>
+authentication method.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -2805,76 +1872,59 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_set_phase2_private_key ()">
 <a name="nm-setting-802-1x-set-phase2-private-key"></a><h3>nm_setting_802_1x_set_phase2_private_key ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_802_1x_set_phase2_private_key
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *value,
-                                                         const char *password,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a> scheme,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKFormat"
->NMSetting8021xCKFormat</a> *out_format,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_802_1x_set_phase2_private_key
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *value</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *password</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="type">NMSetting8021xCKScheme</span></a> scheme</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat"><span class="type">NMSetting8021xCKFormat</span></a> *out_format</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
 Reads a "phase 2" private key from disk and sets the
-<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-private-key"
-><span class="type">"phase2-private-key"</span></a> property with the raw private key data if
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-private-key" title='The "phase2-private-key" property'><span class="type">"phase2-private-key"</span></a> property with the raw private key data if
 using the <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code> scheme, or with the path to the
 private key file if using the <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code> scheme.
 </p>
 <p>
 Private keys are used to authenticate the connecting client to the network
 when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x
-authentication method.</p>
-<p>
+authentication method.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
-<td> when <em class="parameter"><code>scheme</code></em> is set to either <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code> or
+<td>when <em class="parameter"><code>scheme</code></em> is set to either <code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code> or
   <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code>, pass the path of the "phase2" private 
   key file (PEM, DER, or PKCS<span class="type">12</span> format).  The path must be UTF-8 encoded;
-  use <a
-href="../glib/glib-Character-Set-Conversion.html#g-filename-to-utf8"
-><code class="function">g_filename_to_utf8()</code></a> to convert if needed.  Passing NULL with any
+  use <a href="../glib/glib-Character-Set-Conversion.html#g-filename-to-utf8"><code class="function">g_filename_to_utf8()</code></a> to convert if needed.  Passing NULL with any
   <em class="parameter"><code>scheme</code></em> clears the "phase2" private key.
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>password</code></em> :</span></p></td>
-<td> password used to decrypt the private key
+<td>password used to decrypt the private key
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>scheme</code></em> :</span></p></td>
-<td> desired storage scheme for the private key
+<td>desired storage scheme for the private key
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>out_format</code></em> :</span></p></td>
-<td> on successful return, the type of the private key added
+<td>on successful return, the type of the private key added
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
-<td> on unsuccessful return, an error
+<td>on unsuccessful return, an error
 </td>
 </tr>
 <tr>
@@ -2888,34 +1938,22 @@ href="../glib/glib-Character-Set-Conversion.html#g-filename-to-utf8"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_phase2_private_key_password ()">
 <a name="nm-setting-802-1x-get-phase2-private-key-password"></a><h3>nm_setting_802_1x_get_phase2_private_key_password ()</h3>
-<pre class="programlisting">const char *        nm_setting_802_1x_get_phase2_private_key_password
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
-<p>
-</p>
-<p>
-</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_802_1x_get_phase2_private_key_password
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td> the private key password used to decrypt the private key if
- previously set with <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key-from-file"
-><code class="function">nm_setting_802_1x_set_phase2_private_key_from_file()</code></a>,
+ previously set with <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key-from-file" title="nm_setting_802_1x_set_phase2_private_key_from_file ()"><code class="function">nm_setting_802_1x_set_phase2_private_key_from_file()</code></a>,
  <code class="function">nm_setting_802_1x_set_phase2_private_key_path()</code>, or the
- <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-private-key-password"
-><span class="type">"phase2-private-key-password"</span></a> property.
+ <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-private-key-password" title='The "phase2-private-key-password" property'><span class="type">"phase2-private-key-password"</span></a> property.
 </td>
 </tr>
 </tbody>
@@ -2924,32 +1962,20 @@ href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-private-key-passw
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_phase2_private_key_format ()">
 <a name="nm-setting-802-1x-get-phase2-private-key-format"></a><h3>nm_setting_802_1x_get_phase2_private_key_format ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKFormat"
->NMSetting8021xCKFormat</a>  nm_setting_802_1x_get_phase2_private_key_format
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
-<p>
-</p>
-<p>
-</p>
+<pre class="programlisting"><a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat"><span class="returnvalue">NMSetting8021xCKFormat</span></a>  nm_setting_802_1x_get_phase2_private_key_format
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td> the data format of the "phase 2" private key data stored in the
-  <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-private-key"
-><span class="type">"phase2-private-key"</span></a> property
+  <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-private-key" title='The "phase2-private-key" property'><span class="type">"phase2-private-key"</span></a> property
 </td>
 </tr>
 </tbody>
@@ -2971,18 +1997,12 @@ href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-private-key"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_ca_cert ()">
 <a name="nm-setting-802-1x-get-ca-cert"></a><h3>nm_setting_802_1x_get_ca_cert ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  nm_setting_802_1x_get_ca_cert       (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting">const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  nm_setting_802_1x_get_ca_cert       (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
 <p><code class="literal">nm_setting_802_1x_get_ca_cert</code> has been deprecated since version 0.8 and should not be used in newly-written code. This function has been deprecated and should
   not be used in newly written code. Calling this function is
-  equivalent to calling <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-blob"
-><code class="function">nm_setting_802_1x_get_ca_cert_blob()</code></a>.</p>
+  equivalent to calling <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-blob" title="nm_setting_802_1x_get_ca_cert_blob ()"><code class="function">nm_setting_802_1x_get_ca_cert_blob()</code></a>.</p>
 </div>
 <p>
 Returns the CA certificate blob if the CA certificate is stored using the
@@ -2990,17 +2010,14 @@ Returns the CA certificate blob if the CA certificate is stored using the
 CA certificate (LEAP for example), and those that can take advantage of the
 CA certificate allow it to be unset.  Note that lack of a CA certificate
 reduces security by allowing man-in-the-middle attacks, because the identity
-of the network cannot be confirmed by the client.</p>
-<p>
+of the network cannot be confirmed by the client.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -3014,60 +2031,45 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_set_ca_cert_from_file ()">
 <a name="nm-setting-802-1x-set-ca-cert-from-file"></a><h3>nm_setting_802_1x_set_ca_cert_from_file ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_802_1x_set_ca_cert_from_file
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *filename,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKType"
->NMSetting8021xCKType</a> *out_ck_type,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_802_1x_set_ca_cert_from_file
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *filename</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKType" title="enum NMSetting8021xCKType"><span class="type">NMSetting8021xCKType</span></a> *out_ck_type</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
 <p><code class="literal">nm_setting_802_1x_set_ca_cert_from_file</code> has been deprecated since version 0.8 and should not be used in newly-written code. This function has been deprecated and should
   not be used in newly written code. Calling this function is
-  equivalent to calling <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-ca-cert"
-><code class="function">nm_setting_802_1x_set_ca_cert()</code></a> with the
+  equivalent to calling <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-ca-cert" title="nm_setting_802_1x_set_ca_cert ()"><code class="function">nm_setting_802_1x_set_ca_cert()</code></a> with the
   <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code> scheme.</p>
 </div>
 <p>
-Reads a certificate from disk and sets the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--ca-cert"
-><span class="type">"ca-cert"</span></a> property
+Reads a certificate from disk and sets the <a class="link" href="NMSetting8021x.html#NMSetting8021x--ca-cert" title='The "ca-cert" property'><span class="type">"ca-cert"</span></a> property
 with the raw certificate data using the <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code>
-scheme.</p>
-<p>
+scheme.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
-<td> the path of the CA certificate file (PEM or DER format). Passing
+<td>the path of the CA certificate file (PEM or DER format). Passing
   NULL clears the CA certificate.
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>out_ck_type</code></em> :</span></p></td>
-<td> on successful return, the type of the certificate added
+<td>on successful return, the type of the certificate added
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
-<td> on unsuccessful return, an error
+<td>on unsuccessful return, an error
 </td>
 </tr>
 <tr>
@@ -3081,33 +2083,24 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_client_cert ()">
 <a name="nm-setting-802-1x-get-client-cert"></a><h3>nm_setting_802_1x_get_client_cert ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  nm_setting_802_1x_get_client_cert   (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting">const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  nm_setting_802_1x_get_client_cert   (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
 <p><code class="literal">nm_setting_802_1x_get_client_cert</code> has been deprecated since version 0.8 and should not be used in newly-written code. This function has been deprecated and should
   not be used in newly written code. Calling this function is
-  equivalent to calling <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-blob"
-><code class="function">nm_setting_802_1x_get_client_cert_blob()</code></a>.</p>
+  equivalent to calling <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-blob" title="nm_setting_802_1x_get_client_cert_blob ()"><code class="function">nm_setting_802_1x_get_client_cert_blob()</code></a>.</p>
 </div>
 <p>
 Client certificates are used to identify the connecting client to the network
 when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x
-authentication method.</p>
-<p>
+authentication method.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -3121,64 +2114,49 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_set_client_cert_from_file ()">
 <a name="nm-setting-802-1x-set-client-cert-from-file"></a><h3>nm_setting_802_1x_set_client_cert_from_file ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_802_1x_set_client_cert_from_file
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *filename,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKType"
->NMSetting8021xCKType</a> *out_ck_type,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_802_1x_set_client_cert_from_file
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *filename</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKType" title="enum NMSetting8021xCKType"><span class="type">NMSetting8021xCKType</span></a> *out_ck_type</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
 <p><code class="literal">nm_setting_802_1x_set_client_cert_from_file</code> has been deprecated since version 0.8 and should not be used in newly-written code. This function has been deprecated and should
   not be used in newly written code. Calling this function is
-  equivalent to calling <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-client-cert"
-><code class="function">nm_setting_802_1x_set_client_cert()</code></a> with the
+  equivalent to calling <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-client-cert" title="nm_setting_802_1x_set_client_cert ()"><code class="function">nm_setting_802_1x_set_client_cert()</code></a> with the
   <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code> scheme.</p>
 </div>
 <p>
-Reads a certificate from disk and sets the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--client-cert"
-><span class="type">"client-cert"</span></a>
+Reads a certificate from disk and sets the <a class="link" href="NMSetting8021x.html#NMSetting8021x--client-cert" title='The "client-cert" property'><span class="type">"client-cert"</span></a>
 property with the raw certificate data.
 </p>
 <p>
 Client certificates are used to identify the connecting client to the network
 when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x
-authentication method.</p>
-<p>
+authentication method.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
-<td> the path of the client certificate file (PEM, DER, or
+<td>the path of the client certificate file (PEM, DER, or
   PKCS<span class="type">12</span> format).  Passing NULL clears the client certificate.
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>out_ck_type</code></em> :</span></p></td>
-<td> on successful return, the type of the certificate added
+<td>on successful return, the type of the certificate added
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
-<td> on unsuccessful return, an error
+<td>on unsuccessful return, an error
 </td>
 </tr>
 <tr>
@@ -3192,36 +2170,27 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_phase2_ca_cert ()">
 <a name="nm-setting-802-1x-get-phase2-ca-cert"></a><h3>nm_setting_802_1x_get_phase2_ca_cert ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  nm_setting_802_1x_get_phase2_ca_cert
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting">const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  nm_setting_802_1x_get_phase2_ca_cert
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
 <p><code class="literal">nm_setting_802_1x_get_phase2_ca_cert</code> has been deprecated since version 0.8 and should not be used in newly-written code. This function has been deprecated and should
   not be used in newly written code. Calling this function is
-  equivalent to calling <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert-blob"
-><code class="function">nm_setting_802_1x_get_phase2_ca_cert_blob()</code></a>.</p>
+  equivalent to calling <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert-blob" title="nm_setting_802_1x_get_phase2_ca_cert_blob ()"><code class="function">nm_setting_802_1x_get_phase2_ca_cert_blob()</code></a>.</p>
 </div>
 <p>
 Returns the "phase 2" CA certificate blob.  Not all EAP methods use
 a CA certificate (LEAP for example), and those that can take advantage of the
 CA certificate allow it to be unset.  Note that lack of a CA certificate
 reduces security by allowing man-in-the-middle attacks, because the identity
-of the network cannot be confirmed by the client.</p>
-<p>
+of the network cannot be confirmed by the client.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -3235,59 +2204,44 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_set_phase2_ca_cert_from_file ()">
 <a name="nm-setting-802-1x-set-phase2-ca-cert-from-file"></a><h3>nm_setting_802_1x_set_phase2_ca_cert_from_file ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_802_1x_set_phase2_ca_cert_from_file
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *filename,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKType"
->NMSetting8021xCKType</a> *out_ck_type,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_802_1x_set_phase2_ca_cert_from_file
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *filename</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKType" title="enum NMSetting8021xCKType"><span class="type">NMSetting8021xCKType</span></a> *out_ck_type</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
 <p><code class="literal">nm_setting_802_1x_set_phase2_ca_cert_from_file</code> has been deprecated since version 0.8 and should not be used in newly-written code. This function has been deprecated and should
   not be used in newly written code. Calling this function is
-  equivalent to calling <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-ca-cert"
-><code class="function">nm_setting_802_1x_set_phase2_ca_cert()</code></a>.
+  equivalent to calling <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-ca-cert" title="nm_setting_802_1x_set_phase2_ca_cert ()"><code class="function">nm_setting_802_1x_set_phase2_ca_cert()</code></a>.
   with the <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code> scheme.</p>
 </div>
 <p>
-Reads a certificate from disk and sets the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-ca-cert"
-><span class="type">"phase2-ca-cert"</span></a>
-property with the raw certificate data.</p>
-<p>
+Reads a certificate from disk and sets the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-ca-cert" title='The "phase2-ca-cert" property'><span class="type">"phase2-ca-cert"</span></a>
+property with the raw certificate data.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
-<td> the path of the "phase2" CA certificate file (PEM or DER format).
+<td>the path of the "phase2" CA certificate file (PEM or DER format).
   Passing NULL with any <em class="parameter"><code>scheme</code></em> clears the "phase2" CA certificate.
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>out_ck_type</code></em> :</span></p></td>
-<td> on successful return, the type of the certificate added
+<td>on successful return, the type of the certificate added
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
-<td> on unsuccessful return, an error
+<td>on unsuccessful return, an error
 </td>
 </tr>
 <tr>
@@ -3301,34 +2255,25 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_phase2_client_cert ()">
 <a name="nm-setting-802-1x-get-phase2-client-cert"></a><h3>nm_setting_802_1x_get_phase2_client_cert ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  nm_setting_802_1x_get_phase2_client_cert
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting">const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  nm_setting_802_1x_get_phase2_client_cert
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
 <p><code class="literal">nm_setting_802_1x_get_phase2_client_cert</code> has been deprecated since version 0.8 and should not be used in newly-written code. This function has been deprecated and should
   not be used in newly written code. Calling this function is
-  equivalent to calling <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert-blob"
-><code class="function">nm_setting_802_1x_get_phase2_client_cert_blob()</code></a>.</p>
+  equivalent to calling <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert-blob" title="nm_setting_802_1x_get_phase2_client_cert_blob ()"><code class="function">nm_setting_802_1x_get_phase2_client_cert_blob()</code></a>.</p>
 </div>
 <p>
 Client certificates are used to identify the connecting client to the network
 when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x
-authentication method.</p>
-<p>
+authentication method.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -3342,64 +2287,49 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_set_phase2_client_cert_from_file ()">
 <a name="nm-setting-802-1x-set-phase2-client-cert-from-file"></a><h3>nm_setting_802_1x_set_phase2_client_cert_from_file ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_802_1x_set_phase2_client_cert_from_file
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *filename,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKType"
->NMSetting8021xCKType</a> *out_ck_type,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_802_1x_set_phase2_client_cert_from_file
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *filename</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKType" title="enum NMSetting8021xCKType"><span class="type">NMSetting8021xCKType</span></a> *out_ck_type</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
 <p><code class="literal">nm_setting_802_1x_set_phase2_client_cert_from_file</code> has been deprecated since version 0.8 and should not be used in newly-written code. This function has been deprecated and should
   not be used in newly written code. Calling this function is
-  equivalent to calling <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-client-cert"
-><code class="function">nm_setting_802_1x_set_phase2_client_cert()</code></a> with the.
+  equivalent to calling <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-client-cert" title="nm_setting_802_1x_set_phase2_client_cert ()"><code class="function">nm_setting_802_1x_set_phase2_client_cert()</code></a> with the.
   <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code> scheme.</p>
 </div>
 <p>
-Reads a certificate from disk and sets the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-client-cert"
-><span class="type">"phase2-client-cert"</span></a>
+Reads a certificate from disk and sets the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-client-cert" title='The "phase2-client-cert" property'><span class="type">"phase2-client-cert"</span></a>
 property with the raw certificate data.
 </p>
 <p>
 Client certificates are used to identify the connecting client to the network
 when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x
-authentication method.</p>
-<p>
+authentication method.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
-<td> pass the path of the "phase2" client certificate file (PEM, DER,
+<td>pass the path of the "phase2" client certificate file (PEM, DER,
   or PKCS<span class="type">12</span> format).  Passing NULL clears the "phase2" client certificate.
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>out_ck_type</code></em> :</span></p></td>
-<td> on successful return, the type of the certificate added
+<td>on successful return, the type of the certificate added
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
-<td> on unsuccessful return, an error
+<td>on unsuccessful return, an error
 </td>
 </tr>
 <tr>
@@ -3413,33 +2343,24 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_private_key ()">
 <a name="nm-setting-802-1x-get-private-key"></a><h3>nm_setting_802_1x_get_private_key ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  nm_setting_802_1x_get_private_key   (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting">const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  nm_setting_802_1x_get_private_key   (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
 <p><code class="literal">nm_setting_802_1x_get_private_key</code> has been deprecated since version 0.8 and should not be used in newly-written code. This function has been deprecated and should
   not be used in newly written code. Calling this function is
-  equivalent to calling <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-blob"
-><code class="function">nm_setting_802_1x_get_private_key_blob()</code></a>.</p>
+  equivalent to calling <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-private-key-blob" title="nm_setting_802_1x_get_private_key_blob ()"><code class="function">nm_setting_802_1x_get_private_key_blob()</code></a>.</p>
 </div>
 <p>
 Private keys are used to authenticate the connecting client to the network
 when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x
-authentication method.</p>
-<p>
+authentication method.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -3453,70 +2374,55 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_set_private_key_from_file ()">
 <a name="nm-setting-802-1x-set-private-key-from-file"></a><h3>nm_setting_802_1x_set_private_key_from_file ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_802_1x_set_private_key_from_file
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *filename,
-                                                         const char *password,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKType"
->NMSetting8021xCKType</a> *out_ck_type,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_802_1x_set_private_key_from_file
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *filename</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *password</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKType" title="enum NMSetting8021xCKType"><span class="type">NMSetting8021xCKType</span></a> *out_ck_type</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
 <p><code class="literal">nm_setting_802_1x_set_private_key_from_file</code> has been deprecated since version 0.8 and should not be used in newly-written code. This function has been deprecated and should
   not be used in newly written code. Calling this function is
-  equivalent to calling <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-private-key"
-><code class="function">nm_setting_802_1x_set_private_key()</code></a> with.
+  equivalent to calling <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-private-key" title="nm_setting_802_1x_set_private_key ()"><code class="function">nm_setting_802_1x_set_private_key()</code></a> with.
   the <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code> scheme.</p>
 </div>
 <p>
-Reads a private key from disk and sets the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--private-key"
-><span class="type">"private-key"</span></a>
+Reads a private key from disk and sets the <a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key" title='The "private-key" property'><span class="type">"private-key"</span></a>
 property with the raw private key data.
 </p>
 <p>
 Private keys are used to authenticate the connecting client to the network
 when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x
-authentication method.</p>
-<p>
+authentication method.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
-<td> the path of the private key file (PEM, DER, or PKCS<span class="type">12</span> format).
+<td>the path of the private key file (PEM, DER, or PKCS<span class="type">12</span> format).
   Passing NULL clears the private key.
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>password</code></em> :</span></p></td>
-<td> password used to decrypt the private key
+<td>password used to decrypt the private key
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>out_ck_type</code></em> :</span></p></td>
-<td> on successful return, the type of the private key added
+<td>on successful return, the type of the private key added
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
-<td> on unsuccessful return, an error
+<td>on unsuccessful return, an error
 </td>
 </tr>
 <tr>
@@ -3530,40 +2436,26 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_private_key_type ()">
 <a name="nm-setting-802-1x-get-private-key-type"></a><h3>nm_setting_802_1x_get_private_key_type ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKType"
->NMSetting8021xCKType</a>  nm_setting_802_1x_get_private_key_type
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting"><a class="link" href="NMSetting8021x.html#NMSetting8021xCKType" title="enum NMSetting8021xCKType"><span class="returnvalue">NMSetting8021xCKType</span></a>  nm_setting_802_1x_get_private_key_type
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
 <p><code class="literal">nm_setting_802_1x_get_private_key_type</code> has been deprecated since version 0.8 and should not be used in newly-written code. This function has been deprecated and should
   not be used in newly written code. Calling this function is
-  equivalent to calling <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-format"
-><code class="function">nm_setting_802_1x_get_private_key_format()</code></a>.</p>
+  equivalent to calling <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-private-key-format" title="nm_setting_802_1x_get_private_key_format ()"><code class="function">nm_setting_802_1x_get_private_key_format()</code></a>.</p>
 </div>
-<p>
-</p>
-<p>
-</p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td> the data format of the private key data stored in the
-  <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--private-key"
-><span class="type">"private-key"</span></a> property
+  <a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key" title='The "private-key" property'><span class="type">"private-key"</span></a> property
 </td>
 </tr>
 </tbody>
@@ -3572,34 +2464,25 @@ href="../libnm-util/NMSetting8021x.html#NMSetting8021x--private-key"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_phase2_private_key ()">
 <a name="nm-setting-802-1x-get-phase2-private-key"></a><h3>nm_setting_802_1x_get_phase2_private_key ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  nm_setting_802_1x_get_phase2_private_key
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting">const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  nm_setting_802_1x_get_phase2_private_key
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
 <p><code class="literal">nm_setting_802_1x_get_phase2_private_key</code> has been deprecated since version 0.8 and should not be used in newly-written code. This function has been deprecated and should
   not be used in newly written code. Calling this function is
-  equivalent to calling <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-blob"
-><code class="function">nm_setting_802_1x_get_private_key_blob()</code></a>.</p>
+  equivalent to calling <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-private-key-blob" title="nm_setting_802_1x_get_private_key_blob ()"><code class="function">nm_setting_802_1x_get_private_key_blob()</code></a>.</p>
 </div>
 <p>
 Private keys are used to authenticate the connecting client to the network
 when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x
-authentication method.</p>
-<p>
+authentication method.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
@@ -3613,70 +2496,55 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_set_phase2_private_key_from_file ()">
 <a name="nm-setting-802-1x-set-phase2-private-key-from-file"></a><h3>nm_setting_802_1x_set_phase2_private_key_from_file ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_802_1x_set_phase2_private_key_from_file
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting,
-                                                         const char *filename,
-                                                         const char *password,
-                                                         <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKType"
->NMSetting8021xCKType</a> *out_ck_type,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_802_1x_set_phase2_private_key_from_file
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *filename</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *password</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSetting8021x.html#NMSetting8021xCKType" title="enum NMSetting8021xCKType"><span class="type">NMSetting8021xCKType</span></a> *out_ck_type</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
 <p><code class="literal">nm_setting_802_1x_set_phase2_private_key_from_file</code> has been deprecated since version 0.8 and should not be used in newly-written code. This function has been deprecated and should
   not be used in newly written code. Calling this function is
-  equivalent to calling <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key"
-><code class="function">nm_setting_802_1x_set_phase2_private_key()</code></a> with
+  equivalent to calling <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key" title="nm_setting_802_1x_set_phase2_private_key ()"><code class="function">nm_setting_802_1x_set_phase2_private_key()</code></a> with
   the <code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code> scheme.</p>
 </div>
 <p>
 Reads a "phase 2" private key from disk and sets the
-<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-private-key"
-><span class="type">"phase2-private-key"</span></a> property with the raw private key data.
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-private-key" title='The "phase2-private-key" property'><span class="type">"phase2-private-key"</span></a> property with the raw private key data.
 </p>
 <p>
 Private keys are used to authenticate the connecting client to the network
 when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x
-authentication method.</p>
-<p>
+authentication method.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
-<td> the path of the "phase2" private key file (PEM, DER, or PKCS<span class="type">12</span>
+<td>the path of the "phase2" private key file (PEM, DER, or PKCS<span class="type">12</span>
   format).  Passing NULL clears the "phase2" private key.
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>password</code></em> :</span></p></td>
-<td> password used to decrypt the private key
+<td>password used to decrypt the private key
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>out_ck_type</code></em> :</span></p></td>
-<td> on successful return, the type of the private key added
+<td>on successful return, the type of the private key added
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
-<td> on unsuccessful return, an error
+<td>on unsuccessful return, an error
 </td>
 </tr>
 <tr>
@@ -3690,40 +2558,26 @@ href="../libnm-util/NMSetting8021x.html"
 <hr>
 <div class="refsect2" title="nm_setting_802_1x_get_phase2_private_key_type ()">
 <a name="nm-setting-802-1x-get-phase2-private-key-type"></a><h3>nm_setting_802_1x_get_phase2_private_key_type ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKType"
->NMSetting8021xCKType</a>  nm_setting_802_1x_get_phase2_private_key_type
-                                                        (<a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a> *setting);</pre>
+<pre class="programlisting"><a class="link" href="NMSetting8021x.html#NMSetting8021xCKType" title="enum NMSetting8021xCKType"><span class="returnvalue">NMSetting8021xCKType</span></a>  nm_setting_802_1x_get_phase2_private_key_type
+                                                        (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre>
 <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
 <p><code class="literal">nm_setting_802_1x_get_phase2_private_key_type</code> has been deprecated since version 0.8 and should not be used in newly-written code. This function has been deprecated and should
   not be used in newly written code. Calling this function is
-  equivalent to calling <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-format"
-><code class="function">nm_setting_802_1x_get_phase2_private_key_format()</code></a>.</p>
+  equivalent to calling <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-format" title="nm_setting_802_1x_get_phase2_private_key_format ()"><code class="function">nm_setting_802_1x_get_phase2_private_key_format()</code></a>.</p>
 </div>
-<p>
-</p>
-<p>
-</p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting8021x.html"
-><span class="type">NMSetting8021x</span></a>
+<td>the <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td> the data format of the private key data stored in the
-  <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-private-key"
-><span class="type">"phase2-private-key"</span></a> property
+  <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-private-key" title='The "phase2-private-key" property'><span class="type">"phase2-private-key"</span></a> property
 </td>
 </tr>
 </tbody>
@@ -3734,343 +2588,241 @@ href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-private-key"
 <a name="NMSetting8021x.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "anonymous-identity" property'>
 <a name="NMSetting8021x--anonymous-identity"></a><h3>The <code class="literal">"anonymous-identity"</code> property</h3>
-<pre class="programlisting">  "anonymous-identity"       <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "anonymous-identity"       <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 Anonymous identity string for EAP authentication methods.  Used as the
 unencrypted identity with EAP types that support different tunneled
-identity like EAP-TTLS.</p>
-<p>
+identity like EAP-TTLS.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "ca-cert" property'>
 <a name="NMSetting8021x--ca-cert"></a><h3>The <code class="literal">"ca-cert"</code> property</h3>
-<pre class="programlisting">  "ca-cert"                  GArray_guchar_*       : Read / Write</pre>
+<pre class="programlisting">  "ca-cert"                  <span class="type">GArray_guchar_</span>*       : Read / Write</pre>
 <p>
 Contains the CA certificate if used by the EAP method specified in the
-<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--eap"
-><span class="type">"eap"</span></a> property.  Setting this property directly is
-discouraged; use the <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-ca-cert"
-><code class="function">nm_setting_802_1x_set_ca_cert()</code></a> function instead.</p>
-<p>
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--eap" title='The "eap" property'><span class="type">"eap"</span></a> property.  Setting this property directly is
+discouraged; use the <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-ca-cert" title="nm_setting_802_1x_set_ca_cert ()"><code class="function">nm_setting_802_1x_set_ca_cert()</code></a> function instead.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "ca-path" property'>
 <a name="NMSetting8021x--ca-path"></a><h3>The <code class="literal">"ca-path"</code> property</h3>
-<pre class="programlisting">  "ca-path"                  <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "ca-path"                  <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 UTF-8 encoded path to a directory containing PEM or DER formatted
 certificates to be added to the verification chain in addition to the
-certificate specified in the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--ca-cert"
-><span class="type">"ca-cert"</span></a> property.</p>
-<p>
+certificate specified in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--ca-cert" title='The "ca-cert" property'><span class="type">"ca-cert"</span></a> property.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "client-cert" property'>
 <a name="NMSetting8021x--client-cert"></a><h3>The <code class="literal">"client-cert"</code> property</h3>
-<pre class="programlisting">  "client-cert"              GArray_guchar_*       : Read / Write</pre>
+<pre class="programlisting">  "client-cert"              <span class="type">GArray_guchar_</span>*       : Read / Write</pre>
 <p>
 Contains the client certificate if used by the EAP method specified in
-the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--eap"
-><span class="type">"eap"</span></a> property.  Setting this property directly is
-discouraged; use the <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-client-cert"
-><code class="function">nm_setting_802_1x_set_client_cert()</code></a> function instead.</p>
-<p>
+the <a class="link" href="NMSetting8021x.html#NMSetting8021x--eap" title='The "eap" property'><span class="type">"eap"</span></a> property.  Setting this property directly is
+discouraged; use the <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-client-cert" title="nm_setting_802_1x_set_client_cert ()"><code class="function">nm_setting_802_1x_set_client_cert()</code></a> function instead.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "eap" property'>
 <a name="NMSetting8021x--eap"></a><h3>The <code class="literal">"eap"</code> property</h3>
-<pre class="programlisting">  "eap"                      GSList_gchararray_*   : Read / Write</pre>
+<pre class="programlisting">  "eap"                      <span class="type">GSList_gchararray_</span>*   : Read / Write</pre>
 <p>
 The allowed EAP method to be used when authenticating to the network with
 802.1x.  Valid methods are: "leap", "md5", "tls", "peap", "ttls", and
 "fast".  Each method requires different configuration using the
 properties of this object; refer to wpa_supplicant documentation for the
-allowed combinations.</p>
-<p>
+allowed combinations.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "identity" property'>
 <a name="NMSetting8021x--identity"></a><h3>The <code class="literal">"identity"</code> property</h3>
-<pre class="programlisting">  "identity"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "identity"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 Identity string for EAP authentication methods.  Often the user's
-user or login name.</p>
-<p>
+user or login name.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "password" property'>
 <a name="NMSetting8021x--password"></a><h3>The <code class="literal">"password"</code> property</h3>
-<pre class="programlisting">  "password"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
-<p>
-Password used for EAP authentication methods.</p>
+<pre class="programlisting">  "password"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
+Password used for EAP authentication methods.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "phase1-fast-provisioning" property'>
 <a name="NMSetting8021x--phase1-fast-provisioning"></a><h3>The <code class="literal">"phase1-fast-provisioning"</code> property</h3>
-<pre class="programlisting">  "phase1-fast-provisioning" <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "phase1-fast-provisioning" <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 Enables or disables in-line provisioning of EAP-FAST credentials when
-FAST is specified as the EAP method in the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--eap"
-><span class="type">"eap"</span></a> property.
+FAST is specified as the EAP method in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--eap" title='The "eap" property'><span class="type">"eap"</span></a> property.
 Recognized values are "0" (disabled), "1" (allow unauthenticated
 provisioning), "2" (allow authenticated provisioning), and "3" (allow
 both authenticated and unauthenticated provisioning).  See the
-wpa_supplicant documentation for more details.</p>
-<p>
+wpa_supplicant documentation for more details.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "phase1-peaplabel" property'>
 <a name="NMSetting8021x--phase1-peaplabel"></a><h3>The <code class="literal">"phase1-peaplabel"</code> property</h3>
-<pre class="programlisting">  "phase1-peaplabel"         <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "phase1-peaplabel"         <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 Forces use of the new PEAP label during key derivation.  Some RADIUS
 servers may require forcing the new PEAP label to interoperate with
 PEAPv1.  Set to "1" to force use of the new PEAP label.  See the
-wpa_supplicant documentation for more details.</p>
-<p>
+wpa_supplicant documentation for more details.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "phase1-peapver" property'>
 <a name="NMSetting8021x--phase1-peapver"></a><h3>The <code class="literal">"phase1-peapver"</code> property</h3>
-<pre class="programlisting">  "phase1-peapver"           <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "phase1-peapver"           <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 Forces which PEAP version is used when PEAP is set as the EAP method in
-the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--eap"
-><span class="type">"eap"</span></a> property.  When unset, the version reported by
+the <a class="link" href="NMSetting8021x.html#NMSetting8021x--eap" title='The "eap" property'><span class="type">"eap"</span></a> property.  When unset, the version reported by
 the server will be used.  Sometimes when using older RADIUS servers, it
 is necessary to force the client to use a particular PEAP version.  To do
 so, this property may be set to "0" or "1" to force that specific PEAP
-version.</p>
-<p>
+version.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "phase2-auth" property'>
 <a name="NMSetting8021x--phase2-auth"></a><h3>The <code class="literal">"phase2-auth"</code> property</h3>
-<pre class="programlisting">  "phase2-auth"              <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "phase2-auth"              <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 Specifies the allowed "phase 2" inner non-EAP authentication methods when
 an EAP method that uses an inner TLS tunnel is specified in the
-<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--eap"
-><span class="type">"eap"</span></a> property.  Recognized non-EAP phase2 methods are
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--eap" title='The "eap" property'><span class="type">"eap"</span></a> property.  Recognized non-EAP phase2 methods are
 "pap", "chap", "mschap", "mschapv2", "gtc", "otp", "md5", and "tls".
 Each 'phase 2' inner method requires specific parameters for successful
-authentication; see the wpa_supplicant documentation for more details.</p>
-<p>
+authentication; see the wpa_supplicant documentation for more details.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "phase2-autheap" property'>
 <a name="NMSetting8021x--phase2-autheap"></a><h3>The <code class="literal">"phase2-autheap"</code> property</h3>
-<pre class="programlisting">  "phase2-autheap"           <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "phase2-autheap"           <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 Specifies the allowed "phase 2" inner EAP-based authentication methods
 when an EAP method that uses an inner TLS tunnel is specified in the
-<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--eap"
-><span class="type">"eap"</span></a> property.  Recognized EAP-based phase2 methods are
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--eap" title='The "eap" property'><span class="type">"eap"</span></a> property.  Recognized EAP-based phase2 methods are
 "md5", "mschapv2", "otp", "gtc", and "tls". Each 'phase 2' inner method
 requires specific parameters for successful authentication; see the
-wpa_supplicant documentation for more details.</p>
-<p>
+wpa_supplicant documentation for more details.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "phase2-ca-cert" property'>
 <a name="NMSetting8021x--phase2-ca-cert"></a><h3>The <code class="literal">"phase2-ca-cert"</code> property</h3>
-<pre class="programlisting">  "phase2-ca-cert"           GArray_guchar_*       : Read / Write</pre>
+<pre class="programlisting">  "phase2-ca-cert"           <span class="type">GArray_guchar_</span>*       : Read / Write</pre>
 <p>
 Contains the CA certificate if used by the EAP method specified in the
-<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-auth"
-><span class="type">"phase2-auth"</span></a> or <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-autheap"
-><span class="type">"phase2-autheap"</span></a> properties.
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-auth" title='The "phase2-auth" property'><span class="type">"phase2-auth"</span></a> or <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-autheap" title='The "phase2-autheap" property'><span class="type">"phase2-autheap"</span></a> properties.
 Setting this property directly is discouraged; use the
-<a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-ca-cert"
-><code class="function">nm_setting_802_1x_set_phase2_ca_cert()</code></a> function instead.</p>
-<p>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-ca-cert" title="nm_setting_802_1x_set_phase2_ca_cert ()"><code class="function">nm_setting_802_1x_set_phase2_ca_cert()</code></a> function instead.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "phase2-ca-path" property'>
 <a name="NMSetting8021x--phase2-ca-path"></a><h3>The <code class="literal">"phase2-ca-path"</code> property</h3>
-<pre class="programlisting">  "phase2-ca-path"           <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "phase2-ca-path"           <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 UTF-8 encoded path to a directory containing PEM or DER formatted
 certificates to be added to the verification chain in addition to the
-certificate specified in the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-ca-cert"
-><span class="type">"phase2-ca-cert"</span></a> property.</p>
-<p>
+certificate specified in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-ca-cert" title='The "phase2-ca-cert" property'><span class="type">"phase2-ca-cert"</span></a> property.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "phase2-client-cert" property'>
 <a name="NMSetting8021x--phase2-client-cert"></a><h3>The <code class="literal">"phase2-client-cert"</code> property</h3>
-<pre class="programlisting">  "phase2-client-cert"       GArray_guchar_*       : Read / Write</pre>
+<pre class="programlisting">  "phase2-client-cert"       <span class="type">GArray_guchar_</span>*       : Read / Write</pre>
 <p>
 Contains the client certificate if used by the EAP method specified in
-the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-auth"
-><span class="type">"phase2-auth"</span></a> or <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-autheap"
-><span class="type">"phase2-autheap"</span></a>
+the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-auth" title='The "phase2-auth" property'><span class="type">"phase2-auth"</span></a> or <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-autheap" title='The "phase2-autheap" property'><span class="type">"phase2-autheap"</span></a>
 properties.  Setting this property directly is discouraged; use the
-<a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-client-cert"
-><code class="function">nm_setting_802_1x_set_phase2_client_cert()</code></a> function instead.</p>
-<p>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-client-cert" title="nm_setting_802_1x_set_phase2_client_cert ()"><code class="function">nm_setting_802_1x_set_phase2_client_cert()</code></a> function instead.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "phase2-private-key" property'>
 <a name="NMSetting8021x--phase2-private-key"></a><h3>The <code class="literal">"phase2-private-key"</code> property</h3>
-<pre class="programlisting">  "phase2-private-key"       GArray_guchar_*       : Read / Write</pre>
+<pre class="programlisting">  "phase2-private-key"       <span class="type">GArray_guchar_</span>*       : Read / Write</pre>
 <p>
 Private key data used by "phase 2" inner authentication methods.
 </p>
 <p>
 Contains the "phase 2" inner private key if the <span class="type">"auth"</span> or
-<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-autheap"
-><span class="type">"phase2-autheap"</span></a> property is set to 'tls'.  Setting this
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-autheap" title='The "phase2-autheap" property'><span class="type">"phase2-autheap"</span></a> property is set to 'tls'.  Setting this
 property directly is discouraged; use the
-<a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key"
-><code class="function">nm_setting_802_1x_set_phase2_private_key()</code></a> function instead.</p>
-<p>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key" title="nm_setting_802_1x_set_phase2_private_key ()"><code class="function">nm_setting_802_1x_set_phase2_private_key()</code></a> function instead.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "phase2-private-key-password" property'>
 <a name="NMSetting8021x--phase2-private-key-password"></a><h3>The <code class="literal">"phase2-private-key-password"</code> property</h3>
-<pre class="programlisting">  "phase2-private-key-password" <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "phase2-private-key-password" <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 The password used to decrypt the private key specified in
-<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-private-key"
-><span class="type">"phase2-private-key"</span></a> when the private key either uses the
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-private-key" title='The "phase2-private-key" property'><span class="type">"phase2-private-key"</span></a> when the private key either uses the
 path scheme, or if the private key is a PKCS<span class="type">12</span> format key.  Setting this
 property directly is not generally necessary except when returning
 secrets to NetworkManager; it is generally set automatically when setting
-the private key by the <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key"
-><code class="function">nm_setting_802_1x_set_phase2_private_key()</code></a> function.</p>
-<p>
+the private key by the <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key" title="nm_setting_802_1x_set_phase2_private_key ()"><code class="function">nm_setting_802_1x_set_phase2_private_key()</code></a> function.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "private-key" property'>
 <a name="NMSetting8021x--private-key"></a><h3>The <code class="literal">"private-key"</code> property</h3>
-<pre class="programlisting">  "private-key"              GArray_guchar_*       : Read / Write</pre>
+<pre class="programlisting">  "private-key"              <span class="type">GArray_guchar_</span>*       : Read / Write</pre>
 <p>
-Contains the private key if the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--eap"
-><span class="type">"eap"</span></a> property is set to
+Contains the private key if the <a class="link" href="NMSetting8021x.html#NMSetting8021x--eap" title='The "eap" property'><span class="type">"eap"</span></a> property is set to
 'tls'.  Setting this property directly is discouraged; use the
-<a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-private-key"
-><code class="function">nm_setting_802_1x_set_private_key()</code></a> function instead.</p>
-<p>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-private-key" title="nm_setting_802_1x_set_private_key ()"><code class="function">nm_setting_802_1x_set_private_key()</code></a> function instead.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "private-key-password" property'>
 <a name="NMSetting8021x--private-key-password"></a><h3>The <code class="literal">"private-key-password"</code> property</h3>
-<pre class="programlisting">  "private-key-password"     <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "private-key-password"     <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 The password used to decrypt the private key specified in
-<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--private-key"
-><span class="type">"private-key"</span></a> when the private key either uses the path
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key" title='The "private-key" property'><span class="type">"private-key"</span></a> when the private key either uses the path
 scheme, or if the private key is a PKCS<span class="type">12</span> format key.  Setting this
 property directly is not generally necessary except when returning
 secrets to NetworkManager; it is generally set automatically when setting
-the private key by the <a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-private-key"
-><code class="function">nm_setting_802_1x_set_private_key()</code></a> function.</p>
-<p>
+the private key by the <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-private-key" title="nm_setting_802_1x_set_private_key ()"><code class="function">nm_setting_802_1x_set_private_key()</code></a> function.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "system-ca-certs" property'>
 <a name="NMSetting8021x--system-ca-certs"></a><h3>The <code class="literal">"system-ca-certs"</code> property</h3>
-<pre class="programlisting">  "system-ca-certs"          <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
-<p>
-When TRUE, overrides <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--ca-path"
-><span class="type">"ca-path"</span></a> and
-<a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-ca-path"
-><span class="type">"phase2-ca-path"</span></a> properties using the system CA directory
+<pre class="programlisting">  "system-ca-certs"          <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
+<p>
+When TRUE, overrides <a class="link" href="NMSetting8021x.html#NMSetting8021x--ca-path" title='The "ca-path" property'><span class="type">"ca-path"</span></a> and
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-ca-path" title='The "phase2-ca-path" property'><span class="type">"phase2-ca-path"</span></a> properties using the system CA directory
 specified at configure time with the --system-ca-path switch.  The
 certificates in this directory are added to the verification chain in
-addition to any certificates specified by the <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--ca-cert"
-><span class="type">"ca-cert"</span></a>,
-<span class="type">"ca-cert-path"</span>, <a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-ca-cert"
-><span class="type">"phase2-ca-cert"</span></a> and
-<span class="type">"phase2-ca-cert-path"</span> properties.</p>
-<p>
+addition to any certificates specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--ca-cert" title='The "ca-cert" property'><span class="type">"ca-cert"</span></a>,
+<span class="type">"ca-cert-path"</span>, <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-ca-cert" title='The "phase2-ca-cert" property'><span class="type">"phase2-ca-cert"</span></a> and
+<span class="type">"phase2-ca-cert-path"</span> properties.
 </p>
 <p>Default value: FALSE</p>
 </div>
@@ -4078,6 +2830,6 @@ href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-ca-cert"
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingBluetooth.html b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingBluetooth.html
index 3e1d41b..81a2ed2 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingBluetooth.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingBluetooth.html
@@ -3,16 +3,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMSettingBluetooth</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.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.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="libnm-util API Reference">
-<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
-<link rel="index" href="api-index-full.html" title="API Index">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@@ -25,12 +22,12 @@
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMSettingBluetooth.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMSettingBluetooth.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMSettingBluetooth.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMSettingBluetooth.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMSettingBluetooth.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMSettingBluetooth.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMSettingBluetooth.properties" class="shortcut">Properties</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMSettingBluetooth">
@@ -44,87 +41,37 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMSettingBluetooth.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-#define             <a
-href="../libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-SETTING-NAME--CAPS"
->NM_SETTING_BLUETOOTH_SETTING_NAME</a>
-enum                <a
-href="../libnm-util/NMSettingBluetooth.html#NMSettingBluetoothError"
->NMSettingBluetoothError</a>;
-#define             <a
-href="../libnm-util/NMSettingBluetooth.html#NM-TYPE-SETTING-BLUETOOTH-ERROR--CAPS"
->NM_TYPE_SETTING_BLUETOOTH_ERROR</a>
-#define             <a
-href="../libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-ERROR--CAPS"
->NM_SETTING_BLUETOOTH_ERROR</a>
-<a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              <a
-href="../libnm-util/NMSettingBluetooth.html#nm-setting-bluetooth-error-quark"
->nm_setting_bluetooth_error_quark</a>    (void);
-#define             <a
-href="../libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-BDADDR--CAPS"
->NM_SETTING_BLUETOOTH_BDADDR</a>
-#define             <a
-href="../libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE--CAPS"
->NM_SETTING_BLUETOOTH_TYPE</a>
-#define             <a
-href="../libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE-DUN--CAPS"
->NM_SETTING_BLUETOOTH_TYPE_DUN</a>
-#define             <a
-href="../libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE-PANU--CAPS"
->NM_SETTING_BLUETOOTH_TYPE_PANU</a>
-                    <a
-href="../libnm-util/NMSettingBluetooth.html#NMSettingBluetooth-struct"
->NMSettingBluetooth</a>;
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a
-href="../libnm-util/NMSettingBluetooth.html#nm-setting-bluetooth-get-type"
->nm_setting_bluetooth_get_type</a>       (void);
-<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         <a
-href="../libnm-util/NMSettingBluetooth.html#nm-setting-bluetooth-new"
->nm_setting_bluetooth_new</a>            (void);
-const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  <a
-href="../libnm-util/NMSettingBluetooth.html#nm-setting-bluetooth-get-bdaddr"
->nm_setting_bluetooth_get_bdaddr</a>     (<a
-href="../libnm-util/NMSettingBluetooth.html"
->NMSettingBluetooth</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingBluetooth.html#nm-setting-bluetooth-get-connection-type"
->nm_setting_bluetooth_get_connection_type</a>
-                                                        (<a
-href="../libnm-util/NMSettingBluetooth.html"
->NMSettingBluetooth</a> *setting);
+<pre class="synopsis">#define             <a class="link" href="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-SETTING-NAME:CAPS" title="NM_SETTING_BLUETOOTH_SETTING_NAME">NM_SETTING_BLUETOOTH_SETTING_NAME</a>
+enum                <a class="link" href="NMSettingBluetooth.html#NMSettingBluetoothError" title="enum NMSettingBluetoothError">NMSettingBluetoothError</a>;
+#define             <a class="link" href="NMSettingBluetooth.html#NM-TYPE-SETTING-BLUETOOTH-ERROR:CAPS" title="NM_TYPE_SETTING_BLUETOOTH_ERROR">NM_TYPE_SETTING_BLUETOOTH_ERROR</a>
+#define             <a class="link" href="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-ERROR:CAPS" title="NM_SETTING_BLUETOOTH_ERROR">NM_SETTING_BLUETOOTH_ERROR</a>
+<a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              <a class="link" href="NMSettingBluetooth.html#nm-setting-bluetooth-error-quark" title="nm_setting_bluetooth_error_quark ()">nm_setting_bluetooth_error_quark</a>    (<em class="parameter"><code><span class="type">void</span></code></em>);
+#define             <a class="link" href="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-BDADDR:CAPS" title="NM_SETTING_BLUETOOTH_BDADDR">NM_SETTING_BLUETOOTH_BDADDR</a>
+#define             <a class="link" href="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE:CAPS" title="NM_SETTING_BLUETOOTH_TYPE">NM_SETTING_BLUETOOTH_TYPE</a>
+#define             <a class="link" href="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE-DUN:CAPS" title="NM_SETTING_BLUETOOTH_TYPE_DUN">NM_SETTING_BLUETOOTH_TYPE_DUN</a>
+#define             <a class="link" href="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE-PANU:CAPS" title="NM_SETTING_BLUETOOTH_TYPE_PANU">NM_SETTING_BLUETOOTH_TYPE_PANU</a>
+                    <a class="link" href="NMSettingBluetooth.html#NMSettingBluetooth-struct" title="NMSettingBluetooth">NMSettingBluetooth</a>;
+                    <a class="link" href="NMSettingBluetooth.html#NMSettingBluetoothClass" title="NMSettingBluetoothClass">NMSettingBluetoothClass</a>;
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="NMSettingBluetooth.html#nm-setting-bluetooth-get-type" title="nm_setting_bluetooth_get_type ()">nm_setting_bluetooth_get_type</a>       (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         <a class="link" href="NMSettingBluetooth.html#nm-setting-bluetooth-new" title="nm_setting_bluetooth_new ()">nm_setting_bluetooth_new</a>            (<em class="parameter"><code><span class="type">void</span></code></em>);
+const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  <a class="link" href="NMSettingBluetooth.html#nm-setting-bluetooth-get-bdaddr" title="nm_setting_bluetooth_get_bdaddr ()">nm_setting_bluetooth_get_bdaddr</a>     (<em class="parameter"><code><a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingBluetooth.html#nm-setting-bluetooth-get-connection-type" title="nm_setting_bluetooth_get_connection_type ()">nm_setting_bluetooth_get_connection_type</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</span></a> *setting</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMSettingBluetooth.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
-   +----<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----<a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
          +----NMSettingBluetooth
 </pre>
 </div>
 <div class="refsect1" title="Properties">
 <a name="NMSettingBluetooth.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a
-href="../libnm-util/NMSettingBluetooth.html#NMSettingBluetooth--bdaddr"
->bdaddr</a>"                   GArray_guchar_*       : Read / Write
-  "<a
-href="../libnm-util/NMSettingBluetooth.html#NMSettingBluetooth--type"
->type</a>"                     <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
+  "<a class="link" href="NMSettingBluetooth.html#NMSettingBluetooth--bdaddr" title='The "bdaddr" property'>bdaddr</a>"                   <span class="type">GArray_guchar_</span>*       : Read / Write
+  "<a class="link" href="NMSettingBluetooth.html#NMSettingBluetooth--type" title='The "type" property'>type</a>"                     <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 </pre>
 </div>
 <div class="refsect1" title="Description">
@@ -135,7 +82,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 <div class="refsect1" title="Details">
 <a name="NMSettingBluetooth.details"></a><h2>Details</h2>
 <div class="refsect2" title="NM_SETTING_BLUETOOTH_SETTING_NAME">
-<a name="NM-SETTING-BLUETOOTH-SETTING-NAME--CAPS"></a><h3>NM_SETTING_BLUETOOTH_SETTING_NAME</h3>
+<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>
@@ -157,7 +104,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_SETTING_BLUETOOTH_ERROR">
-<a name="NM-TYPE-SETTING-BLUETOOTH-ERROR--CAPS"></a><h3>NM_TYPE_SETTING_BLUETOOTH_ERROR</h3>
+<a name="NM-TYPE-SETTING-BLUETOOTH-ERROR:CAPS"></a><h3>NM_TYPE_SETTING_BLUETOOTH_ERROR</h3>
 <pre class="programlisting">#define NM_TYPE_SETTING_BLUETOOTH_ERROR (nm_setting_bluetooth_error_get_type ()) 
 </pre>
 <p>
@@ -165,7 +112,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_BLUETOOTH_ERROR">
-<a name="NM-SETTING-BLUETOOTH-ERROR--CAPS"></a><h3>NM_SETTING_BLUETOOTH_ERROR</h3>
+<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>
@@ -174,9 +121,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 <hr>
 <div class="refsect2" title="nm_setting_bluetooth_error_quark ()">
 <a name="nm-setting-bluetooth-error-quark"></a><h3>nm_setting_bluetooth_error_quark ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              nm_setting_bluetooth_error_quark    (void);</pre>
+<pre class="programlisting"><a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              nm_setting_bluetooth_error_quark    (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -190,7 +135,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_BLUETOOTH_BDADDR">
-<a name="NM-SETTING-BLUETOOTH-BDADDR--CAPS"></a><h3>NM_SETTING_BLUETOOTH_BDADDR</h3>
+<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>
@@ -198,7 +143,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_BLUETOOTH_TYPE">
-<a name="NM-SETTING-BLUETOOTH-TYPE--CAPS"></a><h3>NM_SETTING_BLUETOOTH_TYPE</h3>
+<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>
@@ -206,7 +151,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_BLUETOOTH_TYPE_DUN">
-<a name="NM-SETTING-BLUETOOTH-TYPE-DUN--CAPS"></a><h3>NM_SETTING_BLUETOOTH_TYPE_DUN</h3>
+<a name="NM-SETTING-BLUETOOTH-TYPE-DUN:CAPS"></a><h3>NM_SETTING_BLUETOOTH_TYPE_DUN</h3>
 <pre class="programlisting">#define NM_SETTING_BLUETOOTH_TYPE_DUN  "dun"
 </pre>
 <p>
@@ -214,7 +159,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_BLUETOOTH_TYPE_PANU">
-<a name="NM-SETTING-BLUETOOTH-TYPE-PANU--CAPS"></a><h3>NM_SETTING_BLUETOOTH_TYPE_PANU</h3>
+<a name="NM-SETTING-BLUETOOTH-TYPE-PANU:CAPS"></a><h3>NM_SETTING_BLUETOOTH_TYPE_PANU</h3>
 <pre class="programlisting">#define NM_SETTING_BLUETOOTH_TYPE_PANU "panu"
 </pre>
 <p>
@@ -228,11 +173,25 @@ href="../glib/glib-Quarks.html#GQuark"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMSettingBluetoothClass">
+<a name="NMSettingBluetoothClass"></a><h3>NMSettingBluetoothClass</h3>
+<pre class="programlisting">typedef struct {
+	NMSettingClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+} NMSettingBluetoothClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_setting_bluetooth_get_type ()">
 <a name="nm-setting-bluetooth-get-type"></a><h3>nm_setting_bluetooth_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_setting_bluetooth_get_type       (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_setting_bluetooth_get_type       (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -247,9 +206,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_setting_bluetooth_new ()">
 <a name="nm-setting-bluetooth-new"></a><h3>nm_setting_bluetooth_new ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         nm_setting_bluetooth_new            (void);</pre>
+<pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         nm_setting_bluetooth_new            (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -264,11 +221,7 @@ href="../libnm-util/NMSetting.html"
 <hr>
 <div class="refsect2" title="nm_setting_bluetooth_get_bdaddr ()">
 <a name="nm-setting-bluetooth-get-bdaddr"></a><h3>nm_setting_bluetooth_get_bdaddr ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  nm_setting_bluetooth_get_bdaddr     (<a
-href="../libnm-util/NMSettingBluetooth.html"
->NMSettingBluetooth</a> *setting);</pre>
+<pre class="programlisting">const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  nm_setting_bluetooth_get_bdaddr     (<em class="parameter"><code><a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -290,10 +243,8 @@ href="../libnm-util/NMSettingBluetooth.html"
 <hr>
 <div class="refsect2" title="nm_setting_bluetooth_get_connection_type ()">
 <a name="nm-setting-bluetooth-get-connection-type"></a><h3>nm_setting_bluetooth_get_connection_type ()</h3>
-<pre class="programlisting">const char *        nm_setting_bluetooth_get_connection_type
-                                                        (<a
-href="../libnm-util/NMSettingBluetooth.html"
->NMSettingBluetooth</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_bluetooth_get_connection_type
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -317,22 +268,18 @@ href="../libnm-util/NMSettingBluetooth.html"
 <a name="NMSettingBluetooth.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "bdaddr" property'>
 <a name="NMSettingBluetooth--bdaddr"></a><h3>The <code class="literal">"bdaddr"</code> property</h3>
-<pre class="programlisting">  "bdaddr"                   GArray_guchar_*       : Read / Write</pre>
-<p>
-The Bluetooth address of the device.</p>
+<pre class="programlisting">  "bdaddr"                   <span class="type">GArray_guchar_</span>*       : Read / Write</pre>
 <p>
+The Bluetooth address of the device.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "type" property'>
 <a name="NMSettingBluetooth--type"></a><h3>The <code class="literal">"type"</code> property</h3>
-<pre class="programlisting">  "type"                     <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "type"                     <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 Either 'dun' for Dial-Up Networking connections (not yet supported) or
-'panu' for Personal Area Networking connections.</p>
-<p>
+'panu' for Personal Area Networking connections.
 </p>
 <p>Default value: NULL</p>
 </div>
@@ -340,6 +287,6 @@ Either 'dun' for Dial-Up Networking connections (not yet supported) or
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingCdma.html b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingCdma.html
index a301f65..79b2451 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingCdma.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingCdma.html
@@ -3,16 +3,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMSettingCdma</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.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="NMSettingSerial.html" title="NMSettingSerial">
 <link rel="next" href="NMSettingGsm.html" title="NMSettingGsm">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="libnm-util API Reference">
-<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
-<link rel="index" href="api-index-full.html" title="API Index">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@@ -25,12 +22,12 @@
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMSettingCdma.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMSettingCdma.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMSettingCdma.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMSettingCdma.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMSettingCdma.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMSettingCdma.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMSettingCdma.properties" class="shortcut">Properties</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMSettingCdma">
@@ -45,114 +42,53 @@
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMSettingCdma.synopsis"></a><h2>Synopsis</h2>
 <pre class="synopsis">
-
 #include &lt;nm-setting-cdma.h&gt;
 
-#define             <a
-href="../libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-SETTING-NAME--CAPS"
->NM_SETTING_CDMA_SETTING_NAME</a>
-enum                <a
-href="../libnm-util/NMSettingCdma.html#NMSettingCdmaError"
->NMSettingCdmaError</a>;
-#define             <a
-href="../libnm-util/NMSettingCdma.html#NM-TYPE-SETTING-CDMA-ERROR--CAPS"
->NM_TYPE_SETTING_CDMA_ERROR</a>
-#define             <a
-href="../libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-ERROR--CAPS"
->NM_SETTING_CDMA_ERROR</a>
-<a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              <a
-href="../libnm-util/NMSettingCdma.html#nm-setting-cdma-error-quark"
->nm_setting_cdma_error_quark</a>         (void);
-#define             <a
-href="../libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-NUMBER--CAPS"
->NM_SETTING_CDMA_NUMBER</a>
-#define             <a
-href="../libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-USERNAME--CAPS"
->NM_SETTING_CDMA_USERNAME</a>
-#define             <a
-href="../libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-PASSWORD--CAPS"
->NM_SETTING_CDMA_PASSWORD</a>
-                    <a
-href="../libnm-util/NMSettingCdma.html#NMSettingCdma-struct"
->NMSettingCdma</a>;
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a
-href="../libnm-util/NMSettingCdma.html#nm-setting-cdma-get-type"
->nm_setting_cdma_get_type</a>            (void);
-<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         <a
-href="../libnm-util/NMSettingCdma.html#nm-setting-cdma-new"
->nm_setting_cdma_new</a>                 (void);
-const char *        <a
-href="../libnm-util/NMSettingCdma.html#nm-setting-cdma-get-number"
->nm_setting_cdma_get_number</a>          (<a
-href="../libnm-util/NMSettingCdma.html"
->NMSettingCdma</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingCdma.html#nm-setting-cdma-get-username"
->nm_setting_cdma_get_username</a>        (<a
-href="../libnm-util/NMSettingCdma.html"
->NMSettingCdma</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingCdma.html#nm-setting-cdma-get-password"
->nm_setting_cdma_get_password</a>        (<a
-href="../libnm-util/NMSettingCdma.html"
->NMSettingCdma</a> *setting);
+#define             <a class="link" href="NMSettingCdma.html#NM-SETTING-CDMA-SETTING-NAME:CAPS" title="NM_SETTING_CDMA_SETTING_NAME">NM_SETTING_CDMA_SETTING_NAME</a>
+enum                <a class="link" href="NMSettingCdma.html#NMSettingCdmaError" title="enum NMSettingCdmaError">NMSettingCdmaError</a>;
+#define             <a class="link" href="NMSettingCdma.html#NM-TYPE-SETTING-CDMA-ERROR:CAPS" title="NM_TYPE_SETTING_CDMA_ERROR">NM_TYPE_SETTING_CDMA_ERROR</a>
+#define             <a class="link" href="NMSettingCdma.html#NM-SETTING-CDMA-ERROR:CAPS" title="NM_SETTING_CDMA_ERROR">NM_SETTING_CDMA_ERROR</a>
+<a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              <a class="link" href="NMSettingCdma.html#nm-setting-cdma-error-quark" title="nm_setting_cdma_error_quark ()">nm_setting_cdma_error_quark</a>         (<em class="parameter"><code><span class="type">void</span></code></em>);
+#define             <a class="link" href="NMSettingCdma.html#NM-SETTING-CDMA-NUMBER:CAPS" title="NM_SETTING_CDMA_NUMBER">NM_SETTING_CDMA_NUMBER</a>
+#define             <a class="link" href="NMSettingCdma.html#NM-SETTING-CDMA-USERNAME:CAPS" title="NM_SETTING_CDMA_USERNAME">NM_SETTING_CDMA_USERNAME</a>
+#define             <a class="link" href="NMSettingCdma.html#NM-SETTING-CDMA-PASSWORD:CAPS" title="NM_SETTING_CDMA_PASSWORD">NM_SETTING_CDMA_PASSWORD</a>
+                    <a class="link" href="NMSettingCdma.html#NMSettingCdma-struct" title="NMSettingCdma">NMSettingCdma</a>;
+                    <a class="link" href="NMSettingCdma.html#NMSettingCdmaClass" title="NMSettingCdmaClass">NMSettingCdmaClass</a>;
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="NMSettingCdma.html#nm-setting-cdma-get-type" title="nm_setting_cdma_get_type ()">nm_setting_cdma_get_type</a>            (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         <a class="link" href="NMSettingCdma.html#nm-setting-cdma-new" title="nm_setting_cdma_new ()">nm_setting_cdma_new</a>                 (<em class="parameter"><code><span class="type">void</span></code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingCdma.html#nm-setting-cdma-get-number" title="nm_setting_cdma_get_number ()">nm_setting_cdma_get_number</a>          (<em class="parameter"><code><a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingCdma.html#nm-setting-cdma-get-username" title="nm_setting_cdma_get_username ()">nm_setting_cdma_get_username</a>        (<em class="parameter"><code><a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingCdma.html#nm-setting-cdma-get-password" title="nm_setting_cdma_get_password ()">nm_setting_cdma_get_password</a>        (<em class="parameter"><code><a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> *setting</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMSettingCdma.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
-   +----<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----<a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
          +----NMSettingCdma
 </pre>
 </div>
 <div class="refsect1" title="Properties">
 <a name="NMSettingCdma.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a
-href="../libnm-util/NMSettingCdma.html#NMSettingCdma--number"
->number</a>"                   <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingCdma.html#NMSettingCdma--password"
->password</a>"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingCdma.html#NMSettingCdma--username"
->username</a>"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
+  "<a class="link" href="NMSettingCdma.html#NMSettingCdma--number" title='The "number" property'>number</a>"                   <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingCdma.html#NMSettingCdma--password" title='The "password" property'>password</a>"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingCdma.html#NMSettingCdma--username" title='The "username" property'>username</a>"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 </pre>
 </div>
 <div class="refsect1" title="Description">
 <a name="NMSettingCdma.description"></a><h2>Description</h2>
 <p>
-The <a
-href="../libnm-util/NMSettingCdma.html"
-><span class="type">NMSettingCdma</span></a> object is a <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> subclass that describes
+The <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> object is a <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> subclass that describes
 properties that allow connections to IS-95-based mobile broadband
-networks, including those using CDMA2000/EVDO technology.</p>
-<p>
+networks, including those using CDMA2000/EVDO technology.
 </p>
 </div>
 <div class="refsect1" title="Details">
 <a name="NMSettingCdma.details"></a><h2>Details</h2>
 <div class="refsect2" title="NM_SETTING_CDMA_SETTING_NAME">
-<a name="NM-SETTING-CDMA-SETTING-NAME--CAPS"></a><h3>NM_SETTING_CDMA_SETTING_NAME</h3>
+<a name="NM-SETTING-CDMA-SETTING-NAME:CAPS"></a><h3>NM_SETTING_CDMA_SETTING_NAME</h3>
 <pre class="programlisting">#define NM_SETTING_CDMA_SETTING_NAME "cdma"
 </pre>
 <p>
@@ -174,7 +110,7 @@ networks, including those using CDMA2000/EVDO technology.</p>
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_SETTING_CDMA_ERROR">
-<a name="NM-TYPE-SETTING-CDMA-ERROR--CAPS"></a><h3>NM_TYPE_SETTING_CDMA_ERROR</h3>
+<a name="NM-TYPE-SETTING-CDMA-ERROR:CAPS"></a><h3>NM_TYPE_SETTING_CDMA_ERROR</h3>
 <pre class="programlisting">#define NM_TYPE_SETTING_CDMA_ERROR (nm_setting_cdma_error_get_type ()) 
 </pre>
 <p>
@@ -182,7 +118,7 @@ networks, including those using CDMA2000/EVDO technology.</p>
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_CDMA_ERROR">
-<a name="NM-SETTING-CDMA-ERROR--CAPS"></a><h3>NM_SETTING_CDMA_ERROR</h3>
+<a name="NM-SETTING-CDMA-ERROR:CAPS"></a><h3>NM_SETTING_CDMA_ERROR</h3>
 <pre class="programlisting">#define NM_SETTING_CDMA_ERROR nm_setting_cdma_error_quark ()
 </pre>
 <p>
@@ -191,29 +127,22 @@ networks, including those using CDMA2000/EVDO technology.</p>
 <hr>
 <div class="refsect2" title="nm_setting_cdma_error_quark ()">
 <a name="nm-setting-cdma-error-quark"></a><h3>nm_setting_cdma_error_quark ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              nm_setting_cdma_error_quark         (void);</pre>
-<p>
-Registers an error quark for <a
-href="../libnm-util/NMSettingCdma.html"
-><span class="type">NMSettingCdma</span></a> if necessary.</p>
+<pre class="programlisting"><a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              nm_setting_cdma_error_quark         (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
+Registers an error quark for <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> if necessary.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody><tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the error quark used for <a
-href="../libnm-util/NMSettingCdma.html"
-><span class="type">NMSettingCdma</span></a> errors.
+<td> the error quark used for <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> errors.
 </td>
 </tr></tbody>
 </table></div>
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_CDMA_NUMBER">
-<a name="NM-SETTING-CDMA-NUMBER--CAPS"></a><h3>NM_SETTING_CDMA_NUMBER</h3>
+<a name="NM-SETTING-CDMA-NUMBER:CAPS"></a><h3>NM_SETTING_CDMA_NUMBER</h3>
 <pre class="programlisting">#define NM_SETTING_CDMA_NUMBER       "number"
 </pre>
 <p>
@@ -221,7 +150,7 @@ href="../libnm-util/NMSettingCdma.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_CDMA_USERNAME">
-<a name="NM-SETTING-CDMA-USERNAME--CAPS"></a><h3>NM_SETTING_CDMA_USERNAME</h3>
+<a name="NM-SETTING-CDMA-USERNAME:CAPS"></a><h3>NM_SETTING_CDMA_USERNAME</h3>
 <pre class="programlisting">#define NM_SETTING_CDMA_USERNAME     "username"
 </pre>
 <p>
@@ -229,7 +158,7 @@ href="../libnm-util/NMSettingCdma.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_CDMA_PASSWORD">
-<a name="NM-SETTING-CDMA-PASSWORD--CAPS"></a><h3>NM_SETTING_CDMA_PASSWORD</h3>
+<a name="NM-SETTING-CDMA-PASSWORD:CAPS"></a><h3>NM_SETTING_CDMA_PASSWORD</h3>
 <pre class="programlisting">#define NM_SETTING_CDMA_PASSWORD     "password"
 </pre>
 <p>
@@ -243,11 +172,25 @@ href="../libnm-util/NMSettingCdma.html"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMSettingCdmaClass">
+<a name="NMSettingCdmaClass"></a><h3>NMSettingCdmaClass</h3>
+<pre class="programlisting">typedef struct {
+	NMSettingClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+} NMSettingCdmaClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_setting_cdma_get_type ()">
 <a name="nm-setting-cdma-get-type"></a><h3>nm_setting_cdma_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_setting_cdma_get_type            (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_setting_cdma_get_type            (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -262,22 +205,15 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_setting_cdma_new ()">
 <a name="nm-setting-cdma-new"></a><h3>nm_setting_cdma_new ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         nm_setting_cdma_new                 (void);</pre>
-<p>
-Creates a new <a
-href="../libnm-util/NMSettingCdma.html"
-><span class="type">NMSettingCdma</span></a> object with default values.</p>
+<pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         nm_setting_cdma_new                 (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
+Creates a new <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> object with default values.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody><tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the new empty <a
-href="../libnm-util/NMSettingCdma.html"
-><span class="type">NMSettingCdma</span></a> object
+<td> the new empty <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> object
 </td>
 </tr></tbody>
 </table></div>
@@ -285,28 +221,18 @@ href="../libnm-util/NMSettingCdma.html"
 <hr>
 <div class="refsect2" title="nm_setting_cdma_get_number ()">
 <a name="nm-setting-cdma-get-number"></a><h3>nm_setting_cdma_get_number ()</h3>
-<pre class="programlisting">const char *        nm_setting_cdma_get_number          (<a
-href="../libnm-util/NMSettingCdma.html"
->NMSettingCdma</a> *setting);</pre>
-<p>
-</p>
-<p>
-</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_cdma_get_number          (<em class="parameter"><code><a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> *setting</code></em>);</pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSettingCdma.html"
-><span class="type">NMSettingCdma</span></a>
+<td>the <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSettingCdma.html#NMSettingCdma--number"
-><span class="type">"number"</span></a> property of the setting
+<td> the <a class="link" href="NMSettingCdma.html#NMSettingCdma--number" title='The "number" property'><span class="type">"number"</span></a> property of the setting
 </td>
 </tr>
 </tbody>
@@ -315,28 +241,18 @@ href="../libnm-util/NMSettingCdma.html#NMSettingCdma--number"
 <hr>
 <div class="refsect2" title="nm_setting_cdma_get_username ()">
 <a name="nm-setting-cdma-get-username"></a><h3>nm_setting_cdma_get_username ()</h3>
-<pre class="programlisting">const char *        nm_setting_cdma_get_username        (<a
-href="../libnm-util/NMSettingCdma.html"
->NMSettingCdma</a> *setting);</pre>
-<p>
-</p>
-<p>
-</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_cdma_get_username        (<em class="parameter"><code><a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> *setting</code></em>);</pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSettingCdma.html"
-><span class="type">NMSettingCdma</span></a>
+<td>the <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSettingCdma.html#NMSettingCdma--username"
-><span class="type">"username"</span></a> property of the setting
+<td> the <a class="link" href="NMSettingCdma.html#NMSettingCdma--username" title='The "username" property'><span class="type">"username"</span></a> property of the setting
 </td>
 </tr>
 </tbody>
@@ -345,28 +261,18 @@ href="../libnm-util/NMSettingCdma.html#NMSettingCdma--username"
 <hr>
 <div class="refsect2" title="nm_setting_cdma_get_password ()">
 <a name="nm-setting-cdma-get-password"></a><h3>nm_setting_cdma_get_password ()</h3>
-<pre class="programlisting">const char *        nm_setting_cdma_get_password        (<a
-href="../libnm-util/NMSettingCdma.html"
->NMSettingCdma</a> *setting);</pre>
-<p>
-</p>
-<p>
-</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_cdma_get_password        (<em class="parameter"><code><a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> *setting</code></em>);</pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSettingCdma.html"
-><span class="type">NMSettingCdma</span></a>
+<td>the <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSettingCdma.html#NMSettingCdma--password"
-><span class="type">"password"</span></a> property of the setting
+<td> the <a class="link" href="NMSettingCdma.html#NMSettingCdma--password" title='The "password" property'><span class="type">"password"</span></a> property of the setting
 </td>
 </tr>
 </tbody>
@@ -377,42 +283,33 @@ href="../libnm-util/NMSettingCdma.html#NMSettingCdma--password"
 <a name="NMSettingCdma.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "number" property'>
 <a name="NMSettingCdma--number"></a><h3>The <code class="literal">"number"</code> property</h3>
-<pre class="programlisting">  "number"                   <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "number"                   <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 The number to dial to establish the connection to the CDMA-based mobile
 broadband network, if any.  If not specified, the default number (<span class="type">777</span>)
-is used when required.</p>
-<p>
+is used when required.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "password" property'>
 <a name="NMSettingCdma--password"></a><h3>The <code class="literal">"password"</code> property</h3>
-<pre class="programlisting">  "password"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "password"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 The password used to authenticate with the network, if required.  Many
 providers do not require a password, or accept any password.  But if a
-password is required, it is specified here.</p>
-<p>
+password is required, it is specified here.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "username" property'>
 <a name="NMSettingCdma--username"></a><h3>The <code class="literal">"username"</code> property</h3>
-<pre class="programlisting">  "username"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "username"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 The username used to authenticate with the network, if required.  Many
 providers do not require a username, or accept any username.  But if a
-username is required, it is specified here.</p>
-<p>
+username is required, it is specified here.
 </p>
 <p>Default value: NULL</p>
 </div>
@@ -420,6 +317,6 @@ username is required, it is specified here.</p>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingConnection.html b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingConnection.html
index 36f2870..f345be0 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingConnection.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingConnection.html
@@ -3,16 +3,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMSettingConnection</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.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="NMSetting.html" title="NMSetting">
 <link rel="next" href="NMSettingWired.html" title="NMSettingWired">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="libnm-util API Reference">
-<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
-<link rel="index" href="api-index-full.html" title="API Index">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@@ -25,12 +22,12 @@
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMSettingConnection.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMSettingConnection.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMSettingConnection.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMSettingConnection.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMSettingConnection.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMSettingConnection.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMSettingConnection.properties" class="shortcut">Properties</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMSettingConnection">
@@ -45,168 +42,65 @@
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMSettingConnection.synopsis"></a><h2>Synopsis</h2>
 <pre class="synopsis">
-
 #include &lt;nm-setting-connection.h&gt;
 
-#define             <a
-href="../libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-SETTING-NAME--CAPS"
->NM_SETTING_CONNECTION_SETTING_NAME</a>
-enum                <a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnectionError"
->NMSettingConnectionError</a>;
-#define             <a
-href="../libnm-util/NMSettingConnection.html#NM-TYPE-SETTING-CONNECTION-ERROR--CAPS"
->NM_TYPE_SETTING_CONNECTION_ERROR</a>
-#define             <a
-href="../libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-ERROR--CAPS"
->NM_SETTING_CONNECTION_ERROR</a>
-<a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              <a
-href="../libnm-util/NMSettingConnection.html#nm-setting-connection-error-quark"
->nm_setting_connection_error_quark</a>   (void);
-#define             <a
-href="../libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-ID--CAPS"
->NM_SETTING_CONNECTION_ID</a>
-#define             <a
-href="../libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-UUID--CAPS"
->NM_SETTING_CONNECTION_UUID</a>
-#define             <a
-href="../libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-TYPE--CAPS"
->NM_SETTING_CONNECTION_TYPE</a>
-#define             <a
-href="../libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-AUTOCONNECT--CAPS"
->NM_SETTING_CONNECTION_AUTOCONNECT</a>
-#define             <a
-href="../libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-TIMESTAMP--CAPS"
->NM_SETTING_CONNECTION_TIMESTAMP</a>
-#define             <a
-href="../libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-READ-ONLY--CAPS"
->NM_SETTING_CONNECTION_READ_ONLY</a>
-                    <a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnection-struct"
->NMSettingConnection</a>;
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a
-href="../libnm-util/NMSettingConnection.html#nm-setting-connection-get-type"
->nm_setting_connection_get_type</a>      (void);
-<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         <a
-href="../libnm-util/NMSettingConnection.html#nm-setting-connection-new"
->nm_setting_connection_new</a>           (void);
-const char *        <a
-href="../libnm-util/NMSettingConnection.html#nm-setting-connection-get-id"
->nm_setting_connection_get_id</a>        (<a
-href="../libnm-util/NMSettingConnection.html"
->NMSettingConnection</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingConnection.html#nm-setting-connection-get-uuid"
->nm_setting_connection_get_uuid</a>      (<a
-href="../libnm-util/NMSettingConnection.html"
->NMSettingConnection</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingConnection.html#nm-setting-connection-get-connection-type"
->nm_setting_connection_get_connection_type</a>
-                                                        (<a
-href="../libnm-util/NMSettingConnection.html"
->NMSettingConnection</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingConnection.html#nm-setting-connection-get-autoconnect"
->nm_setting_connection_get_autoconnect</a>
-                                                        (<a
-href="../libnm-util/NMSettingConnection.html"
->NMSettingConnection</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint64"
->guint64</a>             <a
-href="../libnm-util/NMSettingConnection.html#nm-setting-connection-get-timestamp"
->nm_setting_connection_get_timestamp</a> (<a
-href="../libnm-util/NMSettingConnection.html"
->NMSettingConnection</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingConnection.html#nm-setting-connection-get-read-only"
->nm_setting_connection_get_read_only</a> (<a
-href="../libnm-util/NMSettingConnection.html"
->NMSettingConnection</a> *setting);
+#define             <a class="link" href="NMSettingConnection.html#NM-SETTING-CONNECTION-SETTING-NAME:CAPS" title="NM_SETTING_CONNECTION_SETTING_NAME">NM_SETTING_CONNECTION_SETTING_NAME</a>
+enum                <a class="link" href="NMSettingConnection.html#NMSettingConnectionError" title="enum NMSettingConnectionError">NMSettingConnectionError</a>;
+#define             <a class="link" href="NMSettingConnection.html#NM-TYPE-SETTING-CONNECTION-ERROR:CAPS" title="NM_TYPE_SETTING_CONNECTION_ERROR">NM_TYPE_SETTING_CONNECTION_ERROR</a>
+#define             <a class="link" href="NMSettingConnection.html#NM-SETTING-CONNECTION-ERROR:CAPS" title="NM_SETTING_CONNECTION_ERROR">NM_SETTING_CONNECTION_ERROR</a>
+<a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              <a class="link" href="NMSettingConnection.html#nm-setting-connection-error-quark" title="nm_setting_connection_error_quark ()">nm_setting_connection_error_quark</a>   (<em class="parameter"><code><span class="type">void</span></code></em>);
+#define             <a class="link" href="NMSettingConnection.html#NM-SETTING-CONNECTION-ID:CAPS" title="NM_SETTING_CONNECTION_ID">NM_SETTING_CONNECTION_ID</a>
+#define             <a class="link" href="NMSettingConnection.html#NM-SETTING-CONNECTION-UUID:CAPS" title="NM_SETTING_CONNECTION_UUID">NM_SETTING_CONNECTION_UUID</a>
+#define             <a class="link" href="NMSettingConnection.html#NM-SETTING-CONNECTION-TYPE:CAPS" title="NM_SETTING_CONNECTION_TYPE">NM_SETTING_CONNECTION_TYPE</a>
+#define             <a class="link" href="NMSettingConnection.html#NM-SETTING-CONNECTION-AUTOCONNECT:CAPS" title="NM_SETTING_CONNECTION_AUTOCONNECT">NM_SETTING_CONNECTION_AUTOCONNECT</a>
+#define             <a class="link" href="NMSettingConnection.html#NM-SETTING-CONNECTION-TIMESTAMP:CAPS" title="NM_SETTING_CONNECTION_TIMESTAMP">NM_SETTING_CONNECTION_TIMESTAMP</a>
+#define             <a class="link" href="NMSettingConnection.html#NM-SETTING-CONNECTION-READ-ONLY:CAPS" title="NM_SETTING_CONNECTION_READ_ONLY">NM_SETTING_CONNECTION_READ_ONLY</a>
+                    <a class="link" href="NMSettingConnection.html#NMSettingConnection-struct" title="NMSettingConnection">NMSettingConnection</a>;
+                    <a class="link" href="NMSettingConnection.html#NMSettingConnectionClass" title="NMSettingConnectionClass">NMSettingConnectionClass</a>;
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="NMSettingConnection.html#nm-setting-connection-get-type" title="nm_setting_connection_get_type ()">nm_setting_connection_get_type</a>      (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         <a class="link" href="NMSettingConnection.html#nm-setting-connection-new" title="nm_setting_connection_new ()">nm_setting_connection_new</a>           (<em class="parameter"><code><span class="type">void</span></code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingConnection.html#nm-setting-connection-get-id" title="nm_setting_connection_get_id ()">nm_setting_connection_get_id</a>        (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingConnection.html#nm-setting-connection-get-uuid" title="nm_setting_connection_get_uuid ()">nm_setting_connection_get_uuid</a>      (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingConnection.html#nm-setting-connection-get-connection-type" title="nm_setting_connection_get_connection_type ()">nm_setting_connection_get_connection_type</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingConnection.html#nm-setting-connection-get-autoconnect" title="nm_setting_connection_get_autoconnect ()">nm_setting_connection_get_autoconnect</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>             <a class="link" href="NMSettingConnection.html#nm-setting-connection-get-timestamp" title="nm_setting_connection_get_timestamp ()">nm_setting_connection_get_timestamp</a> (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingConnection.html#nm-setting-connection-get-read-only" title="nm_setting_connection_get_read_only ()">nm_setting_connection_get_read_only</a> (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMSettingConnection.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
-   +----<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----<a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
          +----NMSettingConnection
 </pre>
 </div>
 <div class="refsect1" title="Properties">
 <a name="NMSettingConnection.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnection--autoconnect"
->autoconnect</a>"              <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnection--id"
->id</a>"                       <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnection--read-only"
->read-only</a>"                <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnection--timestamp"
->timestamp</a>"                <a
-href="../glib/glib-Basic-Types.html#guint64"
->guint64</a>               : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnection--type"
->type</a>"                     <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnection--uuid"
->uuid</a>"                     <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
+  "<a class="link" href="NMSettingConnection.html#NMSettingConnection--autoconnect" title='The "autoconnect" property'>autoconnect</a>"              <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingConnection.html#NMSettingConnection--id" title='The "id" property'>id</a>"                       <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingConnection.html#NMSettingConnection--read-only" title='The "read-only" property'>read-only</a>"                <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingConnection.html#NMSettingConnection--timestamp" title='The "timestamp" property'>timestamp</a>"                <a href="../glib/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a>               : Read / Write / Construct
+  "<a class="link" href="NMSettingConnection.html#NMSettingConnection--type" title='The "type" property'>type</a>"                     <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingConnection.html#NMSettingConnection--uuid" title='The "uuid" property'>uuid</a>"                     <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 </pre>
 </div>
 <div class="refsect1" title="Description">
 <a name="NMSettingConnection.description"></a><h2>Description</h2>
 <p>
-The <a
-href="../libnm-util/NMSettingConnection.html"
-><span class="type">NMSettingConnection</span></a> object is a <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> subclass that describes
-properties that apply to all <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a> objects, regardless of what type
-of network connection they describe.  Each <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a> object must contain
-a <a
-href="../libnm-util/NMSettingConnection.html"
-><span class="type">NMSettingConnection</span></a> setting.</p>
-<p>
+The <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> object is a <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> subclass that describes
+properties that apply to all <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> objects, regardless of what type
+of network connection they describe.  Each <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> object must contain
+a <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> setting.
 </p>
 </div>
 <div class="refsect1" title="Details">
 <a name="NMSettingConnection.details"></a><h2>Details</h2>
 <div class="refsect2" title="NM_SETTING_CONNECTION_SETTING_NAME">
-<a name="NM-SETTING-CONNECTION-SETTING-NAME--CAPS"></a><h3>NM_SETTING_CONNECTION_SETTING_NAME</h3>
+<a name="NM-SETTING-CONNECTION-SETTING-NAME:CAPS"></a><h3>NM_SETTING_CONNECTION_SETTING_NAME</h3>
 <pre class="programlisting">#define NM_SETTING_CONNECTION_SETTING_NAME "connection"
 </pre>
 <p>
@@ -225,42 +119,33 @@ href="../libnm-util/NMSettingConnection.html"
 </pre>
 <p>
 Describes errors that may result from operations involving a
-<a
-href="../libnm-util/NMSettingConnection.html"
-><span class="type">NMSettingConnection</span></a>.</p>
-<p>
+<a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
-<td><p><a name="NM-SETTING-CONNECTION-ERROR-UNKNOWN--CAPS"></a><span class="term"><code class="literal">NM_SETTING_CONNECTION_ERROR_UNKNOWN</code></span></p></td>
-<td> unknown or unclassified error
+<td><p><a name="NM-SETTING-CONNECTION-ERROR-UNKNOWN:CAPS"></a><span class="term"><code class="literal">NM_SETTING_CONNECTION_ERROR_UNKNOWN</code></span></p></td>
+<td>unknown or unclassified error
 </td>
 </tr>
 <tr>
-<td><p><a name="NM-SETTING-CONNECTION-ERROR-INVALID-PROPERTY--CAPS"></a><span class="term"><code class="literal">NM_SETTING_CONNECTION_ERROR_INVALID_PROPERTY</code></span></p></td>
-<td> the property's value is
+<td><p><a name="NM-SETTING-CONNECTION-ERROR-INVALID-PROPERTY:CAPS"></a><span class="term"><code class="literal">NM_SETTING_CONNECTION_ERROR_INVALID_PROPERTY</code></span></p></td>
+<td>the property's value is
   invalid
 </td>
 </tr>
 <tr>
-<td><p><a name="NM-SETTING-CONNECTION-ERROR-MISSING-PROPERTY--CAPS"></a><span class="term"><code class="literal">NM_SETTING_CONNECTION_ERROR_MISSING_PROPERTY</code></span></p></td>
-<td> a required property is not
+<td><p><a name="NM-SETTING-CONNECTION-ERROR-MISSING-PROPERTY:CAPS"></a><span class="term"><code class="literal">NM_SETTING_CONNECTION_ERROR_MISSING_PROPERTY</code></span></p></td>
+<td>a required property is not
   present
 </td>
 </tr>
 <tr>
-<td><p><a name="NM-SETTING-CONNECTION-ERROR-TYPE-SETTING-NOT-FOUND--CAPS"></a><span class="term"><code class="literal">NM_SETTING_CONNECTION_ERROR_TYPE_SETTING_NOT_FOUND</code></span></p></td>
-<td> the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> object
+<td><p><a name="NM-SETTING-CONNECTION-ERROR-TYPE-SETTING-NOT-FOUND:CAPS"></a><span class="term"><code class="literal">NM_SETTING_CONNECTION_ERROR_TYPE_SETTING_NOT_FOUND</code></span></p></td>
+<td>the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object
   referenced by the setting name contained in the
-  <a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnection--type"
-><span class="type">"type"</span></a> property was not present in the <a
-href="../libnm-util/NMConnection.html"
-><span class="type">NMConnection</span></a>
+  <a class="link" href="NMSettingConnection.html#NMSettingConnection--type" title='The "type" property'><span class="type">"type"</span></a> property was not present in the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>
 </td>
 </tr>
 </tbody>
@@ -268,7 +153,7 @@ href="../libnm-util/NMConnection.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_SETTING_CONNECTION_ERROR">
-<a name="NM-TYPE-SETTING-CONNECTION-ERROR--CAPS"></a><h3>NM_TYPE_SETTING_CONNECTION_ERROR</h3>
+<a name="NM-TYPE-SETTING-CONNECTION-ERROR:CAPS"></a><h3>NM_TYPE_SETTING_CONNECTION_ERROR</h3>
 <pre class="programlisting">#define NM_TYPE_SETTING_CONNECTION_ERROR (nm_setting_connection_error_get_type ()) 
 </pre>
 <p>
@@ -276,7 +161,7 @@ href="../libnm-util/NMConnection.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_CONNECTION_ERROR">
-<a name="NM-SETTING-CONNECTION-ERROR--CAPS"></a><h3>NM_SETTING_CONNECTION_ERROR</h3>
+<a name="NM-SETTING-CONNECTION-ERROR:CAPS"></a><h3>NM_SETTING_CONNECTION_ERROR</h3>
 <pre class="programlisting">#define NM_SETTING_CONNECTION_ERROR nm_setting_connection_error_quark ()
 </pre>
 <p>
@@ -285,29 +170,22 @@ href="../libnm-util/NMConnection.html"
 <hr>
 <div class="refsect2" title="nm_setting_connection_error_quark ()">
 <a name="nm-setting-connection-error-quark"></a><h3>nm_setting_connection_error_quark ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              nm_setting_connection_error_quark   (void);</pre>
-<p>
-Registers an error quark for <a
-href="../libnm-util/NMSettingConnection.html"
-><span class="type">NMSettingConnection</span></a> if necessary.</p>
+<pre class="programlisting"><a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              nm_setting_connection_error_quark   (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
+Registers an error quark for <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> if necessary.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody><tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the error quark used for <a
-href="../libnm-util/NMSettingConnection.html"
-><span class="type">NMSettingConnection</span></a> errors.
+<td> the error quark used for <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> errors.
 </td>
 </tr></tbody>
 </table></div>
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_CONNECTION_ID">
-<a name="NM-SETTING-CONNECTION-ID--CAPS"></a><h3>NM_SETTING_CONNECTION_ID</h3>
+<a name="NM-SETTING-CONNECTION-ID:CAPS"></a><h3>NM_SETTING_CONNECTION_ID</h3>
 <pre class="programlisting">#define NM_SETTING_CONNECTION_ID          "id"
 </pre>
 <p>
@@ -315,7 +193,7 @@ href="../libnm-util/NMSettingConnection.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_CONNECTION_UUID">
-<a name="NM-SETTING-CONNECTION-UUID--CAPS"></a><h3>NM_SETTING_CONNECTION_UUID</h3>
+<a name="NM-SETTING-CONNECTION-UUID:CAPS"></a><h3>NM_SETTING_CONNECTION_UUID</h3>
 <pre class="programlisting">#define NM_SETTING_CONNECTION_UUID        "uuid"
 </pre>
 <p>
@@ -323,7 +201,7 @@ href="../libnm-util/NMSettingConnection.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_CONNECTION_TYPE">
-<a name="NM-SETTING-CONNECTION-TYPE--CAPS"></a><h3>NM_SETTING_CONNECTION_TYPE</h3>
+<a name="NM-SETTING-CONNECTION-TYPE:CAPS"></a><h3>NM_SETTING_CONNECTION_TYPE</h3>
 <pre class="programlisting">#define NM_SETTING_CONNECTION_TYPE        "type"
 </pre>
 <p>
@@ -331,7 +209,7 @@ href="../libnm-util/NMSettingConnection.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_CONNECTION_AUTOCONNECT">
-<a name="NM-SETTING-CONNECTION-AUTOCONNECT--CAPS"></a><h3>NM_SETTING_CONNECTION_AUTOCONNECT</h3>
+<a name="NM-SETTING-CONNECTION-AUTOCONNECT:CAPS"></a><h3>NM_SETTING_CONNECTION_AUTOCONNECT</h3>
 <pre class="programlisting">#define NM_SETTING_CONNECTION_AUTOCONNECT "autoconnect"
 </pre>
 <p>
@@ -339,7 +217,7 @@ href="../libnm-util/NMSettingConnection.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_CONNECTION_TIMESTAMP">
-<a name="NM-SETTING-CONNECTION-TIMESTAMP--CAPS"></a><h3>NM_SETTING_CONNECTION_TIMESTAMP</h3>
+<a name="NM-SETTING-CONNECTION-TIMESTAMP:CAPS"></a><h3>NM_SETTING_CONNECTION_TIMESTAMP</h3>
 <pre class="programlisting">#define NM_SETTING_CONNECTION_TIMESTAMP   "timestamp"
 </pre>
 <p>
@@ -347,7 +225,7 @@ href="../libnm-util/NMSettingConnection.html"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_CONNECTION_READ_ONLY">
-<a name="NM-SETTING-CONNECTION-READ-ONLY--CAPS"></a><h3>NM_SETTING_CONNECTION_READ_ONLY</h3>
+<a name="NM-SETTING-CONNECTION-READ-ONLY:CAPS"></a><h3>NM_SETTING_CONNECTION_READ_ONLY</h3>
 <pre class="programlisting">#define NM_SETTING_CONNECTION_READ_ONLY   "read-only"
 </pre>
 <p>
@@ -359,16 +237,29 @@ href="../libnm-util/NMSettingConnection.html"
 <pre class="programlisting">typedef struct _NMSettingConnection NMSettingConnection;</pre>
 <p>
 The NMSettingConnection struct contains only private data.
-It should only be accessed through the functions described below.</p>
+It should only be accessed through the functions described below.
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NMSettingConnectionClass">
+<a name="NMSettingConnectionClass"></a><h3>NMSettingConnectionClass</h3>
+<pre class="programlisting">typedef struct {
+	NMSettingClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+} NMSettingConnectionClass;
+</pre>
 <p>
 </p>
 </div>
 <hr>
 <div class="refsect2" title="nm_setting_connection_get_type ()">
 <a name="nm-setting-connection-get-type"></a><h3>nm_setting_connection_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_setting_connection_get_type      (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_setting_connection_get_type      (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -383,22 +274,15 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_setting_connection_new ()">
 <a name="nm-setting-connection-new"></a><h3>nm_setting_connection_new ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         nm_setting_connection_new           (void);</pre>
-<p>
-Creates a new <a
-href="../libnm-util/NMSettingConnection.html"
-><span class="type">NMSettingConnection</span></a> object with default values.</p>
+<pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         nm_setting_connection_new           (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
+Creates a new <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> object with default values.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody><tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the new empty <a
-href="../libnm-util/NMSettingConnection.html"
-><span class="type">NMSettingConnection</span></a> object
+<td> the new empty <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> object
 </td>
 </tr></tbody>
 </table></div>
@@ -406,23 +290,16 @@ href="../libnm-util/NMSettingConnection.html"
 <hr>
 <div class="refsect2" title="nm_setting_connection_get_id ()">
 <a name="nm-setting-connection-get-id"></a><h3>nm_setting_connection_get_id ()</h3>
-<pre class="programlisting">const char *        nm_setting_connection_get_id        (<a
-href="../libnm-util/NMSettingConnection.html"
->NMSettingConnection</a> *setting);</pre>
-<p>
-Returns the <a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnection--id"
-><span class="type">"id"</span></a> property of the connection.</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_connection_get_id        (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre>
 <p>
+Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--id" title='The "id" property'><span class="type">"id"</span></a> property of the connection.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSettingConnection.html"
-><span class="type">NMSettingConnection</span></a>
+<td>the <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a>
 </td>
 </tr>
 <tr>
@@ -436,23 +313,16 @@ href="../libnm-util/NMSettingConnection.html"
 <hr>
 <div class="refsect2" title="nm_setting_connection_get_uuid ()">
 <a name="nm-setting-connection-get-uuid"></a><h3>nm_setting_connection_get_uuid ()</h3>
-<pre class="programlisting">const char *        nm_setting_connection_get_uuid      (<a
-href="../libnm-util/NMSettingConnection.html"
->NMSettingConnection</a> *setting);</pre>
-<p>
-Returns the <a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnection--uuid"
-><span class="type">"uuid"</span></a> property of the connection.</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_connection_get_uuid      (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre>
 <p>
+Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--uuid" title='The "uuid" property'><span class="type">"uuid"</span></a> property of the connection.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSettingConnection.html"
-><span class="type">NMSettingConnection</span></a>
+<td>the <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a>
 </td>
 </tr>
 <tr>
@@ -466,24 +336,17 @@ href="../libnm-util/NMSettingConnection.html"
 <hr>
 <div class="refsect2" title="nm_setting_connection_get_connection_type ()">
 <a name="nm-setting-connection-get-connection-type"></a><h3>nm_setting_connection_get_connection_type ()</h3>
-<pre class="programlisting">const char *        nm_setting_connection_get_connection_type
-                                                        (<a
-href="../libnm-util/NMSettingConnection.html"
->NMSettingConnection</a> *setting);</pre>
-<p>
-Returns the <a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnection--type"
-><span class="type">"type"</span></a> property of the connection.</p>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_connection_get_connection_type
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre>
 <p>
+Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--type" title='The "type" property'><span class="type">"type"</span></a> property of the connection.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSettingConnection.html"
-><span class="type">NMSettingConnection</span></a>
+<td>the <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a>
 </td>
 </tr>
 <tr>
@@ -497,26 +360,17 @@ href="../libnm-util/NMSettingConnection.html"
 <hr>
 <div class="refsect2" title="nm_setting_connection_get_autoconnect ()">
 <a name="nm-setting-connection-get-autoconnect"></a><h3>nm_setting_connection_get_autoconnect ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_connection_get_autoconnect
-                                                        (<a
-href="../libnm-util/NMSettingConnection.html"
->NMSettingConnection</a> *setting);</pre>
-<p>
-Returns the <a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnection--autoconnect"
-><span class="type">"autoconnect"</span></a> property of the connection.</p>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_connection_get_autoconnect
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre>
 <p>
+Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--autoconnect" title='The "autoconnect" property'><span class="type">"autoconnect"</span></a> property of the connection.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSettingConnection.html"
-><span class="type">NMSettingConnection</span></a>
+<td>the <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a>
 </td>
 </tr>
 <tr>
@@ -530,25 +384,16 @@ href="../libnm-util/NMSettingConnection.html"
 <hr>
 <div class="refsect2" title="nm_setting_connection_get_timestamp ()">
 <a name="nm-setting-connection-get-timestamp"></a><h3>nm_setting_connection_get_timestamp ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint64"
->guint64</a>             nm_setting_connection_get_timestamp (<a
-href="../libnm-util/NMSettingConnection.html"
->NMSettingConnection</a> *setting);</pre>
-<p>
-Returns the <a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnection--timestamp"
-><span class="type">"timestamp"</span></a> property of the connection.</p>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>             nm_setting_connection_get_timestamp (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre>
 <p>
+Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--timestamp" title='The "timestamp" property'><span class="type">"timestamp"</span></a> property of the connection.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSettingConnection.html"
-><span class="type">NMSettingConnection</span></a>
+<td>the <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a>
 </td>
 </tr>
 <tr>
@@ -562,30 +407,21 @@ href="../libnm-util/NMSettingConnection.html"
 <hr>
 <div class="refsect2" title="nm_setting_connection_get_read_only ()">
 <a name="nm-setting-connection-get-read-only"></a><h3>nm_setting_connection_get_read_only ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_connection_get_read_only (<a
-href="../libnm-util/NMSettingConnection.html"
->NMSettingConnection</a> *setting);</pre>
-<p>
-Returns the <a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnection--read-only"
-><span class="type">"read-only"</span></a> property of the connection.</p>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_connection_get_read_only (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre>
 <p>
+Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--read-only" title='The "read-only" property'><span class="type">"read-only"</span></a> property of the connection.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
-<td> the <a
-href="../libnm-util/NMSettingConnection.html"
-><span class="type">NMSettingConnection</span></a>
+<td>the <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <code class="literal">TRUE</code> if the connection is read-only, <code class="literal">FALSE</code> if it is not
+<td> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the connection is read-only, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if it is not
 </td>
 </tr>
 </tbody>
@@ -596,108 +432,76 @@ href="../libnm-util/NMSettingConnection.html"
 <a name="NMSettingConnection.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "autoconnect" property'>
 <a name="NMSettingConnection--autoconnect"></a><h3>The <code class="literal">"autoconnect"</code> property</h3>
-<pre class="programlisting">  "autoconnect"              <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
+<pre class="programlisting">  "autoconnect"              <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
 Whether or not the connection should be automatically connected by
 NetworkManager when the resources for the connection are available.
-<code class="literal">TRUE</code> to automatically activate the connection, <code class="literal">FALSE</code> to require manual
-intervention to activate the connection.  Defaults to <code class="literal">TRUE</code>.</p>
-<p>
+<a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to automatically activate the connection, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to require manual
+intervention to activate the connection.  Defaults to <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.
 </p>
 <p>Default value: TRUE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "id" property'>
 <a name="NMSettingConnection--id"></a><h3>The <code class="literal">"id"</code> property</h3>
-<pre class="programlisting">  "id"                       <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "id"                       <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 A human readable unique idenfier for the connection, like "Work WiFi" or
-"T-Mobile 3G".</p>
-<p>
+"T-Mobile 3G".
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "read-only" property'>
 <a name="NMSettingConnection--read-only"></a><h3>The <code class="literal">"read-only"</code> property</h3>
-<pre class="programlisting">  "read-only"                <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
-<p>
-<code class="literal">TRUE</code> if the connection can be modified using the providing settings
-service's D-Bus interface with the right privileges, or <code class="literal">FALSE</code>
-if the connection is read-only and cannot be modified.</p>
+<pre class="programlisting">  "read-only"                <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
+<a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the connection can be modified using the providing settings
+service's D-Bus interface with the right privileges, or <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
+if the connection is read-only and cannot be modified.
 </p>
 <p>Default value: FALSE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "timestamp" property'>
 <a name="NMSettingConnection--timestamp"></a><h3>The <code class="literal">"timestamp"</code> property</h3>
-<pre class="programlisting">  "timestamp"                <a
-href="../glib/glib-Basic-Types.html#guint64"
->guint64</a>               : Read / Write / Construct</pre>
+<pre class="programlisting">  "timestamp"                <a href="../glib/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a>               : Read / Write / Construct</pre>
 <p>
 The time, in seconds since the Unix Epoch, that the connection was last
-_successfully_ fully activated.</p>
-<p>
+_successfully_ fully activated.
 </p>
 <p>Default value: 0</p>
 </div>
 <hr>
 <div class="refsect2" title='The "type" property'>
 <a name="NMSettingConnection--type"></a><h3>The <code class="literal">"type"</code> property</h3>
-<pre class="programlisting">  "type"                     <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "type"                     <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 The general hardware type of the device used for the network connection,
-contains the name of the <a
-href="../libnm-util/NMSetting.html"
-><span class="type">NMSetting</span></a> object that describes that hardware
+contains the name of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object that describes that hardware
 type's parameters.  For example, for WiFi devices, the name of the
-<a
-href="../libnm-util/NMSettingWireless.html"
-><span class="type">NMSettingWireless</span></a> setting.</p>
-<p>
+<a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> setting.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "uuid" property'>
 <a name="NMSettingConnection--uuid"></a><h3>The <code class="literal">"uuid"</code> property</h3>
-<pre class="programlisting">  "uuid"                     <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "uuid"                     <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 A universally unique idenfier for the connection, for example generated
 with libuuid.  Should be assigned when the connection is created, and
 never changed as long as the connection still applies to the same
 network.  For example, should not be changed when the
-<a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnection--id"
-><span class="type">"id"</span></a> or <a
-href="../libnm-util/NMSettingIP4Config.html"
-><span class="type">NMSettingIP4Config</span></a> changes, but might need
+<a class="link" href="NMSettingConnection.html#NMSettingConnection--id" title='The "id" property'><span class="type">"id"</span></a> or <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> changes, but might need
 to be re-created when the WiFi SSID, mobile broadband network provider,
-or <a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnection--type"
-><span class="type">"type"</span></a> changes.
+or <a class="link" href="NMSettingConnection.html#NMSettingConnection--type" title='The "type" property'><span class="type">"type"</span></a> changes.
 </p>
 <p>
 The UUID must be in the format '2815492f-7e56-435e-b2e9-246bd7cdc664'
 (ie, contains only hexadecimal characters and '-').  A suitable UUID may
-be generated by <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-uuid-generate"
-><code class="function">nm_utils_uuid_generate()</code></a> or
-<a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-uuid-generate-from-string"
-><code class="function">nm_utils_uuid_generate_from_string()</code></a>.</p>
-<p>
+be generated by <a class="link" href="libnm-util-nm-utils.html#nm-utils-uuid-generate" title="nm_utils_uuid_generate ()"><code class="function">nm_utils_uuid_generate()</code></a> or
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-uuid-generate-from-string" title="nm_utils_uuid_generate_from_string ()"><code class="function">nm_utils_uuid_generate_from_string()</code></a>.
 </p>
 <p>Default value: NULL</p>
 </div>
@@ -705,6 +509,6 @@ href="../libnm-util/libnm-util-nm-utils.html#nm-utils-uuid-generate-from-string"
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingGsm.html b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingGsm.html
index e3ee50e..c3c9bcb 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingGsm.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingGsm.html
@@ -3,16 +3,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMSettingGsm</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.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="NMSettingCdma.html" title="NMSettingCdma">
 <link rel="next" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="libnm-util API Reference">
-<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
-<link rel="index" href="api-index-full.html" title="API Index">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@@ -25,12 +22,12 @@
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMSettingGsm.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMSettingGsm.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMSettingGsm.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMSettingGsm.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMSettingGsm.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMSettingGsm.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMSettingGsm.properties" class="shortcut">Properties</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMSettingGsm">
@@ -44,216 +41,68 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMSettingGsm.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-#define             <a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-SETTING-NAME--CAPS"
->NM_SETTING_GSM_SETTING_NAME</a>
-enum                <a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsmError"
->NMSettingGsmError</a>;
-#define             <a
-href="../libnm-util/NMSettingGsm.html#NM-TYPE-SETTING-GSM-ERROR--CAPS"
->NM_TYPE_SETTING_GSM_ERROR</a>
-#define             <a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-ERROR--CAPS"
->NM_SETTING_GSM_ERROR</a>
-<a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              <a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-error-quark"
->nm_setting_gsm_error_quark</a>          (void);
-#define             <a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NUMBER--CAPS"
->NM_SETTING_GSM_NUMBER</a>
-#define             <a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-USERNAME--CAPS"
->NM_SETTING_GSM_USERNAME</a>
-#define             <a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-PASSWORD--CAPS"
->NM_SETTING_GSM_PASSWORD</a>
-#define             <a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-APN--CAPS"
->NM_SETTING_GSM_APN</a>
-#define             <a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NETWORK-ID--CAPS"
->NM_SETTING_GSM_NETWORK_ID</a>
-#define             <a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE--CAPS"
->NM_SETTING_GSM_NETWORK_TYPE</a>
-#define             <a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-ALLOWED-BANDS--CAPS"
->NM_SETTING_GSM_ALLOWED_BANDS</a>
-#define             <a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-PIN--CAPS"
->NM_SETTING_GSM_PIN</a>
-#define             NM_SETTING_GSM_HOME_ONLY
-#define             <a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-PUK--CAPS"
->NM_SETTING_GSM_PUK</a>
-#define             <a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND--CAPS"
->NM_SETTING_GSM_BAND</a>
-#define             <a
-href="../libnm-util/NMSettingGsm.html#NM-GSM-NETWORK-ANY--CAPS"
->NM_GSM_NETWORK_ANY</a>
-#define             <a
-href="../libnm-util/NMSettingGsm.html#NM-GSM-NETWORK-UMTS-HSPA--CAPS"
->NM_GSM_NETWORK_UMTS_HSPA</a>
-#define             <a
-href="../libnm-util/NMSettingGsm.html#NM-GSM-NETWORK-GPRS-EDGE--CAPS"
->NM_GSM_NETWORK_GPRS_EDGE</a>
-#define             <a
-href="../libnm-util/NMSettingGsm.html#NM-GSM-NETWORK-PREFER-UMTS-HSPA--CAPS"
->NM_GSM_NETWORK_PREFER_UMTS_HSPA</a>
-#define             <a
-href="../libnm-util/NMSettingGsm.html#NM-GSM-NETWORK-PREFER-GPRS-EDGE--CAPS"
->NM_GSM_NETWORK_PREFER_GPRS_EDGE</a>
-enum                <a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsmNetworkType"
->NMSettingGsmNetworkType</a>;
-enum                <a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsmNetworkBand"
->NMSettingGsmNetworkBand</a>;
-                    <a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsm-struct"
->NMSettingGsm</a>;
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-get-type"
->nm_setting_gsm_get_type</a>             (void);
-<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         <a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-new"
->nm_setting_gsm_new</a>                  (void);
-const char *        <a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-get-number"
->nm_setting_gsm_get_number</a>           (<a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-get-username"
->nm_setting_gsm_get_username</a>         (<a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-get-password"
->nm_setting_gsm_get_password</a>         (<a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-get-apn"
->nm_setting_gsm_get_apn</a>              (<a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-get-network-id"
->nm_setting_gsm_get_network_id</a>       (<a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a> *setting);
-int                 <a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-get-network-type"
->nm_setting_gsm_get_network_type</a>     (<a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-get-allowed-bands"
->nm_setting_gsm_get_allowed_bands</a>    (<a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-get-pin"
->nm_setting_gsm_get_pin</a>              (<a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_gsm_get_home_only        (<a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-get-puk"
->nm_setting_gsm_get_puk</a>              (<a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a> *setting);
-int                 <a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-get-band"
->nm_setting_gsm_get_band</a>             (<a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a> *setting);
+<pre class="synopsis">#define             <a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-SETTING-NAME:CAPS" title="NM_SETTING_GSM_SETTING_NAME">NM_SETTING_GSM_SETTING_NAME</a>
+enum                <a class="link" href="NMSettingGsm.html#NMSettingGsmError" title="enum NMSettingGsmError">NMSettingGsmError</a>;
+#define             <a class="link" href="NMSettingGsm.html#NM-TYPE-SETTING-GSM-ERROR:CAPS" title="NM_TYPE_SETTING_GSM_ERROR">NM_TYPE_SETTING_GSM_ERROR</a>
+#define             <a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-ERROR:CAPS" title="NM_SETTING_GSM_ERROR">NM_SETTING_GSM_ERROR</a>
+<a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              <a class="link" href="NMSettingGsm.html#nm-setting-gsm-error-quark" title="nm_setting_gsm_error_quark ()">nm_setting_gsm_error_quark</a>          (<em class="parameter"><code><span class="type">void</span></code></em>);
+#define             <a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-NUMBER:CAPS" title="NM_SETTING_GSM_NUMBER">NM_SETTING_GSM_NUMBER</a>
+#define             <a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-USERNAME:CAPS" title="NM_SETTING_GSM_USERNAME">NM_SETTING_GSM_USERNAME</a>
+#define             <a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-PASSWORD:CAPS" title="NM_SETTING_GSM_PASSWORD">NM_SETTING_GSM_PASSWORD</a>
+#define             <a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-APN:CAPS" title="NM_SETTING_GSM_APN">NM_SETTING_GSM_APN</a>
+#define             <a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-NETWORK-ID:CAPS" title="NM_SETTING_GSM_NETWORK_ID">NM_SETTING_GSM_NETWORK_ID</a>
+#define             <a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE:CAPS" title="NM_SETTING_GSM_NETWORK_TYPE">NM_SETTING_GSM_NETWORK_TYPE</a>
+#define             <a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-ALLOWED-BANDS:CAPS" title="NM_SETTING_GSM_ALLOWED_BANDS">NM_SETTING_GSM_ALLOWED_BANDS</a>
+#define             <a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-PIN:CAPS" title="NM_SETTING_GSM_PIN">NM_SETTING_GSM_PIN</a>
+#define             <a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-HOME-ONLY:CAPS" title="NM_SETTING_GSM_HOME_ONLY">NM_SETTING_GSM_HOME_ONLY</a>
+#define             <a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-PUK:CAPS" title="NM_SETTING_GSM_PUK">NM_SETTING_GSM_PUK</a>
+#define             <a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-BAND:CAPS" title="NM_SETTING_GSM_BAND">NM_SETTING_GSM_BAND</a>
+#define             <a class="link" href="NMSettingGsm.html#NM-GSM-NETWORK-ANY:CAPS" title="NM_GSM_NETWORK_ANY">NM_GSM_NETWORK_ANY</a>
+#define             <a class="link" href="NMSettingGsm.html#NM-GSM-NETWORK-UMTS-HSPA:CAPS" title="NM_GSM_NETWORK_UMTS_HSPA">NM_GSM_NETWORK_UMTS_HSPA</a>
+#define             <a class="link" href="NMSettingGsm.html#NM-GSM-NETWORK-GPRS-EDGE:CAPS" title="NM_GSM_NETWORK_GPRS_EDGE">NM_GSM_NETWORK_GPRS_EDGE</a>
+#define             <a class="link" href="NMSettingGsm.html#NM-GSM-NETWORK-PREFER-UMTS-HSPA:CAPS" title="NM_GSM_NETWORK_PREFER_UMTS_HSPA">NM_GSM_NETWORK_PREFER_UMTS_HSPA</a>
+#define             <a class="link" href="NMSettingGsm.html#NM-GSM-NETWORK-PREFER-GPRS-EDGE:CAPS" title="NM_GSM_NETWORK_PREFER_GPRS_EDGE">NM_GSM_NETWORK_PREFER_GPRS_EDGE</a>
+enum                <a class="link" href="NMSettingGsm.html#NMSettingGsmNetworkType" title="enum NMSettingGsmNetworkType">NMSettingGsmNetworkType</a>;
+enum                <a class="link" href="NMSettingGsm.html#NMSettingGsmNetworkBand" title="enum NMSettingGsmNetworkBand">NMSettingGsmNetworkBand</a>;
+                    <a class="link" href="NMSettingGsm.html#NMSettingGsm-struct" title="NMSettingGsm">NMSettingGsm</a>;
+                    <a class="link" href="NMSettingGsm.html#NMSettingGsmClass" title="NMSettingGsmClass">NMSettingGsmClass</a>;
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-type" title="nm_setting_gsm_get_type ()">nm_setting_gsm_get_type</a>             (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         <a class="link" href="NMSettingGsm.html#nm-setting-gsm-new" title="nm_setting_gsm_new ()">nm_setting_gsm_new</a>                  (<em class="parameter"><code><span class="type">void</span></code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-number" title="nm_setting_gsm_get_number ()">nm_setting_gsm_get_number</a>           (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-username" title="nm_setting_gsm_get_username ()">nm_setting_gsm_get_username</a>         (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-password" title="nm_setting_gsm_get_password ()">nm_setting_gsm_get_password</a>         (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-apn" title="nm_setting_gsm_get_apn ()">nm_setting_gsm_get_apn</a>              (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-network-id" title="nm_setting_gsm_get_network_id ()">nm_setting_gsm_get_network_id</a>       (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);
+<span class="returnvalue">int</span>                 <a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-network-type" title="nm_setting_gsm_get_network_type ()">nm_setting_gsm_get_network_type</a>     (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-allowed-bands" title="nm_setting_gsm_get_allowed_bands ()">nm_setting_gsm_get_allowed_bands</a>    (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-pin" title="nm_setting_gsm_get_pin ()">nm_setting_gsm_get_pin</a>              (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-home-only" title="nm_setting_gsm_get_home_only ()">nm_setting_gsm_get_home_only</a>        (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-puk" title="nm_setting_gsm_get_puk ()">nm_setting_gsm_get_puk</a>              (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);
+<span class="returnvalue">int</span>                 <a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-band" title="nm_setting_gsm_get_band ()">nm_setting_gsm_get_band</a>             (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMSettingGsm.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
-   +----<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----<a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
          +----NMSettingGsm
 </pre>
 </div>
 <div class="refsect1" title="Properties">
 <a name="NMSettingGsm.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsm--allowed-bands"
->allowed-bands</a>"            <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsm--apn"
->apn</a>"                      <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsm--band"
->band</a>"                     <a
-href="../glib/glib-Basic-Types.html#gint"
->gint</a>                  : Read / Write / Construct
-  "home-only"                <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write
-  "<a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsm--network-id"
->network-id</a>"               <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsm--network-type"
->network-type</a>"             <a
-href="../glib/glib-Basic-Types.html#gint"
->gint</a>                  : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsm--number"
->number</a>"                   <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsm--password"
->password</a>"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsm--pin"
->pin</a>"                      <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsm--puk"
->puk</a>"                      <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsm--username"
->username</a>"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
+  "<a class="link" href="NMSettingGsm.html#NMSettingGsm--allowed-bands" title='The "allowed-bands" property'>allowed-bands</a>"            <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct
+  "<a class="link" href="NMSettingGsm.html#NMSettingGsm--apn" title='The "apn" property'>apn</a>"                      <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingGsm.html#NMSettingGsm--band" title='The "band" property'>band</a>"                     <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write / Construct
+  "<a class="link" href="NMSettingGsm.html#NMSettingGsm--home-only" title='The "home-only" property'>home-only</a>"                <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
+  "<a class="link" href="NMSettingGsm.html#NMSettingGsm--network-id" title='The "network-id" property'>network-id</a>"               <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingGsm.html#NMSettingGsm--network-type" title='The "network-type" property'>network-type</a>"             <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write / Construct
+  "<a class="link" href="NMSettingGsm.html#NMSettingGsm--number" title='The "number" property'>number</a>"                   <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingGsm.html#NMSettingGsm--password" title='The "password" property'>password</a>"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingGsm.html#NMSettingGsm--pin" title='The "pin" property'>pin</a>"                      <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingGsm.html#NMSettingGsm--puk" title='The "puk" property'>puk</a>"                      <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingGsm.html#NMSettingGsm--username" title='The "username" property'>username</a>"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 </pre>
 </div>
 <div class="refsect1" title="Description">
@@ -264,7 +113,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 <div class="refsect1" title="Details">
 <a name="NMSettingGsm.details"></a><h2>Details</h2>
 <div class="refsect2" title="NM_SETTING_GSM_SETTING_NAME">
-<a name="NM-SETTING-GSM-SETTING-NAME--CAPS"></a><h3>NM_SETTING_GSM_SETTING_NAME</h3>
+<a name="NM-SETTING-GSM-SETTING-NAME:CAPS"></a><h3>NM_SETTING_GSM_SETTING_NAME</h3>
 <pre class="programlisting">#define NM_SETTING_GSM_SETTING_NAME "gsm"
 </pre>
 <p>
@@ -286,7 +135,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_SETTING_GSM_ERROR">
-<a name="NM-TYPE-SETTING-GSM-ERROR--CAPS"></a><h3>NM_TYPE_SETTING_GSM_ERROR</h3>
+<a name="NM-TYPE-SETTING-GSM-ERROR:CAPS"></a><h3>NM_TYPE_SETTING_GSM_ERROR</h3>
 <pre class="programlisting">#define NM_TYPE_SETTING_GSM_ERROR (nm_setting_gsm_error_get_type ()) 
 </pre>
 <p>
@@ -294,7 +143,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_GSM_ERROR">
-<a name="NM-SETTING-GSM-ERROR--CAPS"></a><h3>NM_SETTING_GSM_ERROR</h3>
+<a name="NM-SETTING-GSM-ERROR:CAPS"></a><h3>NM_SETTING_GSM_ERROR</h3>
 <pre class="programlisting">#define NM_SETTING_GSM_ERROR nm_setting_gsm_error_quark ()
 </pre>
 <p>
@@ -303,9 +152,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 <hr>
 <div class="refsect2" title="nm_setting_gsm_error_quark ()">
 <a name="nm-setting-gsm-error-quark"></a><h3>nm_setting_gsm_error_quark ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              nm_setting_gsm_error_quark          (void);</pre>
+<pre class="programlisting"><a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              nm_setting_gsm_error_quark          (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -319,7 +166,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_GSM_NUMBER">
-<a name="NM-SETTING-GSM-NUMBER--CAPS"></a><h3>NM_SETTING_GSM_NUMBER</h3>
+<a name="NM-SETTING-GSM-NUMBER:CAPS"></a><h3>NM_SETTING_GSM_NUMBER</h3>
 <pre class="programlisting">#define NM_SETTING_GSM_NUMBER        "number"
 </pre>
 <p>
@@ -327,7 +174,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_GSM_USERNAME">
-<a name="NM-SETTING-GSM-USERNAME--CAPS"></a><h3>NM_SETTING_GSM_USERNAME</h3>
+<a name="NM-SETTING-GSM-USERNAME:CAPS"></a><h3>NM_SETTING_GSM_USERNAME</h3>
 <pre class="programlisting">#define NM_SETTING_GSM_USERNAME      "username"
 </pre>
 <p>
@@ -335,7 +182,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_GSM_PASSWORD">
-<a name="NM-SETTING-GSM-PASSWORD--CAPS"></a><h3>NM_SETTING_GSM_PASSWORD</h3>
+<a name="NM-SETTING-GSM-PASSWORD:CAPS"></a><h3>NM_SETTING_GSM_PASSWORD</h3>
 <pre class="programlisting">#define NM_SETTING_GSM_PASSWORD      "password"
 </pre>
 <p>
@@ -343,7 +190,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_GSM_APN">
-<a name="NM-SETTING-GSM-APN--CAPS"></a><h3>NM_SETTING_GSM_APN</h3>
+<a name="NM-SETTING-GSM-APN:CAPS"></a><h3>NM_SETTING_GSM_APN</h3>
 <pre class="programlisting">#define NM_SETTING_GSM_APN           "apn"
 </pre>
 <p>
@@ -351,7 +198,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_GSM_NETWORK_ID">
-<a name="NM-SETTING-GSM-NETWORK-ID--CAPS"></a><h3>NM_SETTING_GSM_NETWORK_ID</h3>
+<a name="NM-SETTING-GSM-NETWORK-ID:CAPS"></a><h3>NM_SETTING_GSM_NETWORK_ID</h3>
 <pre class="programlisting">#define NM_SETTING_GSM_NETWORK_ID    "network-id"
 </pre>
 <p>
@@ -359,7 +206,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_GSM_NETWORK_TYPE">
-<a name="NM-SETTING-GSM-NETWORK-TYPE--CAPS"></a><h3>NM_SETTING_GSM_NETWORK_TYPE</h3>
+<a name="NM-SETTING-GSM-NETWORK-TYPE:CAPS"></a><h3>NM_SETTING_GSM_NETWORK_TYPE</h3>
 <pre class="programlisting">#define NM_SETTING_GSM_NETWORK_TYPE  "network-type"
 </pre>
 <p>
@@ -367,7 +214,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_GSM_ALLOWED_BANDS">
-<a name="NM-SETTING-GSM-ALLOWED-BANDS--CAPS"></a><h3>NM_SETTING_GSM_ALLOWED_BANDS</h3>
+<a name="NM-SETTING-GSM-ALLOWED-BANDS:CAPS"></a><h3>NM_SETTING_GSM_ALLOWED_BANDS</h3>
 <pre class="programlisting">#define NM_SETTING_GSM_ALLOWED_BANDS "allowed-bands"
 </pre>
 <p>
@@ -375,7 +222,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_GSM_PIN">
-<a name="NM-SETTING-GSM-PIN--CAPS"></a><h3>NM_SETTING_GSM_PIN</h3>
+<a name="NM-SETTING-GSM-PIN:CAPS"></a><h3>NM_SETTING_GSM_PIN</h3>
 <pre class="programlisting">#define NM_SETTING_GSM_PIN           "pin"
 </pre>
 <p>
@@ -383,7 +230,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_GSM_HOME_ONLY">
-<a name="NM-SETTING-GSM-HOME-ONLY--CAPS"></a><h3>NM_SETTING_GSM_HOME_ONLY</h3>
+<a name="NM-SETTING-GSM-HOME-ONLY:CAPS"></a><h3>NM_SETTING_GSM_HOME_ONLY</h3>
 <pre class="programlisting">#define NM_SETTING_GSM_HOME_ONLY     "home-only"
 </pre>
 <p>
@@ -391,7 +238,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_GSM_PUK">
-<a name="NM-SETTING-GSM-PUK--CAPS"></a><h3>NM_SETTING_GSM_PUK</h3>
+<a name="NM-SETTING-GSM-PUK:CAPS"></a><h3>NM_SETTING_GSM_PUK</h3>
 <pre class="programlisting">#define NM_SETTING_GSM_PUK           "puk"
 </pre>
 <p>
@@ -399,7 +246,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_GSM_BAND">
-<a name="NM-SETTING-GSM-BAND--CAPS"></a><h3>NM_SETTING_GSM_BAND</h3>
+<a name="NM-SETTING-GSM-BAND:CAPS"></a><h3>NM_SETTING_GSM_BAND</h3>
 <pre class="programlisting">#define NM_SETTING_GSM_BAND          "band"
 </pre>
 <p>
@@ -407,7 +254,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_GSM_NETWORK_ANY">
-<a name="NM-GSM-NETWORK-ANY--CAPS"></a><h3>NM_GSM_NETWORK_ANY</h3>
+<a name="NM-GSM-NETWORK-ANY:CAPS"></a><h3>NM_GSM_NETWORK_ANY</h3>
 <pre class="programlisting">#define NM_GSM_NETWORK_ANY              NM_SETTING_GSM_NETWORK_TYPE_ANY
 </pre>
 <p>
@@ -415,7 +262,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_GSM_NETWORK_UMTS_HSPA">
-<a name="NM-GSM-NETWORK-UMTS-HSPA--CAPS"></a><h3>NM_GSM_NETWORK_UMTS_HSPA</h3>
+<a name="NM-GSM-NETWORK-UMTS-HSPA:CAPS"></a><h3>NM_GSM_NETWORK_UMTS_HSPA</h3>
 <pre class="programlisting">#define NM_GSM_NETWORK_UMTS_HSPA        NM_SETTING_GSM_NETWORK_TYPE_UMTS_HSPA
 </pre>
 <p>
@@ -423,7 +270,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_GSM_NETWORK_GPRS_EDGE">
-<a name="NM-GSM-NETWORK-GPRS-EDGE--CAPS"></a><h3>NM_GSM_NETWORK_GPRS_EDGE</h3>
+<a name="NM-GSM-NETWORK-GPRS-EDGE:CAPS"></a><h3>NM_GSM_NETWORK_GPRS_EDGE</h3>
 <pre class="programlisting">#define NM_GSM_NETWORK_GPRS_EDGE        NM_SETTING_GSM_NETWORK_TYPE_GPRS_EDGE
 </pre>
 <p>
@@ -431,7 +278,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_GSM_NETWORK_PREFER_UMTS_HSPA">
-<a name="NM-GSM-NETWORK-PREFER-UMTS-HSPA--CAPS"></a><h3>NM_GSM_NETWORK_PREFER_UMTS_HSPA</h3>
+<a name="NM-GSM-NETWORK-PREFER-UMTS-HSPA:CAPS"></a><h3>NM_GSM_NETWORK_PREFER_UMTS_HSPA</h3>
 <pre class="programlisting">#define NM_GSM_NETWORK_PREFER_UMTS_HSPA NM_SETTING_GSM_NETWORK_TYPE_PREFER_UMTS_HSPA
 </pre>
 <p>
@@ -439,7 +286,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_GSM_NETWORK_PREFER_GPRS_EDGE">
-<a name="NM-GSM-NETWORK-PREFER-GPRS-EDGE--CAPS"></a><h3>NM_GSM_NETWORK_PREFER_GPRS_EDGE</h3>
+<a name="NM-GSM-NETWORK-PREFER-GPRS-EDGE:CAPS"></a><h3>NM_GSM_NETWORK_PREFER_GPRS_EDGE</h3>
 <pre class="programlisting">#define NM_GSM_NETWORK_PREFER_GPRS_EDGE NM_SETTING_GSM_NETWORK_TYPE_PREFER_GPRS_EDGE
 </pre>
 <p>
@@ -490,11 +337,25 @@ href="../glib/glib-Quarks.html#GQuark"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMSettingGsmClass">
+<a name="NMSettingGsmClass"></a><h3>NMSettingGsmClass</h3>
+<pre class="programlisting">typedef struct {
+	NMSettingClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+} NMSettingGsmClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_setting_gsm_get_type ()">
 <a name="nm-setting-gsm-get-type"></a><h3>nm_setting_gsm_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_setting_gsm_get_type             (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_setting_gsm_get_type             (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -509,9 +370,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_setting_gsm_new ()">
 <a name="nm-setting-gsm-new"></a><h3>nm_setting_gsm_new ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         nm_setting_gsm_new                  (void);</pre>
+<pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         nm_setting_gsm_new                  (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -526,9 +385,7 @@ href="../libnm-util/NMSetting.html"
 <hr>
 <div class="refsect2" title="nm_setting_gsm_get_number ()">
 <a name="nm-setting-gsm-get-number"></a><h3>nm_setting_gsm_get_number ()</h3>
-<pre class="programlisting">const char *        nm_setting_gsm_get_number           (<a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_gsm_get_number           (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -550,9 +407,7 @@ href="../libnm-util/NMSettingGsm.html"
 <hr>
 <div class="refsect2" title="nm_setting_gsm_get_username ()">
 <a name="nm-setting-gsm-get-username"></a><h3>nm_setting_gsm_get_username ()</h3>
-<pre class="programlisting">const char *        nm_setting_gsm_get_username         (<a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_gsm_get_username         (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -574,9 +429,7 @@ href="../libnm-util/NMSettingGsm.html"
 <hr>
 <div class="refsect2" title="nm_setting_gsm_get_password ()">
 <a name="nm-setting-gsm-get-password"></a><h3>nm_setting_gsm_get_password ()</h3>
-<pre class="programlisting">const char *        nm_setting_gsm_get_password         (<a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_gsm_get_password         (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -598,9 +451,7 @@ href="../libnm-util/NMSettingGsm.html"
 <hr>
 <div class="refsect2" title="nm_setting_gsm_get_apn ()">
 <a name="nm-setting-gsm-get-apn"></a><h3>nm_setting_gsm_get_apn ()</h3>
-<pre class="programlisting">const char *        nm_setting_gsm_get_apn              (<a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_gsm_get_apn              (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -622,9 +473,7 @@ href="../libnm-util/NMSettingGsm.html"
 <hr>
 <div class="refsect2" title="nm_setting_gsm_get_network_id ()">
 <a name="nm-setting-gsm-get-network-id"></a><h3>nm_setting_gsm_get_network_id ()</h3>
-<pre class="programlisting">const char *        nm_setting_gsm_get_network_id       (<a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_gsm_get_network_id       (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -646,9 +495,7 @@ href="../libnm-util/NMSettingGsm.html"
 <hr>
 <div class="refsect2" title="nm_setting_gsm_get_network_type ()">
 <a name="nm-setting-gsm-get-network-type"></a><h3>nm_setting_gsm_get_network_type ()</h3>
-<pre class="programlisting">int                 nm_setting_gsm_get_network_type     (<a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a> *setting);</pre>
+<pre class="programlisting"><span class="returnvalue">int</span>                 nm_setting_gsm_get_network_type     (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -670,11 +517,7 @@ href="../libnm-util/NMSettingGsm.html"
 <hr>
 <div class="refsect2" title="nm_setting_gsm_get_allowed_bands ()">
 <a name="nm-setting-gsm-get-allowed-bands"></a><h3>nm_setting_gsm_get_allowed_bands ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_gsm_get_allowed_bands    (<a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_gsm_get_allowed_bands    (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -696,9 +539,7 @@ href="../libnm-util/NMSettingGsm.html"
 <hr>
 <div class="refsect2" title="nm_setting_gsm_get_pin ()">
 <a name="nm-setting-gsm-get-pin"></a><h3>nm_setting_gsm_get_pin ()</h3>
-<pre class="programlisting">const char *        nm_setting_gsm_get_pin              (<a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_gsm_get_pin              (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -720,11 +561,7 @@ href="../libnm-util/NMSettingGsm.html"
 <hr>
 <div class="refsect2" title="nm_setting_gsm_get_home_only ()">
 <a name="nm-setting-gsm-get-home-only"></a><h3>nm_setting_gsm_get_home_only ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_gsm_get_home_only        (<a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_gsm_get_home_only        (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -746,9 +583,7 @@ href="../libnm-util/NMSettingGsm.html"
 <hr>
 <div class="refsect2" title="nm_setting_gsm_get_puk ()">
 <a name="nm-setting-gsm-get-puk"></a><h3>nm_setting_gsm_get_puk ()</h3>
-<pre class="programlisting">const char *        nm_setting_gsm_get_puk              (<a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_gsm_get_puk              (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -770,9 +605,7 @@ href="../libnm-util/NMSettingGsm.html"
 <hr>
 <div class="refsect2" title="nm_setting_gsm_get_band ()">
 <a name="nm-setting-gsm-get-band"></a><h3>nm_setting_gsm_get_band ()</h3>
-<pre class="programlisting">int                 nm_setting_gsm_get_band             (<a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a> *setting);</pre>
+<pre class="programlisting"><span class="returnvalue">int</span>                 nm_setting_gsm_get_band             (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -796,13 +629,10 @@ href="../libnm-util/NMSettingGsm.html"
 <a name="NMSettingGsm.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "allowed-bands" property'>
 <a name="NMSettingGsm--allowed-bands"></a><h3>The <code class="literal">"allowed-bands"</code> property</h3>
-<pre class="programlisting">  "allowed-bands"            <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct</pre>
+<pre class="programlisting">  "allowed-bands"            <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct</pre>
 <p>
 Bitfield of allowed frequency bands.  Note that not all devices allow
-frequency band control.</p>
-<p>
+frequency band control.
 </p>
 <p>Allowed values: &lt;= 1</p>
 <p>Default value: 1</p>
@@ -810,143 +640,115 @@ frequency band control.</p>
 <hr>
 <div class="refsect2" title='The "apn" property'>
 <a name="NMSettingGsm--apn"></a><h3>The <code class="literal">"apn"</code> property</h3>
-<pre class="programlisting">  "apn"                      <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "apn"                      <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 The GPRS Access Point Name specifying the APN used when establishing a
 data session with the GSM-based network.  The APN often determines how
 the user will be billed for their network usage and whether the user has
 access to the Internet or just a provider-specific walled-garden, so it
-is important to use the correct APN for the user's mobile broadband plan.</p>
-<p>
+is important to use the correct APN for the user's mobile broadband plan.
+The APN may only be composed of the characters a-z, 0-9, ., and - per
+GSM 03.60 Section 14.9.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "band" property'>
 <a name="NMSettingGsm--band"></a><h3>The <code class="literal">"band"</code> property</h3>
-<pre class="programlisting">  "band"                     <a
-href="../glib/glib-Basic-Types.html#gint"
->gint</a>                  : Read / Write / Construct</pre>
-<p>
-DEPRECATED</p>
+<pre class="programlisting">  "band"                     <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write / Construct</pre>
 <p>
+DEPRECATED
 </p>
-<p>Allowed values: [G_MAXULONG,5]</p>
+<p>Allowed values: [-1,5]</p>
 <p>Default value: -1</p>
 </div>
 <hr>
 <div class="refsect2" title='The "home-only" property'>
 <a name="NMSettingGsm--home-only"></a><h3>The <code class="literal">"home-only"</code> property</h3>
-<pre class="programlisting">  "home-only"                <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write</pre>
+<pre class="programlisting">  "home-only"                <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 <p>
 When TRUE, only connections to the home network will be allowed.
-Connections to roaming networks will not be made.</p>
-<p>
+Connections to roaming networks will not be made.
 </p>
 <p>Default value: FALSE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "network-id" property'>
 <a name="NMSettingGsm--network-id"></a><h3>The <code class="literal">"network-id"</code> property</h3>
-<pre class="programlisting">  "network-id"               <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "network-id"               <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 The Network ID (GSM LAI format, ie MCC-MNC) to force specific network
 registration.  If the Network ID is specified, NetworkManager will
 attempt to force the device to register only on the specified network.
 This can be used to ensure that the device does not roam when direct
-roaming control of the device is not otherwise possible.</p>
-<p>
+roaming control of the device is not otherwise possible.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "network-type" property'>
 <a name="NMSettingGsm--network-type"></a><h3>The <code class="literal">"network-type"</code> property</h3>
-<pre class="programlisting">  "network-type"             <a
-href="../glib/glib-Basic-Types.html#gint"
->gint</a>                  : Read / Write / Construct</pre>
+<pre class="programlisting">  "network-type"             <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write / Construct</pre>
 <p>
 Network preference to force the device to only use specific network
 technologies.  The permitted values are: -1: any, 0: 3G only,
 1: GPRS/EDGE only, 2: prefer 3G, and 3: prefer 2G.  Note that not all
-devices allow network preference control.</p>
-<p>
+devices allow network preference control.
 </p>
-<p>Allowed values: [G_MAXULONG,3]</p>
+<p>Allowed values: [-1,3]</p>
 <p>Default value: -1</p>
 </div>
 <hr>
 <div class="refsect2" title='The "number" property'>
 <a name="NMSettingGsm--number"></a><h3>The <code class="literal">"number"</code> property</h3>
-<pre class="programlisting">  "number"                   <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "number"                   <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 Number to dial when establishing a PPP data session with the GSM-based
 mobile broadband network.  In most cases, leave the number blank and a
 number selecting the APN specified in the 'apn' property will be used
-automatically when required.</p>
-<p>
+automatically when required.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "password" property'>
 <a name="NMSettingGsm--password"></a><h3>The <code class="literal">"password"</code> property</h3>
-<pre class="programlisting">  "password"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "password"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 The password used to authenticate with the network, if required.  Many
 providers do not require a password, or accept any password.  But if a
-password is required, it is specified here.</p>
-<p>
+password is required, it is specified here.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "pin" property'>
 <a name="NMSettingGsm--pin"></a><h3>The <code class="literal">"pin"</code> property</h3>
-<pre class="programlisting">  "pin"                      <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "pin"                      <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 If the SIM is locked with a PIN it must be unlocked before any other
 operations are requested.  Specify the PIN here to allow operation of
-the device.</p>
-<p>
+the device.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "puk" property'>
 <a name="NMSettingGsm--puk"></a><h3>The <code class="literal">"puk"</code> property</h3>
-<pre class="programlisting">  "puk"                      <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
-<p>
-DEPRECATED</p>
+<pre class="programlisting">  "puk"                      <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
+DEPRECATED
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "username" property'>
 <a name="NMSettingGsm--username"></a><h3>The <code class="literal">"username"</code> property</h3>
-<pre class="programlisting">  "username"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "username"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 The username used to authenticate with the network, if required.  Many
 providers do not require a username, or accept any username.  But if a
-username is required, it is specified here.</p>
-<p>
+username is required, it is specified here.
 </p>
 <p>Default value: NULL</p>
 </div>
@@ -954,6 +756,6 @@ username is required, it is specified here.</p>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingIP4Config.html b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingIP4Config.html
index c7126de..5c52539 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingIP4Config.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingIP4Config.html
@@ -3,16 +3,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMSettingIP4Config</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.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="NMSetting8021x.html" title="NMSetting8021x">
 <link rel="next" href="NMSettingIP6Config.html" title="NMSettingIP6Config">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="libnm-util API Reference">
-<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
-<link rel="index" href="api-index-full.html" title="API Index">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@@ -25,12 +22,12 @@
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMSettingIP4Config.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMSettingIP4Config.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMSettingIP4Config.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMSettingIP4Config.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMSettingIP4Config.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMSettingIP4Config.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMSettingIP4Config.properties" class="shortcut">Properties</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMSettingIP4Config">
@@ -44,535 +41,147 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMSettingIP4Config.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-#define             <a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-SETTING-NAME--CAPS"
->NM_SETTING_IP4_CONFIG_SETTING_NAME</a>
-enum                <a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4ConfigError"
->NMSettingIP4ConfigError</a>;
-#define             <a
-href="../libnm-util/NMSettingIP4Config.html#NM-TYPE-SETTING-IP4-CONFIG-ERROR--CAPS"
->NM_TYPE_SETTING_IP4_CONFIG_ERROR</a>
-#define             <a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ERROR--CAPS"
->NM_SETTING_IP4_CONFIG_ERROR</a>
-<a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-error-quark"
->nm_setting_ip4_config_error_quark</a>   (void);
-#define             <a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD--CAPS"
->NM_SETTING_IP4_CONFIG_METHOD</a>
-#define             <a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DNS--CAPS"
->NM_SETTING_IP4_CONFIG_DNS</a>
-#define             <a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DNS-SEARCH--CAPS"
->NM_SETTING_IP4_CONFIG_DNS_SEARCH</a>
-#define             <a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ADDRESSES--CAPS"
->NM_SETTING_IP4_CONFIG_ADDRESSES</a>
-#define             <a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ROUTES--CAPS"
->NM_SETTING_IP4_CONFIG_ROUTES</a>
-#define             <a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-IGNORE-AUTO-ROUTES--CAPS"
->NM_SETTING_IP4_CONFIG_IGNORE_AUTO_ROUTES</a>
-#define             <a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-IGNORE-AUTO-DNS--CAPS"
->NM_SETTING_IP4_CONFIG_IGNORE_AUTO_DNS</a>
-#define             <a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DHCP-CLIENT-ID--CAPS"
->NM_SETTING_IP4_CONFIG_DHCP_CLIENT_ID</a>
-#define             <a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DHCP-SEND-HOSTNAME--CAPS"
->NM_SETTING_IP4_CONFIG_DHCP_SEND_HOSTNAME</a>
-#define             <a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DHCP-HOSTNAME--CAPS"
->NM_SETTING_IP4_CONFIG_DHCP_HOSTNAME</a>
-#define             <a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-NEVER-DEFAULT--CAPS"
->NM_SETTING_IP4_CONFIG_NEVER_DEFAULT</a>
-#define             <a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-AUTO--CAPS"
->NM_SETTING_IP4_CONFIG_METHOD_AUTO</a>
-#define             <a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-LINK-LOCAL--CAPS"
->NM_SETTING_IP4_CONFIG_METHOD_LINK_LOCAL</a>
-#define             <a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-MANUAL--CAPS"
->NM_SETTING_IP4_CONFIG_METHOD_MANUAL</a>
-#define             <a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-SHARED--CAPS"
->NM_SETTING_IP4_CONFIG_METHOD_SHARED</a>
-typedef             <a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a>;
-<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *      <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-address-new"
->nm_ip4_address_new</a>                  (void);
-<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *      <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-address-dup"
->nm_ip4_address_dup</a>                  (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *source);
-void                <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-address-ref"
->nm_ip4_address_ref</a>                  (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *address);
-void                <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-address-unref"
->nm_ip4_address_unref</a>                (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *address);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-address-compare"
->nm_ip4_address_compare</a>              (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *address,
-                                                         <a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *other);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-address-get-address"
->nm_ip4_address_get_address</a>          (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *address);
-void                <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-address-set-address"
->nm_ip4_address_set_address</a>          (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *address,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> addr);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-address-get-prefix"
->nm_ip4_address_get_prefix</a>           (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *address);
-void                <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-address-set-prefix"
->nm_ip4_address_set_prefix</a>           (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *address,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> prefix);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-address-get-gateway"
->nm_ip4_address_get_gateway</a>          (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *address);
-void                <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-address-set-gateway"
->nm_ip4_address_set_gateway</a>          (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *address,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> gateway);
-typedef             <a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a>;
-<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *        <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-new"
->nm_ip4_route_new</a>                    (void);
-<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *        <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-dup"
->nm_ip4_route_dup</a>                    (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route);
-void                <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-ref"
->nm_ip4_route_ref</a>                    (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route);
-void                <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-unref"
->nm_ip4_route_unref</a>                  (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-compare"
->nm_ip4_route_compare</a>                (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route,
-                                                         <a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *other);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-get-dest"
->nm_ip4_route_get_dest</a>               (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route);
-void                <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-set-dest"
->nm_ip4_route_set_dest</a>               (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> dest);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-get-prefix"
->nm_ip4_route_get_prefix</a>             (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route);
-void                <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-set-prefix"
->nm_ip4_route_set_prefix</a>             (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> prefix);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-get-next-hop"
->nm_ip4_route_get_next_hop</a>           (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route);
-void                <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-set-next-hop"
->nm_ip4_route_set_next_hop</a>           (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> next_hop);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-get-metric"
->nm_ip4_route_get_metric</a>             (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route);
-void                <a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-set-metric"
->nm_ip4_route_set_metric</a>             (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> metric);
-                    <a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config-struct"
->NMSettingIP4Config</a>;
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-type"
->nm_setting_ip4_config_get_type</a>      (void);
-<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-new"
->nm_setting_ip4_config_new</a>           (void);
-const char *        <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-method"
->nm_setting_ip4_config_get_method</a>    (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-num-dns"
->nm_setting_ip4_config_get_num_dns</a>   (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-dns"
->nm_setting_ip4_config_get_dns</a>       (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-add-dns"
->nm_setting_ip4_config_add_dns</a>       (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> dns);
-void                <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-dns"
->nm_setting_ip4_config_remove_dns</a>    (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-void                <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-clear-dns"
->nm_setting_ip4_config_clear_dns</a>     (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-num-dns-searches"
->nm_setting_ip4_config_get_num_dns_searches</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-dns-search"
->nm_setting_ip4_config_get_dns_search</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-add-dns-search"
->nm_setting_ip4_config_add_dns_search</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         const char *dns_search);
-void                <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-dns-search"
->nm_setting_ip4_config_remove_dns_search</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-void                <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-clear-dns-searches"
->nm_setting_ip4_config_clear_dns_searches</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-num-addresses"
->nm_setting_ip4_config_get_num_addresses</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);
-<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *      <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-address"
->nm_setting_ip4_config_get_address</a>   (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-add-address"
->nm_setting_ip4_config_add_address</a>   (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         <a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *address);
-void                <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-address"
->nm_setting_ip4_config_remove_address</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-void                <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-clear-addresses"
->nm_setting_ip4_config_clear_addresses</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-num-routes"
->nm_setting_ip4_config_get_num_routes</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);
-<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *        <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-route"
->nm_setting_ip4_config_get_route</a>     (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-add-route"
->nm_setting_ip4_config_add_route</a>     (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         <a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route);
-void                <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-route"
->nm_setting_ip4_config_remove_route</a>  (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-void                <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-clear-routes"
->nm_setting_ip4_config_clear_routes</a>  (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-ignore-auto-routes"
->nm_setting_ip4_config_get_ignore_auto_routes</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-ignore-auto-dns"
->nm_setting_ip4_config_get_ignore_auto_dns</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-dhcp-client-id"
->nm_setting_ip4_config_get_dhcp_client_id</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-dhcp-send-hostname"
->nm_setting_ip4_config_get_dhcp_send_hostname</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-dhcp-hostname"
->nm_setting_ip4_config_get_dhcp_hostname</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-never-default"
->nm_setting_ip4_config_get_never_default</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);
+<pre class="synopsis">#define             <a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-SETTING-NAME:CAPS" title="NM_SETTING_IP4_CONFIG_SETTING_NAME">NM_SETTING_IP4_CONFIG_SETTING_NAME</a>
+enum                <a class="link" href="NMSettingIP4Config.html#NMSettingIP4ConfigError" title="enum NMSettingIP4ConfigError">NMSettingIP4ConfigError</a>;
+#define             <a class="link" href="NMSettingIP4Config.html#NM-TYPE-SETTING-IP4-CONFIG-ERROR:CAPS" title="NM_TYPE_SETTING_IP4_CONFIG_ERROR">NM_TYPE_SETTING_IP4_CONFIG_ERROR</a>
+#define             <a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ERROR:CAPS" title="NM_SETTING_IP4_CONFIG_ERROR">NM_SETTING_IP4_CONFIG_ERROR</a>
+<a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-error-quark" title="nm_setting_ip4_config_error_quark ()">nm_setting_ip4_config_error_quark</a>   (<em class="parameter"><code><span class="type">void</span></code></em>);
+#define             <a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD:CAPS" title="NM_SETTING_IP4_CONFIG_METHOD">NM_SETTING_IP4_CONFIG_METHOD</a>
+#define             <a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DNS:CAPS" title="NM_SETTING_IP4_CONFIG_DNS">NM_SETTING_IP4_CONFIG_DNS</a>
+#define             <a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DNS-SEARCH:CAPS" title="NM_SETTING_IP4_CONFIG_DNS_SEARCH">NM_SETTING_IP4_CONFIG_DNS_SEARCH</a>
+#define             <a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ADDRESSES:CAPS" title="NM_SETTING_IP4_CONFIG_ADDRESSES">NM_SETTING_IP4_CONFIG_ADDRESSES</a>
+#define             <a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ROUTES:CAPS" title="NM_SETTING_IP4_CONFIG_ROUTES">NM_SETTING_IP4_CONFIG_ROUTES</a>
+#define             <a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-IGNORE-AUTO-ROUTES:CAPS" title="NM_SETTING_IP4_CONFIG_IGNORE_AUTO_ROUTES">NM_SETTING_IP4_CONFIG_IGNORE_AUTO_ROUTES</a>
+#define             <a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-IGNORE-AUTO-DNS:CAPS" title="NM_SETTING_IP4_CONFIG_IGNORE_AUTO_DNS">NM_SETTING_IP4_CONFIG_IGNORE_AUTO_DNS</a>
+#define             <a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DHCP-CLIENT-ID:CAPS" title="NM_SETTING_IP4_CONFIG_DHCP_CLIENT_ID">NM_SETTING_IP4_CONFIG_DHCP_CLIENT_ID</a>
+#define             <a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DHCP-SEND-HOSTNAME:CAPS" title="NM_SETTING_IP4_CONFIG_DHCP_SEND_HOSTNAME">NM_SETTING_IP4_CONFIG_DHCP_SEND_HOSTNAME</a>
+#define             <a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DHCP-HOSTNAME:CAPS" title="NM_SETTING_IP4_CONFIG_DHCP_HOSTNAME">NM_SETTING_IP4_CONFIG_DHCP_HOSTNAME</a>
+#define             <a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-NEVER-DEFAULT:CAPS" title="NM_SETTING_IP4_CONFIG_NEVER_DEFAULT">NM_SETTING_IP4_CONFIG_NEVER_DEFAULT</a>
+#define             <a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-MAY-FAIL:CAPS" title="NM_SETTING_IP4_CONFIG_MAY_FAIL">NM_SETTING_IP4_CONFIG_MAY_FAIL</a>
+#define             <a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-AUTO:CAPS" title="NM_SETTING_IP4_CONFIG_METHOD_AUTO">NM_SETTING_IP4_CONFIG_METHOD_AUTO</a>
+#define             <a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-LINK-LOCAL:CAPS" title="NM_SETTING_IP4_CONFIG_METHOD_LINK_LOCAL">NM_SETTING_IP4_CONFIG_METHOD_LINK_LOCAL</a>
+#define             <a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-MANUAL:CAPS" title="NM_SETTING_IP4_CONFIG_METHOD_MANUAL">NM_SETTING_IP4_CONFIG_METHOD_MANUAL</a>
+#define             <a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-SHARED:CAPS" title="NM_SETTING_IP4_CONFIG_METHOD_SHARED">NM_SETTING_IP4_CONFIG_METHOD_SHARED</a>
+#define             <a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-DISABLED:CAPS" title="NM_SETTING_IP4_CONFIG_METHOD_DISABLED">NM_SETTING_IP4_CONFIG_METHOD_DISABLED</a>
+typedef             <a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address">NMIP4Address</a>;
+<a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="returnvalue">NMIP4Address</span></a> *      <a class="link" href="NMSettingIP4Config.html#nm-ip4-address-new" title="nm_ip4_address_new ()">nm_ip4_address_new</a>                  (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="returnvalue">NMIP4Address</span></a> *      <a class="link" href="NMSettingIP4Config.html#nm-ip4-address-dup" title="nm_ip4_address_dup ()">nm_ip4_address_dup</a>                  (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *source</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP4Config.html#nm-ip4-address-ref" title="nm_ip4_address_ref ()">nm_ip4_address_ref</a>                  (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP4Config.html#nm-ip4-address-unref" title="nm_ip4_address_unref ()">nm_ip4_address_unref</a>                (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingIP4Config.html#nm-ip4-address-compare" title="nm_ip4_address_compare ()">nm_ip4_address_compare</a>              (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *other</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingIP4Config.html#nm-ip4-address-get-address" title="nm_ip4_address_get_address ()">nm_ip4_address_get_address</a>          (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP4Config.html#nm-ip4-address-set-address" title="nm_ip4_address_set_address ()">nm_ip4_address_set_address</a>          (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> addr</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingIP4Config.html#nm-ip4-address-get-prefix" title="nm_ip4_address_get_prefix ()">nm_ip4_address_get_prefix</a>           (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP4Config.html#nm-ip4-address-set-prefix" title="nm_ip4_address_set_prefix ()">nm_ip4_address_set_prefix</a>           (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> prefix</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingIP4Config.html#nm-ip4-address-get-gateway" title="nm_ip4_address_get_gateway ()">nm_ip4_address_get_gateway</a>          (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP4Config.html#nm-ip4-address-set-gateway" title="nm_ip4_address_set_gateway ()">nm_ip4_address_set_gateway</a>          (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> gateway</code></em>);
+typedef             <a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route">NMIP4Route</a>;
+<a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="returnvalue">NMIP4Route</span></a> *        <a class="link" href="NMSettingIP4Config.html#nm-ip4-route-new" title="nm_ip4_route_new ()">nm_ip4_route_new</a>                    (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="returnvalue">NMIP4Route</span></a> *        <a class="link" href="NMSettingIP4Config.html#nm-ip4-route-dup" title="nm_ip4_route_dup ()">nm_ip4_route_dup</a>                    (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP4Config.html#nm-ip4-route-ref" title="nm_ip4_route_ref ()">nm_ip4_route_ref</a>                    (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP4Config.html#nm-ip4-route-unref" title="nm_ip4_route_unref ()">nm_ip4_route_unref</a>                  (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingIP4Config.html#nm-ip4-route-compare" title="nm_ip4_route_compare ()">nm_ip4_route_compare</a>                (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *other</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingIP4Config.html#nm-ip4-route-get-dest" title="nm_ip4_route_get_dest ()">nm_ip4_route_get_dest</a>               (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP4Config.html#nm-ip4-route-set-dest" title="nm_ip4_route_set_dest ()">nm_ip4_route_set_dest</a>               (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> dest</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingIP4Config.html#nm-ip4-route-get-prefix" title="nm_ip4_route_get_prefix ()">nm_ip4_route_get_prefix</a>             (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP4Config.html#nm-ip4-route-set-prefix" title="nm_ip4_route_set_prefix ()">nm_ip4_route_set_prefix</a>             (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> prefix</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingIP4Config.html#nm-ip4-route-get-next-hop" title="nm_ip4_route_get_next_hop ()">nm_ip4_route_get_next_hop</a>           (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP4Config.html#nm-ip4-route-set-next-hop" title="nm_ip4_route_set_next_hop ()">nm_ip4_route_set_next_hop</a>           (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> next_hop</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingIP4Config.html#nm-ip4-route-get-metric" title="nm_ip4_route_get_metric ()">nm_ip4_route_get_metric</a>             (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP4Config.html#nm-ip4-route-set-metric" title="nm_ip4_route_set_metric ()">nm_ip4_route_set_metric</a>             (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> metric</code></em>);
+                    <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config-struct" title="NMSettingIP4Config">NMSettingIP4Config</a>;
+                    <a class="link" href="NMSettingIP4Config.html#NMSettingIP4ConfigClass" title="NMSettingIP4ConfigClass">NMSettingIP4ConfigClass</a>;
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-type" title="nm_setting_ip4_config_get_type ()">nm_setting_ip4_config_get_type</a>      (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-new" title="nm_setting_ip4_config_new ()">nm_setting_ip4_config_new</a>           (<em class="parameter"><code><span class="type">void</span></code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-method" title="nm_setting_ip4_config_get_method ()">nm_setting_ip4_config_get_method</a>    (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-num-dns" title="nm_setting_ip4_config_get_num_dns ()">nm_setting_ip4_config_get_num_dns</a>   (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-dns" title="nm_setting_ip4_config_get_dns ()">nm_setting_ip4_config_get_dns</a>       (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-add-dns" title="nm_setting_ip4_config_add_dns ()">nm_setting_ip4_config_add_dns</a>       (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> dns</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-remove-dns" title="nm_setting_ip4_config_remove_dns ()">nm_setting_ip4_config_remove_dns</a>    (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-clear-dns" title="nm_setting_ip4_config_clear_dns ()">nm_setting_ip4_config_clear_dns</a>     (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-num-dns-searches" title="nm_setting_ip4_config_get_num_dns_searches ()">nm_setting_ip4_config_get_num_dns_searches</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-dns-search" title="nm_setting_ip4_config_get_dns_search ()">nm_setting_ip4_config_get_dns_search</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-add-dns-search" title="nm_setting_ip4_config_add_dns_search ()">nm_setting_ip4_config_add_dns_search</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *dns_search</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-remove-dns-search" title="nm_setting_ip4_config_remove_dns_search ()">nm_setting_ip4_config_remove_dns_search</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-clear-dns-searches" title="nm_setting_ip4_config_clear_dns_searches ()">nm_setting_ip4_config_clear_dns_searches</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-num-addresses" title="nm_setting_ip4_config_get_num_addresses ()">nm_setting_ip4_config_get_num_addresses</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);
+<a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="returnvalue">NMIP4Address</span></a> *      <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-address" title="nm_setting_ip4_config_get_address ()">nm_setting_ip4_config_get_address</a>   (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-add-address" title="nm_setting_ip4_config_add_address ()">nm_setting_ip4_config_add_address</a>   (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-remove-address" title="nm_setting_ip4_config_remove_address ()">nm_setting_ip4_config_remove_address</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-clear-addresses" title="nm_setting_ip4_config_clear_addresses ()">nm_setting_ip4_config_clear_addresses</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-num-routes" title="nm_setting_ip4_config_get_num_routes ()">nm_setting_ip4_config_get_num_routes</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);
+<a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="returnvalue">NMIP4Route</span></a> *        <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-route" title="nm_setting_ip4_config_get_route ()">nm_setting_ip4_config_get_route</a>     (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-add-route" title="nm_setting_ip4_config_add_route ()">nm_setting_ip4_config_add_route</a>     (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-remove-route" title="nm_setting_ip4_config_remove_route ()">nm_setting_ip4_config_remove_route</a>  (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-clear-routes" title="nm_setting_ip4_config_clear_routes ()">nm_setting_ip4_config_clear_routes</a>  (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-ignore-auto-routes" title="nm_setting_ip4_config_get_ignore_auto_routes ()">nm_setting_ip4_config_get_ignore_auto_routes</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-ignore-auto-dns" title="nm_setting_ip4_config_get_ignore_auto_dns ()">nm_setting_ip4_config_get_ignore_auto_dns</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-dhcp-client-id" title="nm_setting_ip4_config_get_dhcp_client_id ()">nm_setting_ip4_config_get_dhcp_client_id</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-dhcp-send-hostname" title="nm_setting_ip4_config_get_dhcp_send_hostname ()">nm_setting_ip4_config_get_dhcp_send_hostname</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-dhcp-hostname" title="nm_setting_ip4_config_get_dhcp_hostname ()">nm_setting_ip4_config_get_dhcp_hostname</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-never-default" title="nm_setting_ip4_config_get_never_default ()">nm_setting_ip4_config_get_never_default</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-may-fail" title="nm_setting_ip4_config_get_may_fail ()">nm_setting_ip4_config_get_may_fail</a>  (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMSettingIP4Config.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
-   +----<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----<a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
          +----NMSettingIP4Config
 </pre>
 </div>
 <div class="refsect1" title="Properties">
 <a name="NMSettingIP4Config.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--addresses"
->addresses</a>"                GPtrArray_GArray_guint__*  : Read / Write
-  "<a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dhcp-client-id"
->dhcp-client-id</a>"           <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dhcp-hostname"
->dhcp-hostname</a>"            <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dhcp-send-hostname"
->dhcp-send-hostname</a>"       <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dns"
->dns</a>"                      GArray_guint_*        : Read / Write
-  "<a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dns-search"
->dns-search</a>"               GSList_gchararray_*   : Read / Write
-  "<a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--ignore-auto-dns"
->ignore-auto-dns</a>"          <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--ignore-auto-routes"
->ignore-auto-routes</a>"       <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--method"
->method</a>"                   <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--never-default"
->never-default</a>"            <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--routes"
->routes</a>"                   GPtrArray_GArray_guint__*  : Read / Write
+  "<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--addresses" title='The "addresses" property'>addresses</a>"                <span class="type">GPtrArray_GArray_guint__</span>*  : Read / Write
+  "<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dhcp-client-id" title='The "dhcp-client-id" property'>dhcp-client-id</a>"           <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dhcp-hostname" title='The "dhcp-hostname" property'>dhcp-hostname</a>"            <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dhcp-send-hostname" title='The "dhcp-send-hostname" property'>dhcp-send-hostname</a>"       <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dns" title='The "dns" property'>dns</a>"                      <span class="type">GArray_guint_</span>*        : Read / Write
+  "<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dns-search" title='The "dns-search" property'>dns-search</a>"               <span class="type">GSList_gchararray_</span>*   : Read / Write
+  "<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--ignore-auto-dns" title='The "ignore-auto-dns" property'>ignore-auto-dns</a>"          <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--ignore-auto-routes" title='The "ignore-auto-routes" property'>ignore-auto-routes</a>"       <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--may-fail" title='The "may-fail" property'>may-fail</a>"                 <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--method" title='The "method" property'>method</a>"                   <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--never-default" title='The "never-default" property'>never-default</a>"            <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--routes" title='The "routes" property'>routes</a>"                   <span class="type">GPtrArray_GArray_guint__</span>*  : Read / Write
 </pre>
 </div>
 <div class="refsect1" title="Description">
@@ -583,7 +192,7 @@ href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--routes"
 <div class="refsect1" title="Details">
 <a name="NMSettingIP4Config.details"></a><h2>Details</h2>
 <div class="refsect2" title="NM_SETTING_IP4_CONFIG_SETTING_NAME">
-<a name="NM-SETTING-IP4-CONFIG-SETTING-NAME--CAPS"></a><h3>NM_SETTING_IP4_CONFIG_SETTING_NAME</h3>
+<a name="NM-SETTING-IP4-CONFIG-SETTING-NAME:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_SETTING_NAME</h3>
 <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_SETTING_NAME "ipv4"
 </pre>
 <p>
@@ -605,7 +214,7 @@ href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--routes"
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_SETTING_IP4_CONFIG_ERROR">
-<a name="NM-TYPE-SETTING-IP4-CONFIG-ERROR--CAPS"></a><h3>NM_TYPE_SETTING_IP4_CONFIG_ERROR</h3>
+<a name="NM-TYPE-SETTING-IP4-CONFIG-ERROR:CAPS"></a><h3>NM_TYPE_SETTING_IP4_CONFIG_ERROR</h3>
 <pre class="programlisting">#define NM_TYPE_SETTING_IP4_CONFIG_ERROR (nm_setting_ip4_config_error_get_type ()) 
 </pre>
 <p>
@@ -613,7 +222,7 @@ href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--routes"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP4_CONFIG_ERROR">
-<a name="NM-SETTING-IP4-CONFIG-ERROR--CAPS"></a><h3>NM_SETTING_IP4_CONFIG_ERROR</h3>
+<a name="NM-SETTING-IP4-CONFIG-ERROR:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_ERROR</h3>
 <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_ERROR nm_setting_ip4_config_error_quark ()
 </pre>
 <p>
@@ -622,9 +231,7 @@ href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--routes"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_error_quark ()">
 <a name="nm-setting-ip4-config-error-quark"></a><h3>nm_setting_ip4_config_error_quark ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              nm_setting_ip4_config_error_quark   (void);</pre>
+<pre class="programlisting"><a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              nm_setting_ip4_config_error_quark   (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -638,7 +245,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP4_CONFIG_METHOD">
-<a name="NM-SETTING-IP4-CONFIG-METHOD--CAPS"></a><h3>NM_SETTING_IP4_CONFIG_METHOD</h3>
+<a name="NM-SETTING-IP4-CONFIG-METHOD:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_METHOD</h3>
 <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_METHOD             "method"
 </pre>
 <p>
@@ -646,7 +253,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP4_CONFIG_DNS">
-<a name="NM-SETTING-IP4-CONFIG-DNS--CAPS"></a><h3>NM_SETTING_IP4_CONFIG_DNS</h3>
+<a name="NM-SETTING-IP4-CONFIG-DNS:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_DNS</h3>
 <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_DNS                "dns"
 </pre>
 <p>
@@ -654,7 +261,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP4_CONFIG_DNS_SEARCH">
-<a name="NM-SETTING-IP4-CONFIG-DNS-SEARCH--CAPS"></a><h3>NM_SETTING_IP4_CONFIG_DNS_SEARCH</h3>
+<a name="NM-SETTING-IP4-CONFIG-DNS-SEARCH:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_DNS_SEARCH</h3>
 <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_DNS_SEARCH         "dns-search"
 </pre>
 <p>
@@ -662,7 +269,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP4_CONFIG_ADDRESSES">
-<a name="NM-SETTING-IP4-CONFIG-ADDRESSES--CAPS"></a><h3>NM_SETTING_IP4_CONFIG_ADDRESSES</h3>
+<a name="NM-SETTING-IP4-CONFIG-ADDRESSES:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_ADDRESSES</h3>
 <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_ADDRESSES          "addresses"
 </pre>
 <p>
@@ -670,7 +277,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP4_CONFIG_ROUTES">
-<a name="NM-SETTING-IP4-CONFIG-ROUTES--CAPS"></a><h3>NM_SETTING_IP4_CONFIG_ROUTES</h3>
+<a name="NM-SETTING-IP4-CONFIG-ROUTES:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_ROUTES</h3>
 <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_ROUTES             "routes"
 </pre>
 <p>
@@ -678,7 +285,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP4_CONFIG_IGNORE_AUTO_ROUTES">
-<a name="NM-SETTING-IP4-CONFIG-IGNORE-AUTO-ROUTES--CAPS"></a><h3>NM_SETTING_IP4_CONFIG_IGNORE_AUTO_ROUTES</h3>
+<a name="NM-SETTING-IP4-CONFIG-IGNORE-AUTO-ROUTES:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_IGNORE_AUTO_ROUTES</h3>
 <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_IGNORE_AUTO_ROUTES "ignore-auto-routes"
 </pre>
 <p>
@@ -686,7 +293,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP4_CONFIG_IGNORE_AUTO_DNS">
-<a name="NM-SETTING-IP4-CONFIG-IGNORE-AUTO-DNS--CAPS"></a><h3>NM_SETTING_IP4_CONFIG_IGNORE_AUTO_DNS</h3>
+<a name="NM-SETTING-IP4-CONFIG-IGNORE-AUTO-DNS:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_IGNORE_AUTO_DNS</h3>
 <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_IGNORE_AUTO_DNS    "ignore-auto-dns"
 </pre>
 <p>
@@ -694,7 +301,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP4_CONFIG_DHCP_CLIENT_ID">
-<a name="NM-SETTING-IP4-CONFIG-DHCP-CLIENT-ID--CAPS"></a><h3>NM_SETTING_IP4_CONFIG_DHCP_CLIENT_ID</h3>
+<a name="NM-SETTING-IP4-CONFIG-DHCP-CLIENT-ID:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_DHCP_CLIENT_ID</h3>
 <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_DHCP_CLIENT_ID     "dhcp-client-id"
 </pre>
 <p>
@@ -702,7 +309,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP4_CONFIG_DHCP_SEND_HOSTNAME">
-<a name="NM-SETTING-IP4-CONFIG-DHCP-SEND-HOSTNAME--CAPS"></a><h3>NM_SETTING_IP4_CONFIG_DHCP_SEND_HOSTNAME</h3>
+<a name="NM-SETTING-IP4-CONFIG-DHCP-SEND-HOSTNAME:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_DHCP_SEND_HOSTNAME</h3>
 <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_DHCP_SEND_HOSTNAME "dhcp-send-hostname"
 </pre>
 <p>
@@ -710,7 +317,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP4_CONFIG_DHCP_HOSTNAME">
-<a name="NM-SETTING-IP4-CONFIG-DHCP-HOSTNAME--CAPS"></a><h3>NM_SETTING_IP4_CONFIG_DHCP_HOSTNAME</h3>
+<a name="NM-SETTING-IP4-CONFIG-DHCP-HOSTNAME:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_DHCP_HOSTNAME</h3>
 <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_DHCP_HOSTNAME      "dhcp-hostname"
 </pre>
 <p>
@@ -718,15 +325,23 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP4_CONFIG_NEVER_DEFAULT">
-<a name="NM-SETTING-IP4-CONFIG-NEVER-DEFAULT--CAPS"></a><h3>NM_SETTING_IP4_CONFIG_NEVER_DEFAULT</h3>
+<a name="NM-SETTING-IP4-CONFIG-NEVER-DEFAULT:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_NEVER_DEFAULT</h3>
 <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_NEVER_DEFAULT      "never-default"
 </pre>
 <p>
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NM_SETTING_IP4_CONFIG_MAY_FAIL">
+<a name="NM-SETTING-IP4-CONFIG-MAY-FAIL:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_MAY_FAIL</h3>
+<pre class="programlisting">#define NM_SETTING_IP4_CONFIG_MAY_FAIL           "may-fail"
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="NM_SETTING_IP4_CONFIG_METHOD_AUTO">
-<a name="NM-SETTING-IP4-CONFIG-METHOD-AUTO--CAPS"></a><h3>NM_SETTING_IP4_CONFIG_METHOD_AUTO</h3>
+<a name="NM-SETTING-IP4-CONFIG-METHOD-AUTO:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_METHOD_AUTO</h3>
 <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_METHOD_AUTO       "auto"
 </pre>
 <p>
@@ -734,7 +349,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP4_CONFIG_METHOD_LINK_LOCAL">
-<a name="NM-SETTING-IP4-CONFIG-METHOD-LINK-LOCAL--CAPS"></a><h3>NM_SETTING_IP4_CONFIG_METHOD_LINK_LOCAL</h3>
+<a name="NM-SETTING-IP4-CONFIG-METHOD-LINK-LOCAL:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_METHOD_LINK_LOCAL</h3>
 <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_METHOD_LINK_LOCAL "link-local"
 </pre>
 <p>
@@ -742,7 +357,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP4_CONFIG_METHOD_MANUAL">
-<a name="NM-SETTING-IP4-CONFIG-METHOD-MANUAL--CAPS"></a><h3>NM_SETTING_IP4_CONFIG_METHOD_MANUAL</h3>
+<a name="NM-SETTING-IP4-CONFIG-METHOD-MANUAL:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_METHOD_MANUAL</h3>
 <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_METHOD_MANUAL     "manual"
 </pre>
 <p>
@@ -750,13 +365,21 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP4_CONFIG_METHOD_SHARED">
-<a name="NM-SETTING-IP4-CONFIG-METHOD-SHARED--CAPS"></a><h3>NM_SETTING_IP4_CONFIG_METHOD_SHARED</h3>
+<a name="NM-SETTING-IP4-CONFIG-METHOD-SHARED:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_METHOD_SHARED</h3>
 <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_METHOD_SHARED     "shared"
 </pre>
 <p>
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NM_SETTING_IP4_CONFIG_METHOD_DISABLED">
+<a name="NM-SETTING-IP4-CONFIG-METHOD-DISABLED:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_METHOD_DISABLED</h3>
+<pre class="programlisting">#define NM_SETTING_IP4_CONFIG_METHOD_DISABLED   "disabled"
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="NMIP4Address">
 <a name="NMIP4Address"></a><h3>NMIP4Address</h3>
 <pre class="programlisting">typedef struct NMIP4Address NMIP4Address;
@@ -767,9 +390,7 @@ href="../glib/glib-Quarks.html#GQuark"
 <hr>
 <div class="refsect2" title="nm_ip4_address_new ()">
 <a name="nm-ip4-address-new"></a><h3>nm_ip4_address_new ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *      nm_ip4_address_new                  (void);</pre>
+<pre class="programlisting"><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="returnvalue">NMIP4Address</span></a> *      nm_ip4_address_new                  (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -784,11 +405,7 @@ href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
 <hr>
 <div class="refsect2" title="nm_ip4_address_dup ()">
 <a name="nm-ip4-address-dup"></a><h3>nm_ip4_address_dup ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *      nm_ip4_address_dup                  (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *source);</pre>
+<pre class="programlisting"><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="returnvalue">NMIP4Address</span></a> *      nm_ip4_address_dup                  (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *source</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -810,9 +427,7 @@ href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
 <hr>
 <div class="refsect2" title="nm_ip4_address_ref ()">
 <a name="nm-ip4-address-ref"></a><h3>nm_ip4_address_ref ()</h3>
-<pre class="programlisting">void                nm_ip4_address_ref                  (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *address);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_ip4_address_ref                  (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -827,9 +442,7 @@ href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
 <hr>
 <div class="refsect2" title="nm_ip4_address_unref ()">
 <a name="nm-ip4-address-unref"></a><h3>nm_ip4_address_unref ()</h3>
-<pre class="programlisting">void                nm_ip4_address_unref                (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *address);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_ip4_address_unref                (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -844,14 +457,8 @@ href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
 <hr>
 <div class="refsect2" title="nm_ip4_address_compare ()">
 <a name="nm-ip4-address-compare"></a><h3>nm_ip4_address_compare ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_ip4_address_compare              (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *address,
-                                                         <a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *other);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_ip4_address_compare              (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *other</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -878,11 +485,7 @@ href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
 <hr>
 <div class="refsect2" title="nm_ip4_address_get_address ()">
 <a name="nm-ip4-address-get-address"></a><h3>nm_ip4_address_get_address ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_ip4_address_get_address          (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *address);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_ip4_address_get_address          (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -904,12 +507,8 @@ href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
 <hr>
 <div class="refsect2" title="nm_ip4_address_set_address ()">
 <a name="nm-ip4-address-set-address"></a><h3>nm_ip4_address_set_address ()</h3>
-<pre class="programlisting">void                nm_ip4_address_set_address          (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *address,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> addr);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_ip4_address_set_address          (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> addr</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -931,11 +530,7 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_ip4_address_get_prefix ()">
 <a name="nm-ip4-address-get-prefix"></a><h3>nm_ip4_address_get_prefix ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_ip4_address_get_prefix           (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *address);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_ip4_address_get_prefix           (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -957,12 +552,8 @@ href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
 <hr>
 <div class="refsect2" title="nm_ip4_address_set_prefix ()">
 <a name="nm-ip4-address-set-prefix"></a><h3>nm_ip4_address_set_prefix ()</h3>
-<pre class="programlisting">void                nm_ip4_address_set_prefix           (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *address,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> prefix);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_ip4_address_set_prefix           (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> prefix</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -984,11 +575,7 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_ip4_address_get_gateway ()">
 <a name="nm-ip4-address-get-gateway"></a><h3>nm_ip4_address_get_gateway ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_ip4_address_get_gateway          (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *address);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_ip4_address_get_gateway          (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1010,12 +597,8 @@ href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
 <hr>
 <div class="refsect2" title="nm_ip4_address_set_gateway ()">
 <a name="nm-ip4-address-set-gateway"></a><h3>nm_ip4_address_set_gateway ()</h3>
-<pre class="programlisting">void                nm_ip4_address_set_gateway          (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *address,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> gateway);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_ip4_address_set_gateway          (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> gateway</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1045,9 +628,7 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_ip4_route_new ()">
 <a name="nm-ip4-route-new"></a><h3>nm_ip4_route_new ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *        nm_ip4_route_new                    (void);</pre>
+<pre class="programlisting"><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="returnvalue">NMIP4Route</span></a> *        nm_ip4_route_new                    (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1062,11 +643,7 @@ href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
 <hr>
 <div class="refsect2" title="nm_ip4_route_dup ()">
 <a name="nm-ip4-route-dup"></a><h3>nm_ip4_route_dup ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *        nm_ip4_route_dup                    (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route);</pre>
+<pre class="programlisting"><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="returnvalue">NMIP4Route</span></a> *        nm_ip4_route_dup                    (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1088,9 +665,7 @@ href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
 <hr>
 <div class="refsect2" title="nm_ip4_route_ref ()">
 <a name="nm-ip4-route-ref"></a><h3>nm_ip4_route_ref ()</h3>
-<pre class="programlisting">void                nm_ip4_route_ref                    (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_ip4_route_ref                    (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1105,9 +680,7 @@ href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
 <hr>
 <div class="refsect2" title="nm_ip4_route_unref ()">
 <a name="nm-ip4-route-unref"></a><h3>nm_ip4_route_unref ()</h3>
-<pre class="programlisting">void                nm_ip4_route_unref                  (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_ip4_route_unref                  (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1122,14 +695,8 @@ href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
 <hr>
 <div class="refsect2" title="nm_ip4_route_compare ()">
 <a name="nm-ip4-route-compare"></a><h3>nm_ip4_route_compare ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_ip4_route_compare                (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route,
-                                                         <a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *other);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_ip4_route_compare                (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *other</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1156,11 +723,7 @@ href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
 <hr>
 <div class="refsect2" title="nm_ip4_route_get_dest ()">
 <a name="nm-ip4-route-get-dest"></a><h3>nm_ip4_route_get_dest ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_ip4_route_get_dest               (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_ip4_route_get_dest               (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1182,12 +745,8 @@ href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
 <hr>
 <div class="refsect2" title="nm_ip4_route_set_dest ()">
 <a name="nm-ip4-route-set-dest"></a><h3>nm_ip4_route_set_dest ()</h3>
-<pre class="programlisting">void                nm_ip4_route_set_dest               (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> dest);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_ip4_route_set_dest               (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> dest</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1209,11 +768,7 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_ip4_route_get_prefix ()">
 <a name="nm-ip4-route-get-prefix"></a><h3>nm_ip4_route_get_prefix ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_ip4_route_get_prefix             (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_ip4_route_get_prefix             (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1235,12 +790,8 @@ href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
 <hr>
 <div class="refsect2" title="nm_ip4_route_set_prefix ()">
 <a name="nm-ip4-route-set-prefix"></a><h3>nm_ip4_route_set_prefix ()</h3>
-<pre class="programlisting">void                nm_ip4_route_set_prefix             (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> prefix);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_ip4_route_set_prefix             (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> prefix</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1262,11 +813,7 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_ip4_route_get_next_hop ()">
 <a name="nm-ip4-route-get-next-hop"></a><h3>nm_ip4_route_get_next_hop ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_ip4_route_get_next_hop           (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_ip4_route_get_next_hop           (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1288,12 +835,8 @@ href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
 <hr>
 <div class="refsect2" title="nm_ip4_route_set_next_hop ()">
 <a name="nm-ip4-route-set-next-hop"></a><h3>nm_ip4_route_set_next_hop ()</h3>
-<pre class="programlisting">void                nm_ip4_route_set_next_hop           (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> next_hop);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_ip4_route_set_next_hop           (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> next_hop</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1315,11 +858,7 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_ip4_route_get_metric ()">
 <a name="nm-ip4-route-get-metric"></a><h3>nm_ip4_route_get_metric ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_ip4_route_get_metric             (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_ip4_route_get_metric             (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1341,12 +880,8 @@ href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
 <hr>
 <div class="refsect2" title="nm_ip4_route_set_metric ()">
 <a name="nm-ip4-route-set-metric"></a><h3>nm_ip4_route_set_metric ()</h3>
-<pre class="programlisting">void                nm_ip4_route_set_metric             (<a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> metric);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_ip4_route_set_metric             (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> metric</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1373,11 +908,25 @@ href="../glib/glib-Basic-Types.html#guint32"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMSettingIP4ConfigClass">
+<a name="NMSettingIP4ConfigClass"></a><h3>NMSettingIP4ConfigClass</h3>
+<pre class="programlisting">typedef struct {
+	NMSettingClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+} NMSettingIP4ConfigClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_setting_ip4_config_get_type ()">
 <a name="nm-setting-ip4-config-get-type"></a><h3>nm_setting_ip4_config_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_setting_ip4_config_get_type      (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_setting_ip4_config_get_type      (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1392,9 +941,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_new ()">
 <a name="nm-setting-ip4-config-new"></a><h3>nm_setting_ip4_config_new ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         nm_setting_ip4_config_new           (void);</pre>
+<pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         nm_setting_ip4_config_new           (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1409,9 +956,7 @@ href="../libnm-util/NMSetting.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_get_method ()">
 <a name="nm-setting-ip4-config-get-method"></a><h3>nm_setting_ip4_config_get_method ()</h3>
-<pre class="programlisting">const char *        nm_setting_ip4_config_get_method    (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_ip4_config_get_method    (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1433,11 +978,7 @@ href="../libnm-util/NMSettingIP4Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_get_num_dns ()">
 <a name="nm-setting-ip4-config-get-num-dns"></a><h3>nm_setting_ip4_config_get_num_dns ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_ip4_config_get_num_dns   (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_ip4_config_get_num_dns   (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1459,14 +1000,8 @@ href="../libnm-util/NMSettingIP4Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_get_dns ()">
 <a name="nm-setting-ip4-config-get-dns"></a><h3>nm_setting_ip4_config_get_dns ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_ip4_config_get_dns       (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_ip4_config_get_dns       (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1493,14 +1028,8 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_add_dns ()">
 <a name="nm-setting-ip4-config-add-dns"></a><h3>nm_setting_ip4_config_add_dns ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ip4_config_add_dns       (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> dns);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ip4_config_add_dns       (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> dns</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1527,12 +1056,8 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_remove_dns ()">
 <a name="nm-setting-ip4-config-remove-dns"></a><h3>nm_setting_ip4_config_remove_dns ()</h3>
-<pre class="programlisting">void                nm_setting_ip4_config_remove_dns    (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_ip4_config_remove_dns    (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1554,9 +1079,7 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_clear_dns ()">
 <a name="nm-setting-ip4-config-clear-dns"></a><h3>nm_setting_ip4_config_clear_dns ()</h3>
-<pre class="programlisting">void                nm_setting_ip4_config_clear_dns     (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_ip4_config_clear_dns     (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1571,12 +1094,8 @@ href="../libnm-util/NMSettingIP4Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_get_num_dns_searches ()">
 <a name="nm-setting-ip4-config-get-num-dns-searches"></a><h3>nm_setting_ip4_config_get_num_dns_searches ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_ip4_config_get_num_dns_searches
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_ip4_config_get_num_dns_searches
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1598,13 +1117,9 @@ href="../libnm-util/NMSettingIP4Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_get_dns_search ()">
 <a name="nm-setting-ip4-config-get-dns-search"></a><h3>nm_setting_ip4_config_get_dns_search ()</h3>
-<pre class="programlisting">const char *        nm_setting_ip4_config_get_dns_search
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_ip4_config_get_dns_search
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1631,13 +1146,9 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_add_dns_search ()">
 <a name="nm-setting-ip4-config-add-dns-search"></a><h3>nm_setting_ip4_config_add_dns_search ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ip4_config_add_dns_search
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         const char *dns_search);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ip4_config_add_dns_search
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *dns_search</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1664,13 +1175,9 @@ href="../libnm-util/NMSettingIP4Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_remove_dns_search ()">
 <a name="nm-setting-ip4-config-remove-dns-search"></a><h3>nm_setting_ip4_config_remove_dns_search ()</h3>
-<pre class="programlisting">void                nm_setting_ip4_config_remove_dns_search
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_ip4_config_remove_dns_search
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1692,10 +1199,8 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_clear_dns_searches ()">
 <a name="nm-setting-ip4-config-clear-dns-searches"></a><h3>nm_setting_ip4_config_clear_dns_searches ()</h3>
-<pre class="programlisting">void                nm_setting_ip4_config_clear_dns_searches
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_ip4_config_clear_dns_searches
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1710,12 +1215,8 @@ href="../libnm-util/NMSettingIP4Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_get_num_addresses ()">
 <a name="nm-setting-ip4-config-get-num-addresses"></a><h3>nm_setting_ip4_config_get_num_addresses ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_ip4_config_get_num_addresses
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_ip4_config_get_num_addresses
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1737,14 +1238,8 @@ href="../libnm-util/NMSettingIP4Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_get_address ()">
 <a name="nm-setting-ip4-config-get-address"></a><h3>nm_setting_ip4_config_get_address ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *      nm_setting_ip4_config_get_address   (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
+<pre class="programlisting"><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="returnvalue">NMIP4Address</span></a> *      nm_setting_ip4_config_get_address   (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1771,14 +1266,8 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_add_address ()">
 <a name="nm-setting-ip4-config-add-address"></a><h3>nm_setting_ip4_config_add_address ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ip4_config_add_address   (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         <a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a> *address);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ip4_config_add_address   (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1805,13 +1294,9 @@ href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_remove_address ()">
 <a name="nm-setting-ip4-config-remove-address"></a><h3>nm_setting_ip4_config_remove_address ()</h3>
-<pre class="programlisting">void                nm_setting_ip4_config_remove_address
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_ip4_config_remove_address
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1833,10 +1318,8 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_clear_addresses ()">
 <a name="nm-setting-ip4-config-clear-addresses"></a><h3>nm_setting_ip4_config_clear_addresses ()</h3>
-<pre class="programlisting">void                nm_setting_ip4_config_clear_addresses
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_ip4_config_clear_addresses
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1851,12 +1334,8 @@ href="../libnm-util/NMSettingIP4Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_get_num_routes ()">
 <a name="nm-setting-ip4-config-get-num-routes"></a><h3>nm_setting_ip4_config_get_num_routes ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_ip4_config_get_num_routes
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_ip4_config_get_num_routes
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1878,14 +1357,8 @@ href="../libnm-util/NMSettingIP4Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_get_route ()">
 <a name="nm-setting-ip4-config-get-route"></a><h3>nm_setting_ip4_config_get_route ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *        nm_setting_ip4_config_get_route     (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
+<pre class="programlisting"><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="returnvalue">NMIP4Route</span></a> *        nm_setting_ip4_config_get_route     (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1912,14 +1385,8 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_add_route ()">
 <a name="nm-setting-ip4-config-add-route"></a><h3>nm_setting_ip4_config_add_route ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ip4_config_add_route     (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         <a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a> *route);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ip4_config_add_route     (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1946,12 +1413,8 @@ href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_remove_route ()">
 <a name="nm-setting-ip4-config-remove-route"></a><h3>nm_setting_ip4_config_remove_route ()</h3>
-<pre class="programlisting">void                nm_setting_ip4_config_remove_route  (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_ip4_config_remove_route  (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1973,9 +1436,7 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_clear_routes ()">
 <a name="nm-setting-ip4-config-clear-routes"></a><h3>nm_setting_ip4_config_clear_routes ()</h3>
-<pre class="programlisting">void                nm_setting_ip4_config_clear_routes  (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_ip4_config_clear_routes  (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1990,12 +1451,8 @@ href="../libnm-util/NMSettingIP4Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_get_ignore_auto_routes ()">
 <a name="nm-setting-ip4-config-get-ignore-auto-routes"></a><h3>nm_setting_ip4_config_get_ignore_auto_routes ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ip4_config_get_ignore_auto_routes
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ip4_config_get_ignore_auto_routes
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -2017,12 +1474,8 @@ href="../libnm-util/NMSettingIP4Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_get_ignore_auto_dns ()">
 <a name="nm-setting-ip4-config-get-ignore-auto-dns"></a><h3>nm_setting_ip4_config_get_ignore_auto_dns ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ip4_config_get_ignore_auto_dns
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ip4_config_get_ignore_auto_dns
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -2044,10 +1497,8 @@ href="../libnm-util/NMSettingIP4Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_get_dhcp_client_id ()">
 <a name="nm-setting-ip4-config-get-dhcp-client-id"></a><h3>nm_setting_ip4_config_get_dhcp_client_id ()</h3>
-<pre class="programlisting">const char *        nm_setting_ip4_config_get_dhcp_client_id
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_ip4_config_get_dhcp_client_id
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -2069,12 +1520,8 @@ href="../libnm-util/NMSettingIP4Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_get_dhcp_send_hostname ()">
 <a name="nm-setting-ip4-config-get-dhcp-send-hostname"></a><h3>nm_setting_ip4_config_get_dhcp_send_hostname ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ip4_config_get_dhcp_send_hostname
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ip4_config_get_dhcp_send_hostname
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -2096,10 +1543,8 @@ href="../libnm-util/NMSettingIP4Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_get_dhcp_hostname ()">
 <a name="nm-setting-ip4-config-get-dhcp-hostname"></a><h3>nm_setting_ip4_config_get_dhcp_hostname ()</h3>
-<pre class="programlisting">const char *        nm_setting_ip4_config_get_dhcp_hostname
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_ip4_config_get_dhcp_hostname
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -2121,12 +1566,30 @@ href="../libnm-util/NMSettingIP4Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip4_config_get_never_default ()">
 <a name="nm-setting-ip4-config-get-never-default"></a><h3>nm_setting_ip4_config_get_never_default ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ip4_config_get_never_default
-                                                        (<a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ip4_config_get_never_default
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_setting_ip4_config_get_may_fail ()">
+<a name="nm-setting-ip4-config-get-may-fail"></a><h3>nm_setting_ip4_config_get_may_fail ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ip4_config_get_may_fail  (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -2150,7 +1613,7 @@ href="../libnm-util/NMSettingIP4Config.html"
 <a name="NMSettingIP4Config.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "addresses" property'>
 <a name="NMSettingIP4Config--addresses"></a><h3>The <code class="literal">"addresses"</code> property</h3>
-<pre class="programlisting">  "addresses"                GPtrArray_GArray_guint__*  : Read / Write</pre>
+<pre class="programlisting">  "addresses"                <span class="type">GPtrArray_GArray_guint__</span>*  : Read / Write</pre>
 <p>
 Array of IPv4 address structures.  Each IPv4 address structure is
 composed of 3 32-bit values; the first being the IPv4 address (network
@@ -2158,125 +1621,109 @@ byte order), the second the prefix (1 - 32), and last the IPv4 gateway
 (network byte order). The gateway may be left as 0 if no gateway exists
 for that subnet.  For the 'auto' method, given IP addresses are appended
 to those returned by automatic configuration.  Addresses cannot be used
-with the 'shared' or 'link-local' methods as the interface is
-automatically assigned an address with these methods.</p>
-<p>
+with the 'shared', 'link-local', or 'disabled' methods as addressing is
+either automatic or disabled with these methods.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "dhcp-client-id" property'>
 <a name="NMSettingIP4Config--dhcp-client-id"></a><h3>The <code class="literal">"dhcp-client-id"</code> property</h3>
-<pre class="programlisting">  "dhcp-client-id"           <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "dhcp-client-id"           <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 A string sent to the DHCP server to identify the local machine which the
-DHCP server may use to cusomize the DHCP lease and options.</p>
-<p>
+DHCP server may use to cusomize the DHCP lease and options.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "dhcp-hostname" property'>
 <a name="NMSettingIP4Config--dhcp-hostname"></a><h3>The <code class="literal">"dhcp-hostname"</code> property</h3>
-<pre class="programlisting">  "dhcp-hostname"            <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
-<p>
-If the <a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dhcp-send-hostname"
-><span class="type">"dhcp-send-hostname"</span></a> property is TRUE, then the
-specified name will be sent to the DHCP server when acquiring a lease.</p>
+<pre class="programlisting">  "dhcp-hostname"            <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
+If the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dhcp-send-hostname" title='The "dhcp-send-hostname" property'><span class="type">"dhcp-send-hostname"</span></a> property is TRUE, then the
+specified name will be sent to the DHCP server when acquiring a lease.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "dhcp-send-hostname" property'>
 <a name="NMSettingIP4Config--dhcp-send-hostname"></a><h3>The <code class="literal">"dhcp-send-hostname"</code> property</h3>
-<pre class="programlisting">  "dhcp-send-hostname"       <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
+<pre class="programlisting">  "dhcp-send-hostname"       <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
 If TRUE, a hostname is sent to the DHCP server when acquiring a lease.
 Some DHCP servers use this hostname to update DNS databases, essentially
 providing a static hostname for the computer.  If
-<a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dhcp-hostname"
-><span class="type">"dhcp-hostname"</span></a> is empty and this property is TRUE,
-the current persistent hostname of the computer is sent.</p>
-<p>
+<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dhcp-hostname" title='The "dhcp-hostname" property'><span class="type">"dhcp-hostname"</span></a> is empty and this property is TRUE,
+the current persistent hostname of the computer is sent.
 </p>
-<p>Default value: FALSE</p>
+<p>Default value: TRUE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "dns" property'>
 <a name="NMSettingIP4Config--dns"></a><h3>The <code class="literal">"dns"</code> property</h3>
-<pre class="programlisting">  "dns"                      GArray_guint_*        : Read / Write</pre>
+<pre class="programlisting">  "dns"                      <span class="type">GArray_guint_</span>*        : Read / Write</pre>
 <p>
 List of DNS servers (network byte order).  For the 'auto' method, these
 DNS servers are appended to those (if any) returned by automatic
-configuration.  DNS servers cannot be used with the 'shared' or
-'link-local' methods as there is no usptream network.  In all other
+configuration.  DNS servers cannot be used with the 'shared', 'link-local',
+or 'disabled' methods as there is no usptream network.  In all other
 methods, these DNS servers are used as the only DNS servers for this
-connection.</p>
-<p>
+connection.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "dns-search" property'>
 <a name="NMSettingIP4Config--dns-search"></a><h3>The <code class="literal">"dns-search"</code> property</h3>
-<pre class="programlisting">  "dns-search"               GSList_gchararray_*   : Read / Write</pre>
+<pre class="programlisting">  "dns-search"               <span class="type">GSList_gchararray_</span>*   : Read / Write</pre>
 <p>
 List of DNS search domains.  For the 'auto' method, these search domains
 are appended to those returned by automatic configuration. Search domains
-cannot be used with the 'shared' or 'link-local' methods as there is no
-upstream network.  In all other methods, these search domains are used
-as the only search domains for this connection.</p>
-<p>
+cannot be used with the 'shared', 'link-local', or 'disabled' methods as
+there is no upstream network.  In all other methods, these search domains
+are used as the only search domains for this connection.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "ignore-auto-dns" property'>
 <a name="NMSettingIP4Config--ignore-auto-dns"></a><h3>The <code class="literal">"ignore-auto-dns"</code> property</h3>
-<pre class="programlisting">  "ignore-auto-dns"          <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
+<pre class="programlisting">  "ignore-auto-dns"          <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
 When the method is set to 'auto' and this property to TRUE, automatically
-configured nameservers and search domains are ignored and only namservers
-and search domains specified in <a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dns"
-><span class="type">"dns"</span></a> and
-<a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dns-search"
-><span class="type">"dns-search"</span></a>, if any, are used.</p>
-<p>
+configured nameservers and search domains are ignored and only nameservers
+and search domains specified in <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dns" title='The "dns" property'><span class="type">"dns"</span></a> and
+<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dns-search" title='The "dns-search" property'><span class="type">"dns-search"</span></a>, if any, are used.
 </p>
 <p>Default value: FALSE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "ignore-auto-routes" property'>
 <a name="NMSettingIP4Config--ignore-auto-routes"></a><h3>The <code class="literal">"ignore-auto-routes"</code> property</h3>
-<pre class="programlisting">  "ignore-auto-routes"       <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
+<pre class="programlisting">  "ignore-auto-routes"       <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
 When the method is set to 'auto' and this property to TRUE, automatically
 configured routes are ignored and only routes specified in
-<a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--routes"
-><span class="type">"routes"</span></a>, if any, are used.</p>
+<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--routes" title='The "routes" property'><span class="type">"routes"</span></a>, if any, are used.
+</p>
+<p>Default value: FALSE</p>
+</div>
+<hr>
+<div class="refsect2" title='The "may-fail" property'>
+<a name="NMSettingIP4Config--may-fail"></a><h3>The <code class="literal">"may-fail"</code> property</h3>
+<pre class="programlisting">  "may-fail"                 <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
+If TRUE, allow overall network configuration to proceed even if IPv4
+configuration times out.  Note that at least one IP configuration
+must succeed or overall network configuration will still fail.  For
+example, in IPv6-only networks, setting this property to TRUE allows
+the overall network configuration to succeed if IPv4 configuration fails
+but IPv6 configuration completes successfully.
 </p>
 <p>Default value: FALSE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "method" property'>
 <a name="NMSettingIP4Config--method"></a><h3>The <code class="literal">"method"</code> property</h3>
-<pre class="programlisting">  "method"                   <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "method"                   <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 IPv4 configuration method.  If 'auto' is specified then the appropriate
 automatic method (DHCP, PPP, etc) is used for the interface and most
@@ -2288,28 +1735,25 @@ least one IP address must be given in the 'addresses' property.  If
 network access to other computers) then the interface is assigned an
 address in the 10.42.x.1/24 range and a DHCP and forwarding DNS server
 are started, and the interface is NAT-ed to the current default network
-connection.  This property must be set.</p>
-<p>
+connection.  'disabled' means IPv4 will not be used on this connection.
+This property must be set.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "never-default" property'>
 <a name="NMSettingIP4Config--never-default"></a><h3>The <code class="literal">"never-default"</code> property</h3>
-<pre class="programlisting">  "never-default"            <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
+<pre class="programlisting">  "never-default"            <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
 If TRUE, this connection will never be the default IPv4 connection,
-meaning it will never be assigned the default route by NetworkManager.</p>
-<p>
+meaning it will never be assigned the default route by NetworkManager.
 </p>
 <p>Default value: FALSE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "routes" property'>
 <a name="NMSettingIP4Config--routes"></a><h3>The <code class="literal">"routes"</code> property</h3>
-<pre class="programlisting">  "routes"                   GPtrArray_GArray_guint__*  : Read / Write</pre>
+<pre class="programlisting">  "routes"                   <span class="type">GPtrArray_GArray_guint__</span>*  : Read / Write</pre>
 <p>
 Array of IPv4 route structures.  Each IPv4 route structure is composed
 of 4 32-bit values; the first being the destination IPv4 network or
@@ -2317,15 +1761,14 @@ address (network byte order), the second the destination network or
 address prefix (1 - 32), the third being the next-hop (network byte
 order) if any, and the fourth being the route metric. For the 'auto'
 method, given IP routes are appended to those returned by automatic
-configuration.  Routes cannot be used with the 'shared' or 'link-local'
-methods because there is no upstream network.</p>
-<p>
+configuration.  Routes cannot be used with the 'shared', 'link-local',
+or 'disabled' methods because there is no upstream network.
 </p>
 </div>
 </div>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingIP6Config.html b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingIP6Config.html
index 121e990..208d6f3 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingIP6Config.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingIP6Config.html
@@ -3,16 +3,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMSettingIP6Config</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.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="NMSettingIP4Config.html" title="NMSettingIP4Config">
 <link rel="next" href="NMSettingPPP.html" title="NMSettingPPP">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="libnm-util API Reference">
-<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
-<link rel="index" href="api-index-full.html" title="API Index">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@@ -25,12 +22,12 @@
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMSettingIP6Config.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMSettingIP6Config.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMSettingIP6Config.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMSettingIP6Config.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMSettingIP6Config.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMSettingIP6Config.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMSettingIP6Config.properties" class="shortcut">Properties</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMSettingIP6Config">
@@ -44,464 +41,136 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMSettingIP6Config.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-#define             <a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-SETTING-NAME--CAPS"
->NM_SETTING_IP6_CONFIG_SETTING_NAME</a>
-enum                <a
-href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6ConfigError"
->NMSettingIP6ConfigError</a>;
-#define             <a
-href="../libnm-util/NMSettingIP6Config.html#NM-TYPE-SETTING-IP6-CONFIG-ERROR--CAPS"
->NM_TYPE_SETTING_IP6_CONFIG_ERROR</a>
-#define             <a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ERROR--CAPS"
->NM_SETTING_IP6_CONFIG_ERROR</a>
-<a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-error-quark"
->nm_setting_ip6_config_error_quark</a>   (void);
-#define             <a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD--CAPS"
->NM_SETTING_IP6_CONFIG_METHOD</a>
-#define             <a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-DNS--CAPS"
->NM_SETTING_IP6_CONFIG_DNS</a>
-#define             <a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-DNS-SEARCH--CAPS"
->NM_SETTING_IP6_CONFIG_DNS_SEARCH</a>
-#define             <a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ADDRESSES--CAPS"
->NM_SETTING_IP6_CONFIG_ADDRESSES</a>
-#define             <a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ROUTES--CAPS"
->NM_SETTING_IP6_CONFIG_ROUTES</a>
-#define             <a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-IGNORE-AUTO-ROUTES--CAPS"
->NM_SETTING_IP6_CONFIG_IGNORE_AUTO_ROUTES</a>
-#define             <a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-IGNORE-AUTO-DNS--CAPS"
->NM_SETTING_IP6_CONFIG_IGNORE_AUTO_DNS</a>
-#define             <a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-NEVER-DEFAULT--CAPS"
->NM_SETTING_IP6_CONFIG_NEVER_DEFAULT</a>
-#define             <a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-IGNORE--CAPS"
->NM_SETTING_IP6_CONFIG_METHOD_IGNORE</a>
-#define             <a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-AUTO--CAPS"
->NM_SETTING_IP6_CONFIG_METHOD_AUTO</a>
-#define             NM_SETTING_IP6_CONFIG_METHOD_DHCP
-#define             <a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-LINK-LOCAL--CAPS"
->NM_SETTING_IP6_CONFIG_METHOD_LINK_LOCAL</a>
-#define             <a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-MANUAL--CAPS"
->NM_SETTING_IP6_CONFIG_METHOD_MANUAL</a>
-#define             <a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-SHARED--CAPS"
->NM_SETTING_IP6_CONFIG_METHOD_SHARED</a>
-typedef             <a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a>;
-<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *      <a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-address-new"
->nm_ip6_address_new</a>                  (void);
-<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *      <a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-address-dup"
->nm_ip6_address_dup</a>                  (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *source);
-void                <a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-address-ref"
->nm_ip6_address_ref</a>                  (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *address);
-void                <a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-address-unref"
->nm_ip6_address_unref</a>                (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *address);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-address-compare"
->nm_ip6_address_compare</a>              (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *address,
-                                                         <a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *other);
-const struct in6_addr * <a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-address-get-address"
->nm_ip6_address_get_address</a>      (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *address);
-void                <a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-address-set-address"
->nm_ip6_address_set_address</a>          (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *address,
-                                                         const struct in6_addr *addr);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-address-get-prefix"
->nm_ip6_address_get_prefix</a>           (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *address);
-void                <a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-address-set-prefix"
->nm_ip6_address_set_prefix</a>           (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *address,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> prefix);
-typedef             <a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a>;
-<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *        <a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-new"
->nm_ip6_route_new</a>                    (void);
-<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *        <a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-dup"
->nm_ip6_route_dup</a>                    (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route);
-void                <a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-ref"
->nm_ip6_route_ref</a>                    (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route);
-void                <a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-unref"
->nm_ip6_route_unref</a>                  (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-compare"
->nm_ip6_route_compare</a>                (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route,
-                                                         <a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *other);
-const struct in6_addr * <a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-get-dest"
->nm_ip6_route_get_dest</a>           (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route);
-void                <a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-set-dest"
->nm_ip6_route_set_dest</a>               (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route,
-                                                         const struct in6_addr *dest);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-get-prefix"
->nm_ip6_route_get_prefix</a>             (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route);
-void                <a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-set-prefix"
->nm_ip6_route_set_prefix</a>             (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> prefix);
-const struct in6_addr * <a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-get-next-hop"
->nm_ip6_route_get_next_hop</a>       (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route);
-void                <a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-set-next-hop"
->nm_ip6_route_set_next_hop</a>           (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route,
-                                                         const struct in6_addr *next_hop);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-get-metric"
->nm_ip6_route_get_metric</a>             (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route);
-void                <a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-set-metric"
->nm_ip6_route_set_metric</a>             (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> metric);
-                    <a
-href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config-struct"
->NMSettingIP6Config</a>;
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-type"
->nm_setting_ip6_config_get_type</a>      (void);
-<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-new"
->nm_setting_ip6_config_new</a>           (void);
-const char *        <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-method"
->nm_setting_ip6_config_get_method</a>    (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-num-dns"
->nm_setting_ip6_config_get_num_dns</a>   (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);
-const struct in6_addr * <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-dns"
->nm_setting_ip6_config_get_dns</a>   (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-add-dns"
->nm_setting_ip6_config_add_dns</a>       (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         const struct in6_addr *dns);
-void                <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-dns"
->nm_setting_ip6_config_remove_dns</a>    (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-void                <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-clear-dns"
->nm_setting_ip6_config_clear_dns</a>     (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-num-dns-searches"
->nm_setting_ip6_config_get_num_dns_searches</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-dns-search"
->nm_setting_ip6_config_get_dns_search</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-add-dns-search"
->nm_setting_ip6_config_add_dns_search</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         const char *dns_search);
-void                <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-dns-search"
->nm_setting_ip6_config_remove_dns_search</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-void                <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-clear-dns-searches"
->nm_setting_ip6_config_clear_dns_searches</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-num-addresses"
->nm_setting_ip6_config_get_num_addresses</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);
-<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *      <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-address"
->nm_setting_ip6_config_get_address</a>   (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-add-address"
->nm_setting_ip6_config_add_address</a>   (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         <a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *address);
-void                <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-address"
->nm_setting_ip6_config_remove_address</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-void                <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-clear-addresses"
->nm_setting_ip6_config_clear_addresses</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-num-routes"
->nm_setting_ip6_config_get_num_routes</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);
-<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *        <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-route"
->nm_setting_ip6_config_get_route</a>     (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-add-route"
->nm_setting_ip6_config_add_route</a>     (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         <a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route);
-void                <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-route"
->nm_setting_ip6_config_remove_route</a>  (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-void                <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-clear-routes"
->nm_setting_ip6_config_clear_routes</a>  (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-ignore-auto-routes"
->nm_setting_ip6_config_get_ignore_auto_routes</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-ignore-auto-dns"
->nm_setting_ip6_config_get_ignore_auto_dns</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-never-default"
->nm_setting_ip6_config_get_never_default</a>
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);
+<pre class="synopsis">#define             <a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-SETTING-NAME:CAPS" title="NM_SETTING_IP6_CONFIG_SETTING_NAME">NM_SETTING_IP6_CONFIG_SETTING_NAME</a>
+enum                <a class="link" href="NMSettingIP6Config.html#NMSettingIP6ConfigError" title="enum NMSettingIP6ConfigError">NMSettingIP6ConfigError</a>;
+#define             <a class="link" href="NMSettingIP6Config.html#NM-TYPE-SETTING-IP6-CONFIG-ERROR:CAPS" title="NM_TYPE_SETTING_IP6_CONFIG_ERROR">NM_TYPE_SETTING_IP6_CONFIG_ERROR</a>
+#define             <a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ERROR:CAPS" title="NM_SETTING_IP6_CONFIG_ERROR">NM_SETTING_IP6_CONFIG_ERROR</a>
+<a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-error-quark" title="nm_setting_ip6_config_error_quark ()">nm_setting_ip6_config_error_quark</a>   (<em class="parameter"><code><span class="type">void</span></code></em>);
+#define             <a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD:CAPS" title="NM_SETTING_IP6_CONFIG_METHOD">NM_SETTING_IP6_CONFIG_METHOD</a>
+#define             <a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-DNS:CAPS" title="NM_SETTING_IP6_CONFIG_DNS">NM_SETTING_IP6_CONFIG_DNS</a>
+#define             <a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-DNS-SEARCH:CAPS" title="NM_SETTING_IP6_CONFIG_DNS_SEARCH">NM_SETTING_IP6_CONFIG_DNS_SEARCH</a>
+#define             <a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ADDRESSES:CAPS" title="NM_SETTING_IP6_CONFIG_ADDRESSES">NM_SETTING_IP6_CONFIG_ADDRESSES</a>
+#define             <a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ROUTES:CAPS" title="NM_SETTING_IP6_CONFIG_ROUTES">NM_SETTING_IP6_CONFIG_ROUTES</a>
+#define             <a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-IGNORE-AUTO-ROUTES:CAPS" title="NM_SETTING_IP6_CONFIG_IGNORE_AUTO_ROUTES">NM_SETTING_IP6_CONFIG_IGNORE_AUTO_ROUTES</a>
+#define             <a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-IGNORE-AUTO-DNS:CAPS" title="NM_SETTING_IP6_CONFIG_IGNORE_AUTO_DNS">NM_SETTING_IP6_CONFIG_IGNORE_AUTO_DNS</a>
+#define             <a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-NEVER-DEFAULT:CAPS" title="NM_SETTING_IP6_CONFIG_NEVER_DEFAULT">NM_SETTING_IP6_CONFIG_NEVER_DEFAULT</a>
+#define             <a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-MAY-FAIL:CAPS" title="NM_SETTING_IP6_CONFIG_MAY_FAIL">NM_SETTING_IP6_CONFIG_MAY_FAIL</a>
+#define             <a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-IGNORE:CAPS" title="NM_SETTING_IP6_CONFIG_METHOD_IGNORE">NM_SETTING_IP6_CONFIG_METHOD_IGNORE</a>
+#define             <a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-AUTO:CAPS" title="NM_SETTING_IP6_CONFIG_METHOD_AUTO">NM_SETTING_IP6_CONFIG_METHOD_AUTO</a>
+#define             <a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-DHCP:CAPS" title="NM_SETTING_IP6_CONFIG_METHOD_DHCP">NM_SETTING_IP6_CONFIG_METHOD_DHCP</a>
+#define             <a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-LINK-LOCAL:CAPS" title="NM_SETTING_IP6_CONFIG_METHOD_LINK_LOCAL">NM_SETTING_IP6_CONFIG_METHOD_LINK_LOCAL</a>
+#define             <a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-MANUAL:CAPS" title="NM_SETTING_IP6_CONFIG_METHOD_MANUAL">NM_SETTING_IP6_CONFIG_METHOD_MANUAL</a>
+#define             <a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-SHARED:CAPS" title="NM_SETTING_IP6_CONFIG_METHOD_SHARED">NM_SETTING_IP6_CONFIG_METHOD_SHARED</a>
+typedef             <a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address">NMIP6Address</a>;
+<a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="returnvalue">NMIP6Address</span></a> *      <a class="link" href="NMSettingIP6Config.html#nm-ip6-address-new" title="nm_ip6_address_new ()">nm_ip6_address_new</a>                  (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="returnvalue">NMIP6Address</span></a> *      <a class="link" href="NMSettingIP6Config.html#nm-ip6-address-dup" title="nm_ip6_address_dup ()">nm_ip6_address_dup</a>                  (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *source</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP6Config.html#nm-ip6-address-ref" title="nm_ip6_address_ref ()">nm_ip6_address_ref</a>                  (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP6Config.html#nm-ip6-address-unref" title="nm_ip6_address_unref ()">nm_ip6_address_unref</a>                (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingIP6Config.html#nm-ip6-address-compare" title="nm_ip6_address_compare ()">nm_ip6_address_compare</a>              (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *other</code></em>);
+const struct <span class="returnvalue">in6_addr</span> * <a class="link" href="NMSettingIP6Config.html#nm-ip6-address-get-address" title="nm_ip6_address_get_address ()">nm_ip6_address_get_address</a>      (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP6Config.html#nm-ip6-address-set-address" title="nm_ip6_address_set_address ()">nm_ip6_address_set_address</a>          (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">struct in6_addr</span> *addr</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingIP6Config.html#nm-ip6-address-get-prefix" title="nm_ip6_address_get_prefix ()">nm_ip6_address_get_prefix</a>           (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP6Config.html#nm-ip6-address-set-prefix" title="nm_ip6_address_set_prefix ()">nm_ip6_address_set_prefix</a>           (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> prefix</code></em>);
+const struct <span class="returnvalue">in6_addr</span> * <a class="link" href="NMSettingIP6Config.html#nm-ip6-address-get-gateway" title="nm_ip6_address_get_gateway ()">nm_ip6_address_get_gateway</a>      (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP6Config.html#nm-ip6-address-set-gateway" title="nm_ip6_address_set_gateway ()">nm_ip6_address_set_gateway</a>          (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">struct in6_addr</span> *gw</code></em>);
+typedef             <a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route">NMIP6Route</a>;
+<a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="returnvalue">NMIP6Route</span></a> *        <a class="link" href="NMSettingIP6Config.html#nm-ip6-route-new" title="nm_ip6_route_new ()">nm_ip6_route_new</a>                    (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="returnvalue">NMIP6Route</span></a> *        <a class="link" href="NMSettingIP6Config.html#nm-ip6-route-dup" title="nm_ip6_route_dup ()">nm_ip6_route_dup</a>                    (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP6Config.html#nm-ip6-route-ref" title="nm_ip6_route_ref ()">nm_ip6_route_ref</a>                    (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP6Config.html#nm-ip6-route-unref" title="nm_ip6_route_unref ()">nm_ip6_route_unref</a>                  (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingIP6Config.html#nm-ip6-route-compare" title="nm_ip6_route_compare ()">nm_ip6_route_compare</a>                (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *other</code></em>);
+const struct <span class="returnvalue">in6_addr</span> * <a class="link" href="NMSettingIP6Config.html#nm-ip6-route-get-dest" title="nm_ip6_route_get_dest ()">nm_ip6_route_get_dest</a>           (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP6Config.html#nm-ip6-route-set-dest" title="nm_ip6_route_set_dest ()">nm_ip6_route_set_dest</a>               (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">struct in6_addr</span> *dest</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingIP6Config.html#nm-ip6-route-get-prefix" title="nm_ip6_route_get_prefix ()">nm_ip6_route_get_prefix</a>             (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP6Config.html#nm-ip6-route-set-prefix" title="nm_ip6_route_set_prefix ()">nm_ip6_route_set_prefix</a>             (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> prefix</code></em>);
+const struct <span class="returnvalue">in6_addr</span> * <a class="link" href="NMSettingIP6Config.html#nm-ip6-route-get-next-hop" title="nm_ip6_route_get_next_hop ()">nm_ip6_route_get_next_hop</a>       (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP6Config.html#nm-ip6-route-set-next-hop" title="nm_ip6_route_set_next_hop ()">nm_ip6_route_set_next_hop</a>           (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">struct in6_addr</span> *next_hop</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingIP6Config.html#nm-ip6-route-get-metric" title="nm_ip6_route_get_metric ()">nm_ip6_route_get_metric</a>             (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP6Config.html#nm-ip6-route-set-metric" title="nm_ip6_route_set_metric ()">nm_ip6_route_set_metric</a>             (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> metric</code></em>);
+                    <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config-struct" title="NMSettingIP6Config">NMSettingIP6Config</a>;
+                    <a class="link" href="NMSettingIP6Config.html#NMSettingIP6ConfigClass" title="NMSettingIP6ConfigClass">NMSettingIP6ConfigClass</a>;
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-type" title="nm_setting_ip6_config_get_type ()">nm_setting_ip6_config_get_type</a>      (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-new" title="nm_setting_ip6_config_new ()">nm_setting_ip6_config_new</a>           (<em class="parameter"><code><span class="type">void</span></code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-method" title="nm_setting_ip6_config_get_method ()">nm_setting_ip6_config_get_method</a>    (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-num-dns" title="nm_setting_ip6_config_get_num_dns ()">nm_setting_ip6_config_get_num_dns</a>   (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);
+const struct <span class="returnvalue">in6_addr</span> * <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-dns" title="nm_setting_ip6_config_get_dns ()">nm_setting_ip6_config_get_dns</a>   (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-add-dns" title="nm_setting_ip6_config_add_dns ()">nm_setting_ip6_config_add_dns</a>       (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">struct in6_addr</span> *dns</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-remove-dns" title="nm_setting_ip6_config_remove_dns ()">nm_setting_ip6_config_remove_dns</a>    (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-clear-dns" title="nm_setting_ip6_config_clear_dns ()">nm_setting_ip6_config_clear_dns</a>     (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-num-dns-searches" title="nm_setting_ip6_config_get_num_dns_searches ()">nm_setting_ip6_config_get_num_dns_searches</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-dns-search" title="nm_setting_ip6_config_get_dns_search ()">nm_setting_ip6_config_get_dns_search</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-add-dns-search" title="nm_setting_ip6_config_add_dns_search ()">nm_setting_ip6_config_add_dns_search</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *dns_search</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-remove-dns-search" title="nm_setting_ip6_config_remove_dns_search ()">nm_setting_ip6_config_remove_dns_search</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-clear-dns-searches" title="nm_setting_ip6_config_clear_dns_searches ()">nm_setting_ip6_config_clear_dns_searches</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-num-addresses" title="nm_setting_ip6_config_get_num_addresses ()">nm_setting_ip6_config_get_num_addresses</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);
+<a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="returnvalue">NMIP6Address</span></a> *      <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-address" title="nm_setting_ip6_config_get_address ()">nm_setting_ip6_config_get_address</a>   (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-add-address" title="nm_setting_ip6_config_add_address ()">nm_setting_ip6_config_add_address</a>   (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-remove-address" title="nm_setting_ip6_config_remove_address ()">nm_setting_ip6_config_remove_address</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-clear-addresses" title="nm_setting_ip6_config_clear_addresses ()">nm_setting_ip6_config_clear_addresses</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-num-routes" title="nm_setting_ip6_config_get_num_routes ()">nm_setting_ip6_config_get_num_routes</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);
+<a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="returnvalue">NMIP6Route</span></a> *        <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-route" title="nm_setting_ip6_config_get_route ()">nm_setting_ip6_config_get_route</a>     (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-add-route" title="nm_setting_ip6_config_add_route ()">nm_setting_ip6_config_add_route</a>     (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-remove-route" title="nm_setting_ip6_config_remove_route ()">nm_setting_ip6_config_remove_route</a>  (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-clear-routes" title="nm_setting_ip6_config_clear_routes ()">nm_setting_ip6_config_clear_routes</a>  (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-ignore-auto-routes" title="nm_setting_ip6_config_get_ignore_auto_routes ()">nm_setting_ip6_config_get_ignore_auto_routes</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-ignore-auto-dns" title="nm_setting_ip6_config_get_ignore_auto_dns ()">nm_setting_ip6_config_get_ignore_auto_dns</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-never-default" title="nm_setting_ip6_config_get_never_default ()">nm_setting_ip6_config_get_never_default</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-may-fail" title="nm_setting_ip6_config_get_may_fail ()">nm_setting_ip6_config_get_may_fail</a>  (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMSettingIP6Config.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
-   +----<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----<a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
          +----NMSettingIP6Config
 </pre>
 </div>
 <div class="refsect1" title="Properties">
 <a name="NMSettingIP6Config.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a
-href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--addresses"
->addresses</a>"                GPtrArray_GValueArray_GArray_guchar_+guint__*  : Read / Write
-  "<a
-href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--dns"
->dns</a>"                      GPtrArray_GArray_guchar__*  : Read / Write
-  "<a
-href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--dns-search"
->dns-search</a>"               GSList_gchararray_*   : Read / Write
-  "<a
-href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--ignore-auto-dns"
->ignore-auto-dns</a>"          <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--ignore-auto-routes"
->ignore-auto-routes</a>"       <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--method"
->method</a>"                   <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--never-default"
->never-default</a>"            <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--routes"
->routes</a>"                   GPtrArray_GValueArray_GArray_guchar_+guint+GArray_guchar_+guint__*  : Read / Write
+  "<a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--addresses" title='The "addresses" property'>addresses</a>"                <span class="type">GPtrArray_GValueArray_GArray_guchar_+guint+GArray_guchar___*</span>  : Read / Write
+  "<a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--dns" title='The "dns" property'>dns</a>"                      <span class="type">GPtrArray_GArray_guchar__</span>*  : Read / Write
+  "<a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--dns-search" title='The "dns-search" property'>dns-search</a>"               <span class="type">GSList_gchararray_</span>*   : Read / Write
+  "<a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--ignore-auto-dns" title='The "ignore-auto-dns" property'>ignore-auto-dns</a>"          <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--ignore-auto-routes" title='The "ignore-auto-routes" property'>ignore-auto-routes</a>"       <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--may-fail" title='The "may-fail" property'>may-fail</a>"                 <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--method" title='The "method" property'>method</a>"                   <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--never-default" title='The "never-default" property'>never-default</a>"            <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--routes" title='The "routes" property'>routes</a>"                   <span class="type">GPtrArray_GValueArray_GArray_guchar_+guint+GArray_guchar_+guint__*</span>  : Read / Write
 </pre>
 </div>
 <div class="refsect1" title="Description">
@@ -512,7 +181,7 @@ href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--routes"
 <div class="refsect1" title="Details">
 <a name="NMSettingIP6Config.details"></a><h2>Details</h2>
 <div class="refsect2" title="NM_SETTING_IP6_CONFIG_SETTING_NAME">
-<a name="NM-SETTING-IP6-CONFIG-SETTING-NAME--CAPS"></a><h3>NM_SETTING_IP6_CONFIG_SETTING_NAME</h3>
+<a name="NM-SETTING-IP6-CONFIG-SETTING-NAME:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_SETTING_NAME</h3>
 <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_SETTING_NAME "ipv6"
 </pre>
 <p>
@@ -534,7 +203,7 @@ href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--routes"
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_SETTING_IP6_CONFIG_ERROR">
-<a name="NM-TYPE-SETTING-IP6-CONFIG-ERROR--CAPS"></a><h3>NM_TYPE_SETTING_IP6_CONFIG_ERROR</h3>
+<a name="NM-TYPE-SETTING-IP6-CONFIG-ERROR:CAPS"></a><h3>NM_TYPE_SETTING_IP6_CONFIG_ERROR</h3>
 <pre class="programlisting">#define NM_TYPE_SETTING_IP6_CONFIG_ERROR (nm_setting_ip6_config_error_get_type ()) 
 </pre>
 <p>
@@ -542,7 +211,7 @@ href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--routes"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP6_CONFIG_ERROR">
-<a name="NM-SETTING-IP6-CONFIG-ERROR--CAPS"></a><h3>NM_SETTING_IP6_CONFIG_ERROR</h3>
+<a name="NM-SETTING-IP6-CONFIG-ERROR:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_ERROR</h3>
 <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_ERROR nm_setting_ip6_config_error_quark ()
 </pre>
 <p>
@@ -551,9 +220,7 @@ href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--routes"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_error_quark ()">
 <a name="nm-setting-ip6-config-error-quark"></a><h3>nm_setting_ip6_config_error_quark ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              nm_setting_ip6_config_error_quark   (void);</pre>
+<pre class="programlisting"><a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              nm_setting_ip6_config_error_quark   (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -567,7 +234,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP6_CONFIG_METHOD">
-<a name="NM-SETTING-IP6-CONFIG-METHOD--CAPS"></a><h3>NM_SETTING_IP6_CONFIG_METHOD</h3>
+<a name="NM-SETTING-IP6-CONFIG-METHOD:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_METHOD</h3>
 <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_METHOD             "method"
 </pre>
 <p>
@@ -575,7 +242,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP6_CONFIG_DNS">
-<a name="NM-SETTING-IP6-CONFIG-DNS--CAPS"></a><h3>NM_SETTING_IP6_CONFIG_DNS</h3>
+<a name="NM-SETTING-IP6-CONFIG-DNS:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_DNS</h3>
 <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_DNS                "dns"
 </pre>
 <p>
@@ -583,7 +250,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP6_CONFIG_DNS_SEARCH">
-<a name="NM-SETTING-IP6-CONFIG-DNS-SEARCH--CAPS"></a><h3>NM_SETTING_IP6_CONFIG_DNS_SEARCH</h3>
+<a name="NM-SETTING-IP6-CONFIG-DNS-SEARCH:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_DNS_SEARCH</h3>
 <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_DNS_SEARCH         "dns-search"
 </pre>
 <p>
@@ -591,7 +258,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP6_CONFIG_ADDRESSES">
-<a name="NM-SETTING-IP6-CONFIG-ADDRESSES--CAPS"></a><h3>NM_SETTING_IP6_CONFIG_ADDRESSES</h3>
+<a name="NM-SETTING-IP6-CONFIG-ADDRESSES:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_ADDRESSES</h3>
 <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_ADDRESSES          "addresses"
 </pre>
 <p>
@@ -599,7 +266,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP6_CONFIG_ROUTES">
-<a name="NM-SETTING-IP6-CONFIG-ROUTES--CAPS"></a><h3>NM_SETTING_IP6_CONFIG_ROUTES</h3>
+<a name="NM-SETTING-IP6-CONFIG-ROUTES:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_ROUTES</h3>
 <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_ROUTES             "routes"
 </pre>
 <p>
@@ -607,7 +274,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP6_CONFIG_IGNORE_AUTO_ROUTES">
-<a name="NM-SETTING-IP6-CONFIG-IGNORE-AUTO-ROUTES--CAPS"></a><h3>NM_SETTING_IP6_CONFIG_IGNORE_AUTO_ROUTES</h3>
+<a name="NM-SETTING-IP6-CONFIG-IGNORE-AUTO-ROUTES:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_IGNORE_AUTO_ROUTES</h3>
 <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_IGNORE_AUTO_ROUTES "ignore-auto-routes"
 </pre>
 <p>
@@ -615,7 +282,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP6_CONFIG_IGNORE_AUTO_DNS">
-<a name="NM-SETTING-IP6-CONFIG-IGNORE-AUTO-DNS--CAPS"></a><h3>NM_SETTING_IP6_CONFIG_IGNORE_AUTO_DNS</h3>
+<a name="NM-SETTING-IP6-CONFIG-IGNORE-AUTO-DNS:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_IGNORE_AUTO_DNS</h3>
 <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_IGNORE_AUTO_DNS    "ignore-auto-dns"
 </pre>
 <p>
@@ -623,15 +290,23 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP6_CONFIG_NEVER_DEFAULT">
-<a name="NM-SETTING-IP6-CONFIG-NEVER-DEFAULT--CAPS"></a><h3>NM_SETTING_IP6_CONFIG_NEVER_DEFAULT</h3>
+<a name="NM-SETTING-IP6-CONFIG-NEVER-DEFAULT:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_NEVER_DEFAULT</h3>
 <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_NEVER_DEFAULT      "never-default"
 </pre>
 <p>
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NM_SETTING_IP6_CONFIG_MAY_FAIL">
+<a name="NM-SETTING-IP6-CONFIG-MAY-FAIL:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_MAY_FAIL</h3>
+<pre class="programlisting">#define NM_SETTING_IP6_CONFIG_MAY_FAIL           "may-fail"
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="NM_SETTING_IP6_CONFIG_METHOD_IGNORE">
-<a name="NM-SETTING-IP6-CONFIG-METHOD-IGNORE--CAPS"></a><h3>NM_SETTING_IP6_CONFIG_METHOD_IGNORE</h3>
+<a name="NM-SETTING-IP6-CONFIG-METHOD-IGNORE:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_METHOD_IGNORE</h3>
 <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_METHOD_IGNORE     "ignore"
 </pre>
 <p>
@@ -639,7 +314,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP6_CONFIG_METHOD_AUTO">
-<a name="NM-SETTING-IP6-CONFIG-METHOD-AUTO--CAPS"></a><h3>NM_SETTING_IP6_CONFIG_METHOD_AUTO</h3>
+<a name="NM-SETTING-IP6-CONFIG-METHOD-AUTO:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_METHOD_AUTO</h3>
 <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_METHOD_AUTO       "auto"
 </pre>
 <p>
@@ -647,7 +322,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP6_CONFIG_METHOD_DHCP">
-<a name="NM-SETTING-IP6-CONFIG-METHOD-DHCP--CAPS"></a><h3>NM_SETTING_IP6_CONFIG_METHOD_DHCP</h3>
+<a name="NM-SETTING-IP6-CONFIG-METHOD-DHCP:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_METHOD_DHCP</h3>
 <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_METHOD_DHCP       "dhcp"
 </pre>
 <p>
@@ -655,7 +330,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP6_CONFIG_METHOD_LINK_LOCAL">
-<a name="NM-SETTING-IP6-CONFIG-METHOD-LINK-LOCAL--CAPS"></a><h3>NM_SETTING_IP6_CONFIG_METHOD_LINK_LOCAL</h3>
+<a name="NM-SETTING-IP6-CONFIG-METHOD-LINK-LOCAL:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_METHOD_LINK_LOCAL</h3>
 <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_METHOD_LINK_LOCAL "link-local"
 </pre>
 <p>
@@ -663,7 +338,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP6_CONFIG_METHOD_MANUAL">
-<a name="NM-SETTING-IP6-CONFIG-METHOD-MANUAL--CAPS"></a><h3>NM_SETTING_IP6_CONFIG_METHOD_MANUAL</h3>
+<a name="NM-SETTING-IP6-CONFIG-METHOD-MANUAL:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_METHOD_MANUAL</h3>
 <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_METHOD_MANUAL     "manual"
 </pre>
 <p>
@@ -671,7 +346,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_IP6_CONFIG_METHOD_SHARED">
-<a name="NM-SETTING-IP6-CONFIG-METHOD-SHARED--CAPS"></a><h3>NM_SETTING_IP6_CONFIG_METHOD_SHARED</h3>
+<a name="NM-SETTING-IP6-CONFIG-METHOD-SHARED:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_METHOD_SHARED</h3>
 <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_METHOD_SHARED     "shared"
 </pre>
 <p>
@@ -688,9 +363,7 @@ href="../glib/glib-Quarks.html#GQuark"
 <hr>
 <div class="refsect2" title="nm_ip6_address_new ()">
 <a name="nm-ip6-address-new"></a><h3>nm_ip6_address_new ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *      nm_ip6_address_new                  (void);</pre>
+<pre class="programlisting"><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="returnvalue">NMIP6Address</span></a> *      nm_ip6_address_new                  (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -705,11 +378,7 @@ href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
 <hr>
 <div class="refsect2" title="nm_ip6_address_dup ()">
 <a name="nm-ip6-address-dup"></a><h3>nm_ip6_address_dup ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *      nm_ip6_address_dup                  (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *source);</pre>
+<pre class="programlisting"><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="returnvalue">NMIP6Address</span></a> *      nm_ip6_address_dup                  (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *source</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -731,9 +400,7 @@ href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
 <hr>
 <div class="refsect2" title="nm_ip6_address_ref ()">
 <a name="nm-ip6-address-ref"></a><h3>nm_ip6_address_ref ()</h3>
-<pre class="programlisting">void                nm_ip6_address_ref                  (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *address);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_ip6_address_ref                  (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -748,9 +415,7 @@ href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
 <hr>
 <div class="refsect2" title="nm_ip6_address_unref ()">
 <a name="nm-ip6-address-unref"></a><h3>nm_ip6_address_unref ()</h3>
-<pre class="programlisting">void                nm_ip6_address_unref                (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *address);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_ip6_address_unref                (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -765,14 +430,8 @@ href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
 <hr>
 <div class="refsect2" title="nm_ip6_address_compare ()">
 <a name="nm-ip6-address-compare"></a><h3>nm_ip6_address_compare ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_ip6_address_compare              (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *address,
-                                                         <a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *other);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_ip6_address_compare              (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *other</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -799,9 +458,7 @@ href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
 <hr>
 <div class="refsect2" title="nm_ip6_address_get_address ()">
 <a name="nm-ip6-address-get-address"></a><h3>nm_ip6_address_get_address ()</h3>
-<pre class="programlisting">const struct in6_addr * nm_ip6_address_get_address      (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *address);</pre>
+<pre class="programlisting">const struct <span class="returnvalue">in6_addr</span> * nm_ip6_address_get_address      (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -823,10 +480,8 @@ href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
 <hr>
 <div class="refsect2" title="nm_ip6_address_set_address ()">
 <a name="nm-ip6-address-set-address"></a><h3>nm_ip6_address_set_address ()</h3>
-<pre class="programlisting">void                nm_ip6_address_set_address          (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *address,
-                                                         const struct in6_addr *addr);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_ip6_address_set_address          (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">struct in6_addr</span> *addr</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -848,11 +503,7 @@ href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
 <hr>
 <div class="refsect2" title="nm_ip6_address_get_prefix ()">
 <a name="nm-ip6-address-get-prefix"></a><h3>nm_ip6_address_get_prefix ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_ip6_address_get_prefix           (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *address);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_ip6_address_get_prefix           (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -874,12 +525,8 @@ href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
 <hr>
 <div class="refsect2" title="nm_ip6_address_set_prefix ()">
 <a name="nm-ip6-address-set-prefix"></a><h3>nm_ip6_address_set_prefix ()</h3>
-<pre class="programlisting">void                nm_ip6_address_set_prefix           (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *address,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> prefix);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_ip6_address_set_prefix           (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> prefix</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -899,6 +546,51 @@ href="../glib/glib-Basic-Types.html#guint32"
 </table></div>
 </div>
 <hr>
+<div class="refsect2" title="nm_ip6_address_get_gateway ()">
+<a name="nm-ip6-address-get-gateway"></a><h3>nm_ip6_address_get_gateway ()</h3>
+<pre class="programlisting">const struct <span class="returnvalue">in6_addr</span> * nm_ip6_address_get_gateway      (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>address</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_ip6_address_set_gateway ()">
+<a name="nm-ip6-address-set-gateway"></a><h3>nm_ip6_address_set_gateway ()</h3>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_ip6_address_set_gateway          (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">struct in6_addr</span> *gw</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>address</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>gw</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
 <div class="refsect2" title="NMIP6Route">
 <a name="NMIP6Route"></a><h3>NMIP6Route</h3>
 <pre class="programlisting">typedef struct NMIP6Route NMIP6Route;
@@ -909,9 +601,7 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_ip6_route_new ()">
 <a name="nm-ip6-route-new"></a><h3>nm_ip6_route_new ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *        nm_ip6_route_new                    (void);</pre>
+<pre class="programlisting"><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="returnvalue">NMIP6Route</span></a> *        nm_ip6_route_new                    (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -926,11 +616,7 @@ href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
 <hr>
 <div class="refsect2" title="nm_ip6_route_dup ()">
 <a name="nm-ip6-route-dup"></a><h3>nm_ip6_route_dup ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *        nm_ip6_route_dup                    (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route);</pre>
+<pre class="programlisting"><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="returnvalue">NMIP6Route</span></a> *        nm_ip6_route_dup                    (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -952,9 +638,7 @@ href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
 <hr>
 <div class="refsect2" title="nm_ip6_route_ref ()">
 <a name="nm-ip6-route-ref"></a><h3>nm_ip6_route_ref ()</h3>
-<pre class="programlisting">void                nm_ip6_route_ref                    (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_ip6_route_ref                    (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -969,9 +653,7 @@ href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
 <hr>
 <div class="refsect2" title="nm_ip6_route_unref ()">
 <a name="nm-ip6-route-unref"></a><h3>nm_ip6_route_unref ()</h3>
-<pre class="programlisting">void                nm_ip6_route_unref                  (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_ip6_route_unref                  (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -986,14 +668,8 @@ href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
 <hr>
 <div class="refsect2" title="nm_ip6_route_compare ()">
 <a name="nm-ip6-route-compare"></a><h3>nm_ip6_route_compare ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_ip6_route_compare                (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route,
-                                                         <a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *other);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_ip6_route_compare                (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *other</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1020,9 +696,7 @@ href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
 <hr>
 <div class="refsect2" title="nm_ip6_route_get_dest ()">
 <a name="nm-ip6-route-get-dest"></a><h3>nm_ip6_route_get_dest ()</h3>
-<pre class="programlisting">const struct in6_addr * nm_ip6_route_get_dest           (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route);</pre>
+<pre class="programlisting">const struct <span class="returnvalue">in6_addr</span> * nm_ip6_route_get_dest           (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1044,10 +718,8 @@ href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
 <hr>
 <div class="refsect2" title="nm_ip6_route_set_dest ()">
 <a name="nm-ip6-route-set-dest"></a><h3>nm_ip6_route_set_dest ()</h3>
-<pre class="programlisting">void                nm_ip6_route_set_dest               (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route,
-                                                         const struct in6_addr *dest);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_ip6_route_set_dest               (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">struct in6_addr</span> *dest</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1069,11 +741,7 @@ href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
 <hr>
 <div class="refsect2" title="nm_ip6_route_get_prefix ()">
 <a name="nm-ip6-route-get-prefix"></a><h3>nm_ip6_route_get_prefix ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_ip6_route_get_prefix             (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_ip6_route_get_prefix             (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1095,12 +763,8 @@ href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
 <hr>
 <div class="refsect2" title="nm_ip6_route_set_prefix ()">
 <a name="nm-ip6-route-set-prefix"></a><h3>nm_ip6_route_set_prefix ()</h3>
-<pre class="programlisting">void                nm_ip6_route_set_prefix             (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> prefix);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_ip6_route_set_prefix             (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> prefix</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1122,9 +786,7 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_ip6_route_get_next_hop ()">
 <a name="nm-ip6-route-get-next-hop"></a><h3>nm_ip6_route_get_next_hop ()</h3>
-<pre class="programlisting">const struct in6_addr * nm_ip6_route_get_next_hop       (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route);</pre>
+<pre class="programlisting">const struct <span class="returnvalue">in6_addr</span> * nm_ip6_route_get_next_hop       (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1146,10 +808,8 @@ href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
 <hr>
 <div class="refsect2" title="nm_ip6_route_set_next_hop ()">
 <a name="nm-ip6-route-set-next-hop"></a><h3>nm_ip6_route_set_next_hop ()</h3>
-<pre class="programlisting">void                nm_ip6_route_set_next_hop           (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route,
-                                                         const struct in6_addr *next_hop);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_ip6_route_set_next_hop           (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">struct in6_addr</span> *next_hop</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1171,11 +831,7 @@ href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
 <hr>
 <div class="refsect2" title="nm_ip6_route_get_metric ()">
 <a name="nm-ip6-route-get-metric"></a><h3>nm_ip6_route_get_metric ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_ip6_route_get_metric             (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_ip6_route_get_metric             (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1197,12 +853,8 @@ href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
 <hr>
 <div class="refsect2" title="nm_ip6_route_set_metric ()">
 <a name="nm-ip6-route-set-metric"></a><h3>nm_ip6_route_set_metric ()</h3>
-<pre class="programlisting">void                nm_ip6_route_set_metric             (<a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> metric);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_ip6_route_set_metric             (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> metric</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1229,11 +881,25 @@ href="../glib/glib-Basic-Types.html#guint32"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMSettingIP6ConfigClass">
+<a name="NMSettingIP6ConfigClass"></a><h3>NMSettingIP6ConfigClass</h3>
+<pre class="programlisting">typedef struct {
+	NMSettingClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+} NMSettingIP6ConfigClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_setting_ip6_config_get_type ()">
 <a name="nm-setting-ip6-config-get-type"></a><h3>nm_setting_ip6_config_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_setting_ip6_config_get_type      (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_setting_ip6_config_get_type      (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1248,9 +914,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_new ()">
 <a name="nm-setting-ip6-config-new"></a><h3>nm_setting_ip6_config_new ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         nm_setting_ip6_config_new           (void);</pre>
+<pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         nm_setting_ip6_config_new           (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1265,9 +929,7 @@ href="../libnm-util/NMSetting.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_get_method ()">
 <a name="nm-setting-ip6-config-get-method"></a><h3>nm_setting_ip6_config_get_method ()</h3>
-<pre class="programlisting">const char *        nm_setting_ip6_config_get_method    (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_ip6_config_get_method    (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1289,11 +951,7 @@ href="../libnm-util/NMSettingIP6Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_get_num_dns ()">
 <a name="nm-setting-ip6-config-get-num-dns"></a><h3>nm_setting_ip6_config_get_num_dns ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_ip6_config_get_num_dns   (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_ip6_config_get_num_dns   (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1315,12 +973,8 @@ href="../libnm-util/NMSettingIP6Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_get_dns ()">
 <a name="nm-setting-ip6-config-get-dns"></a><h3>nm_setting_ip6_config_get_dns ()</h3>
-<pre class="programlisting">const struct in6_addr * nm_setting_ip6_config_get_dns   (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
+<pre class="programlisting">const struct <span class="returnvalue">in6_addr</span> * nm_setting_ip6_config_get_dns   (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1347,12 +1001,8 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_add_dns ()">
 <a name="nm-setting-ip6-config-add-dns"></a><h3>nm_setting_ip6_config_add_dns ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ip6_config_add_dns       (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         const struct in6_addr *dns);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ip6_config_add_dns       (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">struct in6_addr</span> *dns</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1379,12 +1029,8 @@ href="../libnm-util/NMSettingIP6Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_remove_dns ()">
 <a name="nm-setting-ip6-config-remove-dns"></a><h3>nm_setting_ip6_config_remove_dns ()</h3>
-<pre class="programlisting">void                nm_setting_ip6_config_remove_dns    (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_ip6_config_remove_dns    (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1406,9 +1052,7 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_clear_dns ()">
 <a name="nm-setting-ip6-config-clear-dns"></a><h3>nm_setting_ip6_config_clear_dns ()</h3>
-<pre class="programlisting">void                nm_setting_ip6_config_clear_dns     (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_ip6_config_clear_dns     (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1423,12 +1067,8 @@ href="../libnm-util/NMSettingIP6Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_get_num_dns_searches ()">
 <a name="nm-setting-ip6-config-get-num-dns-searches"></a><h3>nm_setting_ip6_config_get_num_dns_searches ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_ip6_config_get_num_dns_searches
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_ip6_config_get_num_dns_searches
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1450,13 +1090,9 @@ href="../libnm-util/NMSettingIP6Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_get_dns_search ()">
 <a name="nm-setting-ip6-config-get-dns-search"></a><h3>nm_setting_ip6_config_get_dns_search ()</h3>
-<pre class="programlisting">const char *        nm_setting_ip6_config_get_dns_search
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_ip6_config_get_dns_search
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1483,13 +1119,9 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_add_dns_search ()">
 <a name="nm-setting-ip6-config-add-dns-search"></a><h3>nm_setting_ip6_config_add_dns_search ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ip6_config_add_dns_search
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         const char *dns_search);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ip6_config_add_dns_search
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *dns_search</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1516,13 +1148,9 @@ href="../libnm-util/NMSettingIP6Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_remove_dns_search ()">
 <a name="nm-setting-ip6-config-remove-dns-search"></a><h3>nm_setting_ip6_config_remove_dns_search ()</h3>
-<pre class="programlisting">void                nm_setting_ip6_config_remove_dns_search
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_ip6_config_remove_dns_search
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1544,10 +1172,8 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_clear_dns_searches ()">
 <a name="nm-setting-ip6-config-clear-dns-searches"></a><h3>nm_setting_ip6_config_clear_dns_searches ()</h3>
-<pre class="programlisting">void                nm_setting_ip6_config_clear_dns_searches
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_ip6_config_clear_dns_searches
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1562,12 +1188,8 @@ href="../libnm-util/NMSettingIP6Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_get_num_addresses ()">
 <a name="nm-setting-ip6-config-get-num-addresses"></a><h3>nm_setting_ip6_config_get_num_addresses ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_ip6_config_get_num_addresses
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_ip6_config_get_num_addresses
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1589,14 +1211,8 @@ href="../libnm-util/NMSettingIP6Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_get_address ()">
 <a name="nm-setting-ip6-config-get-address"></a><h3>nm_setting_ip6_config_get_address ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *      nm_setting_ip6_config_get_address   (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
+<pre class="programlisting"><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="returnvalue">NMIP6Address</span></a> *      nm_setting_ip6_config_get_address   (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1623,14 +1239,8 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_add_address ()">
 <a name="nm-setting-ip6-config-add-address"></a><h3>nm_setting_ip6_config_add_address ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ip6_config_add_address   (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         <a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a> *address);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ip6_config_add_address   (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1657,13 +1267,9 @@ href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_remove_address ()">
 <a name="nm-setting-ip6-config-remove-address"></a><h3>nm_setting_ip6_config_remove_address ()</h3>
-<pre class="programlisting">void                nm_setting_ip6_config_remove_address
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_ip6_config_remove_address
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1685,10 +1291,8 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_clear_addresses ()">
 <a name="nm-setting-ip6-config-clear-addresses"></a><h3>nm_setting_ip6_config_clear_addresses ()</h3>
-<pre class="programlisting">void                nm_setting_ip6_config_clear_addresses
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_ip6_config_clear_addresses
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1703,12 +1307,8 @@ href="../libnm-util/NMSettingIP6Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_get_num_routes ()">
 <a name="nm-setting-ip6-config-get-num-routes"></a><h3>nm_setting_ip6_config_get_num_routes ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_ip6_config_get_num_routes
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_ip6_config_get_num_routes
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1730,14 +1330,8 @@ href="../libnm-util/NMSettingIP6Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_get_route ()">
 <a name="nm-setting-ip6-config-get-route"></a><h3>nm_setting_ip6_config_get_route ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *        nm_setting_ip6_config_get_route     (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
+<pre class="programlisting"><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="returnvalue">NMIP6Route</span></a> *        nm_setting_ip6_config_get_route     (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1764,14 +1358,8 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_add_route ()">
 <a name="nm-setting-ip6-config-add-route"></a><h3>nm_setting_ip6_config_add_route ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ip6_config_add_route     (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         <a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a> *route);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ip6_config_add_route     (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1798,12 +1386,8 @@ href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_remove_route ()">
 <a name="nm-setting-ip6-config-remove-route"></a><h3>nm_setting_ip6_config_remove_route ()</h3>
-<pre class="programlisting">void                nm_setting_ip6_config_remove_route  (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_ip6_config_remove_route  (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1825,9 +1409,7 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_clear_routes ()">
 <a name="nm-setting-ip6-config-clear-routes"></a><h3>nm_setting_ip6_config_clear_routes ()</h3>
-<pre class="programlisting">void                nm_setting_ip6_config_clear_routes  (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_ip6_config_clear_routes  (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1842,12 +1424,8 @@ href="../libnm-util/NMSettingIP6Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_get_ignore_auto_routes ()">
 <a name="nm-setting-ip6-config-get-ignore-auto-routes"></a><h3>nm_setting_ip6_config_get_ignore_auto_routes ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ip6_config_get_ignore_auto_routes
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ip6_config_get_ignore_auto_routes
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1869,12 +1447,8 @@ href="../libnm-util/NMSettingIP6Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_get_ignore_auto_dns ()">
 <a name="nm-setting-ip6-config-get-ignore-auto-dns"></a><h3>nm_setting_ip6_config_get_ignore_auto_dns ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ip6_config_get_ignore_auto_dns
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ip6_config_get_ignore_auto_dns
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1896,12 +1470,30 @@ href="../libnm-util/NMSettingIP6Config.html"
 <hr>
 <div class="refsect2" title="nm_setting_ip6_config_get_never_default ()">
 <a name="nm-setting-ip6-config-get-never-default"></a><h3>nm_setting_ip6_config_get_never_default ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ip6_config_get_never_default
-                                                        (<a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ip6_config_get_never_default
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_setting_ip6_config_get_may_fail ()">
+<a name="nm-setting-ip6-config-get-may-fail"></a><h3>nm_setting_ip6_config_get_may_fail ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ip6_config_get_may_fail  (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1925,22 +1517,24 @@ href="../libnm-util/NMSettingIP6Config.html"
 <a name="NMSettingIP6Config.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "addresses" property'>
 <a name="NMSettingIP6Config--addresses"></a><h3>The <code class="literal">"addresses"</code> property</h3>
-<pre class="programlisting">  "addresses"                GPtrArray_GValueArray_GArray_guchar_+guint__*  : Read / Write</pre>
+<pre class="programlisting">  "addresses"                <span class="type">GPtrArray_GValueArray_GArray_guchar_+guint+GArray_guchar___*</span>  : Read / Write</pre>
 <p>
 Array of IPv6 address structures.  Each IPv6 address structure is
-composed of 2 members, the first being a byte array containing the IPv6
-address (network byte order) and the second a 32-bit integer containing
-the IPv6 address prefix.  For the 'auto' method, given IP addresses are
-appended to those returned by automatic configuration.  Addresses cannot
-be used with the 'shared' or 'link-local' methods as the interface is
-automatically assigned an address with these methods.</p>
-<p>
+composed of 3 members, the first being a byte array containing the IPv6
+address (network byte order), the second a 32-bit integer containing the
+IPv6 address prefix, and the third a byte array containing the IPv6
+address (network byte order) of the gateway associated with this address,
+if any.  If no gateway is given, the third element should be given as
+all zeros.  For the 'auto' method, given IP addresses are appended to
+those returned by automatic configuration.  Addresses cannot be used with
+the 'shared' or 'link-local' methods as the interface is automatically
+assigned an address with these methods.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "dns" property'>
 <a name="NMSettingIP6Config--dns"></a><h3>The <code class="literal">"dns"</code> property</h3>
-<pre class="programlisting">  "dns"                      GPtrArray_GArray_guchar__*  : Read / Write</pre>
+<pre class="programlisting">  "dns"                      <span class="type">GPtrArray_GArray_guchar__</span>*  : Read / Write</pre>
 <p>
 Array of DNS servers, where each member of the array is a byte array
 containing the IPv6 address of the DNS server (in network byte order).
@@ -1948,65 +1542,63 @@ For the 'auto' method, these DNS servers are appended to those (if any)
 returned by automatic configuration.  DNS servers cannot be used with
 the 'shared' or 'link-local' methods as there is no usptream network. In
 all other methods, these DNS servers are used as the only DNS servers for
-this connection.</p>
-<p>
+this connection.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "dns-search" property'>
 <a name="NMSettingIP6Config--dns-search"></a><h3>The <code class="literal">"dns-search"</code> property</h3>
-<pre class="programlisting">  "dns-search"               GSList_gchararray_*   : Read / Write</pre>
+<pre class="programlisting">  "dns-search"               <span class="type">GSList_gchararray_</span>*   : Read / Write</pre>
 <p>
 List of DNS search domains.  For the 'auto' method, these search domains
 are appended to those returned by automatic configuration. Search domains
 cannot be used with the 'shared' or 'link-local' methods as there is no
 upstream network.  In all other methods, these search domains are used
-as the only search domains for this connection.</p>
-<p>
+as the only search domains for this connection.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "ignore-auto-dns" property'>
 <a name="NMSettingIP6Config--ignore-auto-dns"></a><h3>The <code class="literal">"ignore-auto-dns"</code> property</h3>
-<pre class="programlisting">  "ignore-auto-dns"          <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
+<pre class="programlisting">  "ignore-auto-dns"          <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
 When the method is set to 'auto' or 'dhcp' and this property is set to
 TRUE, automatically configured nameservers and search domains are ignored
-and only namservers and search domains specified in
-<a
-href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--dns"
-><span class="type">"dns"</span></a> and <a
-href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--dns-search"
-><span class="type">"dns-search"</span></a>, if any, are
-used.</p>
-<p>
+and only nameservers and search domains specified in
+<a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--dns" title='The "dns" property'><span class="type">"dns"</span></a> and <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--dns-search" title='The "dns-search" property'><span class="type">"dns-search"</span></a>, if any, are
+used.
 </p>
 <p>Default value: FALSE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "ignore-auto-routes" property'>
 <a name="NMSettingIP6Config--ignore-auto-routes"></a><h3>The <code class="literal">"ignore-auto-routes"</code> property</h3>
-<pre class="programlisting">  "ignore-auto-routes"       <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
+<pre class="programlisting">  "ignore-auto-routes"       <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
 When the method is set to 'auto' or 'dhcp' and this property is set to
 TRUE, automatically configured routes are ignored and only routes
-specified in <a
-href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--routes"
-><span class="type">"routes"</span></a>, if any, are used.</p>
+specified in <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--routes" title='The "routes" property'><span class="type">"routes"</span></a>, if any, are used.
+</p>
+<p>Default value: FALSE</p>
+</div>
+<hr>
+<div class="refsect2" title='The "may-fail" property'>
+<a name="NMSettingIP6Config--may-fail"></a><h3>The <code class="literal">"may-fail"</code> property</h3>
+<pre class="programlisting">  "may-fail"                 <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
+If TRUE, allow overall network configuration to proceed even if IPv6
+configuration times out.  Note that at least one IP configuration
+must succeed or overall network configuration will still fail.  For
+example, in IPv4-only networks, setting this property to TRUE allows
+the overall network configuration to succeed if IPv6 configuration fails
+but IPv4 configuration completes successfully.
 </p>
 <p>Default value: FALSE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "method" property'>
 <a name="NMSettingIP6Config--method"></a><h3>The <code class="literal">"method"</code> property</h3>
-<pre class="programlisting">  "method"                   <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "method"                   <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 IPv6 configuration method.  If 'auto' is specified then the appropriate
 automatic method (DHCP, PPP, advertisement, etc) is used for the
@@ -2017,28 +1609,24 @@ address will be assigned to the interface.  If 'manual' is specified,
 static IP addressing is used and at least one IP address must be given
 in the 'addresses' property.  If 'ignored' is specified, IPv6
 configuration is not done. This property must be set.  NOTE: the 'shared'
-method are not yet supported.</p>
-<p>
+method are not yet supported.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "never-default" property'>
 <a name="NMSettingIP6Config--never-default"></a><h3>The <code class="literal">"never-default"</code> property</h3>
-<pre class="programlisting">  "never-default"            <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
+<pre class="programlisting">  "never-default"            <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
 If TRUE, this connection will never be the default IPv6 connection,
-meaning it will never be assigned the default IPv6 route by NetworkManager.</p>
-<p>
+meaning it will never be assigned the default IPv6 route by NetworkManager.
 </p>
 <p>Default value: FALSE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "routes" property'>
 <a name="NMSettingIP6Config--routes"></a><h3>The <code class="literal">"routes"</code> property</h3>
-<pre class="programlisting">  "routes"                   GPtrArray_GValueArray_GArray_guchar_+guint+GArray_guchar_+guint__*  : Read / Write</pre>
+<pre class="programlisting">  "routes"                   <span class="type">GPtrArray_GValueArray_GArray_guchar_+guint+GArray_guchar_+guint__*</span>  : Read / Write</pre>
 <p>
 Array of IPv6 route structures.  Each IPv6 route structure is composed
 of 4 members; the first being the destination IPv6 network or
@@ -2047,14 +1635,13 @@ network or address IPv6 prefix, the third being the next-hop IPv6 address
 (network byte order) if any, and the fourth being the route metric. For
 the 'auto' method, given IP routes are appended to those returned by
 automatic configuration.  Routes cannot be used with the 'shared' or
-'link-local' methods because there is no upstream network.</p>
-<p>
+'link-local' methods because there is no upstream network.
 </p>
 </div>
 </div>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingOlpcMesh.html b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingOlpcMesh.html
index a257ff4..0a38127 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingOlpcMesh.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingOlpcMesh.html
@@ -3,16 +3,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMSettingOlpcMesh</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.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="NMSettingGsm.html" title="NMSettingGsm">
 <link rel="next" href="NMSetting8021x.html" title="NMSetting8021x">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="libnm-util API Reference">
-<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
-<link rel="index" href="api-index-full.html" title="API Index">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@@ -25,12 +22,12 @@
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMSettingOlpcMesh.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMSettingOlpcMesh.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMSettingOlpcMesh.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMSettingOlpcMesh.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMSettingOlpcMesh.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMSettingOlpcMesh.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMSettingOlpcMesh.properties" class="shortcut">Properties</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMSettingOlpcMesh">
@@ -44,96 +41,38 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMSettingOlpcMesh.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-#define             <a
-href="../libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-SETTING-NAME--CAPS"
->NM_SETTING_OLPC_MESH_SETTING_NAME</a>
-enum                <a
-href="../libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMeshError"
->NMSettingOlpcMeshError</a>;
-#define             <a
-href="../libnm-util/NMSettingOlpcMesh.html#NM-TYPE-SETTING-OLPC-MESH-ERROR--CAPS"
->NM_TYPE_SETTING_OLPC_MESH_ERROR</a>
-#define             <a
-href="../libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-ERROR--CAPS"
->NM_SETTING_OLPC_MESH_ERROR</a>
-<a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              <a
-href="../libnm-util/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-error-quark"
->nm_setting_olpc_mesh_error_quark</a>    (void);
-#define             <a
-href="../libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-SSID--CAPS"
->NM_SETTING_OLPC_MESH_SSID</a>
-#define             <a
-href="../libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-CHANNEL--CAPS"
->NM_SETTING_OLPC_MESH_CHANNEL</a>
-#define             <a
-href="../libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-DHCP-ANYCAST-ADDRESS--CAPS"
->NM_SETTING_OLPC_MESH_DHCP_ANYCAST_ADDRESS</a>
-                    <a
-href="../libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh-struct"
->NMSettingOlpcMesh</a>;
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a
-href="../libnm-util/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-type"
->nm_setting_olpc_mesh_get_type</a>       (void);
-<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         <a
-href="../libnm-util/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-new"
->nm_setting_olpc_mesh_new</a>            (void);
-const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  <a
-href="../libnm-util/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-ssid"
->nm_setting_olpc_mesh_get_ssid</a>       (<a
-href="../libnm-util/NMSettingOlpcMesh.html"
->NMSettingOlpcMesh</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-channel"
->nm_setting_olpc_mesh_get_channel</a>    (<a
-href="../libnm-util/NMSettingOlpcMesh.html"
->NMSettingOlpcMesh</a> *setting);
-const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  <a
-href="../libnm-util/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-dhcp-anycast-address"
->nm_setting_olpc_mesh_get_dhcp_anycast_address</a>
-                                                        (<a
-href="../libnm-util/NMSettingOlpcMesh.html"
->NMSettingOlpcMesh</a> *setting);
+<pre class="synopsis">#define             <a class="link" href="NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-SETTING-NAME:CAPS" title="NM_SETTING_OLPC_MESH_SETTING_NAME">NM_SETTING_OLPC_MESH_SETTING_NAME</a>
+enum                <a class="link" href="NMSettingOlpcMesh.html#NMSettingOlpcMeshError" title="enum NMSettingOlpcMeshError">NMSettingOlpcMeshError</a>;
+#define             <a class="link" href="NMSettingOlpcMesh.html#NM-TYPE-SETTING-OLPC-MESH-ERROR:CAPS" title="NM_TYPE_SETTING_OLPC_MESH_ERROR">NM_TYPE_SETTING_OLPC_MESH_ERROR</a>
+#define             <a class="link" href="NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-ERROR:CAPS" title="NM_SETTING_OLPC_MESH_ERROR">NM_SETTING_OLPC_MESH_ERROR</a>
+<a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              <a class="link" href="NMSettingOlpcMesh.html#nm-setting-olpc-mesh-error-quark" title="nm_setting_olpc_mesh_error_quark ()">nm_setting_olpc_mesh_error_quark</a>    (<em class="parameter"><code><span class="type">void</span></code></em>);
+#define             <a class="link" href="NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-SSID:CAPS" title="NM_SETTING_OLPC_MESH_SSID">NM_SETTING_OLPC_MESH_SSID</a>
+#define             <a class="link" href="NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-CHANNEL:CAPS" title="NM_SETTING_OLPC_MESH_CHANNEL">NM_SETTING_OLPC_MESH_CHANNEL</a>
+#define             <a class="link" href="NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-DHCP-ANYCAST-ADDRESS:CAPS" title="NM_SETTING_OLPC_MESH_DHCP_ANYCAST_ADDRESS">NM_SETTING_OLPC_MESH_DHCP_ANYCAST_ADDRESS</a>
+                    <a class="link" href="NMSettingOlpcMesh.html#NMSettingOlpcMesh-struct" title="NMSettingOlpcMesh">NMSettingOlpcMesh</a>;
+                    <a class="link" href="NMSettingOlpcMesh.html#NMSettingOlpcMeshClass" title="NMSettingOlpcMeshClass">NMSettingOlpcMeshClass</a>;
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-type" title="nm_setting_olpc_mesh_get_type ()">nm_setting_olpc_mesh_get_type</a>       (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         <a class="link" href="NMSettingOlpcMesh.html#nm-setting-olpc-mesh-new" title="nm_setting_olpc_mesh_new ()">nm_setting_olpc_mesh_new</a>            (<em class="parameter"><code><span class="type">void</span></code></em>);
+const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  <a class="link" href="NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-ssid" title="nm_setting_olpc_mesh_get_ssid ()">nm_setting_olpc_mesh_get_ssid</a>       (<em class="parameter"><code><a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-channel" title="nm_setting_olpc_mesh_get_channel ()">nm_setting_olpc_mesh_get_channel</a>    (<em class="parameter"><code><a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> *setting</code></em>);
+const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  <a class="link" href="NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-dhcp-anycast-address" title="nm_setting_olpc_mesh_get_dhcp_anycast_address ()">nm_setting_olpc_mesh_get_dhcp_anycast_address</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> *setting</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMSettingOlpcMesh.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
-   +----<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----<a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
          +----NMSettingOlpcMesh
 </pre>
 </div>
 <div class="refsect1" title="Properties">
 <a name="NMSettingOlpcMesh.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a
-href="../libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh--channel"
->channel</a>"                  <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh--dhcp-anycast-address"
->dhcp-anycast-address</a>"     GArray_guchar_*       : Read / Write
-  "<a
-href="../libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh--ssid"
->ssid</a>"                     GArray_guchar_*       : Read / Write
+  "<a class="link" href="NMSettingOlpcMesh.html#NMSettingOlpcMesh--channel" title='The "channel" property'>channel</a>"                  <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct
+  "<a class="link" href="NMSettingOlpcMesh.html#NMSettingOlpcMesh--dhcp-anycast-address" title='The "dhcp-anycast-address" property'>dhcp-anycast-address</a>"     <span class="type">GArray_guchar_</span>*       : Read / Write
+  "<a class="link" href="NMSettingOlpcMesh.html#NMSettingOlpcMesh--ssid" title='The "ssid" property'>ssid</a>"                     <span class="type">GArray_guchar_</span>*       : Read / Write
 </pre>
 </div>
 <div class="refsect1" title="Description">
@@ -144,7 +83,7 @@ href="../libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh--ssid"
 <div class="refsect1" title="Details">
 <a name="NMSettingOlpcMesh.details"></a><h2>Details</h2>
 <div class="refsect2" title="NM_SETTING_OLPC_MESH_SETTING_NAME">
-<a name="NM-SETTING-OLPC-MESH-SETTING-NAME--CAPS"></a><h3>NM_SETTING_OLPC_MESH_SETTING_NAME</h3>
+<a name="NM-SETTING-OLPC-MESH-SETTING-NAME:CAPS"></a><h3>NM_SETTING_OLPC_MESH_SETTING_NAME</h3>
 <pre class="programlisting">#define NM_SETTING_OLPC_MESH_SETTING_NAME "802-11-olpc-mesh"
 </pre>
 <p>
@@ -165,7 +104,7 @@ href="../libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh--ssid"
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_SETTING_OLPC_MESH_ERROR">
-<a name="NM-TYPE-SETTING-OLPC-MESH-ERROR--CAPS"></a><h3>NM_TYPE_SETTING_OLPC_MESH_ERROR</h3>
+<a name="NM-TYPE-SETTING-OLPC-MESH-ERROR:CAPS"></a><h3>NM_TYPE_SETTING_OLPC_MESH_ERROR</h3>
 <pre class="programlisting">#define NM_TYPE_SETTING_OLPC_MESH_ERROR (nm_setting_olpc_mesh_error_get_type ()) 
 </pre>
 <p>
@@ -173,7 +112,7 @@ href="../libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh--ssid"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_OLPC_MESH_ERROR">
-<a name="NM-SETTING-OLPC-MESH-ERROR--CAPS"></a><h3>NM_SETTING_OLPC_MESH_ERROR</h3>
+<a name="NM-SETTING-OLPC-MESH-ERROR:CAPS"></a><h3>NM_SETTING_OLPC_MESH_ERROR</h3>
 <pre class="programlisting">#define NM_SETTING_OLPC_MESH_ERROR nm_setting_olpc_mesh_error_quark ()
 </pre>
 <p>
@@ -182,9 +121,7 @@ href="../libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh--ssid"
 <hr>
 <div class="refsect2" title="nm_setting_olpc_mesh_error_quark ()">
 <a name="nm-setting-olpc-mesh-error-quark"></a><h3>nm_setting_olpc_mesh_error_quark ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              nm_setting_olpc_mesh_error_quark    (void);</pre>
+<pre class="programlisting"><a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              nm_setting_olpc_mesh_error_quark    (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -198,7 +135,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_OLPC_MESH_SSID">
-<a name="NM-SETTING-OLPC-MESH-SSID--CAPS"></a><h3>NM_SETTING_OLPC_MESH_SSID</h3>
+<a name="NM-SETTING-OLPC-MESH-SSID:CAPS"></a><h3>NM_SETTING_OLPC_MESH_SSID</h3>
 <pre class="programlisting">#define NM_SETTING_OLPC_MESH_SSID                 "ssid"
 </pre>
 <p>
@@ -206,7 +143,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_OLPC_MESH_CHANNEL">
-<a name="NM-SETTING-OLPC-MESH-CHANNEL--CAPS"></a><h3>NM_SETTING_OLPC_MESH_CHANNEL</h3>
+<a name="NM-SETTING-OLPC-MESH-CHANNEL:CAPS"></a><h3>NM_SETTING_OLPC_MESH_CHANNEL</h3>
 <pre class="programlisting">#define NM_SETTING_OLPC_MESH_CHANNEL              "channel"
 </pre>
 <p>
@@ -214,7 +151,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_OLPC_MESH_DHCP_ANYCAST_ADDRESS">
-<a name="NM-SETTING-OLPC-MESH-DHCP-ANYCAST-ADDRESS--CAPS"></a><h3>NM_SETTING_OLPC_MESH_DHCP_ANYCAST_ADDRESS</h3>
+<a name="NM-SETTING-OLPC-MESH-DHCP-ANYCAST-ADDRESS:CAPS"></a><h3>NM_SETTING_OLPC_MESH_DHCP_ANYCAST_ADDRESS</h3>
 <pre class="programlisting">#define NM_SETTING_OLPC_MESH_DHCP_ANYCAST_ADDRESS "dhcp-anycast-address"
 </pre>
 <p>
@@ -228,11 +165,25 @@ href="../glib/glib-Quarks.html#GQuark"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMSettingOlpcMeshClass">
+<a name="NMSettingOlpcMeshClass"></a><h3>NMSettingOlpcMeshClass</h3>
+<pre class="programlisting">typedef struct {
+	NMSettingClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+} NMSettingOlpcMeshClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_setting_olpc_mesh_get_type ()">
 <a name="nm-setting-olpc-mesh-get-type"></a><h3>nm_setting_olpc_mesh_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_setting_olpc_mesh_get_type       (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_setting_olpc_mesh_get_type       (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -247,22 +198,15 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_setting_olpc_mesh_new ()">
 <a name="nm-setting-olpc-mesh-new"></a><h3>nm_setting_olpc_mesh_new ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         nm_setting_olpc_mesh_new            (void);</pre>
-<p>
-Creates a new <a
-href="../libnm-util/NMSettingOlpcMesh.html"
-><span class="type">NMSettingOlpcMesh</span></a> object with default values.</p>
+<pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         nm_setting_olpc_mesh_new            (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
+Creates a new <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> object with default values.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody><tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the new empty <a
-href="../libnm-util/NMSettingOlpcMesh.html"
-><span class="type">NMSettingOlpcMesh</span></a> object
+<td> the new empty <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> object
 </td>
 </tr></tbody>
 </table></div>
@@ -270,11 +214,7 @@ href="../libnm-util/NMSettingOlpcMesh.html"
 <hr>
 <div class="refsect2" title="nm_setting_olpc_mesh_get_ssid ()">
 <a name="nm-setting-olpc-mesh-get-ssid"></a><h3>nm_setting_olpc_mesh_get_ssid ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  nm_setting_olpc_mesh_get_ssid       (<a
-href="../libnm-util/NMSettingOlpcMesh.html"
->NMSettingOlpcMesh</a> *setting);</pre>
+<pre class="programlisting">const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  nm_setting_olpc_mesh_get_ssid       (<em class="parameter"><code><a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -296,11 +236,7 @@ href="../libnm-util/NMSettingOlpcMesh.html"
 <hr>
 <div class="refsect2" title="nm_setting_olpc_mesh_get_channel ()">
 <a name="nm-setting-olpc-mesh-get-channel"></a><h3>nm_setting_olpc_mesh_get_channel ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_olpc_mesh_get_channel    (<a
-href="../libnm-util/NMSettingOlpcMesh.html"
->NMSettingOlpcMesh</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_olpc_mesh_get_channel    (<em class="parameter"><code><a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -322,12 +258,8 @@ href="../libnm-util/NMSettingOlpcMesh.html"
 <hr>
 <div class="refsect2" title="nm_setting_olpc_mesh_get_dhcp_anycast_address ()">
 <a name="nm-setting-olpc-mesh-get-dhcp-anycast-address"></a><h3>nm_setting_olpc_mesh_get_dhcp_anycast_address ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  nm_setting_olpc_mesh_get_dhcp_anycast_address
-                                                        (<a
-href="../libnm-util/NMSettingOlpcMesh.html"
->NMSettingOlpcMesh</a> *setting);</pre>
+<pre class="programlisting">const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  nm_setting_olpc_mesh_get_dhcp_anycast_address
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -351,39 +283,34 @@ href="../libnm-util/NMSettingOlpcMesh.html"
 <a name="NMSettingOlpcMesh.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "channel" property'>
 <a name="NMSettingOlpcMesh--channel"></a><h3>The <code class="literal">"channel"</code> property</h3>
-<pre class="programlisting">  "channel"                  <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct</pre>
-<p>
-Channel on which the mesh network to join is located.</p>
+<pre class="programlisting">  "channel"                  <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct</pre>
 <p>
+Channel on which the mesh network to join is located.
 </p>
 <p>Default value: 0</p>
 </div>
 <hr>
 <div class="refsect2" title='The "dhcp-anycast-address" property'>
 <a name="NMSettingOlpcMesh--dhcp-anycast-address"></a><h3>The <code class="literal">"dhcp-anycast-address"</code> property</h3>
-<pre class="programlisting">  "dhcp-anycast-address"     GArray_guchar_*       : Read / Write</pre>
+<pre class="programlisting">  "dhcp-anycast-address"     <span class="type">GArray_guchar_</span>*       : Read / Write</pre>
 <p>
 Anycast DHCP address used when requesting an IP address via DHCP.  The
 specific anycast address used determines which DHCP server class answers
-the request.</p>
-<p>
+the request.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "ssid" property'>
 <a name="NMSettingOlpcMesh--ssid"></a><h3>The <code class="literal">"ssid"</code> property</h3>
-<pre class="programlisting">  "ssid"                     GArray_guchar_*       : Read / Write</pre>
-<p>
-SSID of the mesh network to join.</p>
+<pre class="programlisting">  "ssid"                     <span class="type">GArray_guchar_</span>*       : Read / Write</pre>
 <p>
+SSID of the mesh network to join.
 </p>
 </div>
 </div>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingPPP.html b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingPPP.html
index 1a0032f..26be884 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingPPP.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingPPP.html
@@ -3,16 +3,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMSettingPPP</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.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="NMSettingIP6Config.html" title="NMSettingIP6Config">
 <link rel="next" href="NMSettingPPPOE.html" title="NMSettingPPPOE">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="libnm-util API Reference">
-<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
-<link rel="index" href="api-index-full.html" title="API Index">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@@ -25,12 +22,12 @@
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMSettingPPP.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMSettingPPP.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMSettingPPP.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMSettingPPP.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMSettingPPP.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMSettingPPP.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMSettingPPP.properties" class="shortcut">Properties</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMSettingPPP">
@@ -44,325 +41,83 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMSettingPPP.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-#define             <a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-SETTING-NAME--CAPS"
->NM_SETTING_PPP_SETTING_NAME</a>
-enum                <a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPPError"
->NMSettingPPPError</a>;
-#define             <a
-href="../libnm-util/NMSettingPPP.html#NM-TYPE-SETTING-PPP-ERROR--CAPS"
->NM_TYPE_SETTING_PPP_ERROR</a>
-#define             <a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-ERROR--CAPS"
->NM_SETTING_PPP_ERROR</a>
-<a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              <a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-error-quark"
->nm_setting_ppp_error_quark</a>          (void);
-#define             <a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-NOAUTH--CAPS"
->NM_SETTING_PPP_NOAUTH</a>
-#define             <a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REFUSE-EAP--CAPS"
->NM_SETTING_PPP_REFUSE_EAP</a>
-#define             <a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REFUSE-PAP--CAPS"
->NM_SETTING_PPP_REFUSE_PAP</a>
-#define             <a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REFUSE-CHAP--CAPS"
->NM_SETTING_PPP_REFUSE_CHAP</a>
-#define             <a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REFUSE-MSCHAP--CAPS"
->NM_SETTING_PPP_REFUSE_MSCHAP</a>
-#define             <a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REFUSE-MSCHAPV2--CAPS"
->NM_SETTING_PPP_REFUSE_MSCHAPV2</a>
-#define             <a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-NOBSDCOMP--CAPS"
->NM_SETTING_PPP_NOBSDCOMP</a>
-#define             <a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-NODEFLATE--CAPS"
->NM_SETTING_PPP_NODEFLATE</a>
-#define             <a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-NO-VJ-COMP--CAPS"
->NM_SETTING_PPP_NO_VJ_COMP</a>
-#define             <a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REQUIRE-MPPE--CAPS"
->NM_SETTING_PPP_REQUIRE_MPPE</a>
-#define             <a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REQUIRE-MPPE-128--CAPS"
->NM_SETTING_PPP_REQUIRE_MPPE_128</a>
-#define             <a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-MPPE-STATEFUL--CAPS"
->NM_SETTING_PPP_MPPE_STATEFUL</a>
-#define             <a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-CRTSCTS--CAPS"
->NM_SETTING_PPP_CRTSCTS</a>
-#define             <a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-BAUD--CAPS"
->NM_SETTING_PPP_BAUD</a>
-#define             <a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-MRU--CAPS"
->NM_SETTING_PPP_MRU</a>
-#define             <a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-MTU--CAPS"
->NM_SETTING_PPP_MTU</a>
-#define             <a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-LCP-ECHO-FAILURE--CAPS"
->NM_SETTING_PPP_LCP_ECHO_FAILURE</a>
-#define             <a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-LCP-ECHO-INTERVAL--CAPS"
->NM_SETTING_PPP_LCP_ECHO_INTERVAL</a>
-                    <a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP-struct"
->NMSettingPPP</a>;
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-type"
->nm_setting_ppp_get_type</a>             (void);
-<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         <a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-new"
->nm_setting_ppp_new</a>                  (void);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-noauth"
->nm_setting_ppp_get_noauth</a>           (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-refuse-eap"
->nm_setting_ppp_get_refuse_eap</a>       (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-refuse-pap"
->nm_setting_ppp_get_refuse_pap</a>       (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-refuse-chap"
->nm_setting_ppp_get_refuse_chap</a>      (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-refuse-mschap"
->nm_setting_ppp_get_refuse_mschap</a>    (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-refuse-mschapv2"
->nm_setting_ppp_get_refuse_mschapv2</a>  (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-nobsdcomp"
->nm_setting_ppp_get_nobsdcomp</a>        (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-nodeflate"
->nm_setting_ppp_get_nodeflate</a>        (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-no-vj-comp"
->nm_setting_ppp_get_no_vj_comp</a>       (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-require-mppe"
->nm_setting_ppp_get_require_mppe</a>     (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-require-mppe-128"
->nm_setting_ppp_get_require_mppe_128</a> (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-mppe-stateful"
->nm_setting_ppp_get_mppe_stateful</a>    (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-crtscts"
->nm_setting_ppp_get_crtscts</a>          (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-baud"
->nm_setting_ppp_get_baud</a>             (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-mru"
->nm_setting_ppp_get_mru</a>              (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-mtu"
->nm_setting_ppp_get_mtu</a>              (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-lcp-echo-failure"
->nm_setting_ppp_get_lcp_echo_failure</a> (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-lcp-echo-interval"
->nm_setting_ppp_get_lcp_echo_interval</a>
-                                                        (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);
+<pre class="synopsis">#define             <a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-SETTING-NAME:CAPS" title="NM_SETTING_PPP_SETTING_NAME">NM_SETTING_PPP_SETTING_NAME</a>
+enum                <a class="link" href="NMSettingPPP.html#NMSettingPPPError" title="enum NMSettingPPPError">NMSettingPPPError</a>;
+#define             <a class="link" href="NMSettingPPP.html#NM-TYPE-SETTING-PPP-ERROR:CAPS" title="NM_TYPE_SETTING_PPP_ERROR">NM_TYPE_SETTING_PPP_ERROR</a>
+#define             <a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-ERROR:CAPS" title="NM_SETTING_PPP_ERROR">NM_SETTING_PPP_ERROR</a>
+<a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              <a class="link" href="NMSettingPPP.html#nm-setting-ppp-error-quark" title="nm_setting_ppp_error_quark ()">nm_setting_ppp_error_quark</a>          (<em class="parameter"><code><span class="type">void</span></code></em>);
+#define             <a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-NOAUTH:CAPS" title="NM_SETTING_PPP_NOAUTH">NM_SETTING_PPP_NOAUTH</a>
+#define             <a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-REFUSE-EAP:CAPS" title="NM_SETTING_PPP_REFUSE_EAP">NM_SETTING_PPP_REFUSE_EAP</a>
+#define             <a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-REFUSE-PAP:CAPS" title="NM_SETTING_PPP_REFUSE_PAP">NM_SETTING_PPP_REFUSE_PAP</a>
+#define             <a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-REFUSE-CHAP:CAPS" title="NM_SETTING_PPP_REFUSE_CHAP">NM_SETTING_PPP_REFUSE_CHAP</a>
+#define             <a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-REFUSE-MSCHAP:CAPS" title="NM_SETTING_PPP_REFUSE_MSCHAP">NM_SETTING_PPP_REFUSE_MSCHAP</a>
+#define             <a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-REFUSE-MSCHAPV2:CAPS" title="NM_SETTING_PPP_REFUSE_MSCHAPV2">NM_SETTING_PPP_REFUSE_MSCHAPV2</a>
+#define             <a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-NOBSDCOMP:CAPS" title="NM_SETTING_PPP_NOBSDCOMP">NM_SETTING_PPP_NOBSDCOMP</a>
+#define             <a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-NODEFLATE:CAPS" title="NM_SETTING_PPP_NODEFLATE">NM_SETTING_PPP_NODEFLATE</a>
+#define             <a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-NO-VJ-COMP:CAPS" title="NM_SETTING_PPP_NO_VJ_COMP">NM_SETTING_PPP_NO_VJ_COMP</a>
+#define             <a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-REQUIRE-MPPE:CAPS" title="NM_SETTING_PPP_REQUIRE_MPPE">NM_SETTING_PPP_REQUIRE_MPPE</a>
+#define             <a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-REQUIRE-MPPE-128:CAPS" title="NM_SETTING_PPP_REQUIRE_MPPE_128">NM_SETTING_PPP_REQUIRE_MPPE_128</a>
+#define             <a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-MPPE-STATEFUL:CAPS" title="NM_SETTING_PPP_MPPE_STATEFUL">NM_SETTING_PPP_MPPE_STATEFUL</a>
+#define             <a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-CRTSCTS:CAPS" title="NM_SETTING_PPP_CRTSCTS">NM_SETTING_PPP_CRTSCTS</a>
+#define             <a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-BAUD:CAPS" title="NM_SETTING_PPP_BAUD">NM_SETTING_PPP_BAUD</a>
+#define             <a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-MRU:CAPS" title="NM_SETTING_PPP_MRU">NM_SETTING_PPP_MRU</a>
+#define             <a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-MTU:CAPS" title="NM_SETTING_PPP_MTU">NM_SETTING_PPP_MTU</a>
+#define             <a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-LCP-ECHO-FAILURE:CAPS" title="NM_SETTING_PPP_LCP_ECHO_FAILURE">NM_SETTING_PPP_LCP_ECHO_FAILURE</a>
+#define             <a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-LCP-ECHO-INTERVAL:CAPS" title="NM_SETTING_PPP_LCP_ECHO_INTERVAL">NM_SETTING_PPP_LCP_ECHO_INTERVAL</a>
+                    <a class="link" href="NMSettingPPP.html#NMSettingPPP-struct" title="NMSettingPPP">NMSettingPPP</a>;
+                    <a class="link" href="NMSettingPPP.html#NMSettingPPPClass" title="NMSettingPPPClass">NMSettingPPPClass</a>;
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-type" title="nm_setting_ppp_get_type ()">nm_setting_ppp_get_type</a>             (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         <a class="link" href="NMSettingPPP.html#nm-setting-ppp-new" title="nm_setting_ppp_new ()">nm_setting_ppp_new</a>                  (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-noauth" title="nm_setting_ppp_get_noauth ()">nm_setting_ppp_get_noauth</a>           (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-refuse-eap" title="nm_setting_ppp_get_refuse_eap ()">nm_setting_ppp_get_refuse_eap</a>       (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-refuse-pap" title="nm_setting_ppp_get_refuse_pap ()">nm_setting_ppp_get_refuse_pap</a>       (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-refuse-chap" title="nm_setting_ppp_get_refuse_chap ()">nm_setting_ppp_get_refuse_chap</a>      (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-refuse-mschap" title="nm_setting_ppp_get_refuse_mschap ()">nm_setting_ppp_get_refuse_mschap</a>    (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-refuse-mschapv2" title="nm_setting_ppp_get_refuse_mschapv2 ()">nm_setting_ppp_get_refuse_mschapv2</a>  (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-nobsdcomp" title="nm_setting_ppp_get_nobsdcomp ()">nm_setting_ppp_get_nobsdcomp</a>        (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-nodeflate" title="nm_setting_ppp_get_nodeflate ()">nm_setting_ppp_get_nodeflate</a>        (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-no-vj-comp" title="nm_setting_ppp_get_no_vj_comp ()">nm_setting_ppp_get_no_vj_comp</a>       (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-require-mppe" title="nm_setting_ppp_get_require_mppe ()">nm_setting_ppp_get_require_mppe</a>     (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-require-mppe-128" title="nm_setting_ppp_get_require_mppe_128 ()">nm_setting_ppp_get_require_mppe_128</a> (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-mppe-stateful" title="nm_setting_ppp_get_mppe_stateful ()">nm_setting_ppp_get_mppe_stateful</a>    (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-crtscts" title="nm_setting_ppp_get_crtscts ()">nm_setting_ppp_get_crtscts</a>          (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-baud" title="nm_setting_ppp_get_baud ()">nm_setting_ppp_get_baud</a>             (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-mru" title="nm_setting_ppp_get_mru ()">nm_setting_ppp_get_mru</a>              (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-mtu" title="nm_setting_ppp_get_mtu ()">nm_setting_ppp_get_mtu</a>              (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-lcp-echo-failure" title="nm_setting_ppp_get_lcp_echo_failure ()">nm_setting_ppp_get_lcp_echo_failure</a> (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-lcp-echo-interval" title="nm_setting_ppp_get_lcp_echo_interval ()">nm_setting_ppp_get_lcp_echo_interval</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMSettingPPP.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
-   +----<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----<a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
          +----NMSettingPPP
 </pre>
 </div>
 <div class="refsect1" title="Properties">
 <a name="NMSettingPPP.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--baud"
->baud</a>"                     <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--crtscts"
->crtscts</a>"                  <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--lcp-echo-failure"
->lcp-echo-failure</a>"         <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--lcp-echo-interval"
->lcp-echo-interval</a>"        <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--mppe-stateful"
->mppe-stateful</a>"            <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--mru"
->mru</a>"                      <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--mtu"
->mtu</a>"                      <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--no-vj-comp"
->no-vj-comp</a>"               <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--noauth"
->noauth</a>"                   <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--nobsdcomp"
->nobsdcomp</a>"                <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--nodeflate"
->nodeflate</a>"                <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--refuse-chap"
->refuse-chap</a>"              <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--refuse-eap"
->refuse-eap</a>"               <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--refuse-mschap"
->refuse-mschap</a>"            <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--refuse-mschapv2"
->refuse-mschapv2</a>"          <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--refuse-pap"
->refuse-pap</a>"               <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--require-mppe"
->require-mppe</a>"             <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--require-mppe-128"
->require-mppe-128</a>"         <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingPPP.html#NMSettingPPP--baud" title='The "baud" property'>baud</a>"                     <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct
+  "<a class="link" href="NMSettingPPP.html#NMSettingPPP--crtscts" title='The "crtscts" property'>crtscts</a>"                  <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingPPP.html#NMSettingPPP--lcp-echo-failure" title='The "lcp-echo-failure" property'>lcp-echo-failure</a>"         <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct
+  "<a class="link" href="NMSettingPPP.html#NMSettingPPP--lcp-echo-interval" title='The "lcp-echo-interval" property'>lcp-echo-interval</a>"        <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct
+  "<a class="link" href="NMSettingPPP.html#NMSettingPPP--mppe-stateful" title='The "mppe-stateful" property'>mppe-stateful</a>"            <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingPPP.html#NMSettingPPP--mru" title='The "mru" property'>mru</a>"                      <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct
+  "<a class="link" href="NMSettingPPP.html#NMSettingPPP--mtu" title='The "mtu" property'>mtu</a>"                      <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct
+  "<a class="link" href="NMSettingPPP.html#NMSettingPPP--no-vj-comp" title='The "no-vj-comp" property'>no-vj-comp</a>"               <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingPPP.html#NMSettingPPP--noauth" title='The "noauth" property'>noauth</a>"                   <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingPPP.html#NMSettingPPP--nobsdcomp" title='The "nobsdcomp" property'>nobsdcomp</a>"                <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingPPP.html#NMSettingPPP--nodeflate" title='The "nodeflate" property'>nodeflate</a>"                <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingPPP.html#NMSettingPPP--refuse-chap" title='The "refuse-chap" property'>refuse-chap</a>"              <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingPPP.html#NMSettingPPP--refuse-eap" title='The "refuse-eap" property'>refuse-eap</a>"               <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingPPP.html#NMSettingPPP--refuse-mschap" title='The "refuse-mschap" property'>refuse-mschap</a>"            <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingPPP.html#NMSettingPPP--refuse-mschapv2" title='The "refuse-mschapv2" property'>refuse-mschapv2</a>"          <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingPPP.html#NMSettingPPP--refuse-pap" title='The "refuse-pap" property'>refuse-pap</a>"               <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingPPP.html#NMSettingPPP--require-mppe" title='The "require-mppe" property'>require-mppe</a>"             <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingPPP.html#NMSettingPPP--require-mppe-128" title='The "require-mppe-128" property'>require-mppe-128</a>"         <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
 </pre>
 </div>
 <div class="refsect1" title="Description">
@@ -373,7 +128,7 @@ href="../glib/glib-Basic-Types.html#gboolean"
 <div class="refsect1" title="Details">
 <a name="NMSettingPPP.details"></a><h2>Details</h2>
 <div class="refsect2" title="NM_SETTING_PPP_SETTING_NAME">
-<a name="NM-SETTING-PPP-SETTING-NAME--CAPS"></a><h3>NM_SETTING_PPP_SETTING_NAME</h3>
+<a name="NM-SETTING-PPP-SETTING-NAME:CAPS"></a><h3>NM_SETTING_PPP_SETTING_NAME</h3>
 <pre class="programlisting">#define NM_SETTING_PPP_SETTING_NAME "ppp"
 </pre>
 <p>
@@ -395,7 +150,7 @@ href="../glib/glib-Basic-Types.html#gboolean"
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_SETTING_PPP_ERROR">
-<a name="NM-TYPE-SETTING-PPP-ERROR--CAPS"></a><h3>NM_TYPE_SETTING_PPP_ERROR</h3>
+<a name="NM-TYPE-SETTING-PPP-ERROR:CAPS"></a><h3>NM_TYPE_SETTING_PPP_ERROR</h3>
 <pre class="programlisting">#define NM_TYPE_SETTING_PPP_ERROR (nm_setting_ppp_error_get_type ()) 
 </pre>
 <p>
@@ -403,7 +158,7 @@ href="../glib/glib-Basic-Types.html#gboolean"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PPP_ERROR">
-<a name="NM-SETTING-PPP-ERROR--CAPS"></a><h3>NM_SETTING_PPP_ERROR</h3>
+<a name="NM-SETTING-PPP-ERROR:CAPS"></a><h3>NM_SETTING_PPP_ERROR</h3>
 <pre class="programlisting">#define NM_SETTING_PPP_ERROR nm_setting_ppp_error_quark ()
 </pre>
 <p>
@@ -412,9 +167,7 @@ href="../glib/glib-Basic-Types.html#gboolean"
 <hr>
 <div class="refsect2" title="nm_setting_ppp_error_quark ()">
 <a name="nm-setting-ppp-error-quark"></a><h3>nm_setting_ppp_error_quark ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              nm_setting_ppp_error_quark          (void);</pre>
+<pre class="programlisting"><a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              nm_setting_ppp_error_quark          (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -428,7 +181,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PPP_NOAUTH">
-<a name="NM-SETTING-PPP-NOAUTH--CAPS"></a><h3>NM_SETTING_PPP_NOAUTH</h3>
+<a name="NM-SETTING-PPP-NOAUTH:CAPS"></a><h3>NM_SETTING_PPP_NOAUTH</h3>
 <pre class="programlisting">#define NM_SETTING_PPP_NOAUTH            "noauth"
 </pre>
 <p>
@@ -436,7 +189,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PPP_REFUSE_EAP">
-<a name="NM-SETTING-PPP-REFUSE-EAP--CAPS"></a><h3>NM_SETTING_PPP_REFUSE_EAP</h3>
+<a name="NM-SETTING-PPP-REFUSE-EAP:CAPS"></a><h3>NM_SETTING_PPP_REFUSE_EAP</h3>
 <pre class="programlisting">#define NM_SETTING_PPP_REFUSE_EAP        "refuse-eap"
 </pre>
 <p>
@@ -444,7 +197,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PPP_REFUSE_PAP">
-<a name="NM-SETTING-PPP-REFUSE-PAP--CAPS"></a><h3>NM_SETTING_PPP_REFUSE_PAP</h3>
+<a name="NM-SETTING-PPP-REFUSE-PAP:CAPS"></a><h3>NM_SETTING_PPP_REFUSE_PAP</h3>
 <pre class="programlisting">#define NM_SETTING_PPP_REFUSE_PAP        "refuse-pap"
 </pre>
 <p>
@@ -452,7 +205,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PPP_REFUSE_CHAP">
-<a name="NM-SETTING-PPP-REFUSE-CHAP--CAPS"></a><h3>NM_SETTING_PPP_REFUSE_CHAP</h3>
+<a name="NM-SETTING-PPP-REFUSE-CHAP:CAPS"></a><h3>NM_SETTING_PPP_REFUSE_CHAP</h3>
 <pre class="programlisting">#define NM_SETTING_PPP_REFUSE_CHAP       "refuse-chap"
 </pre>
 <p>
@@ -460,7 +213,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PPP_REFUSE_MSCHAP">
-<a name="NM-SETTING-PPP-REFUSE-MSCHAP--CAPS"></a><h3>NM_SETTING_PPP_REFUSE_MSCHAP</h3>
+<a name="NM-SETTING-PPP-REFUSE-MSCHAP:CAPS"></a><h3>NM_SETTING_PPP_REFUSE_MSCHAP</h3>
 <pre class="programlisting">#define NM_SETTING_PPP_REFUSE_MSCHAP     "refuse-mschap"
 </pre>
 <p>
@@ -468,7 +221,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PPP_REFUSE_MSCHAPV2">
-<a name="NM-SETTING-PPP-REFUSE-MSCHAPV2--CAPS"></a><h3>NM_SETTING_PPP_REFUSE_MSCHAPV2</h3>
+<a name="NM-SETTING-PPP-REFUSE-MSCHAPV2:CAPS"></a><h3>NM_SETTING_PPP_REFUSE_MSCHAPV2</h3>
 <pre class="programlisting">#define NM_SETTING_PPP_REFUSE_MSCHAPV2   "refuse-mschapv2"
 </pre>
 <p>
@@ -476,7 +229,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PPP_NOBSDCOMP">
-<a name="NM-SETTING-PPP-NOBSDCOMP--CAPS"></a><h3>NM_SETTING_PPP_NOBSDCOMP</h3>
+<a name="NM-SETTING-PPP-NOBSDCOMP:CAPS"></a><h3>NM_SETTING_PPP_NOBSDCOMP</h3>
 <pre class="programlisting">#define NM_SETTING_PPP_NOBSDCOMP         "nobsdcomp"
 </pre>
 <p>
@@ -484,7 +237,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PPP_NODEFLATE">
-<a name="NM-SETTING-PPP-NODEFLATE--CAPS"></a><h3>NM_SETTING_PPP_NODEFLATE</h3>
+<a name="NM-SETTING-PPP-NODEFLATE:CAPS"></a><h3>NM_SETTING_PPP_NODEFLATE</h3>
 <pre class="programlisting">#define NM_SETTING_PPP_NODEFLATE         "nodeflate"
 </pre>
 <p>
@@ -492,7 +245,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PPP_NO_VJ_COMP">
-<a name="NM-SETTING-PPP-NO-VJ-COMP--CAPS"></a><h3>NM_SETTING_PPP_NO_VJ_COMP</h3>
+<a name="NM-SETTING-PPP-NO-VJ-COMP:CAPS"></a><h3>NM_SETTING_PPP_NO_VJ_COMP</h3>
 <pre class="programlisting">#define NM_SETTING_PPP_NO_VJ_COMP        "no-vj-comp"
 </pre>
 <p>
@@ -500,7 +253,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PPP_REQUIRE_MPPE">
-<a name="NM-SETTING-PPP-REQUIRE-MPPE--CAPS"></a><h3>NM_SETTING_PPP_REQUIRE_MPPE</h3>
+<a name="NM-SETTING-PPP-REQUIRE-MPPE:CAPS"></a><h3>NM_SETTING_PPP_REQUIRE_MPPE</h3>
 <pre class="programlisting">#define NM_SETTING_PPP_REQUIRE_MPPE      "require-mppe"
 </pre>
 <p>
@@ -508,7 +261,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PPP_REQUIRE_MPPE_128">
-<a name="NM-SETTING-PPP-REQUIRE-MPPE-128--CAPS"></a><h3>NM_SETTING_PPP_REQUIRE_MPPE_128</h3>
+<a name="NM-SETTING-PPP-REQUIRE-MPPE-128:CAPS"></a><h3>NM_SETTING_PPP_REQUIRE_MPPE_128</h3>
 <pre class="programlisting">#define NM_SETTING_PPP_REQUIRE_MPPE_128  "require-mppe-128"
 </pre>
 <p>
@@ -516,7 +269,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PPP_MPPE_STATEFUL">
-<a name="NM-SETTING-PPP-MPPE-STATEFUL--CAPS"></a><h3>NM_SETTING_PPP_MPPE_STATEFUL</h3>
+<a name="NM-SETTING-PPP-MPPE-STATEFUL:CAPS"></a><h3>NM_SETTING_PPP_MPPE_STATEFUL</h3>
 <pre class="programlisting">#define NM_SETTING_PPP_MPPE_STATEFUL     "mppe-stateful"
 </pre>
 <p>
@@ -524,7 +277,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PPP_CRTSCTS">
-<a name="NM-SETTING-PPP-CRTSCTS--CAPS"></a><h3>NM_SETTING_PPP_CRTSCTS</h3>
+<a name="NM-SETTING-PPP-CRTSCTS:CAPS"></a><h3>NM_SETTING_PPP_CRTSCTS</h3>
 <pre class="programlisting">#define NM_SETTING_PPP_CRTSCTS           "crtscts"
 </pre>
 <p>
@@ -532,7 +285,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PPP_BAUD">
-<a name="NM-SETTING-PPP-BAUD--CAPS"></a><h3>NM_SETTING_PPP_BAUD</h3>
+<a name="NM-SETTING-PPP-BAUD:CAPS"></a><h3>NM_SETTING_PPP_BAUD</h3>
 <pre class="programlisting">#define NM_SETTING_PPP_BAUD              "baud"
 </pre>
 <p>
@@ -540,7 +293,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PPP_MRU">
-<a name="NM-SETTING-PPP-MRU--CAPS"></a><h3>NM_SETTING_PPP_MRU</h3>
+<a name="NM-SETTING-PPP-MRU:CAPS"></a><h3>NM_SETTING_PPP_MRU</h3>
 <pre class="programlisting">#define NM_SETTING_PPP_MRU               "mru"
 </pre>
 <p>
@@ -548,7 +301,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PPP_MTU">
-<a name="NM-SETTING-PPP-MTU--CAPS"></a><h3>NM_SETTING_PPP_MTU</h3>
+<a name="NM-SETTING-PPP-MTU:CAPS"></a><h3>NM_SETTING_PPP_MTU</h3>
 <pre class="programlisting">#define NM_SETTING_PPP_MTU               "mtu"
 </pre>
 <p>
@@ -556,7 +309,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PPP_LCP_ECHO_FAILURE">
-<a name="NM-SETTING-PPP-LCP-ECHO-FAILURE--CAPS"></a><h3>NM_SETTING_PPP_LCP_ECHO_FAILURE</h3>
+<a name="NM-SETTING-PPP-LCP-ECHO-FAILURE:CAPS"></a><h3>NM_SETTING_PPP_LCP_ECHO_FAILURE</h3>
 <pre class="programlisting">#define NM_SETTING_PPP_LCP_ECHO_FAILURE  "lcp-echo-failure"
 </pre>
 <p>
@@ -564,7 +317,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PPP_LCP_ECHO_INTERVAL">
-<a name="NM-SETTING-PPP-LCP-ECHO-INTERVAL--CAPS"></a><h3>NM_SETTING_PPP_LCP_ECHO_INTERVAL</h3>
+<a name="NM-SETTING-PPP-LCP-ECHO-INTERVAL:CAPS"></a><h3>NM_SETTING_PPP_LCP_ECHO_INTERVAL</h3>
 <pre class="programlisting">#define NM_SETTING_PPP_LCP_ECHO_INTERVAL "lcp-echo-interval"
 </pre>
 <p>
@@ -578,11 +331,25 @@ href="../glib/glib-Quarks.html#GQuark"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMSettingPPPClass">
+<a name="NMSettingPPPClass"></a><h3>NMSettingPPPClass</h3>
+<pre class="programlisting">typedef struct {
+	NMSettingClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+} NMSettingPPPClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_setting_ppp_get_type ()">
 <a name="nm-setting-ppp-get-type"></a><h3>nm_setting_ppp_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_setting_ppp_get_type             (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_setting_ppp_get_type             (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -597,9 +364,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_setting_ppp_new ()">
 <a name="nm-setting-ppp-new"></a><h3>nm_setting_ppp_new ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         nm_setting_ppp_new                  (void);</pre>
+<pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         nm_setting_ppp_new                  (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -614,11 +379,7 @@ href="../libnm-util/NMSetting.html"
 <hr>
 <div class="refsect2" title="nm_setting_ppp_get_noauth ()">
 <a name="nm-setting-ppp-get-noauth"></a><h3>nm_setting_ppp_get_noauth ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ppp_get_noauth           (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ppp_get_noauth           (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -640,11 +401,7 @@ href="../libnm-util/NMSettingPPP.html"
 <hr>
 <div class="refsect2" title="nm_setting_ppp_get_refuse_eap ()">
 <a name="nm-setting-ppp-get-refuse-eap"></a><h3>nm_setting_ppp_get_refuse_eap ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ppp_get_refuse_eap       (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ppp_get_refuse_eap       (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -666,11 +423,7 @@ href="../libnm-util/NMSettingPPP.html"
 <hr>
 <div class="refsect2" title="nm_setting_ppp_get_refuse_pap ()">
 <a name="nm-setting-ppp-get-refuse-pap"></a><h3>nm_setting_ppp_get_refuse_pap ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ppp_get_refuse_pap       (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ppp_get_refuse_pap       (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -692,11 +445,7 @@ href="../libnm-util/NMSettingPPP.html"
 <hr>
 <div class="refsect2" title="nm_setting_ppp_get_refuse_chap ()">
 <a name="nm-setting-ppp-get-refuse-chap"></a><h3>nm_setting_ppp_get_refuse_chap ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ppp_get_refuse_chap      (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ppp_get_refuse_chap      (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -718,11 +467,7 @@ href="../libnm-util/NMSettingPPP.html"
 <hr>
 <div class="refsect2" title="nm_setting_ppp_get_refuse_mschap ()">
 <a name="nm-setting-ppp-get-refuse-mschap"></a><h3>nm_setting_ppp_get_refuse_mschap ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ppp_get_refuse_mschap    (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ppp_get_refuse_mschap    (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -744,11 +489,7 @@ href="../libnm-util/NMSettingPPP.html"
 <hr>
 <div class="refsect2" title="nm_setting_ppp_get_refuse_mschapv2 ()">
 <a name="nm-setting-ppp-get-refuse-mschapv2"></a><h3>nm_setting_ppp_get_refuse_mschapv2 ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ppp_get_refuse_mschapv2  (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ppp_get_refuse_mschapv2  (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -770,11 +511,7 @@ href="../libnm-util/NMSettingPPP.html"
 <hr>
 <div class="refsect2" title="nm_setting_ppp_get_nobsdcomp ()">
 <a name="nm-setting-ppp-get-nobsdcomp"></a><h3>nm_setting_ppp_get_nobsdcomp ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ppp_get_nobsdcomp        (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ppp_get_nobsdcomp        (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -796,11 +533,7 @@ href="../libnm-util/NMSettingPPP.html"
 <hr>
 <div class="refsect2" title="nm_setting_ppp_get_nodeflate ()">
 <a name="nm-setting-ppp-get-nodeflate"></a><h3>nm_setting_ppp_get_nodeflate ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ppp_get_nodeflate        (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ppp_get_nodeflate        (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -822,11 +555,7 @@ href="../libnm-util/NMSettingPPP.html"
 <hr>
 <div class="refsect2" title="nm_setting_ppp_get_no_vj_comp ()">
 <a name="nm-setting-ppp-get-no-vj-comp"></a><h3>nm_setting_ppp_get_no_vj_comp ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ppp_get_no_vj_comp       (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ppp_get_no_vj_comp       (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -848,11 +577,7 @@ href="../libnm-util/NMSettingPPP.html"
 <hr>
 <div class="refsect2" title="nm_setting_ppp_get_require_mppe ()">
 <a name="nm-setting-ppp-get-require-mppe"></a><h3>nm_setting_ppp_get_require_mppe ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ppp_get_require_mppe     (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ppp_get_require_mppe     (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -874,11 +599,7 @@ href="../libnm-util/NMSettingPPP.html"
 <hr>
 <div class="refsect2" title="nm_setting_ppp_get_require_mppe_128 ()">
 <a name="nm-setting-ppp-get-require-mppe-128"></a><h3>nm_setting_ppp_get_require_mppe_128 ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ppp_get_require_mppe_128 (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ppp_get_require_mppe_128 (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -900,11 +621,7 @@ href="../libnm-util/NMSettingPPP.html"
 <hr>
 <div class="refsect2" title="nm_setting_ppp_get_mppe_stateful ()">
 <a name="nm-setting-ppp-get-mppe-stateful"></a><h3>nm_setting_ppp_get_mppe_stateful ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ppp_get_mppe_stateful    (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ppp_get_mppe_stateful    (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -926,11 +643,7 @@ href="../libnm-util/NMSettingPPP.html"
 <hr>
 <div class="refsect2" title="nm_setting_ppp_get_crtscts ()">
 <a name="nm-setting-ppp-get-crtscts"></a><h3>nm_setting_ppp_get_crtscts ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_ppp_get_crtscts          (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_ppp_get_crtscts          (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -952,11 +665,7 @@ href="../libnm-util/NMSettingPPP.html"
 <hr>
 <div class="refsect2" title="nm_setting_ppp_get_baud ()">
 <a name="nm-setting-ppp-get-baud"></a><h3>nm_setting_ppp_get_baud ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_ppp_get_baud             (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_ppp_get_baud             (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -978,11 +687,7 @@ href="../libnm-util/NMSettingPPP.html"
 <hr>
 <div class="refsect2" title="nm_setting_ppp_get_mru ()">
 <a name="nm-setting-ppp-get-mru"></a><h3>nm_setting_ppp_get_mru ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_ppp_get_mru              (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_ppp_get_mru              (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1004,11 +709,7 @@ href="../libnm-util/NMSettingPPP.html"
 <hr>
 <div class="refsect2" title="nm_setting_ppp_get_mtu ()">
 <a name="nm-setting-ppp-get-mtu"></a><h3>nm_setting_ppp_get_mtu ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_ppp_get_mtu              (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_ppp_get_mtu              (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1030,11 +731,7 @@ href="../libnm-util/NMSettingPPP.html"
 <hr>
 <div class="refsect2" title="nm_setting_ppp_get_lcp_echo_failure ()">
 <a name="nm-setting-ppp-get-lcp-echo-failure"></a><h3>nm_setting_ppp_get_lcp_echo_failure ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_ppp_get_lcp_echo_failure (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_ppp_get_lcp_echo_failure (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1056,12 +753,8 @@ href="../libnm-util/NMSettingPPP.html"
 <hr>
 <div class="refsect2" title="nm_setting_ppp_get_lcp_echo_interval ()">
 <a name="nm-setting-ppp-get-lcp-echo-interval"></a><h3>nm_setting_ppp_get_lcp_echo_interval ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_ppp_get_lcp_echo_interval
-                                                        (<a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_ppp_get_lcp_echo_interval
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1085,85 +778,67 @@ href="../libnm-util/NMSettingPPP.html"
 <a name="NMSettingPPP.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "baud" property'>
 <a name="NMSettingPPP--baud"></a><h3>The <code class="literal">"baud"</code> property</h3>
-<pre class="programlisting">  "baud"                     <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct</pre>
+<pre class="programlisting">  "baud"                     <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct</pre>
 <p>
 If non-zero, instruct pppd to set the serial port to the specified
 baudrate.  This value should normally be left as 0 to automatically
-choose the speed.</p>
-<p>
+choose the speed.
 </p>
 <p>Default value: 0</p>
 </div>
 <hr>
 <div class="refsect2" title='The "crtscts" property'>
 <a name="NMSettingPPP--crtscts"></a><h3>The <code class="literal">"crtscts"</code> property</h3>
-<pre class="programlisting">  "crtscts"                  <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
+<pre class="programlisting">  "crtscts"                  <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
 If TRUE, specify that pppd should set the serial port to use hardware
 flow control with RTS and CTS signals.  This value should normally be
-set to FALSE.</p>
-<p>
+set to FALSE.
 </p>
 <p>Default value: FALSE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "lcp-echo-failure" property'>
 <a name="NMSettingPPP--lcp-echo-failure"></a><h3>The <code class="literal">"lcp-echo-failure"</code> property</h3>
-<pre class="programlisting">  "lcp-echo-failure"         <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct</pre>
+<pre class="programlisting">  "lcp-echo-failure"         <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct</pre>
 <p>
 If non-zero, instruct pppd to presume the connection to the peer has
 failed if the specified number of LCP echo-requests go unanswered by the
 peer.  The 'lcp-echo-interval' property must also be set to a non-zero
-value if this property is used.</p>
-<p>
+value if this property is used.
 </p>
 <p>Default value: 0</p>
 </div>
 <hr>
 <div class="refsect2" title='The "lcp-echo-interval" property'>
 <a name="NMSettingPPP--lcp-echo-interval"></a><h3>The <code class="literal">"lcp-echo-interval"</code> property</h3>
-<pre class="programlisting">  "lcp-echo-interval"        <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct</pre>
+<pre class="programlisting">  "lcp-echo-interval"        <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct</pre>
 <p>
 If non-zero, instruct pppd to send an LCP echo-request frame to the peer
 every n seconds (where n is the specified value).  Note that some PPP
 peers will respond to echo requests and some will not, and it is not
-possible to autodetect this.</p>
-<p>
+possible to autodetect this.
 </p>
 <p>Default value: 0</p>
 </div>
 <hr>
 <div class="refsect2" title='The "mppe-stateful" property'>
 <a name="NMSettingPPP--mppe-stateful"></a><h3>The <code class="literal">"mppe-stateful"</code> property</h3>
-<pre class="programlisting">  "mppe-stateful"            <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
+<pre class="programlisting">  "mppe-stateful"            <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
 If TRUE, stateful MPPE is used.  See pppd documentation for more
-information on stateful MPPE.",</p>
-<p>
+information on stateful MPPE.",
 </p>
 <p>Default value: FALSE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "mru" property'>
 <a name="NMSettingPPP--mru"></a><h3>The <code class="literal">"mru"</code> property</h3>
-<pre class="programlisting">  "mru"                      <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct</pre>
+<pre class="programlisting">  "mru"                      <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct</pre>
 <p>
 If non-zero, instruct pppd to request that the peer send packets no
 larger than the specified size.  If non-zero, the MRU should be between
-128 and 16384.</p>
-<p>
+128 and 16384.
 </p>
 <p>Allowed values: &lt;= 16384</p>
 <p>Default value: 0</p>
@@ -1171,152 +846,116 @@ larger than the specified size.  If non-zero, the MRU should be between
 <hr>
 <div class="refsect2" title='The "mtu" property'>
 <a name="NMSettingPPP--mtu"></a><h3>The <code class="literal">"mtu"</code> property</h3>
-<pre class="programlisting">  "mtu"                      <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct</pre>
+<pre class="programlisting">  "mtu"                      <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct</pre>
 <p>
 If non-zero, instruct pppd to send packets no larger than the specified
-size.</p>
-<p>
+size.
 </p>
 <p>Default value: 0</p>
 </div>
 <hr>
 <div class="refsect2" title='The "no-vj-comp" property'>
 <a name="NMSettingPPP--no-vj-comp"></a><h3>The <code class="literal">"no-vj-comp"</code> property</h3>
-<pre class="programlisting">  "no-vj-comp"               <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
-<p>
-If TRUE, Van Jacobsen TCP header compression will not be requested.</p>
+<pre class="programlisting">  "no-vj-comp"               <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
+If TRUE, Van Jacobsen TCP header compression will not be requested.
 </p>
 <p>Default value: FALSE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "noauth" property'>
 <a name="NMSettingPPP--noauth"></a><h3>The <code class="literal">"noauth"</code> property</h3>
-<pre class="programlisting">  "noauth"                   <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
+<pre class="programlisting">  "noauth"                   <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
 If TRUE, do not require the other side (usually the PPP server) to
 authenticate itself to the client.  If FALSE, require authentication from
-the remote side.  In almost all cases, this should be TRUE.</p>
-<p>
+the remote side.  In almost all cases, this should be TRUE.
 </p>
 <p>Default value: TRUE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "nobsdcomp" property'>
 <a name="NMSettingPPP--nobsdcomp"></a><h3>The <code class="literal">"nobsdcomp"</code> property</h3>
-<pre class="programlisting">  "nobsdcomp"                <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
-<p>
-If TRUE, BSD compression will not be requested.</p>
+<pre class="programlisting">  "nobsdcomp"                <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
+If TRUE, BSD compression will not be requested.
 </p>
 <p>Default value: FALSE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "nodeflate" property'>
 <a name="NMSettingPPP--nodeflate"></a><h3>The <code class="literal">"nodeflate"</code> property</h3>
-<pre class="programlisting">  "nodeflate"                <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
-<p>
-If TRUE, 'deflate' compression will not be requested.</p>
+<pre class="programlisting">  "nodeflate"                <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
+If TRUE, 'deflate' compression will not be requested.
 </p>
 <p>Default value: FALSE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "refuse-chap" property'>
 <a name="NMSettingPPP--refuse-chap"></a><h3>The <code class="literal">"refuse-chap"</code> property</h3>
-<pre class="programlisting">  "refuse-chap"              <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
-<p>
-If TRUE, the CHAP authentication method will not be used.</p>
+<pre class="programlisting">  "refuse-chap"              <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
+If TRUE, the CHAP authentication method will not be used.
 </p>
 <p>Default value: FALSE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "refuse-eap" property'>
 <a name="NMSettingPPP--refuse-eap"></a><h3>The <code class="literal">"refuse-eap"</code> property</h3>
-<pre class="programlisting">  "refuse-eap"               <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
-<p>
-If TRUE, the EAP authentication method will not be used.</p>
+<pre class="programlisting">  "refuse-eap"               <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
+If TRUE, the EAP authentication method will not be used.
 </p>
 <p>Default value: FALSE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "refuse-mschap" property'>
 <a name="NMSettingPPP--refuse-mschap"></a><h3>The <code class="literal">"refuse-mschap"</code> property</h3>
-<pre class="programlisting">  "refuse-mschap"            <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
-<p>
-If TRUE, the MSCHAP authentication method will not be used.</p>
+<pre class="programlisting">  "refuse-mschap"            <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
+If TRUE, the MSCHAP authentication method will not be used.
 </p>
 <p>Default value: FALSE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "refuse-mschapv2" property'>
 <a name="NMSettingPPP--refuse-mschapv2"></a><h3>The <code class="literal">"refuse-mschapv2"</code> property</h3>
-<pre class="programlisting">  "refuse-mschapv2"          <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
-<p>
-If TRUE, the MSCHAPv2 authentication method will not be used.</p>
+<pre class="programlisting">  "refuse-mschapv2"          <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
+If TRUE, the MSCHAPv2 authentication method will not be used.
 </p>
 <p>Default value: FALSE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "refuse-pap" property'>
 <a name="NMSettingPPP--refuse-pap"></a><h3>The <code class="literal">"refuse-pap"</code> property</h3>
-<pre class="programlisting">  "refuse-pap"               <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
-<p>
-If TRUE, the PAP authentication method will not be used.</p>
+<pre class="programlisting">  "refuse-pap"               <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
+If TRUE, the PAP authentication method will not be used.
 </p>
 <p>Default value: FALSE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "require-mppe" property'>
 <a name="NMSettingPPP--require-mppe"></a><h3>The <code class="literal">"require-mppe"</code> property</h3>
-<pre class="programlisting">  "require-mppe"             <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
+<pre class="programlisting">  "require-mppe"             <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
 If TRUE, MPPE (Microsoft Point-to-Point Encrpytion) will be required for
 the PPP session.  If either 64-bit or 128-bit MPPE is not available the
 session will fail.  Note that MPPE is not used on mobile broadband
-connections.</p>
-<p>
+connections.
 </p>
 <p>Default value: FALSE</p>
 </div>
 <hr>
 <div class="refsect2" title='The "require-mppe-128" property'>
 <a name="NMSettingPPP--require-mppe-128"></a><h3>The <code class="literal">"require-mppe-128"</code> property</h3>
-<pre class="programlisting">  "require-mppe-128"         <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
+<pre class="programlisting">  "require-mppe-128"         <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>
 If TRUE, 128-bit MPPE (Microsoft Point-to-Point Encrpytion) will be
 required for the PPP session, and the 'require-mppe' property must also
-be set to TRUE.  If 128-bit MPPE is not available the session will fail.</p>
-<p>
+be set to TRUE.  If 128-bit MPPE is not available the session will fail.
 </p>
 <p>Default value: FALSE</p>
 </div>
@@ -1324,6 +963,6 @@ be set to TRUE.  If 128-bit MPPE is not available the session will fail.</p>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingPPPOE.html b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingPPPOE.html
index c72a099..90e8356 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingPPPOE.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingPPPOE.html
@@ -3,16 +3,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMSettingPPPOE</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.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="NMSettingPPP.html" title="NMSettingPPP">
 <link rel="next" href="NMSettingVPN.html" title="NMSettingVPN">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="libnm-util API Reference">
-<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
-<link rel="index" href="api-index-full.html" title="API Index">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@@ -25,12 +22,12 @@
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMSettingPPPOE.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMSettingPPPOE.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMSettingPPPOE.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMSettingPPPOE.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMSettingPPPOE.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMSettingPPPOE.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMSettingPPPOE.properties" class="shortcut">Properties</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMSettingPPPOE">
@@ -44,93 +41,37 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMSettingPPPOE.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-#define             <a
-href="../libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-SETTING-NAME--CAPS"
->NM_SETTING_PPPOE_SETTING_NAME</a>
-enum                <a
-href="../libnm-util/NMSettingPPPOE.html#NMSettingPPPOEError"
->NMSettingPPPOEError</a>;
-#define             <a
-href="../libnm-util/NMSettingPPPOE.html#NM-TYPE-SETTING-PPPOE-ERROR--CAPS"
->NM_TYPE_SETTING_PPPOE_ERROR</a>
-#define             <a
-href="../libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-ERROR--CAPS"
->NM_SETTING_PPPOE_ERROR</a>
-<a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              <a
-href="../libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-error-quark"
->nm_setting_pppoe_error_quark</a>        (void);
-#define             <a
-href="../libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-SERVICE--CAPS"
->NM_SETTING_PPPOE_SERVICE</a>
-#define             <a
-href="../libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-USERNAME--CAPS"
->NM_SETTING_PPPOE_USERNAME</a>
-#define             <a
-href="../libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-PASSWORD--CAPS"
->NM_SETTING_PPPOE_PASSWORD</a>
-                    <a
-href="../libnm-util/NMSettingPPPOE.html#NMSettingPPPOE-struct"
->NMSettingPPPOE</a>;
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a
-href="../libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-get-type"
->nm_setting_pppoe_get_type</a>           (void);
-<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         <a
-href="../libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-new"
->nm_setting_pppoe_new</a>                (void);
-const char *        <a
-href="../libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-get-service"
->nm_setting_pppoe_get_service</a>        (<a
-href="../libnm-util/NMSettingPPPOE.html"
->NMSettingPPPOE</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-get-username"
->nm_setting_pppoe_get_username</a>       (<a
-href="../libnm-util/NMSettingPPPOE.html"
->NMSettingPPPOE</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-get-password"
->nm_setting_pppoe_get_password</a>       (<a
-href="../libnm-util/NMSettingPPPOE.html"
->NMSettingPPPOE</a> *setting);
+<pre class="synopsis">#define             <a class="link" href="NMSettingPPPOE.html#NM-SETTING-PPPOE-SETTING-NAME:CAPS" title="NM_SETTING_PPPOE_SETTING_NAME">NM_SETTING_PPPOE_SETTING_NAME</a>
+enum                <a class="link" href="NMSettingPPPOE.html#NMSettingPPPOEError" title="enum NMSettingPPPOEError">NMSettingPPPOEError</a>;
+#define             <a class="link" href="NMSettingPPPOE.html#NM-TYPE-SETTING-PPPOE-ERROR:CAPS" title="NM_TYPE_SETTING_PPPOE_ERROR">NM_TYPE_SETTING_PPPOE_ERROR</a>
+#define             <a class="link" href="NMSettingPPPOE.html#NM-SETTING-PPPOE-ERROR:CAPS" title="NM_SETTING_PPPOE_ERROR">NM_SETTING_PPPOE_ERROR</a>
+<a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              <a class="link" href="NMSettingPPPOE.html#nm-setting-pppoe-error-quark" title="nm_setting_pppoe_error_quark ()">nm_setting_pppoe_error_quark</a>        (<em class="parameter"><code><span class="type">void</span></code></em>);
+#define             <a class="link" href="NMSettingPPPOE.html#NM-SETTING-PPPOE-SERVICE:CAPS" title="NM_SETTING_PPPOE_SERVICE">NM_SETTING_PPPOE_SERVICE</a>
+#define             <a class="link" href="NMSettingPPPOE.html#NM-SETTING-PPPOE-USERNAME:CAPS" title="NM_SETTING_PPPOE_USERNAME">NM_SETTING_PPPOE_USERNAME</a>
+#define             <a class="link" href="NMSettingPPPOE.html#NM-SETTING-PPPOE-PASSWORD:CAPS" title="NM_SETTING_PPPOE_PASSWORD">NM_SETTING_PPPOE_PASSWORD</a>
+                    <a class="link" href="NMSettingPPPOE.html#NMSettingPPPOE-struct" title="NMSettingPPPOE">NMSettingPPPOE</a>;
+                    <a class="link" href="NMSettingPPPOE.html#NMSettingPPPOEClass" title="NMSettingPPPOEClass">NMSettingPPPOEClass</a>;
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="NMSettingPPPOE.html#nm-setting-pppoe-get-type" title="nm_setting_pppoe_get_type ()">nm_setting_pppoe_get_type</a>           (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         <a class="link" href="NMSettingPPPOE.html#nm-setting-pppoe-new" title="nm_setting_pppoe_new ()">nm_setting_pppoe_new</a>                (<em class="parameter"><code><span class="type">void</span></code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingPPPOE.html#nm-setting-pppoe-get-service" title="nm_setting_pppoe_get_service ()">nm_setting_pppoe_get_service</a>        (<em class="parameter"><code><a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingPPPOE.html#nm-setting-pppoe-get-username" title="nm_setting_pppoe_get_username ()">nm_setting_pppoe_get_username</a>       (<em class="parameter"><code><a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingPPPOE.html#nm-setting-pppoe-get-password" title="nm_setting_pppoe_get_password ()">nm_setting_pppoe_get_password</a>       (<em class="parameter"><code><a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> *setting</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMSettingPPPOE.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
-   +----<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----<a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
          +----NMSettingPPPOE
 </pre>
 </div>
 <div class="refsect1" title="Properties">
 <a name="NMSettingPPPOE.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a
-href="../libnm-util/NMSettingPPPOE.html#NMSettingPPPOE--password"
->password</a>"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingPPPOE.html#NMSettingPPPOE--service"
->service</a>"                  <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingPPPOE.html#NMSettingPPPOE--username"
->username</a>"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
+  "<a class="link" href="NMSettingPPPOE.html#NMSettingPPPOE--password" title='The "password" property'>password</a>"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingPPPOE.html#NMSettingPPPOE--service" title='The "service" property'>service</a>"                  <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingPPPOE.html#NMSettingPPPOE--username" title='The "username" property'>username</a>"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 </pre>
 </div>
 <div class="refsect1" title="Description">
@@ -141,7 +82,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 <div class="refsect1" title="Details">
 <a name="NMSettingPPPOE.details"></a><h2>Details</h2>
 <div class="refsect2" title="NM_SETTING_PPPOE_SETTING_NAME">
-<a name="NM-SETTING-PPPOE-SETTING-NAME--CAPS"></a><h3>NM_SETTING_PPPOE_SETTING_NAME</h3>
+<a name="NM-SETTING-PPPOE-SETTING-NAME:CAPS"></a><h3>NM_SETTING_PPPOE_SETTING_NAME</h3>
 <pre class="programlisting">#define NM_SETTING_PPPOE_SETTING_NAME "pppoe"
 </pre>
 <p>
@@ -163,7 +104,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_SETTING_PPPOE_ERROR">
-<a name="NM-TYPE-SETTING-PPPOE-ERROR--CAPS"></a><h3>NM_TYPE_SETTING_PPPOE_ERROR</h3>
+<a name="NM-TYPE-SETTING-PPPOE-ERROR:CAPS"></a><h3>NM_TYPE_SETTING_PPPOE_ERROR</h3>
 <pre class="programlisting">#define NM_TYPE_SETTING_PPPOE_ERROR (nm_setting_pppoe_error_get_type ()) 
 </pre>
 <p>
@@ -171,7 +112,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PPPOE_ERROR">
-<a name="NM-SETTING-PPPOE-ERROR--CAPS"></a><h3>NM_SETTING_PPPOE_ERROR</h3>
+<a name="NM-SETTING-PPPOE-ERROR:CAPS"></a><h3>NM_SETTING_PPPOE_ERROR</h3>
 <pre class="programlisting">#define NM_SETTING_PPPOE_ERROR nm_setting_pppoe_error_quark ()
 </pre>
 <p>
@@ -180,9 +121,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 <hr>
 <div class="refsect2" title="nm_setting_pppoe_error_quark ()">
 <a name="nm-setting-pppoe-error-quark"></a><h3>nm_setting_pppoe_error_quark ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              nm_setting_pppoe_error_quark        (void);</pre>
+<pre class="programlisting"><a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              nm_setting_pppoe_error_quark        (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -196,7 +135,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PPPOE_SERVICE">
-<a name="NM-SETTING-PPPOE-SERVICE--CAPS"></a><h3>NM_SETTING_PPPOE_SERVICE</h3>
+<a name="NM-SETTING-PPPOE-SERVICE:CAPS"></a><h3>NM_SETTING_PPPOE_SERVICE</h3>
 <pre class="programlisting">#define NM_SETTING_PPPOE_SERVICE  "service"
 </pre>
 <p>
@@ -204,7 +143,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PPPOE_USERNAME">
-<a name="NM-SETTING-PPPOE-USERNAME--CAPS"></a><h3>NM_SETTING_PPPOE_USERNAME</h3>
+<a name="NM-SETTING-PPPOE-USERNAME:CAPS"></a><h3>NM_SETTING_PPPOE_USERNAME</h3>
 <pre class="programlisting">#define NM_SETTING_PPPOE_USERNAME "username"
 </pre>
 <p>
@@ -212,7 +151,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_PPPOE_PASSWORD">
-<a name="NM-SETTING-PPPOE-PASSWORD--CAPS"></a><h3>NM_SETTING_PPPOE_PASSWORD</h3>
+<a name="NM-SETTING-PPPOE-PASSWORD:CAPS"></a><h3>NM_SETTING_PPPOE_PASSWORD</h3>
 <pre class="programlisting">#define NM_SETTING_PPPOE_PASSWORD "password"
 </pre>
 <p>
@@ -226,11 +165,25 @@ href="../glib/glib-Quarks.html#GQuark"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMSettingPPPOEClass">
+<a name="NMSettingPPPOEClass"></a><h3>NMSettingPPPOEClass</h3>
+<pre class="programlisting">typedef struct {
+	NMSettingClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+} NMSettingPPPOEClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_setting_pppoe_get_type ()">
 <a name="nm-setting-pppoe-get-type"></a><h3>nm_setting_pppoe_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_setting_pppoe_get_type           (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_setting_pppoe_get_type           (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -245,9 +198,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_setting_pppoe_new ()">
 <a name="nm-setting-pppoe-new"></a><h3>nm_setting_pppoe_new ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         nm_setting_pppoe_new                (void);</pre>
+<pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         nm_setting_pppoe_new                (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -262,9 +213,7 @@ href="../libnm-util/NMSetting.html"
 <hr>
 <div class="refsect2" title="nm_setting_pppoe_get_service ()">
 <a name="nm-setting-pppoe-get-service"></a><h3>nm_setting_pppoe_get_service ()</h3>
-<pre class="programlisting">const char *        nm_setting_pppoe_get_service        (<a
-href="../libnm-util/NMSettingPPPOE.html"
->NMSettingPPPOE</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_pppoe_get_service        (<em class="parameter"><code><a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -286,9 +235,7 @@ href="../libnm-util/NMSettingPPPOE.html"
 <hr>
 <div class="refsect2" title="nm_setting_pppoe_get_username ()">
 <a name="nm-setting-pppoe-get-username"></a><h3>nm_setting_pppoe_get_username ()</h3>
-<pre class="programlisting">const char *        nm_setting_pppoe_get_username       (<a
-href="../libnm-util/NMSettingPPPOE.html"
->NMSettingPPPOE</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_pppoe_get_username       (<em class="parameter"><code><a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -310,9 +257,7 @@ href="../libnm-util/NMSettingPPPOE.html"
 <hr>
 <div class="refsect2" title="nm_setting_pppoe_get_password ()">
 <a name="nm-setting-pppoe-get-password"></a><h3>nm_setting_pppoe_get_password ()</h3>
-<pre class="programlisting">const char *        nm_setting_pppoe_get_password       (<a
-href="../libnm-util/NMSettingPPPOE.html"
->NMSettingPPPOE</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_pppoe_get_password       (<em class="parameter"><code><a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -336,39 +281,30 @@ href="../libnm-util/NMSettingPPPOE.html"
 <a name="NMSettingPPPOE.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "password" property'>
 <a name="NMSettingPPPOE--password"></a><h3>The <code class="literal">"password"</code> property</h3>
-<pre class="programlisting">  "password"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
-<p>
-Password used to authenticate with the PPPoE service.</p>
+<pre class="programlisting">  "password"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
+Password used to authenticate with the PPPoE service.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "service" property'>
 <a name="NMSettingPPPOE--service"></a><h3>The <code class="literal">"service"</code> property</h3>
-<pre class="programlisting">  "service"                  <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "service"                  <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 If specified, instruct PPPoE to only initiate sessions with access
 concentrators that provide the specified serivce.  For most providers,
 this should be left blank.  It is only required if there are multiple
-access concentrators or a specific service is known to be required.</p>
-<p>
+access concentrators or a specific service is known to be required.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "username" property'>
 <a name="NMSettingPPPOE--username"></a><h3>The <code class="literal">"username"</code> property</h3>
-<pre class="programlisting">  "username"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
-<p>
-Username used to authenticate with the PPPoE service.</p>
+<pre class="programlisting">  "username"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
+Username used to authenticate with the PPPoE service.
 </p>
 <p>Default value: NULL</p>
 </div>
@@ -376,6 +312,6 @@ Username used to authenticate with the PPPoE service.</p>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingSerial.html b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingSerial.html
index ccb96ed..e977a2e 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingSerial.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingSerial.html
@@ -3,16 +3,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMSettingSerial</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.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="NMSettingBluetooth.html" title="NMSettingBluetooth">
 <link rel="next" href="NMSettingCdma.html" title="NMSettingCdma">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="libnm-util API Reference">
-<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
-<link rel="index" href="api-index-full.html" title="API Index">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@@ -25,12 +22,12 @@
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMSettingSerial.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMSettingSerial.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMSettingSerial.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMSettingSerial.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMSettingSerial.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMSettingSerial.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMSettingSerial.properties" class="shortcut">Properties</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMSettingSerial">
@@ -44,127 +41,43 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMSettingSerial.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-#define             <a
-href="../libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-SETTING-NAME--CAPS"
->NM_SETTING_SERIAL_SETTING_NAME</a>
-enum                <a
-href="../libnm-util/NMSettingSerial.html#NMSettingSerialError"
->NMSettingSerialError</a>;
-#define             <a
-href="../libnm-util/NMSettingSerial.html#NM-TYPE-SETTING-SERIAL-ERROR--CAPS"
->NM_TYPE_SETTING_SERIAL_ERROR</a>
-#define             <a
-href="../libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-ERROR--CAPS"
->NM_SETTING_SERIAL_ERROR</a>
-<a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              <a
-href="../libnm-util/NMSettingSerial.html#nm-setting-serial-error-quark"
->nm_setting_serial_error_quark</a>       (void);
-#define             <a
-href="../libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-BAUD--CAPS"
->NM_SETTING_SERIAL_BAUD</a>
-#define             <a
-href="../libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-BITS--CAPS"
->NM_SETTING_SERIAL_BITS</a>
-#define             <a
-href="../libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-PARITY--CAPS"
->NM_SETTING_SERIAL_PARITY</a>
-#define             <a
-href="../libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-STOPBITS--CAPS"
->NM_SETTING_SERIAL_STOPBITS</a>
-#define             <a
-href="../libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-SEND-DELAY--CAPS"
->NM_SETTING_SERIAL_SEND_DELAY</a>
-                    <a
-href="../libnm-util/NMSettingSerial.html#NMSettingSerial-struct"
->NMSettingSerial</a>;
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a
-href="../libnm-util/NMSettingSerial.html#nm-setting-serial-get-type"
->nm_setting_serial_get_type</a>          (void);
-<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         <a
-href="../libnm-util/NMSettingSerial.html#nm-setting-serial-new"
->nm_setting_serial_new</a>               (void);
-<a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>               <a
-href="../libnm-util/NMSettingSerial.html#nm-setting-serial-get-baud"
->nm_setting_serial_get_baud</a>          (<a
-href="../libnm-util/NMSettingSerial.html"
->NMSettingSerial</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>               <a
-href="../libnm-util/NMSettingSerial.html#nm-setting-serial-get-bits"
->nm_setting_serial_get_bits</a>          (<a
-href="../libnm-util/NMSettingSerial.html"
->NMSettingSerial</a> *setting);
-char                <a
-href="../libnm-util/NMSettingSerial.html#nm-setting-serial-get-parity"
->nm_setting_serial_get_parity</a>        (<a
-href="../libnm-util/NMSettingSerial.html"
->NMSettingSerial</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>               <a
-href="../libnm-util/NMSettingSerial.html#nm-setting-serial-get-stopbits"
->nm_setting_serial_get_stopbits</a>      (<a
-href="../libnm-util/NMSettingSerial.html"
->NMSettingSerial</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint64"
->guint64</a>             <a
-href="../libnm-util/NMSettingSerial.html#nm-setting-serial-get-send-delay"
->nm_setting_serial_get_send_delay</a>    (<a
-href="../libnm-util/NMSettingSerial.html"
->NMSettingSerial</a> *setting);
+<pre class="synopsis">#define             <a class="link" href="NMSettingSerial.html#NM-SETTING-SERIAL-SETTING-NAME:CAPS" title="NM_SETTING_SERIAL_SETTING_NAME">NM_SETTING_SERIAL_SETTING_NAME</a>
+enum                <a class="link" href="NMSettingSerial.html#NMSettingSerialError" title="enum NMSettingSerialError">NMSettingSerialError</a>;
+#define             <a class="link" href="NMSettingSerial.html#NM-TYPE-SETTING-SERIAL-ERROR:CAPS" title="NM_TYPE_SETTING_SERIAL_ERROR">NM_TYPE_SETTING_SERIAL_ERROR</a>
+#define             <a class="link" href="NMSettingSerial.html#NM-SETTING-SERIAL-ERROR:CAPS" title="NM_SETTING_SERIAL_ERROR">NM_SETTING_SERIAL_ERROR</a>
+<a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              <a class="link" href="NMSettingSerial.html#nm-setting-serial-error-quark" title="nm_setting_serial_error_quark ()">nm_setting_serial_error_quark</a>       (<em class="parameter"><code><span class="type">void</span></code></em>);
+#define             <a class="link" href="NMSettingSerial.html#NM-SETTING-SERIAL-BAUD:CAPS" title="NM_SETTING_SERIAL_BAUD">NM_SETTING_SERIAL_BAUD</a>
+#define             <a class="link" href="NMSettingSerial.html#NM-SETTING-SERIAL-BITS:CAPS" title="NM_SETTING_SERIAL_BITS">NM_SETTING_SERIAL_BITS</a>
+#define             <a class="link" href="NMSettingSerial.html#NM-SETTING-SERIAL-PARITY:CAPS" title="NM_SETTING_SERIAL_PARITY">NM_SETTING_SERIAL_PARITY</a>
+#define             <a class="link" href="NMSettingSerial.html#NM-SETTING-SERIAL-STOPBITS:CAPS" title="NM_SETTING_SERIAL_STOPBITS">NM_SETTING_SERIAL_STOPBITS</a>
+#define             <a class="link" href="NMSettingSerial.html#NM-SETTING-SERIAL-SEND-DELAY:CAPS" title="NM_SETTING_SERIAL_SEND_DELAY">NM_SETTING_SERIAL_SEND_DELAY</a>
+                    <a class="link" href="NMSettingSerial.html#NMSettingSerial-struct" title="NMSettingSerial">NMSettingSerial</a>;
+                    <a class="link" href="NMSettingSerial.html#NMSettingSerialClass" title="NMSettingSerialClass">NMSettingSerialClass</a>;
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="NMSettingSerial.html#nm-setting-serial-get-type" title="nm_setting_serial_get_type ()">nm_setting_serial_get_type</a>          (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         <a class="link" href="NMSettingSerial.html#nm-setting-serial-new" title="nm_setting_serial_new ()">nm_setting_serial_new</a>               (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a href="../glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="NMSettingSerial.html#nm-setting-serial-get-baud" title="nm_setting_serial_get_baud ()">nm_setting_serial_get_baud</a>          (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="NMSettingSerial.html#nm-setting-serial-get-bits" title="nm_setting_serial_get_bits ()">nm_setting_serial_get_bits</a>          (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);
+<span class="returnvalue">char</span>                <a class="link" href="NMSettingSerial.html#nm-setting-serial-get-parity" title="nm_setting_serial_get_parity ()">nm_setting_serial_get_parity</a>        (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="NMSettingSerial.html#nm-setting-serial-get-stopbits" title="nm_setting_serial_get_stopbits ()">nm_setting_serial_get_stopbits</a>      (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>             <a class="link" href="NMSettingSerial.html#nm-setting-serial-get-send-delay" title="nm_setting_serial_get_send_delay ()">nm_setting_serial_get_send_delay</a>    (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMSettingSerial.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
-   +----<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----<a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
          +----NMSettingSerial
 </pre>
 </div>
 <div class="refsect1" title="Properties">
 <a name="NMSettingSerial.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a
-href="../libnm-util/NMSettingSerial.html#NMSettingSerial--baud"
->baud</a>"                     <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingSerial.html#NMSettingSerial--bits"
->bits</a>"                     <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingSerial.html#NMSettingSerial--parity"
->parity</a>"                   <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>                 : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingSerial.html#NMSettingSerial--send-delay"
->send-delay</a>"               <a
-href="../glib/glib-Basic-Types.html#guint64"
->guint64</a>               : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingSerial.html#NMSettingSerial--stopbits"
->stopbits</a>"                 <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct
+  "<a class="link" href="NMSettingSerial.html#NMSettingSerial--baud" title='The "baud" property'>baud</a>"                     <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct
+  "<a class="link" href="NMSettingSerial.html#NMSettingSerial--bits" title='The "bits" property'>bits</a>"                     <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct
+  "<a class="link" href="NMSettingSerial.html#NMSettingSerial--parity" title='The "parity" property'>parity</a>"                   <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>                 : Read / Write / Construct
+  "<a class="link" href="NMSettingSerial.html#NMSettingSerial--send-delay" title='The "send-delay" property'>send-delay</a>"               <a href="../glib/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a>               : Read / Write / Construct
+  "<a class="link" href="NMSettingSerial.html#NMSettingSerial--stopbits" title='The "stopbits" property'>stopbits</a>"                 <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct
 </pre>
 </div>
 <div class="refsect1" title="Description">
@@ -175,7 +88,7 @@ href="../glib/glib-Basic-Types.html#guint"
 <div class="refsect1" title="Details">
 <a name="NMSettingSerial.details"></a><h2>Details</h2>
 <div class="refsect2" title="NM_SETTING_SERIAL_SETTING_NAME">
-<a name="NM-SETTING-SERIAL-SETTING-NAME--CAPS"></a><h3>NM_SETTING_SERIAL_SETTING_NAME</h3>
+<a name="NM-SETTING-SERIAL-SETTING-NAME:CAPS"></a><h3>NM_SETTING_SERIAL_SETTING_NAME</h3>
 <pre class="programlisting">#define NM_SETTING_SERIAL_SETTING_NAME "serial"
 </pre>
 <p>
@@ -197,7 +110,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_SETTING_SERIAL_ERROR">
-<a name="NM-TYPE-SETTING-SERIAL-ERROR--CAPS"></a><h3>NM_TYPE_SETTING_SERIAL_ERROR</h3>
+<a name="NM-TYPE-SETTING-SERIAL-ERROR:CAPS"></a><h3>NM_TYPE_SETTING_SERIAL_ERROR</h3>
 <pre class="programlisting">#define NM_TYPE_SETTING_SERIAL_ERROR (nm_setting_serial_error_get_type ()) 
 </pre>
 <p>
@@ -205,7 +118,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_SERIAL_ERROR">
-<a name="NM-SETTING-SERIAL-ERROR--CAPS"></a><h3>NM_SETTING_SERIAL_ERROR</h3>
+<a name="NM-SETTING-SERIAL-ERROR:CAPS"></a><h3>NM_SETTING_SERIAL_ERROR</h3>
 <pre class="programlisting">#define NM_SETTING_SERIAL_ERROR nm_setting_serial_error_quark ()
 </pre>
 <p>
@@ -214,9 +127,7 @@ href="../glib/glib-Basic-Types.html#guint"
 <hr>
 <div class="refsect2" title="nm_setting_serial_error_quark ()">
 <a name="nm-setting-serial-error-quark"></a><h3>nm_setting_serial_error_quark ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              nm_setting_serial_error_quark       (void);</pre>
+<pre class="programlisting"><a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              nm_setting_serial_error_quark       (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -230,7 +141,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_SERIAL_BAUD">
-<a name="NM-SETTING-SERIAL-BAUD--CAPS"></a><h3>NM_SETTING_SERIAL_BAUD</h3>
+<a name="NM-SETTING-SERIAL-BAUD:CAPS"></a><h3>NM_SETTING_SERIAL_BAUD</h3>
 <pre class="programlisting">#define NM_SETTING_SERIAL_BAUD "baud"
 </pre>
 <p>
@@ -238,7 +149,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_SERIAL_BITS">
-<a name="NM-SETTING-SERIAL-BITS--CAPS"></a><h3>NM_SETTING_SERIAL_BITS</h3>
+<a name="NM-SETTING-SERIAL-BITS:CAPS"></a><h3>NM_SETTING_SERIAL_BITS</h3>
 <pre class="programlisting">#define NM_SETTING_SERIAL_BITS "bits"
 </pre>
 <p>
@@ -246,7 +157,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_SERIAL_PARITY">
-<a name="NM-SETTING-SERIAL-PARITY--CAPS"></a><h3>NM_SETTING_SERIAL_PARITY</h3>
+<a name="NM-SETTING-SERIAL-PARITY:CAPS"></a><h3>NM_SETTING_SERIAL_PARITY</h3>
 <pre class="programlisting">#define NM_SETTING_SERIAL_PARITY "parity"
 </pre>
 <p>
@@ -254,7 +165,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_SERIAL_STOPBITS">
-<a name="NM-SETTING-SERIAL-STOPBITS--CAPS"></a><h3>NM_SETTING_SERIAL_STOPBITS</h3>
+<a name="NM-SETTING-SERIAL-STOPBITS:CAPS"></a><h3>NM_SETTING_SERIAL_STOPBITS</h3>
 <pre class="programlisting">#define NM_SETTING_SERIAL_STOPBITS "stopbits"
 </pre>
 <p>
@@ -262,7 +173,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_SERIAL_SEND_DELAY">
-<a name="NM-SETTING-SERIAL-SEND-DELAY--CAPS"></a><h3>NM_SETTING_SERIAL_SEND_DELAY</h3>
+<a name="NM-SETTING-SERIAL-SEND-DELAY:CAPS"></a><h3>NM_SETTING_SERIAL_SEND_DELAY</h3>
 <pre class="programlisting">#define NM_SETTING_SERIAL_SEND_DELAY "send-delay"
 </pre>
 <p>
@@ -276,11 +187,25 @@ href="../glib/glib-Quarks.html#GQuark"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMSettingSerialClass">
+<a name="NMSettingSerialClass"></a><h3>NMSettingSerialClass</h3>
+<pre class="programlisting">typedef struct {
+	NMSettingClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+} NMSettingSerialClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_setting_serial_get_type ()">
 <a name="nm-setting-serial-get-type"></a><h3>nm_setting_serial_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_setting_serial_get_type          (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_setting_serial_get_type          (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -295,9 +220,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_setting_serial_new ()">
 <a name="nm-setting-serial-new"></a><h3>nm_setting_serial_new ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         nm_setting_serial_new               (void);</pre>
+<pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         nm_setting_serial_new               (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -312,11 +235,7 @@ href="../libnm-util/NMSetting.html"
 <hr>
 <div class="refsect2" title="nm_setting_serial_get_baud ()">
 <a name="nm-setting-serial-get-baud"></a><h3>nm_setting_serial_get_baud ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>               nm_setting_serial_get_baud          (<a
-href="../libnm-util/NMSettingSerial.html"
->NMSettingSerial</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               nm_setting_serial_get_baud          (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -338,11 +257,7 @@ href="../libnm-util/NMSettingSerial.html"
 <hr>
 <div class="refsect2" title="nm_setting_serial_get_bits ()">
 <a name="nm-setting-serial-get-bits"></a><h3>nm_setting_serial_get_bits ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>               nm_setting_serial_get_bits          (<a
-href="../libnm-util/NMSettingSerial.html"
->NMSettingSerial</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               nm_setting_serial_get_bits          (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -364,9 +279,7 @@ href="../libnm-util/NMSettingSerial.html"
 <hr>
 <div class="refsect2" title="nm_setting_serial_get_parity ()">
 <a name="nm-setting-serial-get-parity"></a><h3>nm_setting_serial_get_parity ()</h3>
-<pre class="programlisting">char                nm_setting_serial_get_parity        (<a
-href="../libnm-util/NMSettingSerial.html"
->NMSettingSerial</a> *setting);</pre>
+<pre class="programlisting"><span class="returnvalue">char</span>                nm_setting_serial_get_parity        (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -388,11 +301,7 @@ href="../libnm-util/NMSettingSerial.html"
 <hr>
 <div class="refsect2" title="nm_setting_serial_get_stopbits ()">
 <a name="nm-setting-serial-get-stopbits"></a><h3>nm_setting_serial_get_stopbits ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>               nm_setting_serial_get_stopbits      (<a
-href="../libnm-util/NMSettingSerial.html"
->NMSettingSerial</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               nm_setting_serial_get_stopbits      (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -414,11 +323,7 @@ href="../libnm-util/NMSettingSerial.html"
 <hr>
 <div class="refsect2" title="nm_setting_serial_get_send_delay ()">
 <a name="nm-setting-serial-get-send-delay"></a><h3>nm_setting_serial_get_send_delay ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint64"
->guint64</a>             nm_setting_serial_get_send_delay    (<a
-href="../libnm-util/NMSettingSerial.html"
->NMSettingSerial</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>             nm_setting_serial_get_send_delay    (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -442,26 +347,20 @@ href="../libnm-util/NMSettingSerial.html"
 <a name="NMSettingSerial.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "baud" property'>
 <a name="NMSettingSerial--baud"></a><h3>The <code class="literal">"baud"</code> property</h3>
-<pre class="programlisting">  "baud"                     <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct</pre>
+<pre class="programlisting">  "baud"                     <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct</pre>
 <p>
 Speed to use for communication over the serial port.  Note that this value
 usually has no effect for mobile broadband modems as they generally
-ignore speed settings and use the highest available speed.</p>
-<p>
+ignore speed settings and use the highest available speed.
 </p>
 <p>Default value: 57600</p>
 </div>
 <hr>
 <div class="refsect2" title='The "bits" property'>
 <a name="NMSettingSerial--bits"></a><h3>The <code class="literal">"bits"</code> property</h3>
-<pre class="programlisting">  "bits"                     <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct</pre>
-<p>
-Byte-width of the serial communication.</p>
+<pre class="programlisting">  "bits"                     <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct</pre>
 <p>
+Byte-width of the serial communication.
 </p>
 <p>Allowed values: [5,8]</p>
 <p>Default value: 8</p>
@@ -469,13 +368,10 @@ Byte-width of the serial communication.</p>
 <hr>
 <div class="refsect2" title='The "parity" property'>
 <a name="NMSettingSerial--parity"></a><h3>The <code class="literal">"parity"</code> property</h3>
-<pre class="programlisting">  "parity"                   <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>                 : Read / Write / Construct</pre>
+<pre class="programlisting">  "parity"                   <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>                 : Read / Write / Construct</pre>
 <p>
 Parity setting of the serial port.  Either 'E' for even parity, 'o' for
-odd parity, or 'n' for no parity.</p>
-<p>
+odd parity, or 'n' for no parity.
 </p>
 <p>Allowed values: [69,111]</p>
 <p>Default value: 110</p>
@@ -483,25 +379,19 @@ odd parity, or 'n' for no parity.</p>
 <hr>
 <div class="refsect2" title='The "send-delay" property'>
 <a name="NMSettingSerial--send-delay"></a><h3>The <code class="literal">"send-delay"</code> property</h3>
-<pre class="programlisting">  "send-delay"               <a
-href="../glib/glib-Basic-Types.html#guint64"
->guint64</a>               : Read / Write / Construct</pre>
-<p>
-Time to delay between each byte sent to the modem, in microseconds.</p>
+<pre class="programlisting">  "send-delay"               <a href="../glib/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a>               : Read / Write / Construct</pre>
 <p>
+Time to delay between each byte sent to the modem, in microseconds.
 </p>
 <p>Default value: 0</p>
 </div>
 <hr>
 <div class="refsect2" title='The "stopbits" property'>
 <a name="NMSettingSerial--stopbits"></a><h3>The <code class="literal">"stopbits"</code> property</h3>
-<pre class="programlisting">  "stopbits"                 <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct</pre>
+<pre class="programlisting">  "stopbits"                 <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct</pre>
 <p>
 Number of stop bits for communication on the serial port.  Either 1 or 2.
-The 1 in '8n1' for example.</p>
-<p>
+The 1 in '8n1' for example.
 </p>
 <p>Allowed values: [1,2]</p>
 <p>Default value: 1</p>
@@ -510,6 +400,6 @@ The 1 in '8n1' for example.</p>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingVPN.html b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingVPN.html
index 8a2c403..385ad6c 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingVPN.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingVPN.html
@@ -3,16 +3,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMSettingVPN</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.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="NMSettingPPPOE.html" title="NMSettingPPPOE">
 <link rel="next" href="libnm-util-nm-utils.html" title="nm-utils">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="libnm-util API Reference">
-<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
-<link rel="index" href="api-index-full.html" title="API Index">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@@ -25,12 +22,12 @@
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMSettingVPN.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMSettingVPN.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMSettingVPN.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMSettingVPN.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMSettingVPN.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMSettingVPN.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMSettingVPN.properties" class="shortcut">Properties</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMSettingVPN">
@@ -44,159 +41,61 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMSettingVPN.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-#define             <a
-href="../libnm-util/NMSettingVPN.html#NM-SETTING-VPN-SETTING-NAME--CAPS"
->NM_SETTING_VPN_SETTING_NAME</a>
-enum                <a
-href="../libnm-util/NMSettingVPN.html#NMSettingVpnError"
->NMSettingVpnError</a>;
-#define             <a
-href="../libnm-util/NMSettingVPN.html#NM-TYPE-SETTING-VPN-ERROR--CAPS"
->NM_TYPE_SETTING_VPN_ERROR</a>
-#define             <a
-href="../libnm-util/NMSettingVPN.html#NM-SETTING-VPN-ERROR--CAPS"
->NM_SETTING_VPN_ERROR</a>
-<a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              <a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-error-quark"
->nm_setting_vpn_error_quark</a>          (void);
-#define             <a
-href="../libnm-util/NMSettingVPN.html#NM-SETTING-VPN-SERVICE-TYPE--CAPS"
->NM_SETTING_VPN_SERVICE_TYPE</a>
-#define             <a
-href="../libnm-util/NMSettingVPN.html#NM-SETTING-VPN-USER-NAME--CAPS"
->NM_SETTING_VPN_USER_NAME</a>
-#define             <a
-href="../libnm-util/NMSettingVPN.html#NM-SETTING-VPN-DATA--CAPS"
->NM_SETTING_VPN_DATA</a>
-#define             <a
-href="../libnm-util/NMSettingVPN.html#NM-SETTING-VPN-SECRETS--CAPS"
->NM_SETTING_VPN_SECRETS</a>
-                    <a
-href="../libnm-util/NMSettingVPN.html#NMSettingVPN-struct"
->NMSettingVPN</a>;
-void                (<a
-href="../libnm-util/NMSettingVPN.html#VPNIterFunc"
->*VPNIterFunc</a>)                      (const char *key,
-                                                         const char *value,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a> user_data);
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-get-type"
->nm_setting_vpn_get_type</a>             (void);
-<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         <a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-new"
->nm_setting_vpn_new</a>                  (void);
-const char *        <a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-get-service-type"
->nm_setting_vpn_get_service_type</a>     (<a
-href="../libnm-util/NMSettingVPN.html"
->NMSettingVPN</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-get-user-name"
->nm_setting_vpn_get_user_name</a>        (<a
-href="../libnm-util/NMSettingVPN.html"
->NMSettingVPN</a> *setting);
-void                <a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-add-data-item"
->nm_setting_vpn_add_data_item</a>        (<a
-href="../libnm-util/NMSettingVPN.html"
->NMSettingVPN</a> *setting,
-                                                         const char *key,
-                                                         const char *item);
-const char *        <a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-get-data-item"
->nm_setting_vpn_get_data_item</a>        (<a
-href="../libnm-util/NMSettingVPN.html"
->NMSettingVPN</a> *setting,
-                                                         const char *key);
-void                <a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-remove-data-item"
->nm_setting_vpn_remove_data_item</a>     (<a
-href="../libnm-util/NMSettingVPN.html"
->NMSettingVPN</a> *setting,
-                                                         const char *key);
-void                <a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-foreach-data-item"
->nm_setting_vpn_foreach_data_item</a>    (<a
-href="../libnm-util/NMSettingVPN.html"
->NMSettingVPN</a> *setting,
-                                                         <a
-href="../libnm-util/NMSettingVPN.html#VPNIterFunc"
->VPNIterFunc</a> func,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a> user_data);
-void                <a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-add-secret"
->nm_setting_vpn_add_secret</a>           (<a
-href="../libnm-util/NMSettingVPN.html"
->NMSettingVPN</a> *setting,
-                                                         const char *key,
-                                                         const char *secret);
-const char *        <a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-get-secret"
->nm_setting_vpn_get_secret</a>           (<a
-href="../libnm-util/NMSettingVPN.html"
->NMSettingVPN</a> *setting,
-                                                         const char *key);
-void                <a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-remove-secret"
->nm_setting_vpn_remove_secret</a>        (<a
-href="../libnm-util/NMSettingVPN.html"
->NMSettingVPN</a> *setting,
-                                                         const char *key);
-void                <a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-foreach-secret"
->nm_setting_vpn_foreach_secret</a>       (<a
-href="../libnm-util/NMSettingVPN.html"
->NMSettingVPN</a> *setting,
-                                                         <a
-href="../libnm-util/NMSettingVPN.html#VPNIterFunc"
->VPNIterFunc</a> func,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a> user_data);
+<pre class="synopsis">#define             <a class="link" href="NMSettingVPN.html#NM-SETTING-VPN-SETTING-NAME:CAPS" title="NM_SETTING_VPN_SETTING_NAME">NM_SETTING_VPN_SETTING_NAME</a>
+enum                <a class="link" href="NMSettingVPN.html#NMSettingVpnError" title="enum NMSettingVpnError">NMSettingVpnError</a>;
+#define             <a class="link" href="NMSettingVPN.html#NM-TYPE-SETTING-VPN-ERROR:CAPS" title="NM_TYPE_SETTING_VPN_ERROR">NM_TYPE_SETTING_VPN_ERROR</a>
+#define             <a class="link" href="NMSettingVPN.html#NM-SETTING-VPN-ERROR:CAPS" title="NM_SETTING_VPN_ERROR">NM_SETTING_VPN_ERROR</a>
+<a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              <a class="link" href="NMSettingVPN.html#nm-setting-vpn-error-quark" title="nm_setting_vpn_error_quark ()">nm_setting_vpn_error_quark</a>          (<em class="parameter"><code><span class="type">void</span></code></em>);
+#define             <a class="link" href="NMSettingVPN.html#NM-SETTING-VPN-SERVICE-TYPE:CAPS" title="NM_SETTING_VPN_SERVICE_TYPE">NM_SETTING_VPN_SERVICE_TYPE</a>
+#define             <a class="link" href="NMSettingVPN.html#NM-SETTING-VPN-USER-NAME:CAPS" title="NM_SETTING_VPN_USER_NAME">NM_SETTING_VPN_USER_NAME</a>
+#define             <a class="link" href="NMSettingVPN.html#NM-SETTING-VPN-DATA:CAPS" title="NM_SETTING_VPN_DATA">NM_SETTING_VPN_DATA</a>
+#define             <a class="link" href="NMSettingVPN.html#NM-SETTING-VPN-SECRETS:CAPS" title="NM_SETTING_VPN_SECRETS">NM_SETTING_VPN_SECRETS</a>
+                    <a class="link" href="NMSettingVPN.html#NMSettingVPN-struct" title="NMSettingVPN">NMSettingVPN</a>;
+                    <a class="link" href="NMSettingVPN.html#NMSettingVPNClass" title="NMSettingVPNClass">NMSettingVPNClass</a>;
+<span class="returnvalue">void</span>                (<a class="link" href="NMSettingVPN.html#VPNIterFunc" title="VPNIterFunc ()">*VPNIterFunc</a>)                      (<em class="parameter"><code>const <span class="type">char</span> *key</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *value</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="NMSettingVPN.html#nm-setting-vpn-get-type" title="nm_setting_vpn_get_type ()">nm_setting_vpn_get_type</a>             (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         <a class="link" href="NMSettingVPN.html#nm-setting-vpn-new" title="nm_setting_vpn_new ()">nm_setting_vpn_new</a>                  (<em class="parameter"><code><span class="type">void</span></code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingVPN.html#nm-setting-vpn-get-service-type" title="nm_setting_vpn_get_service_type ()">nm_setting_vpn_get_service_type</a>     (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingVPN.html#nm-setting-vpn-get-user-name" title="nm_setting_vpn_get_user_name ()">nm_setting_vpn_get_user_name</a>        (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingVPN.html#nm-setting-vpn-add-data-item" title="nm_setting_vpn_add_data_item ()">nm_setting_vpn_add_data_item</a>        (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *key</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *item</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingVPN.html#nm-setting-vpn-get-data-item" title="nm_setting_vpn_get_data_item ()">nm_setting_vpn_get_data_item</a>        (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *key</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingVPN.html#nm-setting-vpn-remove-data-item" title="nm_setting_vpn_remove_data_item ()">nm_setting_vpn_remove_data_item</a>     (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *key</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingVPN.html#nm-setting-vpn-foreach-data-item" title="nm_setting_vpn_foreach_data_item ()">nm_setting_vpn_foreach_data_item</a>    (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSettingVPN.html#VPNIterFunc" title="VPNIterFunc ()"><span class="type">VPNIterFunc</span></a> func</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingVPN.html#nm-setting-vpn-add-secret" title="nm_setting_vpn_add_secret ()">nm_setting_vpn_add_secret</a>           (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *key</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *secret</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingVPN.html#nm-setting-vpn-get-secret" title="nm_setting_vpn_get_secret ()">nm_setting_vpn_get_secret</a>           (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *key</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingVPN.html#nm-setting-vpn-remove-secret" title="nm_setting_vpn_remove_secret ()">nm_setting_vpn_remove_secret</a>        (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *key</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingVPN.html#nm-setting-vpn-foreach-secret" title="nm_setting_vpn_foreach_secret ()">nm_setting_vpn_foreach_secret</a>       (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSettingVPN.html#VPNIterFunc" title="VPNIterFunc ()"><span class="type">VPNIterFunc</span></a> func</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMSettingVPN.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
-   +----<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----<a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
          +----NMSettingVPN
 </pre>
 </div>
 <div class="refsect1" title="Properties">
 <a name="NMSettingVPN.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a
-href="../libnm-util/NMSettingVPN.html#NMSettingVPN--data"
->data</a>"                     GHashTable_gchararray+gchararray_*  : Read / Write
-  "<a
-href="../libnm-util/NMSettingVPN.html#NMSettingVPN--secrets"
->secrets</a>"                  GHashTable_gchararray+gchararray_*  : Read / Write
-  "<a
-href="../libnm-util/NMSettingVPN.html#NMSettingVPN--service-type"
->service-type</a>"             <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingVPN.html#NMSettingVPN--user-name"
->user-name</a>"                <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
+  "<a class="link" href="NMSettingVPN.html#NMSettingVPN--data" title='The "data" property'>data</a>"                     <span class="type">GHashTable_gchararray+gchararray_*</span>  : Read / Write
+  "<a class="link" href="NMSettingVPN.html#NMSettingVPN--secrets" title='The "secrets" property'>secrets</a>"                  <span class="type">GHashTable_gchararray+gchararray_*</span>  : Read / Write
+  "<a class="link" href="NMSettingVPN.html#NMSettingVPN--service-type" title='The "service-type" property'>service-type</a>"             <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingVPN.html#NMSettingVPN--user-name" title='The "user-name" property'>user-name</a>"                <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 </pre>
 </div>
 <div class="refsect1" title="Description">
@@ -207,7 +106,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 <div class="refsect1" title="Details">
 <a name="NMSettingVPN.details"></a><h2>Details</h2>
 <div class="refsect2" title="NM_SETTING_VPN_SETTING_NAME">
-<a name="NM-SETTING-VPN-SETTING-NAME--CAPS"></a><h3>NM_SETTING_VPN_SETTING_NAME</h3>
+<a name="NM-SETTING-VPN-SETTING-NAME:CAPS"></a><h3>NM_SETTING_VPN_SETTING_NAME</h3>
 <pre class="programlisting">#define NM_SETTING_VPN_SETTING_NAME "vpn"
 </pre>
 <p>
@@ -228,7 +127,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_SETTING_VPN_ERROR">
-<a name="NM-TYPE-SETTING-VPN-ERROR--CAPS"></a><h3>NM_TYPE_SETTING_VPN_ERROR</h3>
+<a name="NM-TYPE-SETTING-VPN-ERROR:CAPS"></a><h3>NM_TYPE_SETTING_VPN_ERROR</h3>
 <pre class="programlisting">#define NM_TYPE_SETTING_VPN_ERROR (nm_setting_vpn_error_get_type ()) 
 </pre>
 <p>
@@ -236,7 +135,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_VPN_ERROR">
-<a name="NM-SETTING-VPN-ERROR--CAPS"></a><h3>NM_SETTING_VPN_ERROR</h3>
+<a name="NM-SETTING-VPN-ERROR:CAPS"></a><h3>NM_SETTING_VPN_ERROR</h3>
 <pre class="programlisting">#define NM_SETTING_VPN_ERROR nm_setting_vpn_error_quark ()
 </pre>
 <p>
@@ -245,9 +144,7 @@ href="../glib/glib-Basic-Types.html#gchar"
 <hr>
 <div class="refsect2" title="nm_setting_vpn_error_quark ()">
 <a name="nm-setting-vpn-error-quark"></a><h3>nm_setting_vpn_error_quark ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              nm_setting_vpn_error_quark          (void);</pre>
+<pre class="programlisting"><a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              nm_setting_vpn_error_quark          (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -261,7 +158,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_VPN_SERVICE_TYPE">
-<a name="NM-SETTING-VPN-SERVICE-TYPE--CAPS"></a><h3>NM_SETTING_VPN_SERVICE_TYPE</h3>
+<a name="NM-SETTING-VPN-SERVICE-TYPE:CAPS"></a><h3>NM_SETTING_VPN_SERVICE_TYPE</h3>
 <pre class="programlisting">#define NM_SETTING_VPN_SERVICE_TYPE "service-type"
 </pre>
 <p>
@@ -269,7 +166,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_VPN_USER_NAME">
-<a name="NM-SETTING-VPN-USER-NAME--CAPS"></a><h3>NM_SETTING_VPN_USER_NAME</h3>
+<a name="NM-SETTING-VPN-USER-NAME:CAPS"></a><h3>NM_SETTING_VPN_USER_NAME</h3>
 <pre class="programlisting">#define NM_SETTING_VPN_USER_NAME    "user-name"
 </pre>
 <p>
@@ -277,7 +174,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_VPN_DATA">
-<a name="NM-SETTING-VPN-DATA--CAPS"></a><h3>NM_SETTING_VPN_DATA</h3>
+<a name="NM-SETTING-VPN-DATA:CAPS"></a><h3>NM_SETTING_VPN_DATA</h3>
 <pre class="programlisting">#define NM_SETTING_VPN_DATA         "data"
 </pre>
 <p>
@@ -285,7 +182,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_VPN_SECRETS">
-<a name="NM-SETTING-VPN-SECRETS--CAPS"></a><h3>NM_SETTING_VPN_SECRETS</h3>
+<a name="NM-SETTING-VPN-SECRETS:CAPS"></a><h3>NM_SETTING_VPN_SECRETS</h3>
 <pre class="programlisting">#define NM_SETTING_VPN_SECRETS      "secrets"
 </pre>
 <p>
@@ -299,13 +196,27 @@ href="../glib/glib-Quarks.html#GQuark"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMSettingVPNClass">
+<a name="NMSettingVPNClass"></a><h3>NMSettingVPNClass</h3>
+<pre class="programlisting">typedef struct {
+	NMSettingClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+} NMSettingVPNClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="VPNIterFunc ()">
 <a name="VPNIterFunc"></a><h3>VPNIterFunc ()</h3>
-<pre class="programlisting">void                (*VPNIterFunc)                      (const char *key,
-                                                         const char *value,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a> user_data);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                (*VPNIterFunc)                      (<em class="parameter"><code>const <span class="type">char</span> *key</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *value</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -332,9 +243,7 @@ href="../glib/glib-Basic-Types.html#gpointer"
 <hr>
 <div class="refsect2" title="nm_setting_vpn_get_type ()">
 <a name="nm-setting-vpn-get-type"></a><h3>nm_setting_vpn_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_setting_vpn_get_type             (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_setting_vpn_get_type             (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -349,9 +258,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_setting_vpn_new ()">
 <a name="nm-setting-vpn-new"></a><h3>nm_setting_vpn_new ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         nm_setting_vpn_new                  (void);</pre>
+<pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         nm_setting_vpn_new                  (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -366,9 +273,7 @@ href="../libnm-util/NMSetting.html"
 <hr>
 <div class="refsect2" title="nm_setting_vpn_get_service_type ()">
 <a name="nm-setting-vpn-get-service-type"></a><h3>nm_setting_vpn_get_service_type ()</h3>
-<pre class="programlisting">const char *        nm_setting_vpn_get_service_type     (<a
-href="../libnm-util/NMSettingVPN.html"
->NMSettingVPN</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_vpn_get_service_type     (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -390,9 +295,7 @@ href="../libnm-util/NMSettingVPN.html"
 <hr>
 <div class="refsect2" title="nm_setting_vpn_get_user_name ()">
 <a name="nm-setting-vpn-get-user-name"></a><h3>nm_setting_vpn_get_user_name ()</h3>
-<pre class="programlisting">const char *        nm_setting_vpn_get_user_name        (<a
-href="../libnm-util/NMSettingVPN.html"
->NMSettingVPN</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_vpn_get_user_name        (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -414,11 +317,9 @@ href="../libnm-util/NMSettingVPN.html"
 <hr>
 <div class="refsect2" title="nm_setting_vpn_add_data_item ()">
 <a name="nm-setting-vpn-add-data-item"></a><h3>nm_setting_vpn_add_data_item ()</h3>
-<pre class="programlisting">void                nm_setting_vpn_add_data_item        (<a
-href="../libnm-util/NMSettingVPN.html"
->NMSettingVPN</a> *setting,
-                                                         const char *key,
-                                                         const char *item);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_vpn_add_data_item        (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *key</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *item</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -445,10 +346,8 @@ href="../libnm-util/NMSettingVPN.html"
 <hr>
 <div class="refsect2" title="nm_setting_vpn_get_data_item ()">
 <a name="nm-setting-vpn-get-data-item"></a><h3>nm_setting_vpn_get_data_item ()</h3>
-<pre class="programlisting">const char *        nm_setting_vpn_get_data_item        (<a
-href="../libnm-util/NMSettingVPN.html"
->NMSettingVPN</a> *setting,
-                                                         const char *key);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_vpn_get_data_item        (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *key</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -475,10 +374,8 @@ href="../libnm-util/NMSettingVPN.html"
 <hr>
 <div class="refsect2" title="nm_setting_vpn_remove_data_item ()">
 <a name="nm-setting-vpn-remove-data-item"></a><h3>nm_setting_vpn_remove_data_item ()</h3>
-<pre class="programlisting">void                nm_setting_vpn_remove_data_item     (<a
-href="../libnm-util/NMSettingVPN.html"
->NMSettingVPN</a> *setting,
-                                                         const char *key);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_vpn_remove_data_item     (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *key</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -500,15 +397,9 @@ href="../libnm-util/NMSettingVPN.html"
 <hr>
 <div class="refsect2" title="nm_setting_vpn_foreach_data_item ()">
 <a name="nm-setting-vpn-foreach-data-item"></a><h3>nm_setting_vpn_foreach_data_item ()</h3>
-<pre class="programlisting">void                nm_setting_vpn_foreach_data_item    (<a
-href="../libnm-util/NMSettingVPN.html"
->NMSettingVPN</a> *setting,
-                                                         <a
-href="../libnm-util/NMSettingVPN.html#VPNIterFunc"
->VPNIterFunc</a> func,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a> user_data);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_vpn_foreach_data_item    (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSettingVPN.html#VPNIterFunc" title="VPNIterFunc ()"><span class="type">VPNIterFunc</span></a> func</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -535,11 +426,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
 <hr>
 <div class="refsect2" title="nm_setting_vpn_add_secret ()">
 <a name="nm-setting-vpn-add-secret"></a><h3>nm_setting_vpn_add_secret ()</h3>
-<pre class="programlisting">void                nm_setting_vpn_add_secret           (<a
-href="../libnm-util/NMSettingVPN.html"
->NMSettingVPN</a> *setting,
-                                                         const char *key,
-                                                         const char *secret);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_vpn_add_secret           (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *key</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *secret</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -566,10 +455,8 @@ href="../libnm-util/NMSettingVPN.html"
 <hr>
 <div class="refsect2" title="nm_setting_vpn_get_secret ()">
 <a name="nm-setting-vpn-get-secret"></a><h3>nm_setting_vpn_get_secret ()</h3>
-<pre class="programlisting">const char *        nm_setting_vpn_get_secret           (<a
-href="../libnm-util/NMSettingVPN.html"
->NMSettingVPN</a> *setting,
-                                                         const char *key);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_vpn_get_secret           (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *key</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -596,10 +483,8 @@ href="../libnm-util/NMSettingVPN.html"
 <hr>
 <div class="refsect2" title="nm_setting_vpn_remove_secret ()">
 <a name="nm-setting-vpn-remove-secret"></a><h3>nm_setting_vpn_remove_secret ()</h3>
-<pre class="programlisting">void                nm_setting_vpn_remove_secret        (<a
-href="../libnm-util/NMSettingVPN.html"
->NMSettingVPN</a> *setting,
-                                                         const char *key);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_vpn_remove_secret        (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *key</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -621,15 +506,9 @@ href="../libnm-util/NMSettingVPN.html"
 <hr>
 <div class="refsect2" title="nm_setting_vpn_foreach_secret ()">
 <a name="nm-setting-vpn-foreach-secret"></a><h3>nm_setting_vpn_foreach_secret ()</h3>
-<pre class="programlisting">void                nm_setting_vpn_foreach_secret       (<a
-href="../libnm-util/NMSettingVPN.html"
->NMSettingVPN</a> *setting,
-                                                         <a
-href="../libnm-util/NMSettingVPN.html#VPNIterFunc"
->VPNIterFunc</a> func,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gpointer"
->gpointer</a> user_data);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_vpn_foreach_secret       (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSettingVPN.html#VPNIterFunc" title="VPNIterFunc ()"><span class="type">VPNIterFunc</span></a> func</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -658,43 +537,36 @@ href="../glib/glib-Basic-Types.html#gpointer"
 <a name="NMSettingVPN.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "data" property'>
 <a name="NMSettingVPN--data"></a><h3>The <code class="literal">"data"</code> property</h3>
-<pre class="programlisting">  "data"                     GHashTable_gchararray+gchararray_*  : Read / Write</pre>
+<pre class="programlisting">  "data"                     <span class="type">GHashTable_gchararray+gchararray_*</span>  : Read / Write</pre>
 <p>
 Dictionary of key/value pairs of VPN plugin specific data.  Both keys
-and values must be strings.</p>
-<p>
+and values must be strings.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "secrets" property'>
 <a name="NMSettingVPN--secrets"></a><h3>The <code class="literal">"secrets"</code> property</h3>
-<pre class="programlisting">  "secrets"                  GHashTable_gchararray+gchararray_*  : Read / Write</pre>
+<pre class="programlisting">  "secrets"                  <span class="type">GHashTable_gchararray+gchararray_*</span>  : Read / Write</pre>
 <p>
 Dictionary of key/value pairs of VPN plugin specific secrets like
-passwords or private keys.  Both keys and values must be strings.</p>
-<p>
+passwords or private keys.  Both keys and values must be strings.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "service-type" property'>
 <a name="NMSettingVPN--service-type"></a><h3>The <code class="literal">"service-type"</code> property</h3>
-<pre class="programlisting">  "service-type"             <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "service-type"             <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 D-Bus service name of the VPN plugin that this setting uses to connect
 to its network.  i.e. org.freedesktop.NetworkManager.vpnc for the vpnc
-plugin.</p>
-<p>
+plugin.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "user-name" property'>
 <a name="NMSettingVPN--user-name"></a><h3>The <code class="literal">"user-name"</code> property</h3>
-<pre class="programlisting">  "user-name"                <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "user-name"                <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>User name of the currently logged in user for connections provided by the user settings service.  This name is provided to the VPN plugin to use in lieu of a custom username provided by that VPN plugins specific configuration.  The VPN plugin itself decides which user name to use.</p>
 <p>Default value: NULL</p>
 </div>
@@ -702,6 +574,6 @@ href="../glib/glib-Basic-Types.html#gchar"
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingWired.html b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingWired.html
index 97f688c..e765383 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingWired.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingWired.html
@@ -3,16 +3,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMSettingWired</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.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="NMSettingConnection.html" title="NMSettingConnection">
 <link rel="next" href="NMSettingWireless.html" title="NMSettingWireless">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="libnm-util API Reference">
-<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
-<link rel="index" href="api-index-full.html" title="API Index">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@@ -25,12 +22,12 @@
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMSettingWired.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMSettingWired.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMSettingWired.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMSettingWired.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMSettingWired.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMSettingWired.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMSettingWired.properties" class="shortcut">Properties</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMSettingWired">
@@ -44,138 +41,73 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMSettingWired.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-#define             <a
-href="../libnm-util/NMSettingWired.html#NM-SETTING-WIRED-SETTING-NAME--CAPS"
->NM_SETTING_WIRED_SETTING_NAME</a>
-enum                <a
-href="../libnm-util/NMSettingWired.html#NMSettingWiredError"
->NMSettingWiredError</a>;
-#define             <a
-href="../libnm-util/NMSettingWired.html#NM-TYPE-SETTING-WIRED-ERROR--CAPS"
->NM_TYPE_SETTING_WIRED_ERROR</a>
-#define             <a
-href="../libnm-util/NMSettingWired.html#NM-SETTING-WIRED-ERROR--CAPS"
->NM_SETTING_WIRED_ERROR</a>
-<a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              <a
-href="../libnm-util/NMSettingWired.html#nm-setting-wired-error-quark"
->nm_setting_wired_error_quark</a>        (void);
-#define             <a
-href="../libnm-util/NMSettingWired.html#NM-SETTING-WIRED-PORT--CAPS"
->NM_SETTING_WIRED_PORT</a>
-#define             <a
-href="../libnm-util/NMSettingWired.html#NM-SETTING-WIRED-SPEED--CAPS"
->NM_SETTING_WIRED_SPEED</a>
-#define             <a
-href="../libnm-util/NMSettingWired.html#NM-SETTING-WIRED-DUPLEX--CAPS"
->NM_SETTING_WIRED_DUPLEX</a>
-#define             <a
-href="../libnm-util/NMSettingWired.html#NM-SETTING-WIRED-AUTO-NEGOTIATE--CAPS"
->NM_SETTING_WIRED_AUTO_NEGOTIATE</a>
-#define             <a
-href="../libnm-util/NMSettingWired.html#NM-SETTING-WIRED-MAC-ADDRESS--CAPS"
->NM_SETTING_WIRED_MAC_ADDRESS</a>
-#define             <a
-href="../libnm-util/NMSettingWired.html#NM-SETTING-WIRED-MTU--CAPS"
->NM_SETTING_WIRED_MTU</a>
-                    <a
-href="../libnm-util/NMSettingWired.html#NMSettingWired-struct"
->NMSettingWired</a>;
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a
-href="../libnm-util/NMSettingWired.html#nm-setting-wired-get-type"
->nm_setting_wired_get_type</a>           (void);
-<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         <a
-href="../libnm-util/NMSettingWired.html#nm-setting-wired-new"
->nm_setting_wired_new</a>                (void);
-const char *        <a
-href="../libnm-util/NMSettingWired.html#nm-setting-wired-get-port"
->nm_setting_wired_get_port</a>           (<a
-href="../libnm-util/NMSettingWired.html"
->NMSettingWired</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingWired.html#nm-setting-wired-get-speed"
->nm_setting_wired_get_speed</a>          (<a
-href="../libnm-util/NMSettingWired.html"
->NMSettingWired</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingWired.html#nm-setting-wired-get-duplex"
->nm_setting_wired_get_duplex</a>         (<a
-href="../libnm-util/NMSettingWired.html"
->NMSettingWired</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingWired.html#nm-setting-wired-get-auto-negotiate"
->nm_setting_wired_get_auto_negotiate</a> (<a
-href="../libnm-util/NMSettingWired.html"
->NMSettingWired</a> *setting);
-const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  <a
-href="../libnm-util/NMSettingWired.html#nm-setting-wired-get-mac-address"
->nm_setting_wired_get_mac_address</a>    (<a
-href="../libnm-util/NMSettingWired.html"
->NMSettingWired</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingWired.html#nm-setting-wired-get-mtu"
->nm_setting_wired_get_mtu</a>            (<a
-href="../libnm-util/NMSettingWired.html"
->NMSettingWired</a> *setting);
+<pre class="synopsis">#define             <a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-SETTING-NAME:CAPS" title="NM_SETTING_WIRED_SETTING_NAME">NM_SETTING_WIRED_SETTING_NAME</a>
+enum                <a class="link" href="NMSettingWired.html#NMSettingWiredError" title="enum NMSettingWiredError">NMSettingWiredError</a>;
+#define             <a class="link" href="NMSettingWired.html#NM-TYPE-SETTING-WIRED-ERROR:CAPS" title="NM_TYPE_SETTING_WIRED_ERROR">NM_TYPE_SETTING_WIRED_ERROR</a>
+#define             <a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-ERROR:CAPS" title="NM_SETTING_WIRED_ERROR">NM_SETTING_WIRED_ERROR</a>
+<a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              <a class="link" href="NMSettingWired.html#nm-setting-wired-error-quark" title="nm_setting_wired_error_quark ()">nm_setting_wired_error_quark</a>        (<em class="parameter"><code><span class="type">void</span></code></em>);
+#define             <a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-PORT:CAPS" title="NM_SETTING_WIRED_PORT">NM_SETTING_WIRED_PORT</a>
+#define             <a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-SPEED:CAPS" title="NM_SETTING_WIRED_SPEED">NM_SETTING_WIRED_SPEED</a>
+#define             <a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-DUPLEX:CAPS" title="NM_SETTING_WIRED_DUPLEX">NM_SETTING_WIRED_DUPLEX</a>
+#define             <a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-AUTO-NEGOTIATE:CAPS" title="NM_SETTING_WIRED_AUTO_NEGOTIATE">NM_SETTING_WIRED_AUTO_NEGOTIATE</a>
+#define             <a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-MAC-ADDRESS:CAPS" title="NM_SETTING_WIRED_MAC_ADDRESS">NM_SETTING_WIRED_MAC_ADDRESS</a>
+#define             <a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-CLONED-MAC-ADDRESS:CAPS" title="NM_SETTING_WIRED_CLONED_MAC_ADDRESS">NM_SETTING_WIRED_CLONED_MAC_ADDRESS</a>
+#define             <a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-MTU:CAPS" title="NM_SETTING_WIRED_MTU">NM_SETTING_WIRED_MTU</a>
+#define             <a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-S390-SUBCHANNELS:CAPS" title="NM_SETTING_WIRED_S390_SUBCHANNELS">NM_SETTING_WIRED_S390_SUBCHANNELS</a>
+#define             <a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-S390-NETTYPE:CAPS" title="NM_SETTING_WIRED_S390_NETTYPE">NM_SETTING_WIRED_S390_NETTYPE</a>
+#define             <a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-S390-OPTIONS:CAPS" title="NM_SETTING_WIRED_S390_OPTIONS">NM_SETTING_WIRED_S390_OPTIONS</a>
+                    <a class="link" href="NMSettingWired.html#NMSettingWired-struct" title="NMSettingWired">NMSettingWired</a>;
+                    <a class="link" href="NMSettingWired.html#NMSettingWiredClass" title="NMSettingWiredClass">NMSettingWiredClass</a>;
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="NMSettingWired.html#nm-setting-wired-get-type" title="nm_setting_wired_get_type ()">nm_setting_wired_get_type</a>           (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         <a class="link" href="NMSettingWired.html#nm-setting-wired-new" title="nm_setting_wired_new ()">nm_setting_wired_new</a>                (<em class="parameter"><code><span class="type">void</span></code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingWired.html#nm-setting-wired-get-port" title="nm_setting_wired_get_port ()">nm_setting_wired_get_port</a>           (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingWired.html#nm-setting-wired-get-speed" title="nm_setting_wired_get_speed ()">nm_setting_wired_get_speed</a>          (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingWired.html#nm-setting-wired-get-duplex" title="nm_setting_wired_get_duplex ()">nm_setting_wired_get_duplex</a>         (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingWired.html#nm-setting-wired-get-auto-negotiate" title="nm_setting_wired_get_auto_negotiate ()">nm_setting_wired_get_auto_negotiate</a> (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);
+const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  <a class="link" href="NMSettingWired.html#nm-setting-wired-get-mac-address" title="nm_setting_wired_get_mac_address ()">nm_setting_wired_get_mac_address</a>    (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);
+const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  <a class="link" href="NMSettingWired.html#nm-setting-wired-get-cloned-mac-address" title="nm_setting_wired_get_cloned_mac_address ()">nm_setting_wired_get_cloned_mac_address</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingWired.html#nm-setting-wired-get-mtu" title="nm_setting_wired_get_mtu ()">nm_setting_wired_get_mtu</a>            (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);
+const <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> *   <a class="link" href="NMSettingWired.html#nm-setting-wired-get-s390-subchannels" title="nm_setting_wired_get_s390_subchannels ()">nm_setting_wired_get_s390_subchannels</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingWired.html#nm-setting-wired-get-s390-nettype" title="nm_setting_wired_get_s390_nettype ()">nm_setting_wired_get_s390_nettype</a>   (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingWired.html#nm-setting-wired-get-num-s390-options" title="nm_setting_wired_get_num_s390_options ()">nm_setting_wired_get_num_s390_options</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingWired.html#nm-setting-wired-get-s390-option" title="nm_setting_wired_get_s390_option ()">nm_setting_wired_get_s390_option</a>    (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> idx</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> **out_key</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> **out_value</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingWired.html#nm-setting-wired-get-s390-option-by-key" title="nm_setting_wired_get_s390_option_by_key ()">nm_setting_wired_get_s390_option_by_key</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *key</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingWired.html#nm-setting-wired-add-s390-option" title="nm_setting_wired_add_s390_option ()">nm_setting_wired_add_s390_option</a>    (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *key</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *item</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingWired.html#nm-setting-wired-remove-s390-option" title="nm_setting_wired_remove_s390_option ()">nm_setting_wired_remove_s390_option</a> (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *key</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMSettingWired.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
-   +----<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----<a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
          +----NMSettingWired
 </pre>
 </div>
 <div class="refsect1" title="Properties">
 <a name="NMSettingWired.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a
-href="../libnm-util/NMSettingWired.html#NMSettingWired--auto-negotiate"
->auto-negotiate</a>"           <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingWired.html#NMSettingWired--duplex"
->duplex</a>"                   <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingWired.html#NMSettingWired--mac-address"
->mac-address</a>"              GArray_guchar_*       : Read / Write
-  "<a
-href="../libnm-util/NMSettingWired.html#NMSettingWired--mtu"
->mtu</a>"                      <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingWired.html#NMSettingWired--port"
->port</a>"                     <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingWired.html#NMSettingWired--speed"
->speed</a>"                    <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct
+  "<a class="link" href="NMSettingWired.html#NMSettingWired--auto-negotiate" title='The "auto-negotiate" property'>auto-negotiate</a>"           <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
+  "<a class="link" href="NMSettingWired.html#NMSettingWired--cloned-mac-address" title='The "cloned-mac-address" property'>cloned-mac-address</a>"       <span class="type">GArray_guchar_</span>*       : Read / Write
+  "<a class="link" href="NMSettingWired.html#NMSettingWired--duplex" title='The "duplex" property'>duplex</a>"                   <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingWired.html#NMSettingWired--mac-address" title='The "mac-address" property'>mac-address</a>"              <span class="type">GArray_guchar_</span>*       : Read / Write
+  "<a class="link" href="NMSettingWired.html#NMSettingWired--mtu" title='The "mtu" property'>mtu</a>"                      <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct
+  "<a class="link" href="NMSettingWired.html#NMSettingWired--port" title='The "port" property'>port</a>"                     <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingWired.html#NMSettingWired--s390-nettype" title='The "s390-nettype" property'>s390-nettype</a>"             <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingWired.html#NMSettingWired--s390-options" title='The "s390-options" property'>s390-options</a>"             <span class="type">GHashTable_gchararray+gchararray_*</span>  : Read / Write
+  "<a class="link" href="NMSettingWired.html#NMSettingWired--s390-subchannels" title='The "s390-subchannels" property'>s390-subchannels</a>"         <span class="type">GPtrArray_gchararray_</span>*  : Read / Write
+  "<a class="link" href="NMSettingWired.html#NMSettingWired--speed" title='The "speed" property'>speed</a>"                    <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct
 </pre>
 </div>
 <div class="refsect1" title="Description">
@@ -186,7 +118,7 @@ href="../glib/glib-Basic-Types.html#guint"
 <div class="refsect1" title="Details">
 <a name="NMSettingWired.details"></a><h2>Details</h2>
 <div class="refsect2" title="NM_SETTING_WIRED_SETTING_NAME">
-<a name="NM-SETTING-WIRED-SETTING-NAME--CAPS"></a><h3>NM_SETTING_WIRED_SETTING_NAME</h3>
+<a name="NM-SETTING-WIRED-SETTING-NAME:CAPS"></a><h3>NM_SETTING_WIRED_SETTING_NAME</h3>
 <pre class="programlisting">#define NM_SETTING_WIRED_SETTING_NAME "802-3-ethernet"
 </pre>
 <p>
@@ -207,7 +139,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_SETTING_WIRED_ERROR">
-<a name="NM-TYPE-SETTING-WIRED-ERROR--CAPS"></a><h3>NM_TYPE_SETTING_WIRED_ERROR</h3>
+<a name="NM-TYPE-SETTING-WIRED-ERROR:CAPS"></a><h3>NM_TYPE_SETTING_WIRED_ERROR</h3>
 <pre class="programlisting">#define NM_TYPE_SETTING_WIRED_ERROR (nm_setting_wired_error_get_type ()) 
 </pre>
 <p>
@@ -215,7 +147,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRED_ERROR">
-<a name="NM-SETTING-WIRED-ERROR--CAPS"></a><h3>NM_SETTING_WIRED_ERROR</h3>
+<a name="NM-SETTING-WIRED-ERROR:CAPS"></a><h3>NM_SETTING_WIRED_ERROR</h3>
 <pre class="programlisting">#define NM_SETTING_WIRED_ERROR nm_setting_wired_error_quark ()
 </pre>
 <p>
@@ -224,9 +156,7 @@ href="../glib/glib-Basic-Types.html#guint"
 <hr>
 <div class="refsect2" title="nm_setting_wired_error_quark ()">
 <a name="nm-setting-wired-error-quark"></a><h3>nm_setting_wired_error_quark ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              nm_setting_wired_error_quark        (void);</pre>
+<pre class="programlisting"><a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              nm_setting_wired_error_quark        (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -240,7 +170,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRED_PORT">
-<a name="NM-SETTING-WIRED-PORT--CAPS"></a><h3>NM_SETTING_WIRED_PORT</h3>
+<a name="NM-SETTING-WIRED-PORT:CAPS"></a><h3>NM_SETTING_WIRED_PORT</h3>
 <pre class="programlisting">#define NM_SETTING_WIRED_PORT "port"
 </pre>
 <p>
@@ -248,7 +178,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRED_SPEED">
-<a name="NM-SETTING-WIRED-SPEED--CAPS"></a><h3>NM_SETTING_WIRED_SPEED</h3>
+<a name="NM-SETTING-WIRED-SPEED:CAPS"></a><h3>NM_SETTING_WIRED_SPEED</h3>
 <pre class="programlisting">#define NM_SETTING_WIRED_SPEED "speed"
 </pre>
 <p>
@@ -256,7 +186,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRED_DUPLEX">
-<a name="NM-SETTING-WIRED-DUPLEX--CAPS"></a><h3>NM_SETTING_WIRED_DUPLEX</h3>
+<a name="NM-SETTING-WIRED-DUPLEX:CAPS"></a><h3>NM_SETTING_WIRED_DUPLEX</h3>
 <pre class="programlisting">#define NM_SETTING_WIRED_DUPLEX "duplex"
 </pre>
 <p>
@@ -264,7 +194,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRED_AUTO_NEGOTIATE">
-<a name="NM-SETTING-WIRED-AUTO-NEGOTIATE--CAPS"></a><h3>NM_SETTING_WIRED_AUTO_NEGOTIATE</h3>
+<a name="NM-SETTING-WIRED-AUTO-NEGOTIATE:CAPS"></a><h3>NM_SETTING_WIRED_AUTO_NEGOTIATE</h3>
 <pre class="programlisting">#define NM_SETTING_WIRED_AUTO_NEGOTIATE "auto-negotiate"
 </pre>
 <p>
@@ -272,21 +202,53 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRED_MAC_ADDRESS">
-<a name="NM-SETTING-WIRED-MAC-ADDRESS--CAPS"></a><h3>NM_SETTING_WIRED_MAC_ADDRESS</h3>
+<a name="NM-SETTING-WIRED-MAC-ADDRESS:CAPS"></a><h3>NM_SETTING_WIRED_MAC_ADDRESS</h3>
 <pre class="programlisting">#define NM_SETTING_WIRED_MAC_ADDRESS "mac-address"
 </pre>
 <p>
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NM_SETTING_WIRED_CLONED_MAC_ADDRESS">
+<a name="NM-SETTING-WIRED-CLONED-MAC-ADDRESS:CAPS"></a><h3>NM_SETTING_WIRED_CLONED_MAC_ADDRESS</h3>
+<pre class="programlisting">#define NM_SETTING_WIRED_CLONED_MAC_ADDRESS "cloned-mac-address"
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="NM_SETTING_WIRED_MTU">
-<a name="NM-SETTING-WIRED-MTU--CAPS"></a><h3>NM_SETTING_WIRED_MTU</h3>
+<a name="NM-SETTING-WIRED-MTU:CAPS"></a><h3>NM_SETTING_WIRED_MTU</h3>
 <pre class="programlisting">#define NM_SETTING_WIRED_MTU "mtu"
 </pre>
 <p>
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NM_SETTING_WIRED_S390_SUBCHANNELS">
+<a name="NM-SETTING-WIRED-S390-SUBCHANNELS:CAPS"></a><h3>NM_SETTING_WIRED_S390_SUBCHANNELS</h3>
+<pre class="programlisting">#define NM_SETTING_WIRED_S390_SUBCHANNELS "s390-subchannels"
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NM_SETTING_WIRED_S390_NETTYPE">
+<a name="NM-SETTING-WIRED-S390-NETTYPE:CAPS"></a><h3>NM_SETTING_WIRED_S390_NETTYPE</h3>
+<pre class="programlisting">#define NM_SETTING_WIRED_S390_NETTYPE "s390-nettype"
+</pre>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="NM_SETTING_WIRED_S390_OPTIONS">
+<a name="NM-SETTING-WIRED-S390-OPTIONS:CAPS"></a><h3>NM_SETTING_WIRED_S390_OPTIONS</h3>
+<pre class="programlisting">#define NM_SETTING_WIRED_S390_OPTIONS "s390-options"
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="NMSettingWired">
 <a name="NMSettingWired-struct"></a><h3>NMSettingWired</h3>
 <pre class="programlisting">typedef struct _NMSettingWired NMSettingWired;</pre>
@@ -294,11 +256,25 @@ href="../glib/glib-Quarks.html#GQuark"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMSettingWiredClass">
+<a name="NMSettingWiredClass"></a><h3>NMSettingWiredClass</h3>
+<pre class="programlisting">typedef struct {
+	NMSettingClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+} NMSettingWiredClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_setting_wired_get_type ()">
 <a name="nm-setting-wired-get-type"></a><h3>nm_setting_wired_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_setting_wired_get_type           (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_setting_wired_get_type           (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -313,9 +289,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_setting_wired_new ()">
 <a name="nm-setting-wired-new"></a><h3>nm_setting_wired_new ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         nm_setting_wired_new                (void);</pre>
+<pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         nm_setting_wired_new                (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -330,9 +304,7 @@ href="../libnm-util/NMSetting.html"
 <hr>
 <div class="refsect2" title="nm_setting_wired_get_port ()">
 <a name="nm-setting-wired-get-port"></a><h3>nm_setting_wired_get_port ()</h3>
-<pre class="programlisting">const char *        nm_setting_wired_get_port           (<a
-href="../libnm-util/NMSettingWired.html"
->NMSettingWired</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_wired_get_port           (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -354,11 +326,7 @@ href="../libnm-util/NMSettingWired.html"
 <hr>
 <div class="refsect2" title="nm_setting_wired_get_speed ()">
 <a name="nm-setting-wired-get-speed"></a><h3>nm_setting_wired_get_speed ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_wired_get_speed          (<a
-href="../libnm-util/NMSettingWired.html"
->NMSettingWired</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_wired_get_speed          (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -380,9 +348,7 @@ href="../libnm-util/NMSettingWired.html"
 <hr>
 <div class="refsect2" title="nm_setting_wired_get_duplex ()">
 <a name="nm-setting-wired-get-duplex"></a><h3>nm_setting_wired_get_duplex ()</h3>
-<pre class="programlisting">const char *        nm_setting_wired_get_duplex         (<a
-href="../libnm-util/NMSettingWired.html"
->NMSettingWired</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_wired_get_duplex         (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -404,11 +370,7 @@ href="../libnm-util/NMSettingWired.html"
 <hr>
 <div class="refsect2" title="nm_setting_wired_get_auto_negotiate ()">
 <a name="nm-setting-wired-get-auto-negotiate"></a><h3>nm_setting_wired_get_auto_negotiate ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_wired_get_auto_negotiate (<a
-href="../libnm-util/NMSettingWired.html"
->NMSettingWired</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_wired_get_auto_negotiate (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -430,11 +392,30 @@ href="../libnm-util/NMSettingWired.html"
 <hr>
 <div class="refsect2" title="nm_setting_wired_get_mac_address ()">
 <a name="nm-setting-wired-get-mac-address"></a><h3>nm_setting_wired_get_mac_address ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  nm_setting_wired_get_mac_address    (<a
-href="../libnm-util/NMSettingWired.html"
->NMSettingWired</a> *setting);</pre>
+<pre class="programlisting">const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  nm_setting_wired_get_mac_address    (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_setting_wired_get_cloned_mac_address ()">
+<a name="nm-setting-wired-get-cloned-mac-address"></a><h3>nm_setting_wired_get_cloned_mac_address ()</h3>
+<pre class="programlisting">const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  nm_setting_wired_get_cloned_mac_address
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -456,11 +437,190 @@ href="../libnm-util/NMSettingWired.html"
 <hr>
 <div class="refsect2" title="nm_setting_wired_get_mtu ()">
 <a name="nm-setting-wired-get-mtu"></a><h3>nm_setting_wired_get_mtu ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_wired_get_mtu            (<a
-href="../libnm-util/NMSettingWired.html"
->NMSettingWired</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_wired_get_mtu            (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_setting_wired_get_s390_subchannels ()">
+<a name="nm-setting-wired-get-s390-subchannels"></a><h3>nm_setting_wired_get_s390_subchannels ()</h3>
+<pre class="programlisting">const <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> *   nm_setting_wired_get_s390_subchannels
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre>
+<p>
+Return the list of s390 subchannels that identify the device that this
+connection is applicable to.  The connection should only be used in
+conjunction with that device.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>the <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> a <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> of strings, each specifying one subchannel the
+s390 device uses to communicate to the host.
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_setting_wired_get_s390_nettype ()">
+<a name="nm-setting-wired-get-s390-nettype"></a><h3>nm_setting_wired_get_s390_nettype ()</h3>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_wired_get_s390_nettype   (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre>
+<p>
+Returns the s390 device type this connection should apply to.  Will be one
+of 'qeth', 'lcs', or 'ctc'.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>the <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> the s390 device type
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_setting_wired_get_num_s390_options ()">
+<a name="nm-setting-wired-get-num-s390-options"></a><h3>nm_setting_wired_get_num_s390_options ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_wired_get_num_s390_options
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre>
+<p>
+Returns the number of s390-specific options that should be set for this
+device when it is activated.  This can be used to retrieve each s390
+option individually using <a class="link" href="NMSettingWired.html#nm-setting-wired-get-s390-option" title="nm_setting_wired_get_s390_option ()"><code class="function">nm_setting_wired_get_s390_option()</code></a>.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>the <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> the number of s390-specific device options
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_setting_wired_get_s390_option ()">
+<a name="nm-setting-wired-get-s390-option"></a><h3>nm_setting_wired_get_s390_option ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_wired_get_s390_option    (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> idx</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> **out_key</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> **out_value</code></em>);</pre>
+<p>
+Given an index, return the value of the s390 option at that index.  indexes
+are *not* guaranteed to be static across modifications to options done by
+<a class="link" href="NMSettingWired.html#nm-setting-wired-add-s390-option" title="nm_setting_wired_add_s390_option ()"><code class="function">nm_setting_wired_add_s390_option()</code></a> and <a class="link" href="NMSettingWired.html#nm-setting-wired-remove-s390-option" title="nm_setting_wired_remove_s390_option ()"><code class="function">nm_setting_wired_remove_s390_option()</code></a>,
+and should not be used to refer to options except for short periods of time
+such as during option iteration.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>the <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>idx</code></em> :</span></p></td>
+<td>index of the desired option, from 0 to
+<a class="link" href="NMSettingWired.html#nm-setting-wired-get-num-s390-options" title="nm_setting_wired_get_num_s390_options ()"><code class="function">nm_setting_wired_get_num_s390_options()</code></a> - 1
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>out_key</code></em> :</span></p></td>
+<td>on return, the key name of the s390 specific option; this value is
+owned by the setting and should not be modified
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>out_value</code></em> :</span></p></td>
+<td>on return, the value of the key of the s390 specific option; this
+value is owned by the setting and should not be modified
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success if the index was valid and an option was found,
+<a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if the index was invalid (ie, greater than the number of options
+currently held by the setting)
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_setting_wired_get_s390_option_by_key ()">
+<a name="nm-setting-wired-get-s390-option-by-key"></a><h3>nm_setting_wired_get_s390_option_by_key ()</h3>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_wired_get_s390_option_by_key
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *key</code></em>);</pre>
+<p>
+Returns the value associated with the s390-specific option specified by
+<em class="parameter"><code>key</code></em>, if it exists.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>the <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
+<td>the key for which to retrieve the value
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> the value, or NULL if the key/value pair was never added to the
+setting; the value is owned by the setting and must not be modified
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_setting_wired_add_s390_option ()">
+<a name="nm-setting-wired-add-s390-option"></a><h3>nm_setting_wired_add_s390_option ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_wired_add_s390_option    (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *key</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *item</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -472,6 +632,44 @@ href="../libnm-util/NMSettingWired.html"
 </td>
 </tr>
 <tr>
+<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_setting_wired_remove_s390_option ()">
+<a name="nm-setting-wired-remove-s390-option"></a><h3>nm_setting_wired_remove_s390_option ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_wired_remove_s390_option (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *key</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td>
 </td>
@@ -484,74 +682,102 @@ href="../libnm-util/NMSettingWired.html"
 <a name="NMSettingWired.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "auto-negotiate" property'>
 <a name="NMSettingWired--auto-negotiate"></a><h3>The <code class="literal">"auto-negotiate"</code> property</h3>
-<pre class="programlisting">  "auto-negotiate"           <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>              : Read / Write / Construct</pre>
+<pre class="programlisting">  "auto-negotiate"           <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 <p>If TRUE, allow auto-negotiation of port speed and duplex mode.  If FALSE, do not allow auto-negotiation,in which case the 'speed' and 'duplex' properties should be set.</p>
 <p>Default value: TRUE</p>
 </div>
 <hr>
+<div class="refsect2" title='The "cloned-mac-address" property'>
+<a name="NMSettingWired--cloned-mac-address"></a><h3>The <code class="literal">"cloned-mac-address"</code> property</h3>
+<pre class="programlisting">  "cloned-mac-address"       <span class="type">GArray_guchar_</span>*       : Read / Write</pre>
+<p>
+If specified, request that the device use this MAC address instead of its
+permanent MAC address.  This is known as MAC cloning or spoofing.
+</p>
+</div>
+<hr>
 <div class="refsect2" title='The "duplex" property'>
 <a name="NMSettingWired--duplex"></a><h3>The <code class="literal">"duplex"</code> property</h3>
-<pre class="programlisting">  "duplex"                   <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "duplex"                   <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 If specified, request that the device only use the specified duplex mode.
-Either 'half' or 'full'.</p>
-<p>
+Either 'half' or 'full'.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "mac-address" property'>
 <a name="NMSettingWired--mac-address"></a><h3>The <code class="literal">"mac-address"</code> property</h3>
-<pre class="programlisting">  "mac-address"              GArray_guchar_*       : Read / Write</pre>
+<pre class="programlisting">  "mac-address"              <span class="type">GArray_guchar_</span>*       : Read / Write</pre>
 <p>
 If specified, this connection will only apply to the ethernet device
-whose MAC address matches. This property does not change the MAC address
-of the device (known as MAC spoofing).</p>
-<p>
+whose permanent MAC address matches. This property does not change the MAC address
+of the device (i.e. MAC spoofing).
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "mtu" property'>
 <a name="NMSettingWired--mtu"></a><h3>The <code class="literal">"mtu"</code> property</h3>
-<pre class="programlisting">  "mtu"                      <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct</pre>
+<pre class="programlisting">  "mtu"                      <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct</pre>
 <p>
 If non-zero, only transmit packets of the specified size or smaller,
-breaking larger packets up into multiple Ethernet frames.</p>
-<p>
+breaking larger packets up into multiple Ethernet frames.
 </p>
 <p>Default value: 0</p>
 </div>
 <hr>
 <div class="refsect2" title='The "port" property'>
 <a name="NMSettingWired--port"></a><h3>The <code class="literal">"port"</code> property</h3>
-<pre class="programlisting">  "port"                     <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "port"                     <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 Specific port type to use if multiple the device supports multiple
 attachment methods.  One of 'tp' (Twisted Pair), 'aui' (Attachment Unit
 Interface), 'bnc' (Thin Ethernet) or 'mii' (Media Independent Interface.
-If the device supports only one port type, this setting is ignored.</p>
+If the device supports only one port type, this setting is ignored.
+</p>
+<p>Default value: NULL</p>
+</div>
+<hr>
+<div class="refsect2" title='The "s390-nettype" property'>
+<a name="NMSettingWired--s390-nettype"></a><h3>The <code class="literal">"s390-nettype"</code> property</h3>
+<pre class="programlisting">  "s390-nettype"             <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
+s390 network device type; one of 'qeth', 'lcs', or 'ctc', representing
+the different types of virtual network devices available on s390 systems.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
+<div class="refsect2" title='The "s390-options" property'>
+<a name="NMSettingWired--s390-options"></a><h3>The <code class="literal">"s390-options"</code> property</h3>
+<pre class="programlisting">  "s390-options"             <span class="type">GHashTable_gchararray+gchararray_*</span>  : Read / Write</pre>
+<p>
+Dictionary of key/value pairs of s390-specific device options.  Both keys
+and values must be strings.  Allowed keys include 'portno', 'layer2',
+'portname', 'protocol', among others.  Key names must contain only
+alphanumeric characters (ie, [a-zA-Z0-9]).
+</p>
+</div>
+<hr>
+<div class="refsect2" title='The "s390-subchannels" property'>
+<a name="NMSettingWired--s390-subchannels"></a><h3>The <code class="literal">"s390-subchannels"</code> property</h3>
+<pre class="programlisting">  "s390-subchannels"         <span class="type">GPtrArray_gchararray_</span>*  : Read / Write</pre>
+<p>
+Identifies specific subchannels that this network device uses for
+communcation with z/VM or s390 host.  Like <a class="link" href="NMSettingWired.html#NMSettingWired--mac-address" title='The "mac-address" property'><span class="type">"mac-address"</span></a>
+for non-z/VM devices, this property can be used to ensure this connection
+only applies to the network device that uses these subchannels.  The
+list should contain exactly 3 strings, and each string may only be
+composed of hexadecimal characters and the period (.) character.
+</p>
+</div>
+<hr>
 <div class="refsect2" title='The "speed" property'>
 <a name="NMSettingWired--speed"></a><h3>The <code class="literal">"speed"</code> property</h3>
-<pre class="programlisting">  "speed"                    <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct</pre>
+<pre class="programlisting">  "speed"                    <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct</pre>
 <p>
 If non-zero, request that the device use only the specified speed.
-In Mbit/s, ie 100 == 100Mbit/s.</p>
-<p>
+In Mbit/s, ie 100 == 100Mbit/s.
 </p>
 <p>Default value: 0</p>
 </div>
@@ -559,6 +785,6 @@ In Mbit/s, ie 100 == 100Mbit/s.</p>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingWireless.html b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingWireless.html
index 71e29de..eb0e3c4 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingWireless.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingWireless.html
@@ -3,16 +3,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMSettingWireless</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.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="NMSettingWired.html" title="NMSettingWired">
 <link rel="next" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="libnm-util API Reference">
-<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
-<link rel="index" href="api-index-full.html" title="API Index">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@@ -25,12 +22,12 @@
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMSettingWireless.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMSettingWireless.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMSettingWireless.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMSettingWireless.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMSettingWireless.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMSettingWireless.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMSettingWireless.properties" class="shortcut">Properties</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMSettingWireless">
@@ -44,245 +41,77 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMSettingWireless.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-#define             <a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-SETTING-NAME--CAPS"
->NM_SETTING_WIRELESS_SETTING_NAME</a>
-enum                <a
-href="../libnm-util/NMSettingWireless.html#NMSettingWirelessError"
->NMSettingWirelessError</a>;
-#define             <a
-href="../libnm-util/NMSettingWireless.html#NM-TYPE-SETTING-WIRELESS-ERROR--CAPS"
->NM_TYPE_SETTING_WIRELESS_ERROR</a>
-#define             <a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-ERROR--CAPS"
->NM_SETTING_WIRELESS_ERROR</a>
-<a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              <a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-error-quark"
->nm_setting_wireless_error_quark</a>     (void);
-#define             <a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-SSID--CAPS"
->NM_SETTING_WIRELESS_SSID</a>
-#define             <a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-MODE--CAPS"
->NM_SETTING_WIRELESS_MODE</a>
-#define             <a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-BAND--CAPS"
->NM_SETTING_WIRELESS_BAND</a>
-#define             <a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-CHANNEL--CAPS"
->NM_SETTING_WIRELESS_CHANNEL</a>
-#define             <a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-BSSID--CAPS"
->NM_SETTING_WIRELESS_BSSID</a>
-#define             <a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-RATE--CAPS"
->NM_SETTING_WIRELESS_RATE</a>
-#define             <a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-TX-POWER--CAPS"
->NM_SETTING_WIRELESS_TX_POWER</a>
-#define             <a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-MAC-ADDRESS--CAPS"
->NM_SETTING_WIRELESS_MAC_ADDRESS</a>
-#define             <a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-MTU--CAPS"
->NM_SETTING_WIRELESS_MTU</a>
-#define             <a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-SEEN-BSSIDS--CAPS"
->NM_SETTING_WIRELESS_SEEN_BSSIDS</a>
-#define             <a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-SEC--CAPS"
->NM_SETTING_WIRELESS_SEC</a>
-                    <a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless-struct"
->NMSettingWireless</a>;
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-type"
->nm_setting_wireless_get_type</a>        (void);
-<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         <a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-new"
->nm_setting_wireless_new</a>             (void);
-const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  <a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-ssid"
->nm_setting_wireless_get_ssid</a>        (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-mode"
->nm_setting_wireless_get_mode</a>        (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-band"
->nm_setting_wireless_get_band</a>        (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-channel"
->nm_setting_wireless_get_channel</a>     (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting);
-const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  <a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-bssid"
->nm_setting_wireless_get_bssid</a>       (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-rate"
->nm_setting_wireless_get_rate</a>        (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-tx-power"
->nm_setting_wireless_get_tx_power</a>    (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting);
-const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  <a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-mac-address"
->nm_setting_wireless_get_mac_address</a> (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-mtu"
->nm_setting_wireless_get_mtu</a>         (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-security"
->nm_setting_wireless_get_security</a>    (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-add-seen-bssid"
->nm_setting_wireless_add_seen_bssid</a>  (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting,
-                                                         const char *bssid);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-num-seen-bssids"
->nm_setting_wireless_get_num_seen_bssids</a>
-                                                        (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-seen-bssid"
->nm_setting_wireless_get_seen_bssid</a>  (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-ap-security-compatible"
->nm_setting_wireless_ap_security_compatible</a>
-                                                        (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *s_wireless,
-                                                         <a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *s_wireless_sec,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> ap_flags,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> ap_wpa,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> ap_rsn,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> ap_mode);
+<pre class="synopsis">#define             <a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-SETTING-NAME:CAPS" title="NM_SETTING_WIRELESS_SETTING_NAME">NM_SETTING_WIRELESS_SETTING_NAME</a>
+enum                <a class="link" href="NMSettingWireless.html#NMSettingWirelessError" title="enum NMSettingWirelessError">NMSettingWirelessError</a>;
+#define             <a class="link" href="NMSettingWireless.html#NM-TYPE-SETTING-WIRELESS-ERROR:CAPS" title="NM_TYPE_SETTING_WIRELESS_ERROR">NM_TYPE_SETTING_WIRELESS_ERROR</a>
+#define             <a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-ERROR:CAPS" title="NM_SETTING_WIRELESS_ERROR">NM_SETTING_WIRELESS_ERROR</a>
+<a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              <a class="link" href="NMSettingWireless.html#nm-setting-wireless-error-quark" title="nm_setting_wireless_error_quark ()">nm_setting_wireless_error_quark</a>     (<em class="parameter"><code><span class="type">void</span></code></em>);
+#define             <a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-SSID:CAPS" title="NM_SETTING_WIRELESS_SSID">NM_SETTING_WIRELESS_SSID</a>
+#define             <a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-MODE:CAPS" title="NM_SETTING_WIRELESS_MODE">NM_SETTING_WIRELESS_MODE</a>
+#define             <a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-BAND:CAPS" title="NM_SETTING_WIRELESS_BAND">NM_SETTING_WIRELESS_BAND</a>
+#define             <a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-CHANNEL:CAPS" title="NM_SETTING_WIRELESS_CHANNEL">NM_SETTING_WIRELESS_CHANNEL</a>
+#define             <a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-BSSID:CAPS" title="NM_SETTING_WIRELESS_BSSID">NM_SETTING_WIRELESS_BSSID</a>
+#define             <a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-RATE:CAPS" title="NM_SETTING_WIRELESS_RATE">NM_SETTING_WIRELESS_RATE</a>
+#define             <a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-TX-POWER:CAPS" title="NM_SETTING_WIRELESS_TX_POWER">NM_SETTING_WIRELESS_TX_POWER</a>
+#define             <a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-MAC-ADDRESS:CAPS" title="NM_SETTING_WIRELESS_MAC_ADDRESS">NM_SETTING_WIRELESS_MAC_ADDRESS</a>
+#define             <a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-CLONED-MAC-ADDRESS:CAPS" title="NM_SETTING_WIRELESS_CLONED_MAC_ADDRESS">NM_SETTING_WIRELESS_CLONED_MAC_ADDRESS</a>
+#define             <a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-MTU:CAPS" title="NM_SETTING_WIRELESS_MTU">NM_SETTING_WIRELESS_MTU</a>
+#define             <a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-SEEN-BSSIDS:CAPS" title="NM_SETTING_WIRELESS_SEEN_BSSIDS">NM_SETTING_WIRELESS_SEEN_BSSIDS</a>
+#define             <a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-SEC:CAPS" title="NM_SETTING_WIRELESS_SEC">NM_SETTING_WIRELESS_SEC</a>
+                    <a class="link" href="NMSettingWireless.html#NMSettingWireless-struct" title="NMSettingWireless">NMSettingWireless</a>;
+                    <a class="link" href="NMSettingWireless.html#NMSettingWirelessClass" title="NMSettingWirelessClass">NMSettingWirelessClass</a>;
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-type" title="nm_setting_wireless_get_type ()">nm_setting_wireless_get_type</a>        (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         <a class="link" href="NMSettingWireless.html#nm-setting-wireless-new" title="nm_setting_wireless_new ()">nm_setting_wireless_new</a>             (<em class="parameter"><code><span class="type">void</span></code></em>);
+const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  <a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-ssid" title="nm_setting_wireless_get_ssid ()">nm_setting_wireless_get_ssid</a>        (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-mode" title="nm_setting_wireless_get_mode ()">nm_setting_wireless_get_mode</a>        (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-band" title="nm_setting_wireless_get_band ()">nm_setting_wireless_get_band</a>        (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-channel" title="nm_setting_wireless_get_channel ()">nm_setting_wireless_get_channel</a>     (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);
+const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  <a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-bssid" title="nm_setting_wireless_get_bssid ()">nm_setting_wireless_get_bssid</a>       (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-rate" title="nm_setting_wireless_get_rate ()">nm_setting_wireless_get_rate</a>        (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-tx-power" title="nm_setting_wireless_get_tx_power ()">nm_setting_wireless_get_tx_power</a>    (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);
+const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  <a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-mac-address" title="nm_setting_wireless_get_mac_address ()">nm_setting_wireless_get_mac_address</a> (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);
+const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  <a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-cloned-mac-address" title="nm_setting_wireless_get_cloned_mac_address ()">nm_setting_wireless_get_cloned_mac_address</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-mtu" title="nm_setting_wireless_get_mtu ()">nm_setting_wireless_get_mtu</a>         (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-security" title="nm_setting_wireless_get_security ()">nm_setting_wireless_get_security</a>    (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingWireless.html#nm-setting-wireless-add-seen-bssid" title="nm_setting_wireless_add_seen_bssid ()">nm_setting_wireless_add_seen_bssid</a>  (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *bssid</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-num-seen-bssids" title="nm_setting_wireless_get_num_seen_bssids ()">nm_setting_wireless_get_num_seen_bssids</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-seen-bssid" title="nm_setting_wireless_get_seen_bssid ()">nm_setting_wireless_get_seen_bssid</a>  (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingWireless.html#nm-setting-wireless-ap-security-compatible" title="nm_setting_wireless_ap_security_compatible ()">nm_setting_wireless_ap_security_compatible</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *s_wireless</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *s_wireless_sec</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> ap_flags</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> ap_wpa</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> ap_rsn</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> ap_mode</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMSettingWireless.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
-   +----<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----<a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
          +----NMSettingWireless
 </pre>
 </div>
 <div class="refsect1" title="Properties">
 <a name="NMSettingWireless.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless--band"
->band</a>"                     <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless--bssid"
->bssid</a>"                    GArray_guchar_*       : Read / Write
-  "<a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless--channel"
->channel</a>"                  <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless--mac-address"
->mac-address</a>"              GArray_guchar_*       : Read / Write
-  "<a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless--mode"
->mode</a>"                     <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless--mtu"
->mtu</a>"                      <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless--rate"
->rate</a>"                     <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless--security"
->security</a>"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless--seen-bssids"
->seen-bssids</a>"              GSList_gchararray_*   : Read / Write
-  "<a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless--ssid"
->ssid</a>"                     GArray_guchar_*       : Read / Write
-  "<a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless--tx-power"
->tx-power</a>"                 <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct
+  "<a class="link" href="NMSettingWireless.html#NMSettingWireless--band" title='The "band" property'>band</a>"                     <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingWireless.html#NMSettingWireless--bssid" title='The "bssid" property'>bssid</a>"                    <span class="type">GArray_guchar_</span>*       : Read / Write
+  "<a class="link" href="NMSettingWireless.html#NMSettingWireless--channel" title='The "channel" property'>channel</a>"                  <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct
+  "<a class="link" href="NMSettingWireless.html#NMSettingWireless--cloned-mac-address" title='The "cloned-mac-address" property'>cloned-mac-address</a>"       <span class="type">GArray_guchar_</span>*       : Read / Write
+  "<a class="link" href="NMSettingWireless.html#NMSettingWireless--mac-address" title='The "mac-address" property'>mac-address</a>"              <span class="type">GArray_guchar_</span>*       : Read / Write
+  "<a class="link" href="NMSettingWireless.html#NMSettingWireless--mode" title='The "mode" property'>mode</a>"                     <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingWireless.html#NMSettingWireless--mtu" title='The "mtu" property'>mtu</a>"                      <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct
+  "<a class="link" href="NMSettingWireless.html#NMSettingWireless--rate" title='The "rate" property'>rate</a>"                     <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct
+  "<a class="link" href="NMSettingWireless.html#NMSettingWireless--security" title='The "security" property'>security</a>"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingWireless.html#NMSettingWireless--seen-bssids" title='The "seen-bssids" property'>seen-bssids</a>"              <span class="type">GSList_gchararray_</span>*   : Read / Write
+  "<a class="link" href="NMSettingWireless.html#NMSettingWireless--ssid" title='The "ssid" property'>ssid</a>"                     <span class="type">GArray_guchar_</span>*       : Read / Write
+  "<a class="link" href="NMSettingWireless.html#NMSettingWireless--tx-power" title='The "tx-power" property'>tx-power</a>"                 <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct
 </pre>
 </div>
 <div class="refsect1" title="Description">
@@ -293,7 +122,7 @@ href="../glib/glib-Basic-Types.html#guint"
 <div class="refsect1" title="Details">
 <a name="NMSettingWireless.details"></a><h2>Details</h2>
 <div class="refsect2" title="NM_SETTING_WIRELESS_SETTING_NAME">
-<a name="NM-SETTING-WIRELESS-SETTING-NAME--CAPS"></a><h3>NM_SETTING_WIRELESS_SETTING_NAME</h3>
+<a name="NM-SETTING-WIRELESS-SETTING-NAME:CAPS"></a><h3>NM_SETTING_WIRELESS_SETTING_NAME</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_SETTING_NAME "802-11-wireless"
 </pre>
 <p>
@@ -316,7 +145,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_SETTING_WIRELESS_ERROR">
-<a name="NM-TYPE-SETTING-WIRELESS-ERROR--CAPS"></a><h3>NM_TYPE_SETTING_WIRELESS_ERROR</h3>
+<a name="NM-TYPE-SETTING-WIRELESS-ERROR:CAPS"></a><h3>NM_TYPE_SETTING_WIRELESS_ERROR</h3>
 <pre class="programlisting">#define NM_TYPE_SETTING_WIRELESS_ERROR (nm_setting_wireless_error_get_type ()) 
 </pre>
 <p>
@@ -324,7 +153,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_ERROR">
-<a name="NM-SETTING-WIRELESS-ERROR--CAPS"></a><h3>NM_SETTING_WIRELESS_ERROR</h3>
+<a name="NM-SETTING-WIRELESS-ERROR:CAPS"></a><h3>NM_SETTING_WIRELESS_ERROR</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_ERROR nm_setting_wireless_error_quark ()
 </pre>
 <p>
@@ -333,9 +162,7 @@ href="../glib/glib-Basic-Types.html#guint"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_error_quark ()">
 <a name="nm-setting-wireless-error-quark"></a><h3>nm_setting_wireless_error_quark ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              nm_setting_wireless_error_quark     (void);</pre>
+<pre class="programlisting"><a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              nm_setting_wireless_error_quark     (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -349,7 +176,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_SSID">
-<a name="NM-SETTING-WIRELESS-SSID--CAPS"></a><h3>NM_SETTING_WIRELESS_SSID</h3>
+<a name="NM-SETTING-WIRELESS-SSID:CAPS"></a><h3>NM_SETTING_WIRELESS_SSID</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_SSID        "ssid"
 </pre>
 <p>
@@ -357,7 +184,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_MODE">
-<a name="NM-SETTING-WIRELESS-MODE--CAPS"></a><h3>NM_SETTING_WIRELESS_MODE</h3>
+<a name="NM-SETTING-WIRELESS-MODE:CAPS"></a><h3>NM_SETTING_WIRELESS_MODE</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_MODE        "mode"
 </pre>
 <p>
@@ -365,7 +192,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_BAND">
-<a name="NM-SETTING-WIRELESS-BAND--CAPS"></a><h3>NM_SETTING_WIRELESS_BAND</h3>
+<a name="NM-SETTING-WIRELESS-BAND:CAPS"></a><h3>NM_SETTING_WIRELESS_BAND</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_BAND        "band"
 </pre>
 <p>
@@ -373,7 +200,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_CHANNEL">
-<a name="NM-SETTING-WIRELESS-CHANNEL--CAPS"></a><h3>NM_SETTING_WIRELESS_CHANNEL</h3>
+<a name="NM-SETTING-WIRELESS-CHANNEL:CAPS"></a><h3>NM_SETTING_WIRELESS_CHANNEL</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_CHANNEL     "channel"
 </pre>
 <p>
@@ -381,7 +208,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_BSSID">
-<a name="NM-SETTING-WIRELESS-BSSID--CAPS"></a><h3>NM_SETTING_WIRELESS_BSSID</h3>
+<a name="NM-SETTING-WIRELESS-BSSID:CAPS"></a><h3>NM_SETTING_WIRELESS_BSSID</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_BSSID       "bssid"
 </pre>
 <p>
@@ -389,7 +216,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_RATE">
-<a name="NM-SETTING-WIRELESS-RATE--CAPS"></a><h3>NM_SETTING_WIRELESS_RATE</h3>
+<a name="NM-SETTING-WIRELESS-RATE:CAPS"></a><h3>NM_SETTING_WIRELESS_RATE</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_RATE        "rate"
 </pre>
 <p>
@@ -397,7 +224,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_TX_POWER">
-<a name="NM-SETTING-WIRELESS-TX-POWER--CAPS"></a><h3>NM_SETTING_WIRELESS_TX_POWER</h3>
+<a name="NM-SETTING-WIRELESS-TX-POWER:CAPS"></a><h3>NM_SETTING_WIRELESS_TX_POWER</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_TX_POWER    "tx-power"
 </pre>
 <p>
@@ -405,15 +232,23 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_MAC_ADDRESS">
-<a name="NM-SETTING-WIRELESS-MAC-ADDRESS--CAPS"></a><h3>NM_SETTING_WIRELESS_MAC_ADDRESS</h3>
+<a name="NM-SETTING-WIRELESS-MAC-ADDRESS:CAPS"></a><h3>NM_SETTING_WIRELESS_MAC_ADDRESS</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_MAC_ADDRESS "mac-address"
 </pre>
 <p>
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NM_SETTING_WIRELESS_CLONED_MAC_ADDRESS">
+<a name="NM-SETTING-WIRELESS-CLONED-MAC-ADDRESS:CAPS"></a><h3>NM_SETTING_WIRELESS_CLONED_MAC_ADDRESS</h3>
+<pre class="programlisting">#define NM_SETTING_WIRELESS_CLONED_MAC_ADDRESS "cloned-mac-address"
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_MTU">
-<a name="NM-SETTING-WIRELESS-MTU--CAPS"></a><h3>NM_SETTING_WIRELESS_MTU</h3>
+<a name="NM-SETTING-WIRELESS-MTU:CAPS"></a><h3>NM_SETTING_WIRELESS_MTU</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_MTU         "mtu"
 </pre>
 <p>
@@ -421,7 +256,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_SEEN_BSSIDS">
-<a name="NM-SETTING-WIRELESS-SEEN-BSSIDS--CAPS"></a><h3>NM_SETTING_WIRELESS_SEEN_BSSIDS</h3>
+<a name="NM-SETTING-WIRELESS-SEEN-BSSIDS:CAPS"></a><h3>NM_SETTING_WIRELESS_SEEN_BSSIDS</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_SEEN_BSSIDS "seen-bssids"
 </pre>
 <p>
@@ -429,7 +264,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_SEC">
-<a name="NM-SETTING-WIRELESS-SEC--CAPS"></a><h3>NM_SETTING_WIRELESS_SEC</h3>
+<a name="NM-SETTING-WIRELESS-SEC:CAPS"></a><h3>NM_SETTING_WIRELESS_SEC</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_SEC         "security"
 </pre>
 <p>
@@ -443,11 +278,25 @@ href="../glib/glib-Quarks.html#GQuark"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMSettingWirelessClass">
+<a name="NMSettingWirelessClass"></a><h3>NMSettingWirelessClass</h3>
+<pre class="programlisting">typedef struct {
+	NMSettingClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+} NMSettingWirelessClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_setting_wireless_get_type ()">
 <a name="nm-setting-wireless-get-type"></a><h3>nm_setting_wireless_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_setting_wireless_get_type        (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_setting_wireless_get_type        (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -462,9 +311,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_new ()">
 <a name="nm-setting-wireless-new"></a><h3>nm_setting_wireless_new ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         nm_setting_wireless_new             (void);</pre>
+<pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         nm_setting_wireless_new             (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -479,11 +326,7 @@ href="../libnm-util/NMSetting.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_get_ssid ()">
 <a name="nm-setting-wireless-get-ssid"></a><h3>nm_setting_wireless_get_ssid ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  nm_setting_wireless_get_ssid        (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting);</pre>
+<pre class="programlisting">const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  nm_setting_wireless_get_ssid        (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -505,9 +348,7 @@ href="../libnm-util/NMSettingWireless.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_get_mode ()">
 <a name="nm-setting-wireless-get-mode"></a><h3>nm_setting_wireless_get_mode ()</h3>
-<pre class="programlisting">const char *        nm_setting_wireless_get_mode        (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_wireless_get_mode        (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -529,9 +370,7 @@ href="../libnm-util/NMSettingWireless.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_get_band ()">
 <a name="nm-setting-wireless-get-band"></a><h3>nm_setting_wireless_get_band ()</h3>
-<pre class="programlisting">const char *        nm_setting_wireless_get_band        (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_wireless_get_band        (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -553,11 +392,7 @@ href="../libnm-util/NMSettingWireless.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_get_channel ()">
 <a name="nm-setting-wireless-get-channel"></a><h3>nm_setting_wireless_get_channel ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_wireless_get_channel     (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_wireless_get_channel     (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -579,11 +414,7 @@ href="../libnm-util/NMSettingWireless.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_get_bssid ()">
 <a name="nm-setting-wireless-get-bssid"></a><h3>nm_setting_wireless_get_bssid ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  nm_setting_wireless_get_bssid       (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting);</pre>
+<pre class="programlisting">const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  nm_setting_wireless_get_bssid       (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -605,11 +436,7 @@ href="../libnm-util/NMSettingWireless.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_get_rate ()">
 <a name="nm-setting-wireless-get-rate"></a><h3>nm_setting_wireless_get_rate ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_wireless_get_rate        (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_wireless_get_rate        (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -631,11 +458,7 @@ href="../libnm-util/NMSettingWireless.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_get_tx_power ()">
 <a name="nm-setting-wireless-get-tx-power"></a><h3>nm_setting_wireless_get_tx_power ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_wireless_get_tx_power    (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_wireless_get_tx_power    (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -657,11 +480,30 @@ href="../libnm-util/NMSettingWireless.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_get_mac_address ()">
 <a name="nm-setting-wireless-get-mac-address"></a><h3>nm_setting_wireless_get_mac_address ()</h3>
-<pre class="programlisting">const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *  nm_setting_wireless_get_mac_address (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting);</pre>
+<pre class="programlisting">const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  nm_setting_wireless_get_mac_address (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_setting_wireless_get_cloned_mac_address ()">
+<a name="nm-setting-wireless-get-cloned-mac-address"></a><h3>nm_setting_wireless_get_cloned_mac_address ()</h3>
+<pre class="programlisting">const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *  nm_setting_wireless_get_cloned_mac_address
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -683,11 +525,7 @@ href="../libnm-util/NMSettingWireless.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_get_mtu ()">
 <a name="nm-setting-wireless-get-mtu"></a><h3>nm_setting_wireless_get_mtu ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_wireless_get_mtu         (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_wireless_get_mtu         (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -709,9 +547,7 @@ href="../libnm-util/NMSettingWireless.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_get_security ()">
 <a name="nm-setting-wireless-get-security"></a><h3>nm_setting_wireless_get_security ()</h3>
-<pre class="programlisting">const char *        nm_setting_wireless_get_security    (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_wireless_get_security    (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -733,12 +569,8 @@ href="../libnm-util/NMSettingWireless.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_add_seen_bssid ()">
 <a name="nm-setting-wireless-add-seen-bssid"></a><h3>nm_setting_wireless_add_seen_bssid ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_wireless_add_seen_bssid  (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting,
-                                                         const char *bssid);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_wireless_add_seen_bssid  (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *bssid</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -765,12 +597,8 @@ href="../libnm-util/NMSettingWireless.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_get_num_seen_bssids ()">
 <a name="nm-setting-wireless-get-num-seen-bssids"></a><h3>nm_setting_wireless_get_num_seen_bssids ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_wireless_get_num_seen_bssids
-                                                        (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_wireless_get_num_seen_bssids
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -792,12 +620,8 @@ href="../libnm-util/NMSettingWireless.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_get_seen_bssid ()">
 <a name="nm-setting-wireless-get-seen-bssid"></a><h3>nm_setting_wireless_get_seen_bssid ()</h3>
-<pre class="programlisting">const char *        nm_setting_wireless_get_seen_bssid  (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_wireless_get_seen_bssid  (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -824,27 +648,13 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_ap_security_compatible ()">
 <a name="nm-setting-wireless-ap-security-compatible"></a><h3>nm_setting_wireless_ap_security_compatible ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_wireless_ap_security_compatible
-                                                        (<a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a> *s_wireless,
-                                                         <a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *s_wireless_sec,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> ap_flags,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> ap_wpa,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> ap_rsn,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> ap_mode);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_wireless_ap_security_compatible
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *s_wireless</code></em>,
+                                                         <em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *s_wireless_sec</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> ap_flags</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> ap_wpa</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> ap_rsn</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> ap_mode</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -893,117 +703,106 @@ href="../glib/glib-Basic-Types.html#guint32"
 <a name="NMSettingWireless.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "band" property'>
 <a name="NMSettingWireless--band"></a><h3>The <code class="literal">"band"</code> property</h3>
-<pre class="programlisting">  "band"                     <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "band"                     <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 802.11 frequency band of the network.  One of 'a' for 5GHz 802.11a or
 'bg' for 2.4GHz 802.11.  This will lock associations to the WiFi network
 to the specific band, i.e. if 'a' is specified, the device will not
 associate with the same network in the 2.4GHz band even if the network's
 settings are compatible.  This setting depends on specific driver
-capability and may not work with all drivers.</p>
-<p>
+capability and may not work with all drivers.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "bssid" property'>
 <a name="NMSettingWireless--bssid"></a><h3>The <code class="literal">"bssid"</code> property</h3>
-<pre class="programlisting">  "bssid"                    GArray_guchar_*       : Read / Write</pre>
+<pre class="programlisting">  "bssid"                    <span class="type">GArray_guchar_</span>*       : Read / Write</pre>
 <p>
 If specified, directs the device to only associate with the given access
 point.  This capability is highly driver dependent and not supported by
 all devices.  Note: this property does not control the BSSID used when
-creating an Ad-Hoc network and is unlikely to in the future.</p>
-<p>
+creating an Ad-Hoc network and is unlikely to in the future.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "channel" property'>
 <a name="NMSettingWireless--channel"></a><h3>The <code class="literal">"channel"</code> property</h3>
-<pre class="programlisting">  "channel"                  <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct</pre>
+<pre class="programlisting">  "channel"                  <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct</pre>
 <p>
 Wireless channel to use for the WiFi connection.  The device will only
 join (or create for Ad-Hoc networks) a WiFi network on the specified
 channel.  Because channel numbers overlap between bands, this property
-also requires the 'band' property to be set.</p>
-<p>
+also requires the 'band' property to be set.
 </p>
 <p>Default value: 0</p>
 </div>
 <hr>
+<div class="refsect2" title='The "cloned-mac-address" property'>
+<a name="NMSettingWireless--cloned-mac-address"></a><h3>The <code class="literal">"cloned-mac-address"</code> property</h3>
+<pre class="programlisting">  "cloned-mac-address"       <span class="type">GArray_guchar_</span>*       : Read / Write</pre>
+<p>
+If specified, request that the Wifi device use this MAC address instead of its
+permanent MAC address.  This is known as MAC cloning or spoofing.
+</p>
+</div>
+<hr>
 <div class="refsect2" title='The "mac-address" property'>
 <a name="NMSettingWireless--mac-address"></a><h3>The <code class="literal">"mac-address"</code> property</h3>
-<pre class="programlisting">  "mac-address"              GArray_guchar_*       : Read / Write</pre>
+<pre class="programlisting">  "mac-address"              <span class="type">GArray_guchar_</span>*       : Read / Write</pre>
 <p>
 If specified, this connection will only apply to the WiFi device
-whose MAC address matches. This property does not change the MAC address
-of the device (known as MAC spoofing).</p>
-<p>
+whose permanent MAC address matches. This property does not change the MAC address
+of the device (i.e. MAC spoofing).
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "mode" property'>
 <a name="NMSettingWireless--mode"></a><h3>The <code class="literal">"mode"</code> property</h3>
-<pre class="programlisting">  "mode"                     <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "mode"                     <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 WiFi network mode; one of 'infrastructure' or 'adhoc'.  If blank,
-infrastructure is assumed.</p>
-<p>
+infrastructure is assumed.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "mtu" property'>
 <a name="NMSettingWireless--mtu"></a><h3>The <code class="literal">"mtu"</code> property</h3>
-<pre class="programlisting">  "mtu"                      <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct</pre>
+<pre class="programlisting">  "mtu"                      <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct</pre>
 <p>
 If non-zero, only transmit packets of the specified size or smaller,
-breaking larger packets up into multiple Ethernet frames.</p>
-<p>
+breaking larger packets up into multiple Ethernet frames.
 </p>
 <p>Default value: 0</p>
 </div>
 <hr>
 <div class="refsect2" title='The "rate" property'>
 <a name="NMSettingWireless--rate"></a><h3>The <code class="literal">"rate"</code> property</h3>
-<pre class="programlisting">  "rate"                     <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct</pre>
+<pre class="programlisting">  "rate"                     <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct</pre>
 <p>
 If non-zero, directs the device to only use the specified bitrate for
 communication with the access point.  Units are in Kb/s, ie 5500 = 5.5
 Mbit/s.  This property is highly driver dependent and not all devices
-support setting a static bitrate.</p>
-<p>
+support setting a static bitrate.
 </p>
 <p>Default value: 0</p>
 </div>
 <hr>
 <div class="refsect2" title='The "security" property'>
 <a name="NMSettingWireless--security"></a><h3>The <code class="literal">"security"</code> property</h3>
-<pre class="programlisting">  "security"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "security"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 If the wireless connection has any security restrictions, like 802.1x,
 WEP, or WPA, set this property to '802-11-wireless-security' and ensure
-the connection contains a valid 802-11-wireless-security setting.</p>
-<p>
+the connection contains a valid 802-11-wireless-security setting.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "seen-bssids" property'>
 <a name="NMSettingWireless--seen-bssids"></a><h3>The <code class="literal">"seen-bssids"</code> property</h3>
-<pre class="programlisting">  "seen-bssids"              GSList_gchararray_*   : Read / Write</pre>
+<pre class="programlisting">  "seen-bssids"              <span class="type">GSList_gchararray_</span>*   : Read / Write</pre>
 <p>
 A list of BSSIDs (each BSSID formatted as a MAC address like
 '00:11:22:33:44:55') that have been detected as part of the WiFI network.
@@ -1011,30 +810,25 @@ The settings service will usually populate this property by periodically
 asking NetworkManager what the device's current AP is while connected
 to the network (or monitoring the device's 'active-ap' property) and
 adding the current AP'sBSSID to this list.  This list helps NetworkManager
-find hidden APs by matching up scan results with the BSSIDs in this list.</p>
-<p>
+find hidden APs by matching up scan results with the BSSIDs in this list.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "ssid" property'>
 <a name="NMSettingWireless--ssid"></a><h3>The <code class="literal">"ssid"</code> property</h3>
-<pre class="programlisting">  "ssid"                     GArray_guchar_*       : Read / Write</pre>
-<p>
-SSID of the WiFi network.</p>
+<pre class="programlisting">  "ssid"                     <span class="type">GArray_guchar_</span>*       : Read / Write</pre>
 <p>
+SSID of the WiFi network.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "tx-power" property'>
 <a name="NMSettingWireless--tx-power"></a><h3>The <code class="literal">"tx-power"</code> property</h3>
-<pre class="programlisting">  "tx-power"                 <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct</pre>
+<pre class="programlisting">  "tx-power"                 <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct</pre>
 <p>
 If non-zero, directs the device to use the specified transmit power.
 Units are dBm.  This property is highly driver dependent and not all
-devices support setting a static transmit power.</p>
-<p>
+devices support setting a static transmit power.
 </p>
 <p>Default value: 0</p>
 </div>
@@ -1042,6 +836,6 @@ devices support setting a static transmit power.</p>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingWirelessSecurity.html b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingWirelessSecurity.html
index e28587f..143f145 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingWirelessSecurity.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/NMSettingWirelessSecurity.html
@@ -3,16 +3,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NMSettingWirelessSecurity</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.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="NMSettingWireless.html" title="NMSettingWireless">
 <link rel="next" href="NMSettingBluetooth.html" title="NMSettingBluetooth">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="libnm-util API Reference">
-<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
-<link rel="index" href="api-index-full.html" title="API Index">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@@ -25,12 +22,12 @@
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#NMSettingWirelessSecurity.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#NMSettingWirelessSecurity.description" class="shortcut">Description</a>
-                 | 
-                <a href="#NMSettingWirelessSecurity.object-hierarchy" class="shortcut">Object Hierarchy</a>
-                 | 
-                <a href="#NMSettingWirelessSecurity.properties" class="shortcut">Properties</a>
+                   | 
+                  <a href="#NMSettingWirelessSecurity.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#NMSettingWirelessSecurity.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                   | 
+                  <a href="#NMSettingWirelessSecurity.properties" class="shortcut">Properties</a>
 </td></tr>
 </table>
 <div class="refentry" title="NMSettingWirelessSecurity">
@@ -44,353 +41,119 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="NMSettingWirelessSecurity.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-#define             <a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-SETTING-NAME--CAPS"
->NM_SETTING_WIRELESS_SECURITY_SETTING_NAME</a>
-enum                <a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurityError"
->NMSettingWirelessSecurityError</a>;
-#define             <a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-TYPE-SETTING-WIRELESS-SECURITY-ERROR--CAPS"
->NM_TYPE_SETTING_WIRELESS_SECURITY_ERROR</a>
-#define             <a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR--CAPS"
->NM_SETTING_WIRELESS_SECURITY_ERROR</a>
-<a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-error-quark"
->nm_setting_wireless_security_error_quark</a>
-                                                        (void);
-enum                <a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMWepKeyType"
->NMWepKeyType</a>;
-#define             <a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-KEY-MGMT--CAPS"
->NM_SETTING_WIRELESS_SECURITY_KEY_MGMT</a>
-#define             <a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-TX-KEYIDX--CAPS"
->NM_SETTING_WIRELESS_SECURITY_WEP_TX_KEYIDX</a>
-#define             <a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-AUTH-ALG--CAPS"
->NM_SETTING_WIRELESS_SECURITY_AUTH_ALG</a>
-#define             <a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PROTO--CAPS"
->NM_SETTING_WIRELESS_SECURITY_PROTO</a>
-#define             <a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PAIRWISE--CAPS"
->NM_SETTING_WIRELESS_SECURITY_PAIRWISE</a>
-#define             <a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-GROUP--CAPS"
->NM_SETTING_WIRELESS_SECURITY_GROUP</a>
-#define             <a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-LEAP-USERNAME--CAPS"
->NM_SETTING_WIRELESS_SECURITY_LEAP_USERNAME</a>
-#define             <a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY0--CAPS"
->NM_SETTING_WIRELESS_SECURITY_WEP_KEY0</a>
-#define             <a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY1--CAPS"
->NM_SETTING_WIRELESS_SECURITY_WEP_KEY1</a>
-#define             <a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY2--CAPS"
->NM_SETTING_WIRELESS_SECURITY_WEP_KEY2</a>
-#define             <a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY3--CAPS"
->NM_SETTING_WIRELESS_SECURITY_WEP_KEY3</a>
-#define             <a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PSK--CAPS"
->NM_SETTING_WIRELESS_SECURITY_PSK</a>
-#define             <a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-LEAP-PASSWORD--CAPS"
->NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD</a>
-#define             <a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY-TYPE--CAPS"
->NM_SETTING_WIRELESS_SECURITY_WEP_KEY_TYPE</a>
-                    <a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity-struct"
->NMSettingWirelessSecurity</a>;
-<a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-type"
->nm_setting_wireless_security_get_type</a>
-                                                        (void);
-<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-new"
->nm_setting_wireless_security_new</a>    (void);
-const char *        <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-key-mgmt"
->nm_setting_wireless_security_get_key_mgmt</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-num-protos"
->nm_setting_wireless_security_get_num_protos</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-proto"
->nm_setting_wireless_security_get_proto</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-add-proto"
->nm_setting_wireless_security_add_proto</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting,
-                                                         const char *proto);
-void                <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-proto"
->nm_setting_wireless_security_remove_proto</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-void                <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-clear-protos"
->nm_setting_wireless_security_clear_protos</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-num-pairwise"
->nm_setting_wireless_security_get_num_pairwise</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-pairwise"
->nm_setting_wireless_security_get_pairwise</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-add-pairwise"
->nm_setting_wireless_security_add_pairwise</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting,
-                                                         const char *pairwise);
-void                <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-pairwise"
->nm_setting_wireless_security_remove_pairwise</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-void                <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-clear-pairwise"
->nm_setting_wireless_security_clear_pairwise</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-num-groups"
->nm_setting_wireless_security_get_num_groups</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-group"
->nm_setting_wireless_security_get_group</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-add-group"
->nm_setting_wireless_security_add_group</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting,
-                                                         const char *group);
-void                <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-group"
->nm_setting_wireless_security_remove_group</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);
-void                <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-clear-groups"
->nm_setting_wireless_security_clear_groups</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-psk"
->nm_setting_wireless_security_get_psk</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-leap-username"
->nm_setting_wireless_security_get_leap_username</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-leap-password"
->nm_setting_wireless_security_get_leap_password</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-key"
->nm_setting_wireless_security_get_wep_key</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> idx);
-void                <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-set-wep-key"
->nm_setting_wireless_security_set_wep_key</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> idx,
-                                                         const char *key);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-tx-keyidx"
->nm_setting_wireless_security_get_wep_tx_keyidx</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);
-const char *        <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-auth-alg"
->nm_setting_wireless_security_get_auth_alg</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);
-<a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMWepKeyType"
->NMWepKeyType</a>        <a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-key-type"
->nm_setting_wireless_security_get_wep_key_type</a>
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);
+<pre class="synopsis">#define             <a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-SETTING-NAME:CAPS" title="NM_SETTING_WIRELESS_SECURITY_SETTING_NAME">NM_SETTING_WIRELESS_SECURITY_SETTING_NAME</a>
+enum                <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurityError" title="enum NMSettingWirelessSecurityError">NMSettingWirelessSecurityError</a>;
+#define             <a class="link" href="NMSettingWirelessSecurity.html#NM-TYPE-SETTING-WIRELESS-SECURITY-ERROR:CAPS" title="NM_TYPE_SETTING_WIRELESS_SECURITY_ERROR">NM_TYPE_SETTING_WIRELESS_SECURITY_ERROR</a>
+#define             <a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR:CAPS" title="NM_SETTING_WIRELESS_SECURITY_ERROR">NM_SETTING_WIRELESS_SECURITY_ERROR</a>
+<a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-error-quark" title="nm_setting_wireless_security_error_quark ()">nm_setting_wireless_security_error_quark</a>
+                                                        (<em class="parameter"><code><span class="type">void</span></code></em>);
+enum                <a class="link" href="NMSettingWirelessSecurity.html#NMWepKeyType" title="enum NMWepKeyType">NMWepKeyType</a>;
+#define             <a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-KEY-MGMT:CAPS" title="NM_SETTING_WIRELESS_SECURITY_KEY_MGMT">NM_SETTING_WIRELESS_SECURITY_KEY_MGMT</a>
+#define             <a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-TX-KEYIDX:CAPS" title="NM_SETTING_WIRELESS_SECURITY_WEP_TX_KEYIDX">NM_SETTING_WIRELESS_SECURITY_WEP_TX_KEYIDX</a>
+#define             <a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-AUTH-ALG:CAPS" title="NM_SETTING_WIRELESS_SECURITY_AUTH_ALG">NM_SETTING_WIRELESS_SECURITY_AUTH_ALG</a>
+#define             <a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PROTO:CAPS" title="NM_SETTING_WIRELESS_SECURITY_PROTO">NM_SETTING_WIRELESS_SECURITY_PROTO</a>
+#define             <a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PAIRWISE:CAPS" title="NM_SETTING_WIRELESS_SECURITY_PAIRWISE">NM_SETTING_WIRELESS_SECURITY_PAIRWISE</a>
+#define             <a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-GROUP:CAPS" title="NM_SETTING_WIRELESS_SECURITY_GROUP">NM_SETTING_WIRELESS_SECURITY_GROUP</a>
+#define             <a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-LEAP-USERNAME:CAPS" title="NM_SETTING_WIRELESS_SECURITY_LEAP_USERNAME">NM_SETTING_WIRELESS_SECURITY_LEAP_USERNAME</a>
+#define             <a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY0:CAPS" title="NM_SETTING_WIRELESS_SECURITY_WEP_KEY0">NM_SETTING_WIRELESS_SECURITY_WEP_KEY0</a>
+#define             <a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY1:CAPS" title="NM_SETTING_WIRELESS_SECURITY_WEP_KEY1">NM_SETTING_WIRELESS_SECURITY_WEP_KEY1</a>
+#define             <a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY2:CAPS" title="NM_SETTING_WIRELESS_SECURITY_WEP_KEY2">NM_SETTING_WIRELESS_SECURITY_WEP_KEY2</a>
+#define             <a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY3:CAPS" title="NM_SETTING_WIRELESS_SECURITY_WEP_KEY3">NM_SETTING_WIRELESS_SECURITY_WEP_KEY3</a>
+#define             <a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PSK:CAPS" title="NM_SETTING_WIRELESS_SECURITY_PSK">NM_SETTING_WIRELESS_SECURITY_PSK</a>
+#define             <a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-LEAP-PASSWORD:CAPS" title="NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD">NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD</a>
+#define             <a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY-TYPE:CAPS" title="NM_SETTING_WIRELESS_SECURITY_WEP_KEY_TYPE">NM_SETTING_WIRELESS_SECURITY_WEP_KEY_TYPE</a>
+                    <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity-struct" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>;
+                    <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurityClass" title="NMSettingWirelessSecurityClass">NMSettingWirelessSecurityClass</a>;
+<a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-type" title="nm_setting_wireless_security_get_type ()">nm_setting_wireless_security_get_type</a>
+                                                        (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-new" title="nm_setting_wireless_security_new ()">nm_setting_wireless_security_new</a>    (<em class="parameter"><code><span class="type">void</span></code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-key-mgmt" title="nm_setting_wireless_security_get_key_mgmt ()">nm_setting_wireless_security_get_key_mgmt</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-num-protos" title="nm_setting_wireless_security_get_num_protos ()">nm_setting_wireless_security_get_num_protos</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-proto" title="nm_setting_wireless_security_get_proto ()">nm_setting_wireless_security_get_proto</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-add-proto" title="nm_setting_wireless_security_add_proto ()">nm_setting_wireless_security_add_proto</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *proto</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-proto" title="nm_setting_wireless_security_remove_proto ()">nm_setting_wireless_security_remove_proto</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-clear-protos" title="nm_setting_wireless_security_clear_protos ()">nm_setting_wireless_security_clear_protos</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-num-pairwise" title="nm_setting_wireless_security_get_num_pairwise ()">nm_setting_wireless_security_get_num_pairwise</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-pairwise" title="nm_setting_wireless_security_get_pairwise ()">nm_setting_wireless_security_get_pairwise</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-add-pairwise" title="nm_setting_wireless_security_add_pairwise ()">nm_setting_wireless_security_add_pairwise</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *pairwise</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-pairwise" title="nm_setting_wireless_security_remove_pairwise ()">nm_setting_wireless_security_remove_pairwise</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-clear-pairwise" title="nm_setting_wireless_security_clear_pairwise ()">nm_setting_wireless_security_clear_pairwise</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-num-groups" title="nm_setting_wireless_security_get_num_groups ()">nm_setting_wireless_security_get_num_groups</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-group" title="nm_setting_wireless_security_get_group ()">nm_setting_wireless_security_get_group</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-add-group" title="nm_setting_wireless_security_add_group ()">nm_setting_wireless_security_add_group</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *group</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-group" title="nm_setting_wireless_security_remove_group ()">nm_setting_wireless_security_remove_group</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-clear-groups" title="nm_setting_wireless_security_clear_groups ()">nm_setting_wireless_security_clear_groups</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-psk" title="nm_setting_wireless_security_get_psk ()">nm_setting_wireless_security_get_psk</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-leap-username" title="nm_setting_wireless_security_get_leap_username ()">nm_setting_wireless_security_get_leap_username</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-leap-password" title="nm_setting_wireless_security_get_leap_password ()">nm_setting_wireless_security_get_leap_password</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-key" title="nm_setting_wireless_security_get_wep_key ()">nm_setting_wireless_security_get_wep_key</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> idx</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-set-wep-key" title="nm_setting_wireless_security_set_wep_key ()">nm_setting_wireless_security_set_wep_key</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> idx</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *key</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-tx-keyidx" title="nm_setting_wireless_security_get_wep_tx_keyidx ()">nm_setting_wireless_security_get_wep_tx_keyidx</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-auth-alg" title="nm_setting_wireless_security_get_auth_alg ()">nm_setting_wireless_security_get_auth_alg</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);
+<a class="link" href="NMSettingWirelessSecurity.html#NMWepKeyType" title="enum NMWepKeyType"><span class="returnvalue">NMWepKeyType</span></a>        <a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-key-type" title="nm_setting_wireless_security_get_wep_key_type ()">nm_setting_wireless_security_get_wep_key_type</a>
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
 <a name="NMSettingWirelessSecurity.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
-   +----<a
-href="../libnm-util/NMSetting.html"
->NMSetting</a>
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----<a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
          +----NMSettingWirelessSecurity
 </pre>
 </div>
 <div class="refsect1" title="Properties">
 <a name="NMSettingWirelessSecurity.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--auth-alg"
->auth-alg</a>"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--group"
->group</a>"                    GSList_gchararray_*   : Read / Write
-  "<a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--key-mgmt"
->key-mgmt</a>"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-password"
->leap-password</a>"            <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-username"
->leap-username</a>"            <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--pairwise"
->pairwise</a>"                 GSList_gchararray_*   : Read / Write
-  "<a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--proto"
->proto</a>"                    GSList_gchararray_*   : Read / Write
-  "<a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--psk"
->psk</a>"                      <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key-type"
->wep-key-type</a>"             <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct
-  "<a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key0"
->wep-key0</a>"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key1"
->wep-key1</a>"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key2"
->wep-key2</a>"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key3"
->wep-key3</a>"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write
-  "<a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-tx-keyidx"
->wep-tx-keyidx</a>"            <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct
+  "<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--auth-alg" title='The "auth-alg" property'>auth-alg</a>"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--group" title='The "group" property'>group</a>"                    <span class="type">GSList_gchararray_</span>*   : Read / Write
+  "<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--key-mgmt" title='The "key-mgmt" property'>key-mgmt</a>"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-password" title='The "leap-password" property'>leap-password</a>"            <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-username" title='The "leap-username" property'>leap-username</a>"            <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--pairwise" title='The "pairwise" property'>pairwise</a>"                 <span class="type">GSList_gchararray_</span>*   : Read / Write
+  "<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--proto" title='The "proto" property'>proto</a>"                    <span class="type">GSList_gchararray_</span>*   : Read / Write
+  "<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--psk" title='The "psk" property'>psk</a>"                      <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key-type" title='The "wep-key-type" property'>wep-key-type</a>"             <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct
+  "<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key0" title='The "wep-key0" property'>wep-key0</a>"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key1" title='The "wep-key1" property'>wep-key1</a>"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key2" title='The "wep-key2" property'>wep-key2</a>"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key3" title='The "wep-key3" property'>wep-key3</a>"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
+  "<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-tx-keyidx" title='The "wep-tx-keyidx" property'>wep-tx-keyidx</a>"            <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct
 </pre>
 </div>
 <div class="refsect1" title="Description">
@@ -401,7 +164,7 @@ href="../glib/glib-Basic-Types.html#guint"
 <div class="refsect1" title="Details">
 <a name="NMSettingWirelessSecurity.details"></a><h2>Details</h2>
 <div class="refsect2" title="NM_SETTING_WIRELESS_SECURITY_SETTING_NAME">
-<a name="NM-SETTING-WIRELESS-SECURITY-SETTING-NAME--CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_SETTING_NAME</h3>
+<a name="NM-SETTING-WIRELESS-SECURITY-SETTING-NAME:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_SETTING_NAME</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_SETTING_NAME "802-11-wireless-security"
 </pre>
 <p>
@@ -426,7 +189,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_TYPE_SETTING_WIRELESS_SECURITY_ERROR">
-<a name="NM-TYPE-SETTING-WIRELESS-SECURITY-ERROR--CAPS"></a><h3>NM_TYPE_SETTING_WIRELESS_SECURITY_ERROR</h3>
+<a name="NM-TYPE-SETTING-WIRELESS-SECURITY-ERROR:CAPS"></a><h3>NM_TYPE_SETTING_WIRELESS_SECURITY_ERROR</h3>
 <pre class="programlisting">#define NM_TYPE_SETTING_WIRELESS_SECURITY_ERROR (nm_setting_wireless_security_error_get_type ()) 
 </pre>
 <p>
@@ -434,7 +197,7 @@ href="../glib/glib-Basic-Types.html#guint"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_SECURITY_ERROR">
-<a name="NM-SETTING-WIRELESS-SECURITY-ERROR--CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_ERROR</h3>
+<a name="NM-SETTING-WIRELESS-SECURITY-ERROR:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_ERROR</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_ERROR nm_setting_wireless_security_error_quark ()
 </pre>
 <p>
@@ -443,10 +206,8 @@ href="../glib/glib-Basic-Types.html#guint"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_error_quark ()">
 <a name="nm-setting-wireless-security-error-quark"></a><h3>nm_setting_wireless_security_error_quark ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Quarks.html#GQuark"
->GQuark</a>              nm_setting_wireless_security_error_quark
-                                                        (void);</pre>
+<pre class="programlisting"><a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              nm_setting_wireless_security_error_quark
+                                                        (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -474,7 +235,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_SECURITY_KEY_MGMT">
-<a name="NM-SETTING-WIRELESS-SECURITY-KEY-MGMT--CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_KEY_MGMT</h3>
+<a name="NM-SETTING-WIRELESS-SECURITY-KEY-MGMT:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_KEY_MGMT</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_KEY_MGMT "key-mgmt"
 </pre>
 <p>
@@ -482,7 +243,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_SECURITY_WEP_TX_KEYIDX">
-<a name="NM-SETTING-WIRELESS-SECURITY-WEP-TX-KEYIDX--CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_WEP_TX_KEYIDX</h3>
+<a name="NM-SETTING-WIRELESS-SECURITY-WEP-TX-KEYIDX:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_WEP_TX_KEYIDX</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_WEP_TX_KEYIDX "wep-tx-keyidx"
 </pre>
 <p>
@@ -490,7 +251,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_SECURITY_AUTH_ALG">
-<a name="NM-SETTING-WIRELESS-SECURITY-AUTH-ALG--CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_AUTH_ALG</h3>
+<a name="NM-SETTING-WIRELESS-SECURITY-AUTH-ALG:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_AUTH_ALG</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_AUTH_ALG "auth-alg"
 </pre>
 <p>
@@ -498,7 +259,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_SECURITY_PROTO">
-<a name="NM-SETTING-WIRELESS-SECURITY-PROTO--CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_PROTO</h3>
+<a name="NM-SETTING-WIRELESS-SECURITY-PROTO:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_PROTO</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_PROTO "proto"
 </pre>
 <p>
@@ -506,7 +267,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_SECURITY_PAIRWISE">
-<a name="NM-SETTING-WIRELESS-SECURITY-PAIRWISE--CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_PAIRWISE</h3>
+<a name="NM-SETTING-WIRELESS-SECURITY-PAIRWISE:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_PAIRWISE</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_PAIRWISE "pairwise"
 </pre>
 <p>
@@ -514,7 +275,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_SECURITY_GROUP">
-<a name="NM-SETTING-WIRELESS-SECURITY-GROUP--CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_GROUP</h3>
+<a name="NM-SETTING-WIRELESS-SECURITY-GROUP:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_GROUP</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_GROUP "group"
 </pre>
 <p>
@@ -522,7 +283,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_SECURITY_LEAP_USERNAME">
-<a name="NM-SETTING-WIRELESS-SECURITY-LEAP-USERNAME--CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_LEAP_USERNAME</h3>
+<a name="NM-SETTING-WIRELESS-SECURITY-LEAP-USERNAME:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_LEAP_USERNAME</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_LEAP_USERNAME "leap-username"
 </pre>
 <p>
@@ -530,7 +291,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_SECURITY_WEP_KEY0">
-<a name="NM-SETTING-WIRELESS-SECURITY-WEP-KEY0--CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_WEP_KEY0</h3>
+<a name="NM-SETTING-WIRELESS-SECURITY-WEP-KEY0:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_WEP_KEY0</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY0 "wep-key0"
 </pre>
 <p>
@@ -538,7 +299,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_SECURITY_WEP_KEY1">
-<a name="NM-SETTING-WIRELESS-SECURITY-WEP-KEY1--CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_WEP_KEY1</h3>
+<a name="NM-SETTING-WIRELESS-SECURITY-WEP-KEY1:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_WEP_KEY1</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY1 "wep-key1"
 </pre>
 <p>
@@ -546,7 +307,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_SECURITY_WEP_KEY2">
-<a name="NM-SETTING-WIRELESS-SECURITY-WEP-KEY2--CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_WEP_KEY2</h3>
+<a name="NM-SETTING-WIRELESS-SECURITY-WEP-KEY2:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_WEP_KEY2</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY2 "wep-key2"
 </pre>
 <p>
@@ -554,7 +315,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_SECURITY_WEP_KEY3">
-<a name="NM-SETTING-WIRELESS-SECURITY-WEP-KEY3--CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_WEP_KEY3</h3>
+<a name="NM-SETTING-WIRELESS-SECURITY-WEP-KEY3:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_WEP_KEY3</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY3 "wep-key3"
 </pre>
 <p>
@@ -562,7 +323,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_SECURITY_PSK">
-<a name="NM-SETTING-WIRELESS-SECURITY-PSK--CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_PSK</h3>
+<a name="NM-SETTING-WIRELESS-SECURITY-PSK:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_PSK</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_PSK "psk"
 </pre>
 <p>
@@ -570,7 +331,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD">
-<a name="NM-SETTING-WIRELESS-SECURITY-LEAP-PASSWORD--CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD</h3>
+<a name="NM-SETTING-WIRELESS-SECURITY-LEAP-PASSWORD:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD "leap-password"
 </pre>
 <p>
@@ -578,7 +339,7 @@ href="../glib/glib-Quarks.html#GQuark"
 </div>
 <hr>
 <div class="refsect2" title="NM_SETTING_WIRELESS_SECURITY_WEP_KEY_TYPE">
-<a name="NM-SETTING-WIRELESS-SECURITY-WEP-KEY-TYPE--CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_WEP_KEY_TYPE</h3>
+<a name="NM-SETTING-WIRELESS-SECURITY-WEP-KEY-TYPE:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_WEP_KEY_TYPE</h3>
 <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY_TYPE "wep-key-type"
 </pre>
 <p>
@@ -592,12 +353,26 @@ href="../glib/glib-Quarks.html#GQuark"
 </p>
 </div>
 <hr>
+<div class="refsect2" title="NMSettingWirelessSecurityClass">
+<a name="NMSettingWirelessSecurityClass"></a><h3>NMSettingWirelessSecurityClass</h3>
+<pre class="programlisting">typedef struct {
+	NMSettingClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+} NMSettingWirelessSecurityClass;
+</pre>
+<p>
+</p>
+</div>
+<hr>
 <div class="refsect2" title="nm_setting_wireless_security_get_type ()">
 <a name="nm-setting-wireless-security-get-type"></a><h3>nm_setting_wireless_security_get_type ()</h3>
-<pre class="programlisting"><a
-href="../gobject/gobject-Type-Information.html#GType"
->GType</a>               nm_setting_wireless_security_get_type
-                                                        (void);</pre>
+<pre class="programlisting"><a href="../gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               nm_setting_wireless_security_get_type
+                                                        (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -612,9 +387,7 @@ href="../gobject/gobject-Type-Information.html#GType"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_new ()">
 <a name="nm-setting-wireless-security-new"></a><h3>nm_setting_wireless_security_new ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSetting.html"
->NMSetting</a> *         nm_setting_wireless_security_new    (void);</pre>
+<pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> *         nm_setting_wireless_security_new    (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -629,10 +402,8 @@ href="../libnm-util/NMSetting.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_get_key_mgmt ()">
 <a name="nm-setting-wireless-security-get-key-mgmt"></a><h3>nm_setting_wireless_security_get_key_mgmt ()</h3>
-<pre class="programlisting">const char *        nm_setting_wireless_security_get_key_mgmt
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_wireless_security_get_key_mgmt
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -654,12 +425,8 @@ href="../libnm-util/NMSettingWirelessSecurity.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_get_num_protos ()">
 <a name="nm-setting-wireless-security-get-num-protos"></a><h3>nm_setting_wireless_security_get_num_protos ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_wireless_security_get_num_protos
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_wireless_security_get_num_protos
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -681,13 +448,9 @@ href="../libnm-util/NMSettingWirelessSecurity.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_get_proto ()">
 <a name="nm-setting-wireless-security-get-proto"></a><h3>nm_setting_wireless_security_get_proto ()</h3>
-<pre class="programlisting">const char *        nm_setting_wireless_security_get_proto
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_wireless_security_get_proto
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -714,13 +477,9 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_add_proto ()">
 <a name="nm-setting-wireless-security-add-proto"></a><h3>nm_setting_wireless_security_add_proto ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_wireless_security_add_proto
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting,
-                                                         const char *proto);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_wireless_security_add_proto
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *proto</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -747,13 +506,9 @@ href="../libnm-util/NMSettingWirelessSecurity.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_remove_proto ()">
 <a name="nm-setting-wireless-security-remove-proto"></a><h3>nm_setting_wireless_security_remove_proto ()</h3>
-<pre class="programlisting">void                nm_setting_wireless_security_remove_proto
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_wireless_security_remove_proto
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -775,10 +530,8 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_clear_protos ()">
 <a name="nm-setting-wireless-security-clear-protos"></a><h3>nm_setting_wireless_security_clear_protos ()</h3>
-<pre class="programlisting">void                nm_setting_wireless_security_clear_protos
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_wireless_security_clear_protos
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -793,12 +546,8 @@ href="../libnm-util/NMSettingWirelessSecurity.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_get_num_pairwise ()">
 <a name="nm-setting-wireless-security-get-num-pairwise"></a><h3>nm_setting_wireless_security_get_num_pairwise ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_wireless_security_get_num_pairwise
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_wireless_security_get_num_pairwise
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -820,13 +569,9 @@ href="../libnm-util/NMSettingWirelessSecurity.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_get_pairwise ()">
 <a name="nm-setting-wireless-security-get-pairwise"></a><h3>nm_setting_wireless_security_get_pairwise ()</h3>
-<pre class="programlisting">const char *        nm_setting_wireless_security_get_pairwise
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_wireless_security_get_pairwise
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -853,13 +598,9 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_add_pairwise ()">
 <a name="nm-setting-wireless-security-add-pairwise"></a><h3>nm_setting_wireless_security_add_pairwise ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_wireless_security_add_pairwise
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting,
-                                                         const char *pairwise);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_wireless_security_add_pairwise
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *pairwise</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -886,13 +627,9 @@ href="../libnm-util/NMSettingWirelessSecurity.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_remove_pairwise ()">
 <a name="nm-setting-wireless-security-remove-pairwise"></a><h3>nm_setting_wireless_security_remove_pairwise ()</h3>
-<pre class="programlisting">void                nm_setting_wireless_security_remove_pairwise
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_wireless_security_remove_pairwise
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -914,10 +651,8 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_clear_pairwise ()">
 <a name="nm-setting-wireless-security-clear-pairwise"></a><h3>nm_setting_wireless_security_clear_pairwise ()</h3>
-<pre class="programlisting">void                nm_setting_wireless_security_clear_pairwise
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_wireless_security_clear_pairwise
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -932,12 +667,8 @@ href="../libnm-util/NMSettingWirelessSecurity.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_get_num_groups ()">
 <a name="nm-setting-wireless-security-get-num-groups"></a><h3>nm_setting_wireless_security_get_num_groups ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_wireless_security_get_num_groups
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_wireless_security_get_num_groups
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -959,13 +690,9 @@ href="../libnm-util/NMSettingWirelessSecurity.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_get_group ()">
 <a name="nm-setting-wireless-security-get-group"></a><h3>nm_setting_wireless_security_get_group ()</h3>
-<pre class="programlisting">const char *        nm_setting_wireless_security_get_group
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_wireless_security_get_group
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -992,13 +719,9 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_add_group ()">
 <a name="nm-setting-wireless-security-add-group"></a><h3>nm_setting_wireless_security_add_group ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_setting_wireless_security_add_group
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting,
-                                                         const char *group);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_setting_wireless_security_add_group
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *group</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1025,13 +748,9 @@ href="../libnm-util/NMSettingWirelessSecurity.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_remove_group ()">
 <a name="nm-setting-wireless-security-remove-group"></a><h3>nm_setting_wireless_security_remove_group ()</h3>
-<pre class="programlisting">void                nm_setting_wireless_security_remove_group
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> i);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_wireless_security_remove_group
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> i</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1053,10 +772,8 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_clear_groups ()">
 <a name="nm-setting-wireless-security-clear-groups"></a><h3>nm_setting_wireless_security_clear_groups ()</h3>
-<pre class="programlisting">void                nm_setting_wireless_security_clear_groups
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_wireless_security_clear_groups
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1071,10 +788,8 @@ href="../libnm-util/NMSettingWirelessSecurity.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_get_psk ()">
 <a name="nm-setting-wireless-security-get-psk"></a><h3>nm_setting_wireless_security_get_psk ()</h3>
-<pre class="programlisting">const char *        nm_setting_wireless_security_get_psk
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_wireless_security_get_psk
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1096,10 +811,8 @@ href="../libnm-util/NMSettingWirelessSecurity.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_get_leap_username ()">
 <a name="nm-setting-wireless-security-get-leap-username"></a><h3>nm_setting_wireless_security_get_leap_username ()</h3>
-<pre class="programlisting">const char *        nm_setting_wireless_security_get_leap_username
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_wireless_security_get_leap_username
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1121,10 +834,8 @@ href="../libnm-util/NMSettingWirelessSecurity.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_get_leap_password ()">
 <a name="nm-setting-wireless-security-get-leap-password"></a><h3>nm_setting_wireless_security_get_leap_password ()</h3>
-<pre class="programlisting">const char *        nm_setting_wireless_security_get_leap_password
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_wireless_security_get_leap_password
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1146,13 +857,9 @@ href="../libnm-util/NMSettingWirelessSecurity.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_get_wep_key ()">
 <a name="nm-setting-wireless-security-get-wep-key"></a><h3>nm_setting_wireless_security_get_wep_key ()</h3>
-<pre class="programlisting">const char *        nm_setting_wireless_security_get_wep_key
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> idx);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_wireless_security_get_wep_key
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> idx</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1179,14 +886,10 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_set_wep_key ()">
 <a name="nm-setting-wireless-security-set-wep-key"></a><h3>nm_setting_wireless_security_set_wep_key ()</h3>
-<pre class="programlisting">void                nm_setting_wireless_security_set_wep_key
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> idx,
-                                                         const char *key);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_setting_wireless_security_set_wep_key
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> idx</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *key</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1213,12 +916,8 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_get_wep_tx_keyidx ()">
 <a name="nm-setting-wireless-security-get-wep-tx-keyidx"></a><h3>nm_setting_wireless_security_get_wep_tx_keyidx ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_setting_wireless_security_get_wep_tx_keyidx
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_setting_wireless_security_get_wep_tx_keyidx
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1240,10 +939,8 @@ href="../libnm-util/NMSettingWirelessSecurity.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_get_auth_alg ()">
 <a name="nm-setting-wireless-security-get-auth-alg"></a><h3>nm_setting_wireless_security_get_auth_alg ()</h3>
-<pre class="programlisting">const char *        nm_setting_wireless_security_get_auth_alg
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_setting_wireless_security_get_auth_alg
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1265,12 +962,8 @@ href="../libnm-util/NMSettingWirelessSecurity.html"
 <hr>
 <div class="refsect2" title="nm_setting_wireless_security_get_wep_key_type ()">
 <a name="nm-setting-wireless-security-get-wep-key-type"></a><h3>nm_setting_wireless_security_get_wep_key_type ()</h3>
-<pre class="programlisting"><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMWepKeyType"
->NMWepKeyType</a>        nm_setting_wireless_security_get_wep_key_type
-                                                        (<a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a> *setting);</pre>
+<pre class="programlisting"><a class="link" href="NMSettingWirelessSecurity.html#NMWepKeyType" title="enum NMWepKeyType"><span class="returnvalue">NMWepKeyType</span></a>        nm_setting_wireless_security_get_wep_key_type
+                                                        (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1294,116 +987,96 @@ href="../libnm-util/NMSettingWirelessSecurity.html"
 <a name="NMSettingWirelessSecurity.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "auth-alg" property'>
 <a name="NMSettingWirelessSecurity--auth-alg"></a><h3>The <code class="literal">"auth-alg"</code> property</h3>
-<pre class="programlisting">  "auth-alg"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "auth-alg"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 When WEP is used (ie, key-mgmt = 'none' or 'ieee8021x') indicate the
 802.11 authentication algorithm required by the AP here.  One of 'open'
 for Open System, 'shared' for Shared Key, or 'leap' for Cisco LEAP.
 When using Cisco LEAP (ie, key-mgmt = 'ieee8021x' and auth-alg = 'leap')
-the 'leap-username' and 'leap-password' properties must be specified.</p>
-<p>
+the 'leap-username' and 'leap-password' properties must be specified.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "group" property'>
 <a name="NMSettingWirelessSecurity--group"></a><h3>The <code class="literal">"group"</code> property</h3>
-<pre class="programlisting">  "group"                    GSList_gchararray_*   : Read / Write</pre>
+<pre class="programlisting">  "group"                    <span class="type">GSList_gchararray_</span>*   : Read / Write</pre>
 <p>
 If specified, will only connect to WPA networks that provide the
 specified group/multicast encryption capabilities.  Each element may be
-one of 'wep40', 'wep104', 'tkip', or 'ccmp'.</p>
-<p>
+one of 'wep40', 'wep104', 'tkip', or 'ccmp'.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "key-mgmt" property'>
 <a name="NMSettingWirelessSecurity--key-mgmt"></a><h3>The <code class="literal">"key-mgmt"</code> property</h3>
-<pre class="programlisting">  "key-mgmt"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "key-mgmt"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 Key management used for the connection.  One of 'none' (WEP), 'ieee8021x'
 (Dynamic WEP), 'wpa-none' (Ad-Hoc WPA-PSK), 'wpa-psk' (infrastructure
 WPA-PSK), or 'wpa-eap' (WPA-Enterprise).  This property must be set for
-any WiFi connection that uses security.</p>
-<p>
+any WiFi connection that uses security.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "leap-password" property'>
 <a name="NMSettingWirelessSecurity--leap-password"></a><h3>The <code class="literal">"leap-password"</code> property</h3>
-<pre class="programlisting">  "leap-password"            <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "leap-password"            <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 The login password for legacy LEAP connections (ie, key-mgmt =
-'ieee8021x' and auth-alg = 'leap').</p>
-<p>
+'ieee8021x' and auth-alg = 'leap').
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "leap-username" property'>
 <a name="NMSettingWirelessSecurity--leap-username"></a><h3>The <code class="literal">"leap-username"</code> property</h3>
-<pre class="programlisting">  "leap-username"            <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "leap-username"            <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 The login username for legacy LEAP connections (ie, key-mgmt =
-'ieee8021x' and auth-alg = 'leap').</p>
-<p>
+'ieee8021x' and auth-alg = 'leap').
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "pairwise" property'>
 <a name="NMSettingWirelessSecurity--pairwise"></a><h3>The <code class="literal">"pairwise"</code> property</h3>
-<pre class="programlisting">  "pairwise"                 GSList_gchararray_*   : Read / Write</pre>
+<pre class="programlisting">  "pairwise"                 <span class="type">GSList_gchararray_</span>*   : Read / Write</pre>
 <p>
 If specified, will only connect to WPA networks that provide the
 specified pairwise encryption capabilities.  Each element may be one of
-'wep40', 'wep104', 'tkip', or 'ccmp'.</p>
-<p>
+'wep40', 'wep104', 'tkip', or 'ccmp'.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "proto" property'>
 <a name="NMSettingWirelessSecurity--proto"></a><h3>The <code class="literal">"proto"</code> property</h3>
-<pre class="programlisting">  "proto"                    GSList_gchararray_*   : Read / Write</pre>
+<pre class="programlisting">  "proto"                    <span class="type">GSList_gchararray_</span>*   : Read / Write</pre>
 <p>
 List of strings specifying the allowed WPA protocol versions to use.
 Each element may be one 'wpa' (allow WPA) or 'rsn' (allow WPA2/RSN).  If
-not specified, both WPA and RSN connections are allowed.</p>
-<p>
+not specified, both WPA and RSN connections are allowed.
 </p>
 </div>
 <hr>
 <div class="refsect2" title='The "psk" property'>
 <a name="NMSettingWirelessSecurity--psk"></a><h3>The <code class="literal">"psk"</code> property</h3>
-<pre class="programlisting">  "psk"                      <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "psk"                      <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 Pre-Shared-Key for WPA networks.  If the key is 64-characters long, it
 must contain only hexadecimal characters and is interpreted as a
 hexadecimal WPA key.  Otherwise, the key must be between 8 and 63 ASCII
 characters (as specified in the 802.11i standard) and is interpreted as
 a WPA passphrase, and is hashed to derive the actual WPA-PSK used when
-connecting to the WiFi network.</p>
-<p>
+connecting to the WiFi network.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "wep-key-type" property'>
 <a name="NMSettingWirelessSecurity--wep-key-type"></a><h3>The <code class="literal">"wep-key-type"</code> property</h3>
-<pre class="programlisting">  "wep-key-type"             <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct</pre>
+<pre class="programlisting">  "wep-key-type"             <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct</pre>
 <p>
 Controls the interpretation of WEP keys.  Allowed values are 1 (interpret
 WEP keys as hexadecimal or ASCII keys) or 2 (interpret WEP keys as WEP
@@ -1411,8 +1084,7 @@ Passphrases).  If set to 1 and the keys are hexadecimal, they must be
 either 10 or 26 characters in length.  If set to 1 and the keys are
 ASCII keys, they must be either 5 or 13 characters in length.  If set to
 2, the passphrase is hashed using the de-facto MD5 method to derive the
-actual WEP key.</p>
-<p>
+actual WEP key.
 </p>
 <p>Allowed values: &lt;= 2</p>
 <p>Default value: 0</p>
@@ -1420,67 +1092,52 @@ actual WEP key.</p>
 <hr>
 <div class="refsect2" title='The "wep-key0" property'>
 <a name="NMSettingWirelessSecurity--wep-key0"></a><h3>The <code class="literal">"wep-key0"</code> property</h3>
-<pre class="programlisting">  "wep-key0"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "wep-key0"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 Index 0 WEP key.  This is the WEP key used in most networks.  See the
-'wep-key-type' property for a description of how this key is interpreted.</p>
-<p>
+'wep-key-type' property for a description of how this key is interpreted.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "wep-key1" property'>
 <a name="NMSettingWirelessSecurity--wep-key1"></a><h3>The <code class="literal">"wep-key1"</code> property</h3>
-<pre class="programlisting">  "wep-key1"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "wep-key1"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 Index 1 WEP key.  This WEP index is not used by most networks.  See the
-'wep-key-type' property for a description of how this key is interpreted.</p>
-<p>
+'wep-key-type' property for a description of how this key is interpreted.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "wep-key2" property'>
 <a name="NMSettingWirelessSecurity--wep-key2"></a><h3>The <code class="literal">"wep-key2"</code> property</h3>
-<pre class="programlisting">  "wep-key2"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "wep-key2"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 Index 2 WEP key.  This WEP index is not used by most networks.  See the
-'wep-key-type' property for a description of how this key is interpreted.</p>
-<p>
+'wep-key-type' property for a description of how this key is interpreted.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "wep-key3" property'>
 <a name="NMSettingWirelessSecurity--wep-key3"></a><h3>The <code class="literal">"wep-key3"</code> property</h3>
-<pre class="programlisting">  "wep-key3"                 <a
-href="../glib/glib-Basic-Types.html#gchar"
->gchar</a>*                : Read / Write</pre>
+<pre class="programlisting">  "wep-key3"                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 <p>
 Index 3 WEP key.  This WEP index is not used by most networks.  See the
-'wep-key-type' property for a description of how this key is interpreted.</p>
-<p>
+'wep-key-type' property for a description of how this key is interpreted.
 </p>
 <p>Default value: NULL</p>
 </div>
 <hr>
 <div class="refsect2" title='The "wep-tx-keyidx" property'>
 <a name="NMSettingWirelessSecurity--wep-tx-keyidx"></a><h3>The <code class="literal">"wep-tx-keyidx"</code> property</h3>
-<pre class="programlisting">  "wep-tx-keyidx"            <a
-href="../glib/glib-Basic-Types.html#guint"
->guint</a>                 : Read / Write / Construct</pre>
+<pre class="programlisting">  "wep-tx-keyidx"            <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct</pre>
 <p>
 When static WEP is used (ie, key-mgmt = 'none') and a non-default WEP key
 index is used by the AP, put that WEP key index here.  Valid values are 0
 (default key) through 3.  Note that some consumer access points (like the
-Linksys WRT54G) number the keys 1 - 4.</p>
-<p>
+Linksys WRT54G) number the keys 1 - 4.
 </p>
 <p>Allowed values: &lt;= 3</p>
 <p>Default value: 0</p>
@@ -1489,6 +1146,6 @@ Linksys WRT54G) number the keys 1 - 4.</p>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/annotation-glossary.html b/projects.gnome.org/NetworkManager/developers/libnm-util/08/annotation-glossary.html
new file mode 100644
index 0000000..563fa60
--- /dev/null
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/annotation-glossary.html
@@ -0,0 +1,36 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Annotation Glossary</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="index.html" title="libnm-util Reference Manual">
+<link rel="up" href="index.html" title="libnm-util Reference Manual">
+<link rel="prev" href="api-index-full.html" title="API Index">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
+<tr valign="middle">
+<td><a accesskey="p" href="api-index-full.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td> </td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
+<th width="100%" align="center">libnm-util Reference Manual</th>
+<td> </td>
+</tr>
+<tr><td colspan="5" class="shortcuts"><a class="shortcut" href="#glsE">E</a></td></tr>
+</table>
+<div class="glossary" title="Annotation Glossary">
+<div class="titlepage"><div><div><h2 class="title">
+<a name="annotation-glossary"></a>Annotation Glossary</h2></div></div></div>
+<a name="glsE"></a><h3 class="title">E</h3>
+<dt>
+<a name="annotation-glossterm-element-type"></a>element-type</dt>
+<dd><p>Generics and defining elements of containers and arrays.</p></dd>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.15</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/api-index-full.html b/projects.gnome.org/NetworkManager/developers/libnm-util/08/api-index-full.html
index 73ea911..195b24d 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/api-index-full.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/api-index-full.html
@@ -3,3065 +3,3304 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Index</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="index.html" title="libnm-util Reference Manual">
 <link rel="up" href="index.html" title="libnm-util Reference Manual">
 <link rel="prev" href="object-tree.html" title="Object Hierarchy">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="libnm-util API Reference">
-<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
-<link rel="index" href="api-index-full.html" title="API Index">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
-<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
+<tr valign="middle">
 <td><a accesskey="p" href="object-tree.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 <td> </td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 <th width="100%" align="center">libnm-util Reference Manual</th>
-<td> </td>
-</tr></table>
+<td><a accesskey="n" href="annotation-glossary.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts">
+<a class="shortcut" href="#idxC">C</a>
+                      | 
+                   <a class="shortcut" href="#idxD">D</a>
+                      | 
+                   <a class="shortcut" href="#idxE">E</a>
+                      | 
+                   <a class="shortcut" href="#idxG">G</a>
+                      | 
+                   <a class="shortcut" href="#idxI">I</a>
+                      | 
+                   <a class="shortcut" href="#idxP">P</a>
+                      | 
+                   <a class="shortcut" href="#idxS">S</a>
+                      | 
+                   <a class="shortcut" href="#idxT">T</a>
+                      | 
+                   <a class="shortcut" href="#idxU">U</a>
+                      | 
+                   <a class="shortcut" href="#idxV">V</a>
+                      | 
+                   <a class="shortcut" href="#idxW">W</a>
+</td></tr>
+</table>
 <div class="index" title="API Index">
 <div class="titlepage"><div><div><h2 class="title">
 <a name="api-index-full"></a>API Index</h2></div></div></div>
-<div class="indexdiv">
-<div class="indexdiv" title="N">
-<h3 class="title">N</h3>
-<dl>
-<dt><a
-href="../libnm-util/NMConnection.html#NMConnection-struct"
->NMConnection</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#NMConnection-secrets-updated"
->NMConnection::secrets-updated</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#NMConnection--path"
->NMConnection:path</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#NMConnection--scope"
->NMConnection:scope</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#NMConnectionError"
->NMConnectionError</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#NMConnectionScope"
->NMConnectionScope</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
->NMIP4Address</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
->NMIP4Route</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Address"
->NMIP6Address</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NMIP6Route"
->NMIP6Route</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#NMSetting-struct"
->NMSetting</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x-struct"
->NMSetting8021x</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--anonymous-identity"
->NMSetting8021x:anonymous-identity</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--ca-cert"
->NMSetting8021x:ca-cert</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--ca-path"
->NMSetting8021x:ca-path</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--client-cert"
->NMSetting8021x:client-cert</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--eap"
->NMSetting8021x:eap</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--identity"
->NMSetting8021x:identity</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--password"
->NMSetting8021x:password</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase1-fast-provisioning"
->NMSetting8021x:phase1-fast-provisioning</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase1-peaplabel"
->NMSetting8021x:phase1-peaplabel</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase1-peapver"
->NMSetting8021x:phase1-peapver</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-auth"
->NMSetting8021x:phase2-auth</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-autheap"
->NMSetting8021x:phase2-autheap</a></dt>
-<dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-ca-cert"
->NMSetting8021x:phase2-ca-cert</a></dt>
+<a name="idx"></a><a name="idxC"></a><h3 class="title">C</h3>
+<dt>
+<a class="link" href="NMConnection.html#NMConnection-struct" title="NMConnection">NMConnection</a>, struct in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-ca-path"
->NMSetting8021x:phase2-ca-path</a></dt>
+<dt>
+<a class="link" href="NMConnection.html#NMConnection-secrets-updated" title='The "secrets-updated" signal'>NMConnection::secrets-updated</a>, object signal in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-client-cert"
->NMSetting8021x:phase2-client-cert</a></dt>
+<dt>
+<a class="link" href="NMConnection.html#NMConnection--path" title='The "path" property'>NMConnection:path</a>, object property in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-private-key"
->NMSetting8021x:phase2-private-key</a></dt>
+<dt>
+<a class="link" href="NMConnection.html#NMConnection--scope" title='The "scope" property'>NMConnection:scope</a>, object property in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-private-key-password"
->NMSetting8021x:phase2-private-key-password</a></dt>
+<dt>
+<a class="link" href="NMConnection.html#NMConnectionClass" title="NMConnectionClass">NMConnectionClass</a>, struct in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--private-key"
->NMSetting8021x:private-key</a></dt>
+<dt>
+<a class="link" href="NMConnection.html#NMConnectionError" title="enum NMConnectionError">NMConnectionError</a>, enum in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--private-key-password"
->NMSetting8021x:private-key-password</a></dt>
+<dt>
+<a class="link" href="NMConnection.html#NMConnectionScope" title="enum NMConnectionScope">NMConnectionScope</a>, enum in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021x--system-ca-certs"
->NMSetting8021x:system-ca-certs</a></dt>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-add-setting" title="nm_connection_add_setting ()">nm_connection_add_setting</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKFormat"
->NMSetting8021xCKFormat</a></dt>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-clear-secrets" title="nm_connection_clear_secrets ()">nm_connection_clear_secrets</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"
->NMSetting8021xCKScheme</a></dt>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-compare" title="nm_connection_compare ()">nm_connection_compare</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xCKType"
->NMSetting8021xCKType</a></dt>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-create-setting" title="nm_connection_create_setting ()">nm_connection_create_setting</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NMSetting8021xError"
->NMSetting8021xError</a></dt>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-diff" title="nm_connection_diff ()">nm_connection_diff</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-dump" title="nm_connection_dump ()">nm_connection_dump</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-duplicate" title="nm_connection_duplicate ()">nm_connection_duplicate</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMConnection.html#NM-CONNECTION-ERROR:CAPS" title="NM_CONNECTION_ERROR">NM_CONNECTION_ERROR</a>, macro in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-error-quark" title="nm_connection_error_quark ()">nm_connection_error_quark</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-for-each-setting-value" title="nm_connection_for_each_setting_value ()">nm_connection_for_each_setting_value</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-get-path" title="nm_connection_get_path ()">nm_connection_get_path</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-get-scope" title="nm_connection_get_scope ()">nm_connection_get_scope</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-get-setting" title="nm_connection_get_setting ()">nm_connection_get_setting</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-get-setting-by-name" title="nm_connection_get_setting_by_name ()">nm_connection_get_setting_by_name</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-get-type" title="nm_connection_get_type ()">nm_connection_get_type</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-lookup-setting-type" title="nm_connection_lookup_setting_type ()">nm_connection_lookup_setting_type</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-lookup-setting-type-by-quark" title="nm_connection_lookup_setting_type_by_quark ()">nm_connection_lookup_setting_type_by_quark</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-need-secrets" title="nm_connection_need_secrets ()">nm_connection_need_secrets</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-new" title="nm_connection_new ()">nm_connection_new</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#NMSetting--name"
->NMSetting:name</a></dt>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-new-from-hash" title="nm_connection_new_from_hash ()">nm_connection_new_from_hash</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingBluetooth.html#NMSettingBluetooth-struct"
->NMSettingBluetooth</a></dt>
+<dt>
+<a class="link" href="NMConnection.html#NM-CONNECTION-PATH:CAPS" title="NM_CONNECTION_PATH">NM_CONNECTION_PATH</a>, macro in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingBluetooth.html#NMSettingBluetooth--bdaddr"
->NMSettingBluetooth:bdaddr</a></dt>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-remove-setting" title="nm_connection_remove_setting ()">nm_connection_remove_setting</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingBluetooth.html#NMSettingBluetooth--type"
->NMSettingBluetooth:type</a></dt>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-replace-settings" title="nm_connection_replace_settings ()">nm_connection_replace_settings</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingBluetooth.html#NMSettingBluetoothError"
->NMSettingBluetoothError</a></dt>
+<dt>
+<a class="link" href="NMConnection.html#NM-CONNECTION-SCOPE:CAPS" title="NM_CONNECTION_SCOPE">NM_CONNECTION_SCOPE</a>, macro in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingCdma.html#NMSettingCdma-struct"
->NMSettingCdma</a></dt>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-set-path" title="nm_connection_set_path ()">nm_connection_set_path</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingCdma.html#NMSettingCdma--number"
->NMSettingCdma:number</a></dt>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-set-scope" title="nm_connection_set_scope ()">nm_connection_set_scope</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingCdma.html#NMSettingCdma--password"
->NMSettingCdma:password</a></dt>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-to-hash" title="nm_connection_to_hash ()">nm_connection_to_hash</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingCdma.html#NMSettingCdma--username"
->NMSettingCdma:username</a></dt>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-update-secrets" title="nm_connection_update_secrets ()">nm_connection_update_secrets</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingCdma.html#NMSettingCdmaError"
->NMSettingCdmaError</a></dt>
+<dt>
+<a class="link" href="NMConnection.html#nm-connection-verify" title="nm_connection_verify ()">nm_connection_verify</a>, function in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#NMSettingCompareFlags"
->NMSettingCompareFlags</a></dt>
+<a name="idxD"></a><h3 class="title">D</h3>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-debug" title="nm_debug()">nm_debug</a>, macro in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-debug-str" title="nm_debug_str()">nm_debug_str</a>, macro in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<a name="idxE"></a><h3 class="title">E</h3>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-error" title="nm_error()">nm_error</a>, macro in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-error-str" title="nm_error_str()">nm_error_str</a>, macro in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<a name="idxG"></a><h3 class="title">G</h3>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-get-timestamp" title="nm_get_timestamp()">nm_get_timestamp</a>, macro in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMSettingGsm.html#NM-GSM-NETWORK-ANY:CAPS" title="NM_GSM_NETWORK_ANY">NM_GSM_NETWORK_ANY</a>, macro in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMSettingGsm.html#NM-GSM-NETWORK-GPRS-EDGE:CAPS" title="NM_GSM_NETWORK_GPRS_EDGE">NM_GSM_NETWORK_GPRS_EDGE</a>, macro in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMSettingGsm.html#NM-GSM-NETWORK-PREFER-GPRS-EDGE:CAPS" title="NM_GSM_NETWORK_PREFER_GPRS_EDGE">NM_GSM_NETWORK_PREFER_GPRS_EDGE</a>, macro in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMSettingGsm.html#NM-GSM-NETWORK-PREFER-UMTS-HSPA:CAPS" title="NM_GSM_NETWORK_PREFER_UMTS_HSPA">NM_GSM_NETWORK_PREFER_UMTS_HSPA</a>, macro in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMSettingGsm.html#NM-GSM-NETWORK-UMTS-HSPA:CAPS" title="NM_GSM_NETWORK_UMTS_HSPA">NM_GSM_NETWORK_UMTS_HSPA</a>, macro in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
+<dd></dd>
+<a name="idxI"></a><h3 class="title">I</h3>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-info" title="nm_info()">nm_info</a>, macro in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnection-struct"
->NMSettingConnection</a></dt>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-info-str" title="nm_info_str()">nm_info_str</a>, macro in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnection--autoconnect"
->NMSettingConnection:autoconnect</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address">NMIP4Address</a>, typedef in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnection--id"
->NMSettingConnection:id</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route">NMIP4Route</a>, typedef in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnection--read-only"
->NMSettingConnection:read-only</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-address-compare" title="nm_ip4_address_compare ()">nm_ip4_address_compare</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnection--timestamp"
->NMSettingConnection:timestamp</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-address-dup" title="nm_ip4_address_dup ()">nm_ip4_address_dup</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnection--type"
->NMSettingConnection:type</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-address-get-address" title="nm_ip4_address_get_address ()">nm_ip4_address_get_address</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnection--uuid"
->NMSettingConnection:uuid</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-address-get-gateway" title="nm_ip4_address_get_gateway ()">nm_ip4_address_get_gateway</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#NMSettingConnectionError"
->NMSettingConnectionError</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-address-get-prefix" title="nm_ip4_address_get_prefix ()">nm_ip4_address_get_prefix</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#NMSettingError"
->NMSettingError</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-address-new" title="nm_ip4_address_new ()">nm_ip4_address_new</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsm-struct"
->NMSettingGsm</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-address-ref" title="nm_ip4_address_ref ()">nm_ip4_address_ref</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsm--allowed-bands"
->NMSettingGsm:allowed-bands</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-address-set-address" title="nm_ip4_address_set_address ()">nm_ip4_address_set_address</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsm--apn"
->NMSettingGsm:apn</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-address-set-gateway" title="nm_ip4_address_set_gateway ()">nm_ip4_address_set_gateway</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsm--band"
->NMSettingGsm:band</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-address-set-prefix" title="nm_ip4_address_set_prefix ()">nm_ip4_address_set_prefix</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt>NMSettingGsm:home-only</dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-address-unref" title="nm_ip4_address_unref ()">nm_ip4_address_unref</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsm--network-id"
->NMSettingGsm:network-id</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-route-compare" title="nm_ip4_route_compare ()">nm_ip4_route_compare</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsm--network-type"
->NMSettingGsm:network-type</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-route-dup" title="nm_ip4_route_dup ()">nm_ip4_route_dup</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsm--number"
->NMSettingGsm:number</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-route-get-dest" title="nm_ip4_route_get_dest ()">nm_ip4_route_get_dest</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsm--password"
->NMSettingGsm:password</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-route-get-metric" title="nm_ip4_route_get_metric ()">nm_ip4_route_get_metric</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsm--pin"
->NMSettingGsm:pin</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-route-get-next-hop" title="nm_ip4_route_get_next_hop ()">nm_ip4_route_get_next_hop</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsm--puk"
->NMSettingGsm:puk</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-route-get-prefix" title="nm_ip4_route_get_prefix ()">nm_ip4_route_get_prefix</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsm--username"
->NMSettingGsm:username</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-route-new" title="nm_ip4_route_new ()">nm_ip4_route_new</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsmError"
->NMSettingGsmError</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-route-ref" title="nm_ip4_route_ref ()">nm_ip4_route_ref</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsmNetworkBand"
->NMSettingGsmNetworkBand</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-route-set-dest" title="nm_ip4_route_set_dest ()">nm_ip4_route_set_dest</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NMSettingGsmNetworkType"
->NMSettingGsmNetworkType</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-route-set-metric" title="nm_ip4_route_set_metric ()">nm_ip4_route_set_metric</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config-struct"
->NMSettingIP4Config</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-route-set-next-hop" title="nm_ip4_route_set_next_hop ()">nm_ip4_route_set_next_hop</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--addresses"
->NMSettingIP4Config:addresses</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-route-set-prefix" title="nm_ip4_route_set_prefix ()">nm_ip4_route_set_prefix</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dhcp-client-id"
->NMSettingIP4Config:dhcp-client-id</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-ip4-route-unref" title="nm_ip4_route_unref ()">nm_ip4_route_unref</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dhcp-hostname"
->NMSettingIP4Config:dhcp-hostname</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address">NMIP6Address</a>, typedef in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dhcp-send-hostname"
->NMSettingIP4Config:dhcp-send-hostname</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route">NMIP6Route</a>, typedef in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dns"
->NMSettingIP4Config:dns</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-address-compare" title="nm_ip6_address_compare ()">nm_ip6_address_compare</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dns-search"
->NMSettingIP4Config:dns-search</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-address-dup" title="nm_ip6_address_dup ()">nm_ip6_address_dup</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--ignore-auto-dns"
->NMSettingIP4Config:ignore-auto-dns</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-address-get-address" title="nm_ip6_address_get_address ()">nm_ip6_address_get_address</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--ignore-auto-routes"
->NMSettingIP4Config:ignore-auto-routes</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-address-get-gateway" title="nm_ip6_address_get_gateway ()">nm_ip6_address_get_gateway</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--method"
->NMSettingIP4Config:method</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-address-get-prefix" title="nm_ip6_address_get_prefix ()">nm_ip6_address_get_prefix</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--never-default"
->NMSettingIP4Config:never-default</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-address-new" title="nm_ip6_address_new ()">nm_ip6_address_new</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--routes"
->NMSettingIP4Config:routes</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-address-ref" title="nm_ip6_address_ref ()">nm_ip6_address_ref</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NMSettingIP4ConfigError"
->NMSettingIP4ConfigError</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-address-set-address" title="nm_ip6_address_set_address ()">nm_ip6_address_set_address</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config-struct"
->NMSettingIP6Config</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-address-set-gateway" title="nm_ip6_address_set_gateway ()">nm_ip6_address_set_gateway</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--addresses"
->NMSettingIP6Config:addresses</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-address-set-prefix" title="nm_ip6_address_set_prefix ()">nm_ip6_address_set_prefix</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--dns"
->NMSettingIP6Config:dns</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-address-unref" title="nm_ip6_address_unref ()">nm_ip6_address_unref</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--dns-search"
->NMSettingIP6Config:dns-search</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-route-compare" title="nm_ip6_route_compare ()">nm_ip6_route_compare</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--ignore-auto-dns"
->NMSettingIP6Config:ignore-auto-dns</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-route-dup" title="nm_ip6_route_dup ()">nm_ip6_route_dup</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--ignore-auto-routes"
->NMSettingIP6Config:ignore-auto-routes</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-route-get-dest" title="nm_ip6_route_get_dest ()">nm_ip6_route_get_dest</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--method"
->NMSettingIP6Config:method</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-route-get-metric" title="nm_ip6_route_get_metric ()">nm_ip6_route_get_metric</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--never-default"
->NMSettingIP6Config:never-default</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-route-get-next-hop" title="nm_ip6_route_get_next_hop ()">nm_ip6_route_get_next_hop</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--routes"
->NMSettingIP6Config:routes</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-route-get-prefix" title="nm_ip6_route_get_prefix ()">nm_ip6_route_get_prefix</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NMSettingIP6ConfigError"
->NMSettingIP6ConfigError</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-route-new" title="nm_ip6_route_new ()">nm_ip6_route_new</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh-struct"
->NMSettingOlpcMesh</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-route-ref" title="nm_ip6_route_ref ()">nm_ip6_route_ref</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh--channel"
->NMSettingOlpcMesh:channel</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-route-set-dest" title="nm_ip6_route_set_dest ()">nm_ip6_route_set_dest</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh--dhcp-anycast-address"
->NMSettingOlpcMesh:dhcp-anycast-address</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-route-set-metric" title="nm_ip6_route_set_metric ()">nm_ip6_route_set_metric</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh--ssid"
->NMSettingOlpcMesh:ssid</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-route-set-next-hop" title="nm_ip6_route_set_next_hop ()">nm_ip6_route_set_next_hop</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMeshError"
->NMSettingOlpcMeshError</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-route-set-prefix" title="nm_ip6_route_set_prefix ()">nm_ip6_route_set_prefix</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP-struct"
->NMSettingPPP</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-ip6-route-unref" title="nm_ip6_route_unref ()">nm_ip6_route_unref</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--baud"
->NMSettingPPP:baud</a></dt>
+<a name="idxP"></a><h3 class="title">P</h3>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-print-backtrace" title="nm_print_backtrace">nm_print_backtrace</a>, macro in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<a name="idxS"></a><h3 class="title">S</h3>
+<dt>
+<a class="link" href="NMSetting.html#NMSetting-struct" title="NMSetting">NMSetting</a>, struct in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--crtscts"
->NMSettingPPP:crtscts</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021x-struct" title="NMSetting8021x">NMSetting8021x</a>, struct in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--lcp-echo-failure"
->NMSettingPPP:lcp-echo-failure</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--anonymous-identity" title='The "anonymous-identity" property'>NMSetting8021x:anonymous-identity</a>, object property in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--lcp-echo-interval"
->NMSettingPPP:lcp-echo-interval</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--ca-cert" title='The "ca-cert" property'>NMSetting8021x:ca-cert</a>, object property in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--mppe-stateful"
->NMSettingPPP:mppe-stateful</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--ca-path" title='The "ca-path" property'>NMSetting8021x:ca-path</a>, object property in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--mru"
->NMSettingPPP:mru</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--client-cert" title='The "client-cert" property'>NMSetting8021x:client-cert</a>, object property in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--mtu"
->NMSettingPPP:mtu</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--eap" title='The "eap" property'>NMSetting8021x:eap</a>, object property in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--no-vj-comp"
->NMSettingPPP:no-vj-comp</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--identity" title='The "identity" property'>NMSetting8021x:identity</a>, object property in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--noauth"
->NMSettingPPP:noauth</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--password" title='The "password" property'>NMSetting8021x:password</a>, object property in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--nobsdcomp"
->NMSettingPPP:nobsdcomp</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase1-fast-provisioning" title='The "phase1-fast-provisioning" property'>NMSetting8021x:phase1-fast-provisioning</a>, object property in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--nodeflate"
->NMSettingPPP:nodeflate</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase1-peaplabel" title='The "phase1-peaplabel" property'>NMSetting8021x:phase1-peaplabel</a>, object property in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--refuse-chap"
->NMSettingPPP:refuse-chap</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase1-peapver" title='The "phase1-peapver" property'>NMSetting8021x:phase1-peapver</a>, object property in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--refuse-eap"
->NMSettingPPP:refuse-eap</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-auth" title='The "phase2-auth" property'>NMSetting8021x:phase2-auth</a>, object property in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--refuse-mschap"
->NMSettingPPP:refuse-mschap</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-autheap" title='The "phase2-autheap" property'>NMSetting8021x:phase2-autheap</a>, object property in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--refuse-mschapv2"
->NMSettingPPP:refuse-mschapv2</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-ca-cert" title='The "phase2-ca-cert" property'>NMSetting8021x:phase2-ca-cert</a>, object property in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--refuse-pap"
->NMSettingPPP:refuse-pap</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-ca-path" title='The "phase2-ca-path" property'>NMSetting8021x:phase2-ca-path</a>, object property in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--require-mppe"
->NMSettingPPP:require-mppe</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-client-cert" title='The "phase2-client-cert" property'>NMSetting8021x:phase2-client-cert</a>, object property in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPP--require-mppe-128"
->NMSettingPPP:require-mppe-128</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-private-key" title='The "phase2-private-key" property'>NMSetting8021x:phase2-private-key</a>, object property in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NMSettingPPPError"
->NMSettingPPPError</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-private-key-password" title='The "phase2-private-key-password" property'>NMSetting8021x:phase2-private-key-password</a>, object property in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPPOE.html#NMSettingPPPOE-struct"
->NMSettingPPPOE</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key" title='The "private-key" property'>NMSetting8021x:private-key</a>, object property in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPPOE.html#NMSettingPPPOE--password"
->NMSettingPPPOE:password</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key-password" title='The "private-key-password" property'>NMSetting8021x:private-key-password</a>, object property in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPPOE.html#NMSettingPPPOE--service"
->NMSettingPPPOE:service</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021x--system-ca-certs" title='The "system-ca-certs" property'>NMSetting8021x:system-ca-certs</a>, object property in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPPOE.html#NMSettingPPPOE--username"
->NMSettingPPPOE:username</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat">NMSetting8021xCKFormat</a>, enum in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPPOE.html#NMSettingPPPOEError"
->NMSettingPPPOEError</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme">NMSetting8021xCKScheme</a>, enum in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingSerial.html#NMSettingSerial-struct"
->NMSettingSerial</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021xCKType" title="enum NMSetting8021xCKType">NMSetting8021xCKType</a>, enum in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingSerial.html#NMSettingSerial--baud"
->NMSettingSerial:baud</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021xClass" title="NMSetting8021xClass">NMSetting8021xClass</a>, struct in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingSerial.html#NMSettingSerial--bits"
->NMSettingSerial:bits</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NMSetting8021xError" title="enum NMSetting8021xError">NMSetting8021xError</a>, enum in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingSerial.html#NMSettingSerial--parity"
->NMSettingSerial:parity</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#NMSetting--name" title='The "name" property'>NMSetting:name</a>, object property in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingSerial.html#NMSettingSerial--send-delay"
->NMSettingSerial:send-delay</a></dt>
+<dt>
+<a class="link" href="NMSettingBluetooth.html#NMSettingBluetooth-struct" title="NMSettingBluetooth">NMSettingBluetooth</a>, struct in <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth">NMSettingBluetooth</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingSerial.html#NMSettingSerial--stopbits"
->NMSettingSerial:stopbits</a></dt>
+<dt>
+<a class="link" href="NMSettingBluetooth.html#NMSettingBluetooth--bdaddr" title='The "bdaddr" property'>NMSettingBluetooth:bdaddr</a>, object property in <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth">NMSettingBluetooth</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingSerial.html#NMSettingSerialError"
->NMSettingSerialError</a></dt>
+<dt>
+<a class="link" href="NMSettingBluetooth.html#NMSettingBluetooth--type" title='The "type" property'>NMSettingBluetooth:type</a>, object property in <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth">NMSettingBluetooth</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#NMSettingValueIterFn"
->NMSettingValueIterFn</a></dt>
+<dt>
+<a class="link" href="NMSettingBluetooth.html#NMSettingBluetoothClass" title="NMSettingBluetoothClass">NMSettingBluetoothClass</a>, struct in <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth">NMSettingBluetooth</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#NMSettingVPN-struct"
->NMSettingVPN</a></dt>
+<dt>
+<a class="link" href="NMSettingBluetooth.html#NMSettingBluetoothError" title="enum NMSettingBluetoothError">NMSettingBluetoothError</a>, enum in <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth">NMSettingBluetooth</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#NMSettingVPN--data"
->NMSettingVPN:data</a></dt>
+<dt>
+<a class="link" href="NMSettingCdma.html#NMSettingCdma-struct" title="NMSettingCdma">NMSettingCdma</a>, struct in <a class="link" href="NMSettingCdma.html" title="NMSettingCdma">NMSettingCdma</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#NMSettingVPN--secrets"
->NMSettingVPN:secrets</a></dt>
+<dt>
+<a class="link" href="NMSettingCdma.html#NMSettingCdma--number" title='The "number" property'>NMSettingCdma:number</a>, object property in <a class="link" href="NMSettingCdma.html" title="NMSettingCdma">NMSettingCdma</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#NMSettingVPN--service-type"
->NMSettingVPN:service-type</a></dt>
+<dt>
+<a class="link" href="NMSettingCdma.html#NMSettingCdma--password" title='The "password" property'>NMSettingCdma:password</a>, object property in <a class="link" href="NMSettingCdma.html" title="NMSettingCdma">NMSettingCdma</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#NMSettingVPN--user-name"
->NMSettingVPN:user-name</a></dt>
+<dt>
+<a class="link" href="NMSettingCdma.html#NMSettingCdma--username" title='The "username" property'>NMSettingCdma:username</a>, object property in <a class="link" href="NMSettingCdma.html" title="NMSettingCdma">NMSettingCdma</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#NMSettingVpnError"
->NMSettingVpnError</a></dt>
+<dt>
+<a class="link" href="NMSettingCdma.html#NMSettingCdmaClass" title="NMSettingCdmaClass">NMSettingCdmaClass</a>, struct in <a class="link" href="NMSettingCdma.html" title="NMSettingCdma">NMSettingCdma</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#NMSettingWired-struct"
->NMSettingWired</a></dt>
+<dt>
+<a class="link" href="NMSettingCdma.html#NMSettingCdmaError" title="enum NMSettingCdmaError">NMSettingCdmaError</a>, enum in <a class="link" href="NMSettingCdma.html" title="NMSettingCdma">NMSettingCdma</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#NMSettingWired--auto-negotiate"
->NMSettingWired:auto-negotiate</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#NMSettingClass" title="NMSettingClass">NMSettingClass</a>, struct in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#NMSettingWired--duplex"
->NMSettingWired:duplex</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#NMSettingCompareFlags" title="enum NMSettingCompareFlags">NMSettingCompareFlags</a>, enum in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#NMSettingWired--mac-address"
->NMSettingWired:mac-address</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#NMSettingConnection-struct" title="NMSettingConnection">NMSettingConnection</a>, struct in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#NMSettingWired--mtu"
->NMSettingWired:mtu</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#NMSettingConnection--autoconnect" title='The "autoconnect" property'>NMSettingConnection:autoconnect</a>, object property in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#NMSettingWired--port"
->NMSettingWired:port</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#NMSettingConnection--id" title='The "id" property'>NMSettingConnection:id</a>, object property in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#NMSettingWired--speed"
->NMSettingWired:speed</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#NMSettingConnection--read-only" title='The "read-only" property'>NMSettingConnection:read-only</a>, object property in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#NMSettingWiredError"
->NMSettingWiredError</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#NMSettingConnection--timestamp" title='The "timestamp" property'>NMSettingConnection:timestamp</a>, object property in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless-struct"
->NMSettingWireless</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#NMSettingConnection--type" title='The "type" property'>NMSettingConnection:type</a>, object property in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless--band"
->NMSettingWireless:band</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#NMSettingConnection--uuid" title='The "uuid" property'>NMSettingConnection:uuid</a>, object property in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless--bssid"
->NMSettingWireless:bssid</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#NMSettingConnectionClass" title="NMSettingConnectionClass">NMSettingConnectionClass</a>, struct in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless--channel"
->NMSettingWireless:channel</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#NMSettingConnectionError" title="enum NMSettingConnectionError">NMSettingConnectionError</a>, enum in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless--mac-address"
->NMSettingWireless:mac-address</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#NMSettingDiffResult" title="enum NMSettingDiffResult">NMSettingDiffResult</a>, enum in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless--mode"
->NMSettingWireless:mode</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#NMSettingError" title="enum NMSettingError">NMSettingError</a>, enum in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless--mtu"
->NMSettingWireless:mtu</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NMSettingGsm-struct" title="NMSettingGsm">NMSettingGsm</a>, struct in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless--rate"
->NMSettingWireless:rate</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NMSettingGsm--allowed-bands" title='The "allowed-bands" property'>NMSettingGsm:allowed-bands</a>, object property in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless--security"
->NMSettingWireless:security</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NMSettingGsm--apn" title='The "apn" property'>NMSettingGsm:apn</a>, object property in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless--seen-bssids"
->NMSettingWireless:seen-bssids</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NMSettingGsm--band" title='The "band" property'>NMSettingGsm:band</a>, object property in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless--ssid"
->NMSettingWireless:ssid</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NMSettingGsm--home-only" title='The "home-only" property'>NMSettingGsm:home-only</a>, object property in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NMSettingWireless--tx-power"
->NMSettingWireless:tx-power</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NMSettingGsm--network-id" title='The "network-id" property'>NMSettingGsm:network-id</a>, object property in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NMSettingWirelessError"
->NMSettingWirelessError</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NMSettingGsm--network-type" title='The "network-type" property'>NMSettingGsm:network-type</a>, object property in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity-struct"
->NMSettingWirelessSecurity</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NMSettingGsm--number" title='The "number" property'>NMSettingGsm:number</a>, object property in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--auth-alg"
->NMSettingWirelessSecurity:auth-alg</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NMSettingGsm--password" title='The "password" property'>NMSettingGsm:password</a>, object property in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--group"
->NMSettingWirelessSecurity:group</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NMSettingGsm--pin" title='The "pin" property'>NMSettingGsm:pin</a>, object property in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--key-mgmt"
->NMSettingWirelessSecurity:key-mgmt</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NMSettingGsm--puk" title='The "puk" property'>NMSettingGsm:puk</a>, object property in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-password"
->NMSettingWirelessSecurity:leap-password</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NMSettingGsm--username" title='The "username" property'>NMSettingGsm:username</a>, object property in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-username"
->NMSettingWirelessSecurity:leap-username</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NMSettingGsmClass" title="NMSettingGsmClass">NMSettingGsmClass</a>, struct in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--pairwise"
->NMSettingWirelessSecurity:pairwise</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NMSettingGsmError" title="enum NMSettingGsmError">NMSettingGsmError</a>, enum in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--proto"
->NMSettingWirelessSecurity:proto</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NMSettingGsmNetworkBand" title="enum NMSettingGsmNetworkBand">NMSettingGsmNetworkBand</a>, enum in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--psk"
->NMSettingWirelessSecurity:psk</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NMSettingGsmNetworkType" title="enum NMSettingGsmNetworkType">NMSettingGsmNetworkType</a>, enum in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key-type"
->NMSettingWirelessSecurity:wep-key-type</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config-struct" title="NMSettingIP4Config">NMSettingIP4Config</a>, struct in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key0"
->NMSettingWirelessSecurity:wep-key0</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--addresses" title='The "addresses" property'>NMSettingIP4Config:addresses</a>, object property in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key1"
->NMSettingWirelessSecurity:wep-key1</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dhcp-client-id" title='The "dhcp-client-id" property'>NMSettingIP4Config:dhcp-client-id</a>, object property in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key2"
->NMSettingWirelessSecurity:wep-key2</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dhcp-hostname" title='The "dhcp-hostname" property'>NMSettingIP4Config:dhcp-hostname</a>, object property in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key3"
->NMSettingWirelessSecurity:wep-key3</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dhcp-send-hostname" title='The "dhcp-send-hostname" property'>NMSettingIP4Config:dhcp-send-hostname</a>, object property in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-tx-keyidx"
->NMSettingWirelessSecurity:wep-tx-keyidx</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dns" title='The "dns" property'>NMSettingIP4Config:dns</a>, object property in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurityError"
->NMSettingWirelessSecurityError</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dns-search" title='The "dns-search" property'>NMSettingIP4Config:dns-search</a>, object property in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#NMUtilsSecurityType"
->NMUtilsSecurityType</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--ignore-auto-dns" title='The "ignore-auto-dns" property'>NMSettingIP4Config:ignore-auto-dns</a>, object property in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NMWepKeyType"
->NMWepKeyType</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--ignore-auto-routes" title='The "ignore-auto-routes" property'>NMSettingIP4Config:ignore-auto-routes</a>, object property in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-add-setting"
->nm_connection_add_setting</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--may-fail" title='The "may-fail" property'>NMSettingIP4Config:may-fail</a>, object property in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-clear-secrets"
->nm_connection_clear_secrets</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--method" title='The "method" property'>NMSettingIP4Config:method</a>, object property in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-compare"
->nm_connection_compare</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--never-default" title='The "never-default" property'>NMSettingIP4Config:never-default</a>, object property in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-create-setting"
->nm_connection_create_setting</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--routes" title='The "routes" property'>NMSettingIP4Config:routes</a>, object property in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-dump"
->nm_connection_dump</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NMSettingIP4ConfigClass" title="NMSettingIP4ConfigClass">NMSettingIP4ConfigClass</a>, struct in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-duplicate"
->nm_connection_duplicate</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NMSettingIP4ConfigError" title="enum NMSettingIP4ConfigError">NMSettingIP4ConfigError</a>, enum in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#NM-CONNECTION-ERROR--CAPS"
->NM_CONNECTION_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config-struct" title="NMSettingIP6Config">NMSettingIP6Config</a>, struct in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-error-quark"
->nm_connection_error_quark</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--addresses" title='The "addresses" property'>NMSettingIP6Config:addresses</a>, object property in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-for-each-setting-value"
->nm_connection_for_each_setting_value</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--dns" title='The "dns" property'>NMSettingIP6Config:dns</a>, object property in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-get-path"
->nm_connection_get_path</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--dns-search" title='The "dns-search" property'>NMSettingIP6Config:dns-search</a>, object property in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-get-scope"
->nm_connection_get_scope</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--ignore-auto-dns" title='The "ignore-auto-dns" property'>NMSettingIP6Config:ignore-auto-dns</a>, object property in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-get-setting"
->nm_connection_get_setting</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--ignore-auto-routes" title='The "ignore-auto-routes" property'>NMSettingIP6Config:ignore-auto-routes</a>, object property in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-get-setting-by-name"
->nm_connection_get_setting_by_name</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--may-fail" title='The "may-fail" property'>NMSettingIP6Config:may-fail</a>, object property in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-get-type"
->nm_connection_get_type</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--method" title='The "method" property'>NMSettingIP6Config:method</a>, object property in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-lookup-setting-type"
->nm_connection_lookup_setting_type</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--never-default" title='The "never-default" property'>NMSettingIP6Config:never-default</a>, object property in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-lookup-setting-type-by-quark"
->nm_connection_lookup_setting_type_by_quark</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--routes" title='The "routes" property'>NMSettingIP6Config:routes</a>, object property in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-need-secrets"
->nm_connection_need_secrets</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NMSettingIP6ConfigClass" title="NMSettingIP6ConfigClass">NMSettingIP6ConfigClass</a>, struct in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-new"
->nm_connection_new</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NMSettingIP6ConfigError" title="enum NMSettingIP6ConfigError">NMSettingIP6ConfigError</a>, enum in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-new-from-hash"
->nm_connection_new_from_hash</a></dt>
+<dt>
+<a class="link" href="NMSettingOlpcMesh.html#NMSettingOlpcMesh-struct" title="NMSettingOlpcMesh">NMSettingOlpcMesh</a>, struct in <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh">NMSettingOlpcMesh</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#NM-CONNECTION-PATH--CAPS"
->NM_CONNECTION_PATH</a></dt>
+<dt>
+<a class="link" href="NMSettingOlpcMesh.html#NMSettingOlpcMesh--channel" title='The "channel" property'>NMSettingOlpcMesh:channel</a>, object property in <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh">NMSettingOlpcMesh</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-remove-setting"
->nm_connection_remove_setting</a></dt>
+<dt>
+<a class="link" href="NMSettingOlpcMesh.html#NMSettingOlpcMesh--dhcp-anycast-address" title='The "dhcp-anycast-address" property'>NMSettingOlpcMesh:dhcp-anycast-address</a>, object property in <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh">NMSettingOlpcMesh</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-replace-settings"
->nm_connection_replace_settings</a></dt>
+<dt>
+<a class="link" href="NMSettingOlpcMesh.html#NMSettingOlpcMesh--ssid" title='The "ssid" property'>NMSettingOlpcMesh:ssid</a>, object property in <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh">NMSettingOlpcMesh</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#NM-CONNECTION-SCOPE--CAPS"
->NM_CONNECTION_SCOPE</a></dt>
+<dt>
+<a class="link" href="NMSettingOlpcMesh.html#NMSettingOlpcMeshClass" title="NMSettingOlpcMeshClass">NMSettingOlpcMeshClass</a>, struct in <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh">NMSettingOlpcMesh</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-set-path"
->nm_connection_set_path</a></dt>
+<dt>
+<a class="link" href="NMSettingOlpcMesh.html#NMSettingOlpcMeshError" title="enum NMSettingOlpcMeshError">NMSettingOlpcMeshError</a>, enum in <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh">NMSettingOlpcMesh</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-set-scope"
->nm_connection_set_scope</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NMSettingPPP-struct" title="NMSettingPPP">NMSettingPPP</a>, struct in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-to-hash"
->nm_connection_to_hash</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NMSettingPPP--baud" title='The "baud" property'>NMSettingPPP:baud</a>, object property in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-update-secrets"
->nm_connection_update_secrets</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NMSettingPPP--crtscts" title='The "crtscts" property'>NMSettingPPP:crtscts</a>, object property in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#nm-connection-verify"
->nm_connection_verify</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NMSettingPPP--lcp-echo-failure" title='The "lcp-echo-failure" property'>NMSettingPPP:lcp-echo-failure</a>, object property in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-debug"
->nm_debug</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NMSettingPPP--lcp-echo-interval" title='The "lcp-echo-interval" property'>NMSettingPPP:lcp-echo-interval</a>, object property in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-debug-str"
->nm_debug_str</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NMSettingPPP--mppe-stateful" title='The "mppe-stateful" property'>NMSettingPPP:mppe-stateful</a>, object property in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-error"
->nm_error</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NMSettingPPP--mru" title='The "mru" property'>NMSettingPPP:mru</a>, object property in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-error-str"
->nm_error_str</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NMSettingPPP--mtu" title='The "mtu" property'>NMSettingPPP:mtu</a>, object property in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-get-timestamp"
->nm_get_timestamp</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NMSettingPPP--no-vj-comp" title='The "no-vj-comp" property'>NMSettingPPP:no-vj-comp</a>, object property in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NM-GSM-NETWORK-ANY--CAPS"
->NM_GSM_NETWORK_ANY</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NMSettingPPP--noauth" title='The "noauth" property'>NMSettingPPP:noauth</a>, object property in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NM-GSM-NETWORK-GPRS-EDGE--CAPS"
->NM_GSM_NETWORK_GPRS_EDGE</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NMSettingPPP--nobsdcomp" title='The "nobsdcomp" property'>NMSettingPPP:nobsdcomp</a>, object property in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NM-GSM-NETWORK-PREFER-GPRS-EDGE--CAPS"
->NM_GSM_NETWORK_PREFER_GPRS_EDGE</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NMSettingPPP--nodeflate" title='The "nodeflate" property'>NMSettingPPP:nodeflate</a>, object property in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NM-GSM-NETWORK-PREFER-UMTS-HSPA--CAPS"
->NM_GSM_NETWORK_PREFER_UMTS_HSPA</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NMSettingPPP--refuse-chap" title='The "refuse-chap" property'>NMSettingPPP:refuse-chap</a>, object property in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NM-GSM-NETWORK-UMTS-HSPA--CAPS"
->NM_GSM_NETWORK_UMTS_HSPA</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NMSettingPPP--refuse-eap" title='The "refuse-eap" property'>NMSettingPPP:refuse-eap</a>, object property in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-info"
->nm_info</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NMSettingPPP--refuse-mschap" title='The "refuse-mschap" property'>NMSettingPPP:refuse-mschap</a>, object property in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-info-str"
->nm_info_str</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NMSettingPPP--refuse-mschapv2" title='The "refuse-mschapv2" property'>NMSettingPPP:refuse-mschapv2</a>, object property in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-address-compare"
->nm_ip4_address_compare</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NMSettingPPP--refuse-pap" title='The "refuse-pap" property'>NMSettingPPP:refuse-pap</a>, object property in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-address-dup"
->nm_ip4_address_dup</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NMSettingPPP--require-mppe" title='The "require-mppe" property'>NMSettingPPP:require-mppe</a>, object property in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-address-get-address"
->nm_ip4_address_get_address</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NMSettingPPP--require-mppe-128" title='The "require-mppe-128" property'>NMSettingPPP:require-mppe-128</a>, object property in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-address-get-gateway"
->nm_ip4_address_get_gateway</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NMSettingPPPClass" title="NMSettingPPPClass">NMSettingPPPClass</a>, struct in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-address-get-prefix"
->nm_ip4_address_get_prefix</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NMSettingPPPError" title="enum NMSettingPPPError">NMSettingPPPError</a>, enum in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-address-new"
->nm_ip4_address_new</a></dt>
+<dt>
+<a class="link" href="NMSettingPPPOE.html#NMSettingPPPOE-struct" title="NMSettingPPPOE">NMSettingPPPOE</a>, struct in <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE">NMSettingPPPOE</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-address-ref"
->nm_ip4_address_ref</a></dt>
+<dt>
+<a class="link" href="NMSettingPPPOE.html#NMSettingPPPOE--password" title='The "password" property'>NMSettingPPPOE:password</a>, object property in <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE">NMSettingPPPOE</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-address-set-address"
->nm_ip4_address_set_address</a></dt>
+<dt>
+<a class="link" href="NMSettingPPPOE.html#NMSettingPPPOE--service" title='The "service" property'>NMSettingPPPOE:service</a>, object property in <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE">NMSettingPPPOE</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-address-set-gateway"
->nm_ip4_address_set_gateway</a></dt>
+<dt>
+<a class="link" href="NMSettingPPPOE.html#NMSettingPPPOE--username" title='The "username" property'>NMSettingPPPOE:username</a>, object property in <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE">NMSettingPPPOE</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-address-set-prefix"
->nm_ip4_address_set_prefix</a></dt>
+<dt>
+<a class="link" href="NMSettingPPPOE.html#NMSettingPPPOEClass" title="NMSettingPPPOEClass">NMSettingPPPOEClass</a>, struct in <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE">NMSettingPPPOE</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-address-unref"
->nm_ip4_address_unref</a></dt>
+<dt>
+<a class="link" href="NMSettingPPPOE.html#NMSettingPPPOEError" title="enum NMSettingPPPOEError">NMSettingPPPOEError</a>, enum in <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE">NMSettingPPPOE</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-compare"
->nm_ip4_route_compare</a></dt>
+<dt>
+<a class="link" href="NMSettingSerial.html#NMSettingSerial-struct" title="NMSettingSerial">NMSettingSerial</a>, struct in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-dup"
->nm_ip4_route_dup</a></dt>
+<dt>
+<a class="link" href="NMSettingSerial.html#NMSettingSerial--baud" title='The "baud" property'>NMSettingSerial:baud</a>, object property in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-get-dest"
->nm_ip4_route_get_dest</a></dt>
+<dt>
+<a class="link" href="NMSettingSerial.html#NMSettingSerial--bits" title='The "bits" property'>NMSettingSerial:bits</a>, object property in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-get-metric"
->nm_ip4_route_get_metric</a></dt>
+<dt>
+<a class="link" href="NMSettingSerial.html#NMSettingSerial--parity" title='The "parity" property'>NMSettingSerial:parity</a>, object property in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-get-next-hop"
->nm_ip4_route_get_next_hop</a></dt>
+<dt>
+<a class="link" href="NMSettingSerial.html#NMSettingSerial--send-delay" title='The "send-delay" property'>NMSettingSerial:send-delay</a>, object property in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-get-prefix"
->nm_ip4_route_get_prefix</a></dt>
+<dt>
+<a class="link" href="NMSettingSerial.html#NMSettingSerial--stopbits" title='The "stopbits" property'>NMSettingSerial:stopbits</a>, object property in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-new"
->nm_ip4_route_new</a></dt>
+<dt>
+<a class="link" href="NMSettingSerial.html#NMSettingSerialClass" title="NMSettingSerialClass">NMSettingSerialClass</a>, struct in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-ref"
->nm_ip4_route_ref</a></dt>
+<dt>
+<a class="link" href="NMSettingSerial.html#NMSettingSerialError" title="enum NMSettingSerialError">NMSettingSerialError</a>, enum in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-set-dest"
->nm_ip4_route_set_dest</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#NMSettingValueIterFn" title="NMSettingValueIterFn ()">NMSettingValueIterFn</a>, user_function in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-set-metric"
->nm_ip4_route_set_metric</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#NMSettingVPN-struct" title="NMSettingVPN">NMSettingVPN</a>, struct in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-set-next-hop"
->nm_ip4_route_set_next_hop</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#NMSettingVPN--data" title='The "data" property'>NMSettingVPN:data</a>, object property in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-set-prefix"
->nm_ip4_route_set_prefix</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#NMSettingVPN--secrets" title='The "secrets" property'>NMSettingVPN:secrets</a>, object property in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-ip4-route-unref"
->nm_ip4_route_unref</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#NMSettingVPN--service-type" title='The "service-type" property'>NMSettingVPN:service-type</a>, object property in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-address-compare"
->nm_ip6_address_compare</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#NMSettingVPN--user-name" title='The "user-name" property'>NMSettingVPN:user-name</a>, object property in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-address-dup"
->nm_ip6_address_dup</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#NMSettingVPNClass" title="NMSettingVPNClass">NMSettingVPNClass</a>, struct in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-address-get-address"
->nm_ip6_address_get_address</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#NMSettingVpnError" title="enum NMSettingVpnError">NMSettingVpnError</a>, enum in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-address-get-prefix"
->nm_ip6_address_get_prefix</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NMSettingWired-struct" title="NMSettingWired">NMSettingWired</a>, struct in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-address-new"
->nm_ip6_address_new</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NMSettingWired--auto-negotiate" title='The "auto-negotiate" property'>NMSettingWired:auto-negotiate</a>, object property in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-address-ref"
->nm_ip6_address_ref</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NMSettingWired--cloned-mac-address" title='The "cloned-mac-address" property'>NMSettingWired:cloned-mac-address</a>, object property in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-address-set-address"
->nm_ip6_address_set_address</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NMSettingWired--duplex" title='The "duplex" property'>NMSettingWired:duplex</a>, object property in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-address-set-prefix"
->nm_ip6_address_set_prefix</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NMSettingWired--mac-address" title='The "mac-address" property'>NMSettingWired:mac-address</a>, object property in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-address-unref"
->nm_ip6_address_unref</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NMSettingWired--mtu" title='The "mtu" property'>NMSettingWired:mtu</a>, object property in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-compare"
->nm_ip6_route_compare</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NMSettingWired--port" title='The "port" property'>NMSettingWired:port</a>, object property in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-dup"
->nm_ip6_route_dup</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NMSettingWired--s390-nettype" title='The "s390-nettype" property'>NMSettingWired:s390-nettype</a>, object property in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-get-dest"
->nm_ip6_route_get_dest</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NMSettingWired--s390-options" title='The "s390-options" property'>NMSettingWired:s390-options</a>, object property in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-get-metric"
->nm_ip6_route_get_metric</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NMSettingWired--s390-subchannels" title='The "s390-subchannels" property'>NMSettingWired:s390-subchannels</a>, object property in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-get-next-hop"
->nm_ip6_route_get_next_hop</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NMSettingWired--speed" title='The "speed" property'>NMSettingWired:speed</a>, object property in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-get-prefix"
->nm_ip6_route_get_prefix</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NMSettingWiredClass" title="NMSettingWiredClass">NMSettingWiredClass</a>, struct in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-new"
->nm_ip6_route_new</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NMSettingWiredError" title="enum NMSettingWiredError">NMSettingWiredError</a>, enum in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-ref"
->nm_ip6_route_ref</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NMSettingWireless-struct" title="NMSettingWireless">NMSettingWireless</a>, struct in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-set-dest"
->nm_ip6_route_set_dest</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NMSettingWireless--band" title='The "band" property'>NMSettingWireless:band</a>, object property in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-set-metric"
->nm_ip6_route_set_metric</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NMSettingWireless--bssid" title='The "bssid" property'>NMSettingWireless:bssid</a>, object property in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-set-next-hop"
->nm_ip6_route_set_next_hop</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NMSettingWireless--channel" title='The "channel" property'>NMSettingWireless:channel</a>, object property in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-set-prefix"
->nm_ip6_route_set_prefix</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NMSettingWireless--cloned-mac-address" title='The "cloned-mac-address" property'>NMSettingWireless:cloned-mac-address</a>, object property in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-ip6-route-unref"
->nm_ip6_route_unref</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NMSettingWireless--mac-address" title='The "mac-address" property'>NMSettingWireless:mac-address</a>, object property in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-print-backtrace"
->nm_print_backtrace</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NMSettingWireless--mode" title='The "mode" property'>NMSettingWireless:mode</a>, object property in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-add-eap-method"
->nm_setting_802_1x_add_eap_method</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NMSettingWireless--mtu" title='The "mtu" property'>NMSettingWireless:mtu</a>, object property in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-ANONYMOUS-IDENTITY--CAPS"
->NM_SETTING_802_1X_ANONYMOUS_IDENTITY</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NMSettingWireless--rate" title='The "rate" property'>NMSettingWireless:rate</a>, object property in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CA-CERT--CAPS"
->NM_SETTING_802_1X_CA_CERT</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NMSettingWireless--security" title='The "security" property'>NMSettingWireless:security</a>, object property in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CA-PATH--CAPS"
->NM_SETTING_802_1X_CA_PATH</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NMSettingWireless--seen-bssids" title='The "seen-bssids" property'>NMSettingWireless:seen-bssids</a>, object property in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-clear-eap-methods"
->nm_setting_802_1x_clear_eap_methods</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NMSettingWireless--ssid" title='The "ssid" property'>NMSettingWireless:ssid</a>, object property in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CLIENT-CERT--CAPS"
->NM_SETTING_802_1X_CLIENT_CERT</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NMSettingWireless--tx-power" title='The "tx-power" property'>NMSettingWireless:tx-power</a>, object property in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-EAP--CAPS"
->NM_SETTING_802_1X_EAP</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NMSettingWirelessClass" title="NMSettingWirelessClass">NMSettingWirelessClass</a>, struct in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-ERROR--CAPS"
->NM_SETTING_802_1X_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NMSettingWirelessError" title="enum NMSettingWirelessError">NMSettingWirelessError</a>, enum in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-error-quark"
->nm_setting_802_1x_error_quark</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity-struct" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>, struct in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-anonymous-identity"
->nm_setting_802_1x_get_anonymous_identity</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--auth-alg" title='The "auth-alg" property'>NMSettingWirelessSecurity:auth-alg</a>, object property in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-ca-cert"
->nm_setting_802_1x_get_ca_cert</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--group" title='The "group" property'>NMSettingWirelessSecurity:group</a>, object property in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-blob"
->nm_setting_802_1x_get_ca_cert_blob</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--key-mgmt" title='The "key-mgmt" property'>NMSettingWirelessSecurity:key-mgmt</a>, object property in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path"
->nm_setting_802_1x_get_ca_cert_path</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-password" title='The "leap-password" property'>NMSettingWirelessSecurity:leap-password</a>, object property in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-scheme"
->nm_setting_802_1x_get_ca_cert_scheme</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-username" title='The "leap-username" property'>NMSettingWirelessSecurity:leap-username</a>, object property in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-ca-path"
->nm_setting_802_1x_get_ca_path</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--pairwise" title='The "pairwise" property'>NMSettingWirelessSecurity:pairwise</a>, object property in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-client-cert"
->nm_setting_802_1x_get_client_cert</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--proto" title='The "proto" property'>NMSettingWirelessSecurity:proto</a>, object property in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-blob"
->nm_setting_802_1x_get_client_cert_blob</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--psk" title='The "psk" property'>NMSettingWirelessSecurity:psk</a>, object property in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path"
->nm_setting_802_1x_get_client_cert_path</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key-type" title='The "wep-key-type" property'>NMSettingWirelessSecurity:wep-key-type</a>, object property in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-scheme"
->nm_setting_802_1x_get_client_cert_scheme</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key0" title='The "wep-key0" property'>NMSettingWirelessSecurity:wep-key0</a>, object property in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-eap-method"
->nm_setting_802_1x_get_eap_method</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key1" title='The "wep-key1" property'>NMSettingWirelessSecurity:wep-key1</a>, object property in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-identity"
->nm_setting_802_1x_get_identity</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key2" title='The "wep-key2" property'>NMSettingWirelessSecurity:wep-key2</a>, object property in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-num-eap-methods"
->nm_setting_802_1x_get_num_eap_methods</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key3" title='The "wep-key3" property'>NMSettingWirelessSecurity:wep-key3</a>, object property in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-password"
->nm_setting_802_1x_get_password</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-tx-keyidx" title='The "wep-tx-keyidx" property'>NMSettingWirelessSecurity:wep-tx-keyidx</a>, object property in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase1-fast-provisioning"
->nm_setting_802_1x_get_phase1_fast_provisioning</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurityClass" title="NMSettingWirelessSecurityClass">NMSettingWirelessSecurityClass</a>, struct in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase1-peaplabel"
->nm_setting_802_1x_get_phase1_peaplabel</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurityError" title="enum NMSettingWirelessSecurityError">NMSettingWirelessSecurityError</a>, enum in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase1-peapver"
->nm_setting_802_1x_get_phase1_peapver</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-add-eap-method" title="nm_setting_802_1x_add_eap_method ()">nm_setting_802_1x_add_eap_method</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-auth"
->nm_setting_802_1x_get_phase2_auth</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-ANONYMOUS-IDENTITY:CAPS" title="NM_SETTING_802_1X_ANONYMOUS_IDENTITY">NM_SETTING_802_1X_ANONYMOUS_IDENTITY</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-autheap"
->nm_setting_802_1x_get_phase2_autheap</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CA-CERT:CAPS" title="NM_SETTING_802_1X_CA_CERT">NM_SETTING_802_1X_CA_CERT</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert"
->nm_setting_802_1x_get_phase2_ca_cert</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CA-PATH:CAPS" title="NM_SETTING_802_1X_CA_PATH">NM_SETTING_802_1X_CA_PATH</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert-blob"
->nm_setting_802_1x_get_phase2_ca_cert_blob</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-clear-eap-methods" title="nm_setting_802_1x_clear_eap_methods ()">nm_setting_802_1x_clear_eap_methods</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert-path"
->nm_setting_802_1x_get_phase2_ca_cert_path</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CLIENT-CERT:CAPS" title="NM_SETTING_802_1X_CLIENT_CERT">NM_SETTING_802_1X_CLIENT_CERT</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert-scheme"
->nm_setting_802_1x_get_phase2_ca_cert_scheme</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-EAP:CAPS" title="NM_SETTING_802_1X_EAP">NM_SETTING_802_1X_EAP</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-path"
->nm_setting_802_1x_get_phase2_ca_path</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-ERROR:CAPS" title="NM_SETTING_802_1X_ERROR">NM_SETTING_802_1X_ERROR</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert"
->nm_setting_802_1x_get_phase2_client_cert</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-error-quark" title="nm_setting_802_1x_error_quark ()">nm_setting_802_1x_error_quark</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert-blob"
->nm_setting_802_1x_get_phase2_client_cert_blob</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-anonymous-identity" title="nm_setting_802_1x_get_anonymous_identity ()">nm_setting_802_1x_get_anonymous_identity</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert-path"
->nm_setting_802_1x_get_phase2_client_cert_path</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert" title="nm_setting_802_1x_get_ca_cert ()">nm_setting_802_1x_get_ca_cert</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert-scheme"
->nm_setting_802_1x_get_phase2_client_cert_scheme</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-blob" title="nm_setting_802_1x_get_ca_cert_blob ()">nm_setting_802_1x_get_ca_cert_blob</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key"
->nm_setting_802_1x_get_phase2_private_key</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path" title="nm_setting_802_1x_get_ca_cert_path ()">nm_setting_802_1x_get_ca_cert_path</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-blob"
->nm_setting_802_1x_get_phase2_private_key_blob</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-scheme" title="nm_setting_802_1x_get_ca_cert_scheme ()">nm_setting_802_1x_get_ca_cert_scheme</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-format"
->nm_setting_802_1x_get_phase2_private_key_format</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-path" title="nm_setting_802_1x_get_ca_path ()">nm_setting_802_1x_get_ca_path</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-password"
->nm_setting_802_1x_get_phase2_private_key_password</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert" title="nm_setting_802_1x_get_client_cert ()">nm_setting_802_1x_get_client_cert</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-path"
->nm_setting_802_1x_get_phase2_private_key_path</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-blob" title="nm_setting_802_1x_get_client_cert_blob ()">nm_setting_802_1x_get_client_cert_blob</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-scheme"
->nm_setting_802_1x_get_phase2_private_key_scheme</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path" title="nm_setting_802_1x_get_client_cert_path ()">nm_setting_802_1x_get_client_cert_path</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-type"
->nm_setting_802_1x_get_phase2_private_key_type</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-scheme" title="nm_setting_802_1x_get_client_cert_scheme ()">nm_setting_802_1x_get_client_cert_scheme</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-pin"
->nm_setting_802_1x_get_pin</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-eap-method" title="nm_setting_802_1x_get_eap_method ()">nm_setting_802_1x_get_eap_method</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key"
->nm_setting_802_1x_get_private_key</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-identity" title="nm_setting_802_1x_get_identity ()">nm_setting_802_1x_get_identity</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-blob"
->nm_setting_802_1x_get_private_key_blob</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-num-eap-methods" title="nm_setting_802_1x_get_num_eap_methods ()">nm_setting_802_1x_get_num_eap_methods</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-format"
->nm_setting_802_1x_get_private_key_format</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-password" title="nm_setting_802_1x_get_password ()">nm_setting_802_1x_get_password</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-password"
->nm_setting_802_1x_get_private_key_password</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase1-fast-provisioning" title="nm_setting_802_1x_get_phase1_fast_provisioning ()">nm_setting_802_1x_get_phase1_fast_provisioning</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-path"
->nm_setting_802_1x_get_private_key_path</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase1-peaplabel" title="nm_setting_802_1x_get_phase1_peaplabel ()">nm_setting_802_1x_get_phase1_peaplabel</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-scheme"
->nm_setting_802_1x_get_private_key_scheme</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase1-peapver" title="nm_setting_802_1x_get_phase1_peapver ()">nm_setting_802_1x_get_phase1_peapver</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-type"
->nm_setting_802_1x_get_private_key_type</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-auth" title="nm_setting_802_1x_get_phase2_auth ()">nm_setting_802_1x_get_phase2_auth</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-psk"
->nm_setting_802_1x_get_psk</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-autheap" title="nm_setting_802_1x_get_phase2_autheap ()">nm_setting_802_1x_get_phase2_autheap</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-system-ca-certs"
->nm_setting_802_1x_get_system_ca_certs</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert" title="nm_setting_802_1x_get_phase2_ca_cert ()">nm_setting_802_1x_get_phase2_ca_cert</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-type"
->nm_setting_802_1x_get_type</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert-blob" title="nm_setting_802_1x_get_phase2_ca_cert_blob ()">nm_setting_802_1x_get_phase2_ca_cert_blob</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-IDENTITY--CAPS"
->NM_SETTING_802_1X_IDENTITY</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert-path" title="nm_setting_802_1x_get_phase2_ca_cert_path ()">nm_setting_802_1x_get_phase2_ca_cert_path</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-new"
->nm_setting_802_1x_new</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert-scheme" title="nm_setting_802_1x_get_phase2_ca_cert_scheme ()">nm_setting_802_1x_get_phase2_ca_cert_scheme</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PASSWORD--CAPS"
->NM_SETTING_802_1X_PASSWORD</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-path" title="nm_setting_802_1x_get_phase2_ca_path ()">nm_setting_802_1x_get_phase2_ca_path</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE1-FAST-PROVISIONING--CAPS"
->NM_SETTING_802_1X_PHASE1_FAST_PROVISIONING</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert" title="nm_setting_802_1x_get_phase2_client_cert ()">nm_setting_802_1x_get_phase2_client_cert</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE1-PEAPLABEL--CAPS"
->NM_SETTING_802_1X_PHASE1_PEAPLABEL</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert-blob" title="nm_setting_802_1x_get_phase2_client_cert_blob ()">nm_setting_802_1x_get_phase2_client_cert_blob</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE1-PEAPVER--CAPS"
->NM_SETTING_802_1X_PHASE1_PEAPVER</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert-path" title="nm_setting_802_1x_get_phase2_client_cert_path ()">nm_setting_802_1x_get_phase2_client_cert_path</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-AUTH--CAPS"
->NM_SETTING_802_1X_PHASE2_AUTH</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert-scheme" title="nm_setting_802_1x_get_phase2_client_cert_scheme ()">nm_setting_802_1x_get_phase2_client_cert_scheme</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-AUTHEAP--CAPS"
->NM_SETTING_802_1X_PHASE2_AUTHEAP</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key" title="nm_setting_802_1x_get_phase2_private_key ()">nm_setting_802_1x_get_phase2_private_key</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-CA-CERT--CAPS"
->NM_SETTING_802_1X_PHASE2_CA_CERT</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-blob" title="nm_setting_802_1x_get_phase2_private_key_blob ()">nm_setting_802_1x_get_phase2_private_key_blob</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-CA-PATH--CAPS"
->NM_SETTING_802_1X_PHASE2_CA_PATH</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-format" title="nm_setting_802_1x_get_phase2_private_key_format ()">nm_setting_802_1x_get_phase2_private_key_format</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-CLIENT-CERT--CAPS"
->NM_SETTING_802_1X_PHASE2_CLIENT_CERT</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-password" title="nm_setting_802_1x_get_phase2_private_key_password ()">nm_setting_802_1x_get_phase2_private_key_password</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-PRIVATE-KEY--CAPS"
->NM_SETTING_802_1X_PHASE2_PRIVATE_KEY</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-path" title="nm_setting_802_1x_get_phase2_private_key_path ()">nm_setting_802_1x_get_phase2_private_key_path</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-PRIVATE-KEY-PASSWORD--CAPS"
->NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-scheme" title="nm_setting_802_1x_get_phase2_private_key_scheme ()">nm_setting_802_1x_get_phase2_private_key_scheme</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PIN--CAPS"
->NM_SETTING_802_1X_PIN</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-type" title="nm_setting_802_1x_get_phase2_private_key_type ()">nm_setting_802_1x_get_phase2_private_key_type</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PRIVATE-KEY--CAPS"
->NM_SETTING_802_1X_PRIVATE_KEY</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-pin" title="nm_setting_802_1x_get_pin ()">nm_setting_802_1x_get_pin</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PRIVATE-KEY-PASSWORD--CAPS"
->NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-private-key" title="nm_setting_802_1x_get_private_key ()">nm_setting_802_1x_get_private_key</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PSK--CAPS"
->NM_SETTING_802_1X_PSK</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-private-key-blob" title="nm_setting_802_1x_get_private_key_blob ()">nm_setting_802_1x_get_private_key_blob</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-remove-eap-method"
->nm_setting_802_1x_remove_eap_method</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-private-key-format" title="nm_setting_802_1x_get_private_key_format ()">nm_setting_802_1x_get_private_key_format</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-SETTING-NAME--CAPS"
->NM_SETTING_802_1X_SETTING_NAME</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-private-key-password" title="nm_setting_802_1x_get_private_key_password ()">nm_setting_802_1x_get_private_key_password</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-ca-cert"
->nm_setting_802_1x_set_ca_cert</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-private-key-path" title="nm_setting_802_1x_get_private_key_path ()">nm_setting_802_1x_get_private_key_path</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-ca-cert-from-file"
->nm_setting_802_1x_set_ca_cert_from_file</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-private-key-scheme" title="nm_setting_802_1x_get_private_key_scheme ()">nm_setting_802_1x_get_private_key_scheme</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-client-cert"
->nm_setting_802_1x_set_client_cert</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-private-key-type" title="nm_setting_802_1x_get_private_key_type ()">nm_setting_802_1x_get_private_key_type</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-client-cert-from-file"
->nm_setting_802_1x_set_client_cert_from_file</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-psk" title="nm_setting_802_1x_get_psk ()">nm_setting_802_1x_get_psk</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-ca-cert"
->nm_setting_802_1x_set_phase2_ca_cert</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-system-ca-certs" title="nm_setting_802_1x_get_system_ca_certs ()">nm_setting_802_1x_get_system_ca_certs</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-ca-cert-from-file"
->nm_setting_802_1x_set_phase2_ca_cert_from_file</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-type" title="nm_setting_802_1x_get_type ()">nm_setting_802_1x_get_type</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-client-cert"
->nm_setting_802_1x_set_phase2_client_cert</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-IDENTITY:CAPS" title="NM_SETTING_802_1X_IDENTITY">NM_SETTING_802_1X_IDENTITY</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-client-cert-from-file"
->nm_setting_802_1x_set_phase2_client_cert_from_file</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-new" title="nm_setting_802_1x_new ()">nm_setting_802_1x_new</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key"
->nm_setting_802_1x_set_phase2_private_key</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PASSWORD:CAPS" title="NM_SETTING_802_1X_PASSWORD">NM_SETTING_802_1X_PASSWORD</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key-from-file"
->nm_setting_802_1x_set_phase2_private_key_from_file</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PHASE1-FAST-PROVISIONING:CAPS" title="NM_SETTING_802_1X_PHASE1_FAST_PROVISIONING">NM_SETTING_802_1X_PHASE1_FAST_PROVISIONING</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-private-key"
->nm_setting_802_1x_set_private_key</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PHASE1-PEAPLABEL:CAPS" title="NM_SETTING_802_1X_PHASE1_PEAPLABEL">NM_SETTING_802_1X_PHASE1_PEAPLABEL</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-private-key-from-file"
->nm_setting_802_1x_set_private_key_from_file</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PHASE1-PEAPVER:CAPS" title="NM_SETTING_802_1X_PHASE1_PEAPVER">NM_SETTING_802_1X_PHASE1_PEAPVER</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-SYSTEM-CA-CERTS--CAPS"
->NM_SETTING_802_1X_SYSTEM_CA_CERTS</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-AUTH:CAPS" title="NM_SETTING_802_1X_PHASE2_AUTH">NM_SETTING_802_1X_PHASE2_AUTH</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-BDADDR--CAPS"
->NM_SETTING_BLUETOOTH_BDADDR</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-AUTHEAP:CAPS" title="NM_SETTING_802_1X_PHASE2_AUTHEAP">NM_SETTING_802_1X_PHASE2_AUTHEAP</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-ERROR--CAPS"
->NM_SETTING_BLUETOOTH_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-CA-CERT:CAPS" title="NM_SETTING_802_1X_PHASE2_CA_CERT">NM_SETTING_802_1X_PHASE2_CA_CERT</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingBluetooth.html#nm-setting-bluetooth-error-quark"
->nm_setting_bluetooth_error_quark</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-CA-PATH:CAPS" title="NM_SETTING_802_1X_PHASE2_CA_PATH">NM_SETTING_802_1X_PHASE2_CA_PATH</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingBluetooth.html#nm-setting-bluetooth-get-bdaddr"
->nm_setting_bluetooth_get_bdaddr</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-CLIENT-CERT:CAPS" title="NM_SETTING_802_1X_PHASE2_CLIENT_CERT">NM_SETTING_802_1X_PHASE2_CLIENT_CERT</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingBluetooth.html#nm-setting-bluetooth-get-connection-type"
->nm_setting_bluetooth_get_connection_type</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-PRIVATE-KEY:CAPS" title="NM_SETTING_802_1X_PHASE2_PRIVATE_KEY">NM_SETTING_802_1X_PHASE2_PRIVATE_KEY</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingBluetooth.html#nm-setting-bluetooth-get-type"
->nm_setting_bluetooth_get_type</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-PRIVATE-KEY-PASSWORD:CAPS" title="NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD">NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingBluetooth.html#nm-setting-bluetooth-new"
->nm_setting_bluetooth_new</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PIN:CAPS" title="NM_SETTING_802_1X_PIN">NM_SETTING_802_1X_PIN</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-SETTING-NAME--CAPS"
->NM_SETTING_BLUETOOTH_SETTING_NAME</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PRIVATE-KEY:CAPS" title="NM_SETTING_802_1X_PRIVATE_KEY">NM_SETTING_802_1X_PRIVATE_KEY</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE--CAPS"
->NM_SETTING_BLUETOOTH_TYPE</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PRIVATE-KEY-PASSWORD:CAPS" title="NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD">NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE-DUN--CAPS"
->NM_SETTING_BLUETOOTH_TYPE_DUN</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-PSK:CAPS" title="NM_SETTING_802_1X_PSK">NM_SETTING_802_1X_PSK</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE-PANU--CAPS"
->NM_SETTING_BLUETOOTH_TYPE_PANU</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-remove-eap-method" title="nm_setting_802_1x_remove_eap_method ()">nm_setting_802_1x_remove_eap_method</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-ERROR--CAPS"
->NM_SETTING_CDMA_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-SETTING-NAME:CAPS" title="NM_SETTING_802_1X_SETTING_NAME">NM_SETTING_802_1X_SETTING_NAME</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingCdma.html#nm-setting-cdma-error-quark"
->nm_setting_cdma_error_quark</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-ca-cert" title="nm_setting_802_1x_set_ca_cert ()">nm_setting_802_1x_set_ca_cert</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingCdma.html#nm-setting-cdma-get-number"
->nm_setting_cdma_get_number</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-ca-cert-from-file" title="nm_setting_802_1x_set_ca_cert_from_file ()">nm_setting_802_1x_set_ca_cert_from_file</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingCdma.html#nm-setting-cdma-get-password"
->nm_setting_cdma_get_password</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-client-cert" title="nm_setting_802_1x_set_client_cert ()">nm_setting_802_1x_set_client_cert</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingCdma.html#nm-setting-cdma-get-type"
->nm_setting_cdma_get_type</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-client-cert-from-file" title="nm_setting_802_1x_set_client_cert_from_file ()">nm_setting_802_1x_set_client_cert_from_file</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingCdma.html#nm-setting-cdma-get-username"
->nm_setting_cdma_get_username</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-ca-cert" title="nm_setting_802_1x_set_phase2_ca_cert ()">nm_setting_802_1x_set_phase2_ca_cert</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingCdma.html#nm-setting-cdma-new"
->nm_setting_cdma_new</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-ca-cert-from-file" title="nm_setting_802_1x_set_phase2_ca_cert_from_file ()">nm_setting_802_1x_set_phase2_ca_cert_from_file</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-NUMBER--CAPS"
->NM_SETTING_CDMA_NUMBER</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-client-cert" title="nm_setting_802_1x_set_phase2_client_cert ()">nm_setting_802_1x_set_phase2_client_cert</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-PASSWORD--CAPS"
->NM_SETTING_CDMA_PASSWORD</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-client-cert-from-file" title="nm_setting_802_1x_set_phase2_client_cert_from_file ()">nm_setting_802_1x_set_phase2_client_cert_from_file</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-SETTING-NAME--CAPS"
->NM_SETTING_CDMA_SETTING_NAME</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key" title="nm_setting_802_1x_set_phase2_private_key ()">nm_setting_802_1x_set_phase2_private_key</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-USERNAME--CAPS"
->NM_SETTING_CDMA_USERNAME</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key-from-file" title="nm_setting_802_1x_set_phase2_private_key_from_file ()">nm_setting_802_1x_set_phase2_private_key_from_file</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#nm-setting-clear-secrets"
->nm_setting_clear_secrets</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-private-key" title="nm_setting_802_1x_set_private_key ()">nm_setting_802_1x_set_private_key</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#nm-setting-compare"
->nm_setting_compare</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-private-key-from-file" title="nm_setting_802_1x_set_private_key_from_file ()">nm_setting_802_1x_set_private_key_from_file</a>, function in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-AUTOCONNECT--CAPS"
->NM_SETTING_CONNECTION_AUTOCONNECT</a></dt>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-SYSTEM-CA-CERTS:CAPS" title="NM_SETTING_802_1X_SYSTEM_CA_CERTS">NM_SETTING_802_1X_SYSTEM_CA_CERTS</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-ERROR--CAPS"
->NM_SETTING_CONNECTION_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-BDADDR:CAPS" title="NM_SETTING_BLUETOOTH_BDADDR">NM_SETTING_BLUETOOTH_BDADDR</a>, macro in <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth">NMSettingBluetooth</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#nm-setting-connection-error-quark"
->nm_setting_connection_error_quark</a></dt>
+<dt>
+<a class="link" href="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-ERROR:CAPS" title="NM_SETTING_BLUETOOTH_ERROR">NM_SETTING_BLUETOOTH_ERROR</a>, macro in <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth">NMSettingBluetooth</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#nm-setting-connection-get-autoconnect"
->nm_setting_connection_get_autoconnect</a></dt>
+<dt>
+<a class="link" href="NMSettingBluetooth.html#nm-setting-bluetooth-error-quark" title="nm_setting_bluetooth_error_quark ()">nm_setting_bluetooth_error_quark</a>, function in <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth">NMSettingBluetooth</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#nm-setting-connection-get-connection-type"
->nm_setting_connection_get_connection_type</a></dt>
+<dt>
+<a class="link" href="NMSettingBluetooth.html#nm-setting-bluetooth-get-bdaddr" title="nm_setting_bluetooth_get_bdaddr ()">nm_setting_bluetooth_get_bdaddr</a>, function in <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth">NMSettingBluetooth</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#nm-setting-connection-get-id"
->nm_setting_connection_get_id</a></dt>
+<dt>
+<a class="link" href="NMSettingBluetooth.html#nm-setting-bluetooth-get-connection-type" title="nm_setting_bluetooth_get_connection_type ()">nm_setting_bluetooth_get_connection_type</a>, function in <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth">NMSettingBluetooth</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#nm-setting-connection-get-read-only"
->nm_setting_connection_get_read_only</a></dt>
+<dt>
+<a class="link" href="NMSettingBluetooth.html#nm-setting-bluetooth-get-type" title="nm_setting_bluetooth_get_type ()">nm_setting_bluetooth_get_type</a>, function in <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth">NMSettingBluetooth</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#nm-setting-connection-get-timestamp"
->nm_setting_connection_get_timestamp</a></dt>
+<dt>
+<a class="link" href="NMSettingBluetooth.html#nm-setting-bluetooth-new" title="nm_setting_bluetooth_new ()">nm_setting_bluetooth_new</a>, function in <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth">NMSettingBluetooth</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#nm-setting-connection-get-type"
->nm_setting_connection_get_type</a></dt>
+<dt>
+<a class="link" href="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-SETTING-NAME:CAPS" title="NM_SETTING_BLUETOOTH_SETTING_NAME">NM_SETTING_BLUETOOTH_SETTING_NAME</a>, macro in <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth">NMSettingBluetooth</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#nm-setting-connection-get-uuid"
->nm_setting_connection_get_uuid</a></dt>
+<dt>
+<a class="link" href="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE:CAPS" title="NM_SETTING_BLUETOOTH_TYPE">NM_SETTING_BLUETOOTH_TYPE</a>, macro in <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth">NMSettingBluetooth</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-ID--CAPS"
->NM_SETTING_CONNECTION_ID</a></dt>
+<dt>
+<a class="link" href="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE-DUN:CAPS" title="NM_SETTING_BLUETOOTH_TYPE_DUN">NM_SETTING_BLUETOOTH_TYPE_DUN</a>, macro in <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth">NMSettingBluetooth</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#nm-setting-connection-new"
->nm_setting_connection_new</a></dt>
+<dt>
+<a class="link" href="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE-PANU:CAPS" title="NM_SETTING_BLUETOOTH_TYPE_PANU">NM_SETTING_BLUETOOTH_TYPE_PANU</a>, macro in <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth">NMSettingBluetooth</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-READ-ONLY--CAPS"
->NM_SETTING_CONNECTION_READ_ONLY</a></dt>
+<dt>
+<a class="link" href="NMSettingCdma.html#NM-SETTING-CDMA-ERROR:CAPS" title="NM_SETTING_CDMA_ERROR">NM_SETTING_CDMA_ERROR</a>, macro in <a class="link" href="NMSettingCdma.html" title="NMSettingCdma">NMSettingCdma</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-SETTING-NAME--CAPS"
->NM_SETTING_CONNECTION_SETTING_NAME</a></dt>
+<dt>
+<a class="link" href="NMSettingCdma.html#nm-setting-cdma-error-quark" title="nm_setting_cdma_error_quark ()">nm_setting_cdma_error_quark</a>, function in <a class="link" href="NMSettingCdma.html" title="NMSettingCdma">NMSettingCdma</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-TIMESTAMP--CAPS"
->NM_SETTING_CONNECTION_TIMESTAMP</a></dt>
+<dt>
+<a class="link" href="NMSettingCdma.html#nm-setting-cdma-get-number" title="nm_setting_cdma_get_number ()">nm_setting_cdma_get_number</a>, function in <a class="link" href="NMSettingCdma.html" title="NMSettingCdma">NMSettingCdma</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-TYPE--CAPS"
->NM_SETTING_CONNECTION_TYPE</a></dt>
+<dt>
+<a class="link" href="NMSettingCdma.html#nm-setting-cdma-get-password" title="nm_setting_cdma_get_password ()">nm_setting_cdma_get_password</a>, function in <a class="link" href="NMSettingCdma.html" title="NMSettingCdma">NMSettingCdma</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-UUID--CAPS"
->NM_SETTING_CONNECTION_UUID</a></dt>
+<dt>
+<a class="link" href="NMSettingCdma.html#nm-setting-cdma-get-type" title="nm_setting_cdma_get_type ()">nm_setting_cdma_get_type</a>, function in <a class="link" href="NMSettingCdma.html" title="NMSettingCdma">NMSettingCdma</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#nm-setting-duplicate"
->nm_setting_duplicate</a></dt>
+<dt>
+<a class="link" href="NMSettingCdma.html#nm-setting-cdma-get-username" title="nm_setting_cdma_get_username ()">nm_setting_cdma_get_username</a>, function in <a class="link" href="NMSettingCdma.html" title="NMSettingCdma">NMSettingCdma</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#nm-setting-enumerate-values"
->nm_setting_enumerate_values</a></dt>
+<dt>
+<a class="link" href="NMSettingCdma.html#nm-setting-cdma-new" title="nm_setting_cdma_new ()">nm_setting_cdma_new</a>, function in <a class="link" href="NMSettingCdma.html" title="NMSettingCdma">NMSettingCdma</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#NM-SETTING-ERROR--CAPS"
->NM_SETTING_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingCdma.html#NM-SETTING-CDMA-NUMBER:CAPS" title="NM_SETTING_CDMA_NUMBER">NM_SETTING_CDMA_NUMBER</a>, macro in <a class="link" href="NMSettingCdma.html" title="NMSettingCdma">NMSettingCdma</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#nm-setting-error-quark"
->nm_setting_error_quark</a></dt>
+<dt>
+<a class="link" href="NMSettingCdma.html#NM-SETTING-CDMA-PASSWORD:CAPS" title="NM_SETTING_CDMA_PASSWORD">NM_SETTING_CDMA_PASSWORD</a>, macro in <a class="link" href="NMSettingCdma.html" title="NMSettingCdma">NMSettingCdma</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#nm-setting-get-name"
->nm_setting_get_name</a></dt>
+<dt>
+<a class="link" href="NMSettingCdma.html#NM-SETTING-CDMA-SETTING-NAME:CAPS" title="NM_SETTING_CDMA_SETTING_NAME">NM_SETTING_CDMA_SETTING_NAME</a>, macro in <a class="link" href="NMSettingCdma.html" title="NMSettingCdma">NMSettingCdma</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#nm-setting-get-type"
->nm_setting_get_type</a></dt>
+<dt>
+<a class="link" href="NMSettingCdma.html#NM-SETTING-CDMA-USERNAME:CAPS" title="NM_SETTING_CDMA_USERNAME">NM_SETTING_CDMA_USERNAME</a>, macro in <a class="link" href="NMSettingCdma.html" title="NMSettingCdma">NMSettingCdma</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-ALLOWED-BANDS--CAPS"
->NM_SETTING_GSM_ALLOWED_BANDS</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#nm-setting-clear-secrets" title="nm_setting_clear_secrets ()">nm_setting_clear_secrets</a>, function in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-APN--CAPS"
->NM_SETTING_GSM_APN</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#nm-setting-compare" title="nm_setting_compare ()">nm_setting_compare</a>, function in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND--CAPS"
->NM_SETTING_GSM_BAND</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#NM-SETTING-CONNECTION-AUTOCONNECT:CAPS" title="NM_SETTING_CONNECTION_AUTOCONNECT">NM_SETTING_CONNECTION_AUTOCONNECT</a>, macro in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-ERROR--CAPS"
->NM_SETTING_GSM_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#NM-SETTING-CONNECTION-ERROR:CAPS" title="NM_SETTING_CONNECTION_ERROR">NM_SETTING_CONNECTION_ERROR</a>, macro in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-error-quark"
->nm_setting_gsm_error_quark</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#nm-setting-connection-error-quark" title="nm_setting_connection_error_quark ()">nm_setting_connection_error_quark</a>, function in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-get-allowed-bands"
->nm_setting_gsm_get_allowed_bands</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#nm-setting-connection-get-autoconnect" title="nm_setting_connection_get_autoconnect ()">nm_setting_connection_get_autoconnect</a>, function in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-get-apn"
->nm_setting_gsm_get_apn</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#nm-setting-connection-get-connection-type" title="nm_setting_connection_get_connection_type ()">nm_setting_connection_get_connection_type</a>, function in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-get-band"
->nm_setting_gsm_get_band</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#nm-setting-connection-get-id" title="nm_setting_connection_get_id ()">nm_setting_connection_get_id</a>, function in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt>nm_setting_gsm_get_home_only</dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#nm-setting-connection-get-read-only" title="nm_setting_connection_get_read_only ()">nm_setting_connection_get_read_only</a>, function in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-get-network-id"
->nm_setting_gsm_get_network_id</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#nm-setting-connection-get-timestamp" title="nm_setting_connection_get_timestamp ()">nm_setting_connection_get_timestamp</a>, function in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-get-network-type"
->nm_setting_gsm_get_network_type</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#nm-setting-connection-get-type" title="nm_setting_connection_get_type ()">nm_setting_connection_get_type</a>, function in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-get-number"
->nm_setting_gsm_get_number</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#nm-setting-connection-get-uuid" title="nm_setting_connection_get_uuid ()">nm_setting_connection_get_uuid</a>, function in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-get-password"
->nm_setting_gsm_get_password</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#NM-SETTING-CONNECTION-ID:CAPS" title="NM_SETTING_CONNECTION_ID">NM_SETTING_CONNECTION_ID</a>, macro in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-get-pin"
->nm_setting_gsm_get_pin</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#nm-setting-connection-new" title="nm_setting_connection_new ()">nm_setting_connection_new</a>, function in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-get-puk"
->nm_setting_gsm_get_puk</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#NM-SETTING-CONNECTION-READ-ONLY:CAPS" title="NM_SETTING_CONNECTION_READ_ONLY">NM_SETTING_CONNECTION_READ_ONLY</a>, macro in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-get-type"
->nm_setting_gsm_get_type</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#NM-SETTING-CONNECTION-SETTING-NAME:CAPS" title="NM_SETTING_CONNECTION_SETTING_NAME">NM_SETTING_CONNECTION_SETTING_NAME</a>, macro in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-get-username"
->nm_setting_gsm_get_username</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#NM-SETTING-CONNECTION-TIMESTAMP:CAPS" title="NM_SETTING_CONNECTION_TIMESTAMP">NM_SETTING_CONNECTION_TIMESTAMP</a>, macro in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt>NM_SETTING_GSM_HOME_ONLY</dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#NM-SETTING-CONNECTION-TYPE:CAPS" title="NM_SETTING_CONNECTION_TYPE">NM_SETTING_CONNECTION_TYPE</a>, macro in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NETWORK-ID--CAPS"
->NM_SETTING_GSM_NETWORK_ID</a></dt>
+<dt>
+<a class="link" href="NMSettingConnection.html#NM-SETTING-CONNECTION-UUID:CAPS" title="NM_SETTING_CONNECTION_UUID">NM_SETTING_CONNECTION_UUID</a>, macro in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE--CAPS"
->NM_SETTING_GSM_NETWORK_TYPE</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#nm-setting-diff" title="nm_setting_diff ()">nm_setting_diff</a>, function in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#nm-setting-gsm-new"
->nm_setting_gsm_new</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#nm-setting-duplicate" title="nm_setting_duplicate ()">nm_setting_duplicate</a>, function in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NUMBER--CAPS"
->NM_SETTING_GSM_NUMBER</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#nm-setting-enumerate-values" title="nm_setting_enumerate_values ()">nm_setting_enumerate_values</a>, function in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-PASSWORD--CAPS"
->NM_SETTING_GSM_PASSWORD</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#NM-SETTING-ERROR:CAPS" title="NM_SETTING_ERROR">NM_SETTING_ERROR</a>, macro in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-PIN--CAPS"
->NM_SETTING_GSM_PIN</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#nm-setting-error-quark" title="nm_setting_error_quark ()">nm_setting_error_quark</a>, function in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-PUK--CAPS"
->NM_SETTING_GSM_PUK</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#nm-setting-get-name" title="nm_setting_get_name ()">nm_setting_get_name</a>, function in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-SETTING-NAME--CAPS"
->NM_SETTING_GSM_SETTING_NAME</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#nm-setting-get-type" title="nm_setting_get_type ()">nm_setting_get_type</a>, function in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NM-SETTING-GSM-USERNAME--CAPS"
->NM_SETTING_GSM_USERNAME</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-ALLOWED-BANDS:CAPS" title="NM_SETTING_GSM_ALLOWED_BANDS">NM_SETTING_GSM_ALLOWED_BANDS</a>, macro in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ADDRESSES--CAPS"
->NM_SETTING_IP4_CONFIG_ADDRESSES</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-APN:CAPS" title="NM_SETTING_GSM_APN">NM_SETTING_GSM_APN</a>, macro in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-add-address"
->nm_setting_ip4_config_add_address</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-BAND:CAPS" title="NM_SETTING_GSM_BAND">NM_SETTING_GSM_BAND</a>, macro in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-add-dns"
->nm_setting_ip4_config_add_dns</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-ERROR:CAPS" title="NM_SETTING_GSM_ERROR">NM_SETTING_GSM_ERROR</a>, macro in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-add-dns-search"
->nm_setting_ip4_config_add_dns_search</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#nm-setting-gsm-error-quark" title="nm_setting_gsm_error_quark ()">nm_setting_gsm_error_quark</a>, function in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-add-route"
->nm_setting_ip4_config_add_route</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-allowed-bands" title="nm_setting_gsm_get_allowed_bands ()">nm_setting_gsm_get_allowed_bands</a>, function in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-clear-addresses"
->nm_setting_ip4_config_clear_addresses</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-apn" title="nm_setting_gsm_get_apn ()">nm_setting_gsm_get_apn</a>, function in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-clear-dns"
->nm_setting_ip4_config_clear_dns</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-band" title="nm_setting_gsm_get_band ()">nm_setting_gsm_get_band</a>, function in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-clear-dns-searches"
->nm_setting_ip4_config_clear_dns_searches</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-home-only" title="nm_setting_gsm_get_home_only ()">nm_setting_gsm_get_home_only</a>, function in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-clear-routes"
->nm_setting_ip4_config_clear_routes</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-network-id" title="nm_setting_gsm_get_network_id ()">nm_setting_gsm_get_network_id</a>, function in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DHCP-CLIENT-ID--CAPS"
->NM_SETTING_IP4_CONFIG_DHCP_CLIENT_ID</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-network-type" title="nm_setting_gsm_get_network_type ()">nm_setting_gsm_get_network_type</a>, function in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DHCP-HOSTNAME--CAPS"
->NM_SETTING_IP4_CONFIG_DHCP_HOSTNAME</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-number" title="nm_setting_gsm_get_number ()">nm_setting_gsm_get_number</a>, function in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DHCP-SEND-HOSTNAME--CAPS"
->NM_SETTING_IP4_CONFIG_DHCP_SEND_HOSTNAME</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-password" title="nm_setting_gsm_get_password ()">nm_setting_gsm_get_password</a>, function in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DNS--CAPS"
->NM_SETTING_IP4_CONFIG_DNS</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-pin" title="nm_setting_gsm_get_pin ()">nm_setting_gsm_get_pin</a>, function in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DNS-SEARCH--CAPS"
->NM_SETTING_IP4_CONFIG_DNS_SEARCH</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-puk" title="nm_setting_gsm_get_puk ()">nm_setting_gsm_get_puk</a>, function in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ERROR--CAPS"
->NM_SETTING_IP4_CONFIG_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-type" title="nm_setting_gsm_get_type ()">nm_setting_gsm_get_type</a>, function in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-error-quark"
->nm_setting_ip4_config_error_quark</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-username" title="nm_setting_gsm_get_username ()">nm_setting_gsm_get_username</a>, function in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-address"
->nm_setting_ip4_config_get_address</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-HOME-ONLY:CAPS" title="NM_SETTING_GSM_HOME_ONLY">NM_SETTING_GSM_HOME_ONLY</a>, macro in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-dhcp-client-id"
->nm_setting_ip4_config_get_dhcp_client_id</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-NETWORK-ID:CAPS" title="NM_SETTING_GSM_NETWORK_ID">NM_SETTING_GSM_NETWORK_ID</a>, macro in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-dhcp-hostname"
->nm_setting_ip4_config_get_dhcp_hostname</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE:CAPS" title="NM_SETTING_GSM_NETWORK_TYPE">NM_SETTING_GSM_NETWORK_TYPE</a>, macro in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-dhcp-send-hostname"
->nm_setting_ip4_config_get_dhcp_send_hostname</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#nm-setting-gsm-new" title="nm_setting_gsm_new ()">nm_setting_gsm_new</a>, function in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-dns"
->nm_setting_ip4_config_get_dns</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-NUMBER:CAPS" title="NM_SETTING_GSM_NUMBER">NM_SETTING_GSM_NUMBER</a>, macro in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-dns-search"
->nm_setting_ip4_config_get_dns_search</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-PASSWORD:CAPS" title="NM_SETTING_GSM_PASSWORD">NM_SETTING_GSM_PASSWORD</a>, macro in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-ignore-auto-dns"
->nm_setting_ip4_config_get_ignore_auto_dns</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-PIN:CAPS" title="NM_SETTING_GSM_PIN">NM_SETTING_GSM_PIN</a>, macro in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-ignore-auto-routes"
->nm_setting_ip4_config_get_ignore_auto_routes</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-PUK:CAPS" title="NM_SETTING_GSM_PUK">NM_SETTING_GSM_PUK</a>, macro in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-method"
->nm_setting_ip4_config_get_method</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-SETTING-NAME:CAPS" title="NM_SETTING_GSM_SETTING_NAME">NM_SETTING_GSM_SETTING_NAME</a>, macro in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-never-default"
->nm_setting_ip4_config_get_never_default</a></dt>
+<dt>
+<a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-USERNAME:CAPS" title="NM_SETTING_GSM_USERNAME">NM_SETTING_GSM_USERNAME</a>, macro in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-num-addresses"
->nm_setting_ip4_config_get_num_addresses</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ADDRESSES:CAPS" title="NM_SETTING_IP4_CONFIG_ADDRESSES">NM_SETTING_IP4_CONFIG_ADDRESSES</a>, macro in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-num-dns"
->nm_setting_ip4_config_get_num_dns</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-add-address" title="nm_setting_ip4_config_add_address ()">nm_setting_ip4_config_add_address</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-num-dns-searches"
->nm_setting_ip4_config_get_num_dns_searches</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-add-dns" title="nm_setting_ip4_config_add_dns ()">nm_setting_ip4_config_add_dns</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-num-routes"
->nm_setting_ip4_config_get_num_routes</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-add-dns-search" title="nm_setting_ip4_config_add_dns_search ()">nm_setting_ip4_config_add_dns_search</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-route"
->nm_setting_ip4_config_get_route</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-add-route" title="nm_setting_ip4_config_add_route ()">nm_setting_ip4_config_add_route</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-type"
->nm_setting_ip4_config_get_type</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-clear-addresses" title="nm_setting_ip4_config_clear_addresses ()">nm_setting_ip4_config_clear_addresses</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-IGNORE-AUTO-DNS--CAPS"
->NM_SETTING_IP4_CONFIG_IGNORE_AUTO_DNS</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-clear-dns" title="nm_setting_ip4_config_clear_dns ()">nm_setting_ip4_config_clear_dns</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-IGNORE-AUTO-ROUTES--CAPS"
->NM_SETTING_IP4_CONFIG_IGNORE_AUTO_ROUTES</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-clear-dns-searches" title="nm_setting_ip4_config_clear_dns_searches ()">nm_setting_ip4_config_clear_dns_searches</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD--CAPS"
->NM_SETTING_IP4_CONFIG_METHOD</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-clear-routes" title="nm_setting_ip4_config_clear_routes ()">nm_setting_ip4_config_clear_routes</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-AUTO--CAPS"
->NM_SETTING_IP4_CONFIG_METHOD_AUTO</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DHCP-CLIENT-ID:CAPS" title="NM_SETTING_IP4_CONFIG_DHCP_CLIENT_ID">NM_SETTING_IP4_CONFIG_DHCP_CLIENT_ID</a>, macro in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-LINK-LOCAL--CAPS"
->NM_SETTING_IP4_CONFIG_METHOD_LINK_LOCAL</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DHCP-HOSTNAME:CAPS" title="NM_SETTING_IP4_CONFIG_DHCP_HOSTNAME">NM_SETTING_IP4_CONFIG_DHCP_HOSTNAME</a>, macro in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-MANUAL--CAPS"
->NM_SETTING_IP4_CONFIG_METHOD_MANUAL</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DHCP-SEND-HOSTNAME:CAPS" title="NM_SETTING_IP4_CONFIG_DHCP_SEND_HOSTNAME">NM_SETTING_IP4_CONFIG_DHCP_SEND_HOSTNAME</a>, macro in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-SHARED--CAPS"
->NM_SETTING_IP4_CONFIG_METHOD_SHARED</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DNS:CAPS" title="NM_SETTING_IP4_CONFIG_DNS">NM_SETTING_IP4_CONFIG_DNS</a>, macro in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-NEVER-DEFAULT--CAPS"
->NM_SETTING_IP4_CONFIG_NEVER_DEFAULT</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DNS-SEARCH:CAPS" title="NM_SETTING_IP4_CONFIG_DNS_SEARCH">NM_SETTING_IP4_CONFIG_DNS_SEARCH</a>, macro in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-new"
->nm_setting_ip4_config_new</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ERROR:CAPS" title="NM_SETTING_IP4_CONFIG_ERROR">NM_SETTING_IP4_CONFIG_ERROR</a>, macro in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-address"
->nm_setting_ip4_config_remove_address</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-error-quark" title="nm_setting_ip4_config_error_quark ()">nm_setting_ip4_config_error_quark</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-dns"
->nm_setting_ip4_config_remove_dns</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-address" title="nm_setting_ip4_config_get_address ()">nm_setting_ip4_config_get_address</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-dns-search"
->nm_setting_ip4_config_remove_dns_search</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-dhcp-client-id" title="nm_setting_ip4_config_get_dhcp_client_id ()">nm_setting_ip4_config_get_dhcp_client_id</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-route"
->nm_setting_ip4_config_remove_route</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-dhcp-hostname" title="nm_setting_ip4_config_get_dhcp_hostname ()">nm_setting_ip4_config_get_dhcp_hostname</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ROUTES--CAPS"
->NM_SETTING_IP4_CONFIG_ROUTES</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-dhcp-send-hostname" title="nm_setting_ip4_config_get_dhcp_send_hostname ()">nm_setting_ip4_config_get_dhcp_send_hostname</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-SETTING-NAME--CAPS"
->NM_SETTING_IP4_CONFIG_SETTING_NAME</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-dns" title="nm_setting_ip4_config_get_dns ()">nm_setting_ip4_config_get_dns</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ADDRESSES--CAPS"
->NM_SETTING_IP6_CONFIG_ADDRESSES</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-dns-search" title="nm_setting_ip4_config_get_dns_search ()">nm_setting_ip4_config_get_dns_search</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-add-address"
->nm_setting_ip6_config_add_address</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-ignore-auto-dns" title="nm_setting_ip4_config_get_ignore_auto_dns ()">nm_setting_ip4_config_get_ignore_auto_dns</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-add-dns"
->nm_setting_ip6_config_add_dns</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-ignore-auto-routes" title="nm_setting_ip4_config_get_ignore_auto_routes ()">nm_setting_ip4_config_get_ignore_auto_routes</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-add-dns-search"
->nm_setting_ip6_config_add_dns_search</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-may-fail" title="nm_setting_ip4_config_get_may_fail ()">nm_setting_ip4_config_get_may_fail</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-add-route"
->nm_setting_ip6_config_add_route</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-method" title="nm_setting_ip4_config_get_method ()">nm_setting_ip4_config_get_method</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-clear-addresses"
->nm_setting_ip6_config_clear_addresses</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-never-default" title="nm_setting_ip4_config_get_never_default ()">nm_setting_ip4_config_get_never_default</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-clear-dns"
->nm_setting_ip6_config_clear_dns</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-num-addresses" title="nm_setting_ip4_config_get_num_addresses ()">nm_setting_ip4_config_get_num_addresses</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-clear-dns-searches"
->nm_setting_ip6_config_clear_dns_searches</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-num-dns" title="nm_setting_ip4_config_get_num_dns ()">nm_setting_ip4_config_get_num_dns</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-clear-routes"
->nm_setting_ip6_config_clear_routes</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-num-dns-searches" title="nm_setting_ip4_config_get_num_dns_searches ()">nm_setting_ip4_config_get_num_dns_searches</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-DNS--CAPS"
->NM_SETTING_IP6_CONFIG_DNS</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-num-routes" title="nm_setting_ip4_config_get_num_routes ()">nm_setting_ip4_config_get_num_routes</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-DNS-SEARCH--CAPS"
->NM_SETTING_IP6_CONFIG_DNS_SEARCH</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-route" title="nm_setting_ip4_config_get_route ()">nm_setting_ip4_config_get_route</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ERROR--CAPS"
->NM_SETTING_IP6_CONFIG_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-get-type" title="nm_setting_ip4_config_get_type ()">nm_setting_ip4_config_get_type</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-error-quark"
->nm_setting_ip6_config_error_quark</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-IGNORE-AUTO-DNS:CAPS" title="NM_SETTING_IP4_CONFIG_IGNORE_AUTO_DNS">NM_SETTING_IP4_CONFIG_IGNORE_AUTO_DNS</a>, macro in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-address"
->nm_setting_ip6_config_get_address</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-IGNORE-AUTO-ROUTES:CAPS" title="NM_SETTING_IP4_CONFIG_IGNORE_AUTO_ROUTES">NM_SETTING_IP4_CONFIG_IGNORE_AUTO_ROUTES</a>, macro in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-dns"
->nm_setting_ip6_config_get_dns</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-MAY-FAIL:CAPS" title="NM_SETTING_IP4_CONFIG_MAY_FAIL">NM_SETTING_IP4_CONFIG_MAY_FAIL</a>, macro in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-dns-search"
->nm_setting_ip6_config_get_dns_search</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD:CAPS" title="NM_SETTING_IP4_CONFIG_METHOD">NM_SETTING_IP4_CONFIG_METHOD</a>, macro in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-ignore-auto-dns"
->nm_setting_ip6_config_get_ignore_auto_dns</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-AUTO:CAPS" title="NM_SETTING_IP4_CONFIG_METHOD_AUTO">NM_SETTING_IP4_CONFIG_METHOD_AUTO</a>, macro in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-ignore-auto-routes"
->nm_setting_ip6_config_get_ignore_auto_routes</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-DISABLED:CAPS" title="NM_SETTING_IP4_CONFIG_METHOD_DISABLED">NM_SETTING_IP4_CONFIG_METHOD_DISABLED</a>, macro in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-method"
->nm_setting_ip6_config_get_method</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-LINK-LOCAL:CAPS" title="NM_SETTING_IP4_CONFIG_METHOD_LINK_LOCAL">NM_SETTING_IP4_CONFIG_METHOD_LINK_LOCAL</a>, macro in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-never-default"
->nm_setting_ip6_config_get_never_default</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-MANUAL:CAPS" title="NM_SETTING_IP4_CONFIG_METHOD_MANUAL">NM_SETTING_IP4_CONFIG_METHOD_MANUAL</a>, macro in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-num-addresses"
->nm_setting_ip6_config_get_num_addresses</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-SHARED:CAPS" title="NM_SETTING_IP4_CONFIG_METHOD_SHARED">NM_SETTING_IP4_CONFIG_METHOD_SHARED</a>, macro in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-num-dns"
->nm_setting_ip6_config_get_num_dns</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-NEVER-DEFAULT:CAPS" title="NM_SETTING_IP4_CONFIG_NEVER_DEFAULT">NM_SETTING_IP4_CONFIG_NEVER_DEFAULT</a>, macro in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-num-dns-searches"
->nm_setting_ip6_config_get_num_dns_searches</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-new" title="nm_setting_ip4_config_new ()">nm_setting_ip4_config_new</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-num-routes"
->nm_setting_ip6_config_get_num_routes</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-remove-address" title="nm_setting_ip4_config_remove_address ()">nm_setting_ip4_config_remove_address</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-route"
->nm_setting_ip6_config_get_route</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-remove-dns" title="nm_setting_ip4_config_remove_dns ()">nm_setting_ip4_config_remove_dns</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-type"
->nm_setting_ip6_config_get_type</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-remove-dns-search" title="nm_setting_ip4_config_remove_dns_search ()">nm_setting_ip4_config_remove_dns_search</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-IGNORE-AUTO-DNS--CAPS"
->NM_SETTING_IP6_CONFIG_IGNORE_AUTO_DNS</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#nm-setting-ip4-config-remove-route" title="nm_setting_ip4_config_remove_route ()">nm_setting_ip4_config_remove_route</a>, function in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-IGNORE-AUTO-ROUTES--CAPS"
->NM_SETTING_IP6_CONFIG_IGNORE_AUTO_ROUTES</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ROUTES:CAPS" title="NM_SETTING_IP4_CONFIG_ROUTES">NM_SETTING_IP4_CONFIG_ROUTES</a>, macro in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD--CAPS"
->NM_SETTING_IP6_CONFIG_METHOD</a></dt>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-SETTING-NAME:CAPS" title="NM_SETTING_IP4_CONFIG_SETTING_NAME">NM_SETTING_IP4_CONFIG_SETTING_NAME</a>, macro in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-AUTO--CAPS"
->NM_SETTING_IP6_CONFIG_METHOD_AUTO</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ADDRESSES:CAPS" title="NM_SETTING_IP6_CONFIG_ADDRESSES">NM_SETTING_IP6_CONFIG_ADDRESSES</a>, macro in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt>NM_SETTING_IP6_CONFIG_METHOD_DHCP</dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-add-address" title="nm_setting_ip6_config_add_address ()">nm_setting_ip6_config_add_address</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-IGNORE--CAPS"
->NM_SETTING_IP6_CONFIG_METHOD_IGNORE</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-add-dns" title="nm_setting_ip6_config_add_dns ()">nm_setting_ip6_config_add_dns</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-LINK-LOCAL--CAPS"
->NM_SETTING_IP6_CONFIG_METHOD_LINK_LOCAL</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-add-dns-search" title="nm_setting_ip6_config_add_dns_search ()">nm_setting_ip6_config_add_dns_search</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-MANUAL--CAPS"
->NM_SETTING_IP6_CONFIG_METHOD_MANUAL</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-add-route" title="nm_setting_ip6_config_add_route ()">nm_setting_ip6_config_add_route</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-SHARED--CAPS"
->NM_SETTING_IP6_CONFIG_METHOD_SHARED</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-clear-addresses" title="nm_setting_ip6_config_clear_addresses ()">nm_setting_ip6_config_clear_addresses</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-NEVER-DEFAULT--CAPS"
->NM_SETTING_IP6_CONFIG_NEVER_DEFAULT</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-clear-dns" title="nm_setting_ip6_config_clear_dns ()">nm_setting_ip6_config_clear_dns</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-new"
->nm_setting_ip6_config_new</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-clear-dns-searches" title="nm_setting_ip6_config_clear_dns_searches ()">nm_setting_ip6_config_clear_dns_searches</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-address"
->nm_setting_ip6_config_remove_address</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-clear-routes" title="nm_setting_ip6_config_clear_routes ()">nm_setting_ip6_config_clear_routes</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-dns"
->nm_setting_ip6_config_remove_dns</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-DNS:CAPS" title="NM_SETTING_IP6_CONFIG_DNS">NM_SETTING_IP6_CONFIG_DNS</a>, macro in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-dns-search"
->nm_setting_ip6_config_remove_dns_search</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-DNS-SEARCH:CAPS" title="NM_SETTING_IP6_CONFIG_DNS_SEARCH">NM_SETTING_IP6_CONFIG_DNS_SEARCH</a>, macro in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-route"
->nm_setting_ip6_config_remove_route</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ERROR:CAPS" title="NM_SETTING_IP6_CONFIG_ERROR">NM_SETTING_IP6_CONFIG_ERROR</a>, macro in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ROUTES--CAPS"
->NM_SETTING_IP6_CONFIG_ROUTES</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-error-quark" title="nm_setting_ip6_config_error_quark ()">nm_setting_ip6_config_error_quark</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-SETTING-NAME--CAPS"
->NM_SETTING_IP6_CONFIG_SETTING_NAME</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-address" title="nm_setting_ip6_config_get_address ()">nm_setting_ip6_config_get_address</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#NM-SETTING-NAME--CAPS"
->NM_SETTING_NAME</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-dns" title="nm_setting_ip6_config_get_dns ()">nm_setting_ip6_config_get_dns</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#nm-setting-need-secrets"
->nm_setting_need_secrets</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-dns-search" title="nm_setting_ip6_config_get_dns_search ()">nm_setting_ip6_config_get_dns_search</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#nm-setting-new-from-hash"
->nm_setting_new_from_hash</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-ignore-auto-dns" title="nm_setting_ip6_config_get_ignore_auto_dns ()">nm_setting_ip6_config_get_ignore_auto_dns</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-CHANNEL--CAPS"
->NM_SETTING_OLPC_MESH_CHANNEL</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-ignore-auto-routes" title="nm_setting_ip6_config_get_ignore_auto_routes ()">nm_setting_ip6_config_get_ignore_auto_routes</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-DHCP-ANYCAST-ADDRESS--CAPS"
->NM_SETTING_OLPC_MESH_DHCP_ANYCAST_ADDRESS</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-may-fail" title="nm_setting_ip6_config_get_may_fail ()">nm_setting_ip6_config_get_may_fail</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-ERROR--CAPS"
->NM_SETTING_OLPC_MESH_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-method" title="nm_setting_ip6_config_get_method ()">nm_setting_ip6_config_get_method</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-error-quark"
->nm_setting_olpc_mesh_error_quark</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-never-default" title="nm_setting_ip6_config_get_never_default ()">nm_setting_ip6_config_get_never_default</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-channel"
->nm_setting_olpc_mesh_get_channel</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-num-addresses" title="nm_setting_ip6_config_get_num_addresses ()">nm_setting_ip6_config_get_num_addresses</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-dhcp-anycast-address"
->nm_setting_olpc_mesh_get_dhcp_anycast_address</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-num-dns" title="nm_setting_ip6_config_get_num_dns ()">nm_setting_ip6_config_get_num_dns</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-ssid"
->nm_setting_olpc_mesh_get_ssid</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-num-dns-searches" title="nm_setting_ip6_config_get_num_dns_searches ()">nm_setting_ip6_config_get_num_dns_searches</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-type"
->nm_setting_olpc_mesh_get_type</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-num-routes" title="nm_setting_ip6_config_get_num_routes ()">nm_setting_ip6_config_get_num_routes</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-new"
->nm_setting_olpc_mesh_new</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-route" title="nm_setting_ip6_config_get_route ()">nm_setting_ip6_config_get_route</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-SETTING-NAME--CAPS"
->NM_SETTING_OLPC_MESH_SETTING_NAME</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-type" title="nm_setting_ip6_config_get_type ()">nm_setting_ip6_config_get_type</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-SSID--CAPS"
->NM_SETTING_OLPC_MESH_SSID</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-IGNORE-AUTO-DNS:CAPS" title="NM_SETTING_IP6_CONFIG_IGNORE_AUTO_DNS">NM_SETTING_IP6_CONFIG_IGNORE_AUTO_DNS</a>, macro in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#NM-SETTING-PARAM-FUZZY-IGNORE--CAPS"
->NM_SETTING_PARAM_FUZZY_IGNORE</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-IGNORE-AUTO-ROUTES:CAPS" title="NM_SETTING_IP6_CONFIG_IGNORE_AUTO_ROUTES">NM_SETTING_IP6_CONFIG_IGNORE_AUTO_ROUTES</a>, macro in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#NM-SETTING-PARAM-REQUIRED--CAPS"
->NM_SETTING_PARAM_REQUIRED</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-MAY-FAIL:CAPS" title="NM_SETTING_IP6_CONFIG_MAY_FAIL">NM_SETTING_IP6_CONFIG_MAY_FAIL</a>, macro in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#NM-SETTING-PARAM-SECRET--CAPS"
->NM_SETTING_PARAM_SECRET</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD:CAPS" title="NM_SETTING_IP6_CONFIG_METHOD">NM_SETTING_IP6_CONFIG_METHOD</a>, macro in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#NM-SETTING-PARAM-SERIALIZE--CAPS"
->NM_SETTING_PARAM_SERIALIZE</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-AUTO:CAPS" title="NM_SETTING_IP6_CONFIG_METHOD_AUTO">NM_SETTING_IP6_CONFIG_METHOD_AUTO</a>, macro in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-ERROR--CAPS"
->NM_SETTING_PPPOE_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-DHCP:CAPS" title="NM_SETTING_IP6_CONFIG_METHOD_DHCP">NM_SETTING_IP6_CONFIG_METHOD_DHCP</a>, macro in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-error-quark"
->nm_setting_pppoe_error_quark</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-IGNORE:CAPS" title="NM_SETTING_IP6_CONFIG_METHOD_IGNORE">NM_SETTING_IP6_CONFIG_METHOD_IGNORE</a>, macro in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-get-password"
->nm_setting_pppoe_get_password</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-LINK-LOCAL:CAPS" title="NM_SETTING_IP6_CONFIG_METHOD_LINK_LOCAL">NM_SETTING_IP6_CONFIG_METHOD_LINK_LOCAL</a>, macro in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-get-service"
->nm_setting_pppoe_get_service</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-MANUAL:CAPS" title="NM_SETTING_IP6_CONFIG_METHOD_MANUAL">NM_SETTING_IP6_CONFIG_METHOD_MANUAL</a>, macro in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-get-type"
->nm_setting_pppoe_get_type</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-SHARED:CAPS" title="NM_SETTING_IP6_CONFIG_METHOD_SHARED">NM_SETTING_IP6_CONFIG_METHOD_SHARED</a>, macro in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-get-username"
->nm_setting_pppoe_get_username</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-NEVER-DEFAULT:CAPS" title="NM_SETTING_IP6_CONFIG_NEVER_DEFAULT">NM_SETTING_IP6_CONFIG_NEVER_DEFAULT</a>, macro in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-new"
->nm_setting_pppoe_new</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-new" title="nm_setting_ip6_config_new ()">nm_setting_ip6_config_new</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-PASSWORD--CAPS"
->NM_SETTING_PPPOE_PASSWORD</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-remove-address" title="nm_setting_ip6_config_remove_address ()">nm_setting_ip6_config_remove_address</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-SERVICE--CAPS"
->NM_SETTING_PPPOE_SERVICE</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-remove-dns" title="nm_setting_ip6_config_remove_dns ()">nm_setting_ip6_config_remove_dns</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-SETTING-NAME--CAPS"
->NM_SETTING_PPPOE_SETTING_NAME</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-remove-dns-search" title="nm_setting_ip6_config_remove_dns_search ()">nm_setting_ip6_config_remove_dns_search</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-USERNAME--CAPS"
->NM_SETTING_PPPOE_USERNAME</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-remove-route" title="nm_setting_ip6_config_remove_route ()">nm_setting_ip6_config_remove_route</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-BAUD--CAPS"
->NM_SETTING_PPP_BAUD</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ROUTES:CAPS" title="NM_SETTING_IP6_CONFIG_ROUTES">NM_SETTING_IP6_CONFIG_ROUTES</a>, macro in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-CRTSCTS--CAPS"
->NM_SETTING_PPP_CRTSCTS</a></dt>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-SETTING-NAME:CAPS" title="NM_SETTING_IP6_CONFIG_SETTING_NAME">NM_SETTING_IP6_CONFIG_SETTING_NAME</a>, macro in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-ERROR--CAPS"
->NM_SETTING_PPP_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#NM-SETTING-NAME:CAPS" title="NM_SETTING_NAME">NM_SETTING_NAME</a>, macro in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-error-quark"
->nm_setting_ppp_error_quark</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#nm-setting-need-secrets" title="nm_setting_need_secrets ()">nm_setting_need_secrets</a>, function in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-baud"
->nm_setting_ppp_get_baud</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#nm-setting-new-from-hash" title="nm_setting_new_from_hash ()">nm_setting_new_from_hash</a>, function in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-crtscts"
->nm_setting_ppp_get_crtscts</a></dt>
+<dt>
+<a class="link" href="NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-CHANNEL:CAPS" title="NM_SETTING_OLPC_MESH_CHANNEL">NM_SETTING_OLPC_MESH_CHANNEL</a>, macro in <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh">NMSettingOlpcMesh</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-lcp-echo-failure"
->nm_setting_ppp_get_lcp_echo_failure</a></dt>
+<dt>
+<a class="link" href="NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-DHCP-ANYCAST-ADDRESS:CAPS" title="NM_SETTING_OLPC_MESH_DHCP_ANYCAST_ADDRESS">NM_SETTING_OLPC_MESH_DHCP_ANYCAST_ADDRESS</a>, macro in <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh">NMSettingOlpcMesh</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-lcp-echo-interval"
->nm_setting_ppp_get_lcp_echo_interval</a></dt>
+<dt>
+<a class="link" href="NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-ERROR:CAPS" title="NM_SETTING_OLPC_MESH_ERROR">NM_SETTING_OLPC_MESH_ERROR</a>, macro in <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh">NMSettingOlpcMesh</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-mppe-stateful"
->nm_setting_ppp_get_mppe_stateful</a></dt>
+<dt>
+<a class="link" href="NMSettingOlpcMesh.html#nm-setting-olpc-mesh-error-quark" title="nm_setting_olpc_mesh_error_quark ()">nm_setting_olpc_mesh_error_quark</a>, function in <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh">NMSettingOlpcMesh</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-mru"
->nm_setting_ppp_get_mru</a></dt>
+<dt>
+<a class="link" href="NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-channel" title="nm_setting_olpc_mesh_get_channel ()">nm_setting_olpc_mesh_get_channel</a>, function in <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh">NMSettingOlpcMesh</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-mtu"
->nm_setting_ppp_get_mtu</a></dt>
+<dt>
+<a class="link" href="NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-dhcp-anycast-address" title="nm_setting_olpc_mesh_get_dhcp_anycast_address ()">nm_setting_olpc_mesh_get_dhcp_anycast_address</a>, function in <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh">NMSettingOlpcMesh</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-noauth"
->nm_setting_ppp_get_noauth</a></dt>
+<dt>
+<a class="link" href="NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-ssid" title="nm_setting_olpc_mesh_get_ssid ()">nm_setting_olpc_mesh_get_ssid</a>, function in <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh">NMSettingOlpcMesh</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-nobsdcomp"
->nm_setting_ppp_get_nobsdcomp</a></dt>
+<dt>
+<a class="link" href="NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-type" title="nm_setting_olpc_mesh_get_type ()">nm_setting_olpc_mesh_get_type</a>, function in <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh">NMSettingOlpcMesh</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-nodeflate"
->nm_setting_ppp_get_nodeflate</a></dt>
+<dt>
+<a class="link" href="NMSettingOlpcMesh.html#nm-setting-olpc-mesh-new" title="nm_setting_olpc_mesh_new ()">nm_setting_olpc_mesh_new</a>, function in <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh">NMSettingOlpcMesh</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-no-vj-comp"
->nm_setting_ppp_get_no_vj_comp</a></dt>
+<dt>
+<a class="link" href="NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-SETTING-NAME:CAPS" title="NM_SETTING_OLPC_MESH_SETTING_NAME">NM_SETTING_OLPC_MESH_SETTING_NAME</a>, macro in <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh">NMSettingOlpcMesh</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-refuse-chap"
->nm_setting_ppp_get_refuse_chap</a></dt>
+<dt>
+<a class="link" href="NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-SSID:CAPS" title="NM_SETTING_OLPC_MESH_SSID">NM_SETTING_OLPC_MESH_SSID</a>, macro in <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh">NMSettingOlpcMesh</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-refuse-eap"
->nm_setting_ppp_get_refuse_eap</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#NM-SETTING-PARAM-FUZZY-IGNORE:CAPS" title="NM_SETTING_PARAM_FUZZY_IGNORE">NM_SETTING_PARAM_FUZZY_IGNORE</a>, macro in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-refuse-mschap"
->nm_setting_ppp_get_refuse_mschap</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#NM-SETTING-PARAM-REQUIRED:CAPS" title="NM_SETTING_PARAM_REQUIRED">NM_SETTING_PARAM_REQUIRED</a>, macro in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-refuse-mschapv2"
->nm_setting_ppp_get_refuse_mschapv2</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#NM-SETTING-PARAM-SECRET:CAPS" title="NM_SETTING_PARAM_SECRET">NM_SETTING_PARAM_SECRET</a>, macro in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-refuse-pap"
->nm_setting_ppp_get_refuse_pap</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#NM-SETTING-PARAM-SERIALIZE:CAPS" title="NM_SETTING_PARAM_SERIALIZE">NM_SETTING_PARAM_SERIALIZE</a>, macro in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-require-mppe"
->nm_setting_ppp_get_require_mppe</a></dt>
+<dt>
+<a class="link" href="NMSettingPPPOE.html#NM-SETTING-PPPOE-ERROR:CAPS" title="NM_SETTING_PPPOE_ERROR">NM_SETTING_PPPOE_ERROR</a>, macro in <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE">NMSettingPPPOE</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-require-mppe-128"
->nm_setting_ppp_get_require_mppe_128</a></dt>
+<dt>
+<a class="link" href="NMSettingPPPOE.html#nm-setting-pppoe-error-quark" title="nm_setting_pppoe_error_quark ()">nm_setting_pppoe_error_quark</a>, function in <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE">NMSettingPPPOE</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-get-type"
->nm_setting_ppp_get_type</a></dt>
+<dt>
+<a class="link" href="NMSettingPPPOE.html#nm-setting-pppoe-get-password" title="nm_setting_pppoe_get_password ()">nm_setting_pppoe_get_password</a>, function in <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE">NMSettingPPPOE</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-LCP-ECHO-FAILURE--CAPS"
->NM_SETTING_PPP_LCP_ECHO_FAILURE</a></dt>
+<dt>
+<a class="link" href="NMSettingPPPOE.html#nm-setting-pppoe-get-service" title="nm_setting_pppoe_get_service ()">nm_setting_pppoe_get_service</a>, function in <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE">NMSettingPPPOE</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-LCP-ECHO-INTERVAL--CAPS"
->NM_SETTING_PPP_LCP_ECHO_INTERVAL</a></dt>
+<dt>
+<a class="link" href="NMSettingPPPOE.html#nm-setting-pppoe-get-type" title="nm_setting_pppoe_get_type ()">nm_setting_pppoe_get_type</a>, function in <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE">NMSettingPPPOE</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-MPPE-STATEFUL--CAPS"
->NM_SETTING_PPP_MPPE_STATEFUL</a></dt>
+<dt>
+<a class="link" href="NMSettingPPPOE.html#nm-setting-pppoe-get-username" title="nm_setting_pppoe_get_username ()">nm_setting_pppoe_get_username</a>, function in <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE">NMSettingPPPOE</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-MRU--CAPS"
->NM_SETTING_PPP_MRU</a></dt>
+<dt>
+<a class="link" href="NMSettingPPPOE.html#nm-setting-pppoe-new" title="nm_setting_pppoe_new ()">nm_setting_pppoe_new</a>, function in <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE">NMSettingPPPOE</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-MTU--CAPS"
->NM_SETTING_PPP_MTU</a></dt>
+<dt>
+<a class="link" href="NMSettingPPPOE.html#NM-SETTING-PPPOE-PASSWORD:CAPS" title="NM_SETTING_PPPOE_PASSWORD">NM_SETTING_PPPOE_PASSWORD</a>, macro in <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE">NMSettingPPPOE</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#nm-setting-ppp-new"
->nm_setting_ppp_new</a></dt>
+<dt>
+<a class="link" href="NMSettingPPPOE.html#NM-SETTING-PPPOE-SERVICE:CAPS" title="NM_SETTING_PPPOE_SERVICE">NM_SETTING_PPPOE_SERVICE</a>, macro in <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE">NMSettingPPPOE</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-NOAUTH--CAPS"
->NM_SETTING_PPP_NOAUTH</a></dt>
+<dt>
+<a class="link" href="NMSettingPPPOE.html#NM-SETTING-PPPOE-SETTING-NAME:CAPS" title="NM_SETTING_PPPOE_SETTING_NAME">NM_SETTING_PPPOE_SETTING_NAME</a>, macro in <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE">NMSettingPPPOE</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-NOBSDCOMP--CAPS"
->NM_SETTING_PPP_NOBSDCOMP</a></dt>
+<dt>
+<a class="link" href="NMSettingPPPOE.html#NM-SETTING-PPPOE-USERNAME:CAPS" title="NM_SETTING_PPPOE_USERNAME">NM_SETTING_PPPOE_USERNAME</a>, macro in <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE">NMSettingPPPOE</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-NODEFLATE--CAPS"
->NM_SETTING_PPP_NODEFLATE</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-BAUD:CAPS" title="NM_SETTING_PPP_BAUD">NM_SETTING_PPP_BAUD</a>, macro in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-NO-VJ-COMP--CAPS"
->NM_SETTING_PPP_NO_VJ_COMP</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-CRTSCTS:CAPS" title="NM_SETTING_PPP_CRTSCTS">NM_SETTING_PPP_CRTSCTS</a>, macro in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REFUSE-CHAP--CAPS"
->NM_SETTING_PPP_REFUSE_CHAP</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-ERROR:CAPS" title="NM_SETTING_PPP_ERROR">NM_SETTING_PPP_ERROR</a>, macro in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REFUSE-EAP--CAPS"
->NM_SETTING_PPP_REFUSE_EAP</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#nm-setting-ppp-error-quark" title="nm_setting_ppp_error_quark ()">nm_setting_ppp_error_quark</a>, function in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REFUSE-MSCHAP--CAPS"
->NM_SETTING_PPP_REFUSE_MSCHAP</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-baud" title="nm_setting_ppp_get_baud ()">nm_setting_ppp_get_baud</a>, function in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REFUSE-MSCHAPV2--CAPS"
->NM_SETTING_PPP_REFUSE_MSCHAPV2</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-crtscts" title="nm_setting_ppp_get_crtscts ()">nm_setting_ppp_get_crtscts</a>, function in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REFUSE-PAP--CAPS"
->NM_SETTING_PPP_REFUSE_PAP</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-lcp-echo-failure" title="nm_setting_ppp_get_lcp_echo_failure ()">nm_setting_ppp_get_lcp_echo_failure</a>, function in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REQUIRE-MPPE--CAPS"
->NM_SETTING_PPP_REQUIRE_MPPE</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-lcp-echo-interval" title="nm_setting_ppp_get_lcp_echo_interval ()">nm_setting_ppp_get_lcp_echo_interval</a>, function in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REQUIRE-MPPE-128--CAPS"
->NM_SETTING_PPP_REQUIRE_MPPE_128</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-mppe-stateful" title="nm_setting_ppp_get_mppe_stateful ()">nm_setting_ppp_get_mppe_stateful</a>, function in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NM-SETTING-PPP-SETTING-NAME--CAPS"
->NM_SETTING_PPP_SETTING_NAME</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-mru" title="nm_setting_ppp_get_mru ()">nm_setting_ppp_get_mru</a>, function in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-BAUD--CAPS"
->NM_SETTING_SERIAL_BAUD</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-mtu" title="nm_setting_ppp_get_mtu ()">nm_setting_ppp_get_mtu</a>, function in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-BITS--CAPS"
->NM_SETTING_SERIAL_BITS</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-noauth" title="nm_setting_ppp_get_noauth ()">nm_setting_ppp_get_noauth</a>, function in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-ERROR--CAPS"
->NM_SETTING_SERIAL_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-nobsdcomp" title="nm_setting_ppp_get_nobsdcomp ()">nm_setting_ppp_get_nobsdcomp</a>, function in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingSerial.html#nm-setting-serial-error-quark"
->nm_setting_serial_error_quark</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-nodeflate" title="nm_setting_ppp_get_nodeflate ()">nm_setting_ppp_get_nodeflate</a>, function in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingSerial.html#nm-setting-serial-get-baud"
->nm_setting_serial_get_baud</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-no-vj-comp" title="nm_setting_ppp_get_no_vj_comp ()">nm_setting_ppp_get_no_vj_comp</a>, function in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingSerial.html#nm-setting-serial-get-bits"
->nm_setting_serial_get_bits</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-refuse-chap" title="nm_setting_ppp_get_refuse_chap ()">nm_setting_ppp_get_refuse_chap</a>, function in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingSerial.html#nm-setting-serial-get-parity"
->nm_setting_serial_get_parity</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-refuse-eap" title="nm_setting_ppp_get_refuse_eap ()">nm_setting_ppp_get_refuse_eap</a>, function in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingSerial.html#nm-setting-serial-get-send-delay"
->nm_setting_serial_get_send_delay</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-refuse-mschap" title="nm_setting_ppp_get_refuse_mschap ()">nm_setting_ppp_get_refuse_mschap</a>, function in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingSerial.html#nm-setting-serial-get-stopbits"
->nm_setting_serial_get_stopbits</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-refuse-mschapv2" title="nm_setting_ppp_get_refuse_mschapv2 ()">nm_setting_ppp_get_refuse_mschapv2</a>, function in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingSerial.html#nm-setting-serial-get-type"
->nm_setting_serial_get_type</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-refuse-pap" title="nm_setting_ppp_get_refuse_pap ()">nm_setting_ppp_get_refuse_pap</a>, function in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingSerial.html#nm-setting-serial-new"
->nm_setting_serial_new</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-require-mppe" title="nm_setting_ppp_get_require_mppe ()">nm_setting_ppp_get_require_mppe</a>, function in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-PARITY--CAPS"
->NM_SETTING_SERIAL_PARITY</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-require-mppe-128" title="nm_setting_ppp_get_require_mppe_128 ()">nm_setting_ppp_get_require_mppe_128</a>, function in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-SEND-DELAY--CAPS"
->NM_SETTING_SERIAL_SEND_DELAY</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#nm-setting-ppp-get-type" title="nm_setting_ppp_get_type ()">nm_setting_ppp_get_type</a>, function in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-SETTING-NAME--CAPS"
->NM_SETTING_SERIAL_SETTING_NAME</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-LCP-ECHO-FAILURE:CAPS" title="NM_SETTING_PPP_LCP_ECHO_FAILURE">NM_SETTING_PPP_LCP_ECHO_FAILURE</a>, macro in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-STOPBITS--CAPS"
->NM_SETTING_SERIAL_STOPBITS</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-LCP-ECHO-INTERVAL:CAPS" title="NM_SETTING_PPP_LCP_ECHO_INTERVAL">NM_SETTING_PPP_LCP_ECHO_INTERVAL</a>, macro in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#nm-setting-to-hash"
->nm_setting_to_hash</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-MPPE-STATEFUL:CAPS" title="NM_SETTING_PPP_MPPE_STATEFUL">NM_SETTING_PPP_MPPE_STATEFUL</a>, macro in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#nm-setting-to-string"
->nm_setting_to_string</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-MRU:CAPS" title="NM_SETTING_PPP_MRU">NM_SETTING_PPP_MRU</a>, macro in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#nm-setting-update-secrets"
->nm_setting_update_secrets</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-MTU:CAPS" title="NM_SETTING_PPP_MTU">NM_SETTING_PPP_MTU</a>, macro in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#nm-setting-verify"
->nm_setting_verify</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#nm-setting-ppp-new" title="nm_setting_ppp_new ()">nm_setting_ppp_new</a>, function in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-add-data-item"
->nm_setting_vpn_add_data_item</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-NOAUTH:CAPS" title="NM_SETTING_PPP_NOAUTH">NM_SETTING_PPP_NOAUTH</a>, macro in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-add-secret"
->nm_setting_vpn_add_secret</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-NOBSDCOMP:CAPS" title="NM_SETTING_PPP_NOBSDCOMP">NM_SETTING_PPP_NOBSDCOMP</a>, macro in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#NM-SETTING-VPN-DATA--CAPS"
->NM_SETTING_VPN_DATA</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-NODEFLATE:CAPS" title="NM_SETTING_PPP_NODEFLATE">NM_SETTING_PPP_NODEFLATE</a>, macro in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#NM-SETTING-VPN-ERROR--CAPS"
->NM_SETTING_VPN_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-NO-VJ-COMP:CAPS" title="NM_SETTING_PPP_NO_VJ_COMP">NM_SETTING_PPP_NO_VJ_COMP</a>, macro in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-error-quark"
->nm_setting_vpn_error_quark</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-REFUSE-CHAP:CAPS" title="NM_SETTING_PPP_REFUSE_CHAP">NM_SETTING_PPP_REFUSE_CHAP</a>, macro in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-foreach-data-item"
->nm_setting_vpn_foreach_data_item</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-REFUSE-EAP:CAPS" title="NM_SETTING_PPP_REFUSE_EAP">NM_SETTING_PPP_REFUSE_EAP</a>, macro in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-foreach-secret"
->nm_setting_vpn_foreach_secret</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-REFUSE-MSCHAP:CAPS" title="NM_SETTING_PPP_REFUSE_MSCHAP">NM_SETTING_PPP_REFUSE_MSCHAP</a>, macro in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-get-data-item"
->nm_setting_vpn_get_data_item</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-REFUSE-MSCHAPV2:CAPS" title="NM_SETTING_PPP_REFUSE_MSCHAPV2">NM_SETTING_PPP_REFUSE_MSCHAPV2</a>, macro in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-get-secret"
->nm_setting_vpn_get_secret</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-REFUSE-PAP:CAPS" title="NM_SETTING_PPP_REFUSE_PAP">NM_SETTING_PPP_REFUSE_PAP</a>, macro in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-get-service-type"
->nm_setting_vpn_get_service_type</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-REQUIRE-MPPE:CAPS" title="NM_SETTING_PPP_REQUIRE_MPPE">NM_SETTING_PPP_REQUIRE_MPPE</a>, macro in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-get-type"
->nm_setting_vpn_get_type</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-REQUIRE-MPPE-128:CAPS" title="NM_SETTING_PPP_REQUIRE_MPPE_128">NM_SETTING_PPP_REQUIRE_MPPE_128</a>, macro in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-get-user-name"
->nm_setting_vpn_get_user_name</a></dt>
+<dt>
+<a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-SETTING-NAME:CAPS" title="NM_SETTING_PPP_SETTING_NAME">NM_SETTING_PPP_SETTING_NAME</a>, macro in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-new"
->nm_setting_vpn_new</a></dt>
+<dt>
+<a class="link" href="NMSettingSerial.html#NM-SETTING-SERIAL-BAUD:CAPS" title="NM_SETTING_SERIAL_BAUD">NM_SETTING_SERIAL_BAUD</a>, macro in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-remove-data-item"
->nm_setting_vpn_remove_data_item</a></dt>
+<dt>
+<a class="link" href="NMSettingSerial.html#NM-SETTING-SERIAL-BITS:CAPS" title="NM_SETTING_SERIAL_BITS">NM_SETTING_SERIAL_BITS</a>, macro in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#nm-setting-vpn-remove-secret"
->nm_setting_vpn_remove_secret</a></dt>
+<dt>
+<a class="link" href="NMSettingSerial.html#NM-SETTING-SERIAL-ERROR:CAPS" title="NM_SETTING_SERIAL_ERROR">NM_SETTING_SERIAL_ERROR</a>, macro in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#NM-SETTING-VPN-SECRETS--CAPS"
->NM_SETTING_VPN_SECRETS</a></dt>
+<dt>
+<a class="link" href="NMSettingSerial.html#nm-setting-serial-error-quark" title="nm_setting_serial_error_quark ()">nm_setting_serial_error_quark</a>, function in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#NM-SETTING-VPN-SERVICE-TYPE--CAPS"
->NM_SETTING_VPN_SERVICE_TYPE</a></dt>
+<dt>
+<a class="link" href="NMSettingSerial.html#nm-setting-serial-get-baud" title="nm_setting_serial_get_baud ()">nm_setting_serial_get_baud</a>, function in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#NM-SETTING-VPN-SETTING-NAME--CAPS"
->NM_SETTING_VPN_SETTING_NAME</a></dt>
+<dt>
+<a class="link" href="NMSettingSerial.html#nm-setting-serial-get-bits" title="nm_setting_serial_get_bits ()">nm_setting_serial_get_bits</a>, function in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#NM-SETTING-VPN-USER-NAME--CAPS"
->NM_SETTING_VPN_USER_NAME</a></dt>
+<dt>
+<a class="link" href="NMSettingSerial.html#nm-setting-serial-get-parity" title="nm_setting_serial_get_parity ()">nm_setting_serial_get_parity</a>, function in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#NM-SETTING-WIRED-AUTO-NEGOTIATE--CAPS"
->NM_SETTING_WIRED_AUTO_NEGOTIATE</a></dt>
+<dt>
+<a class="link" href="NMSettingSerial.html#nm-setting-serial-get-send-delay" title="nm_setting_serial_get_send_delay ()">nm_setting_serial_get_send_delay</a>, function in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#NM-SETTING-WIRED-DUPLEX--CAPS"
->NM_SETTING_WIRED_DUPLEX</a></dt>
+<dt>
+<a class="link" href="NMSettingSerial.html#nm-setting-serial-get-stopbits" title="nm_setting_serial_get_stopbits ()">nm_setting_serial_get_stopbits</a>, function in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#NM-SETTING-WIRED-ERROR--CAPS"
->NM_SETTING_WIRED_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingSerial.html#nm-setting-serial-get-type" title="nm_setting_serial_get_type ()">nm_setting_serial_get_type</a>, function in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#nm-setting-wired-error-quark"
->nm_setting_wired_error_quark</a></dt>
+<dt>
+<a class="link" href="NMSettingSerial.html#nm-setting-serial-new" title="nm_setting_serial_new ()">nm_setting_serial_new</a>, function in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#nm-setting-wired-get-auto-negotiate"
->nm_setting_wired_get_auto_negotiate</a></dt>
+<dt>
+<a class="link" href="NMSettingSerial.html#NM-SETTING-SERIAL-PARITY:CAPS" title="NM_SETTING_SERIAL_PARITY">NM_SETTING_SERIAL_PARITY</a>, macro in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#nm-setting-wired-get-duplex"
->nm_setting_wired_get_duplex</a></dt>
+<dt>
+<a class="link" href="NMSettingSerial.html#NM-SETTING-SERIAL-SEND-DELAY:CAPS" title="NM_SETTING_SERIAL_SEND_DELAY">NM_SETTING_SERIAL_SEND_DELAY</a>, macro in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#nm-setting-wired-get-mac-address"
->nm_setting_wired_get_mac_address</a></dt>
+<dt>
+<a class="link" href="NMSettingSerial.html#NM-SETTING-SERIAL-SETTING-NAME:CAPS" title="NM_SETTING_SERIAL_SETTING_NAME">NM_SETTING_SERIAL_SETTING_NAME</a>, macro in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#nm-setting-wired-get-mtu"
->nm_setting_wired_get_mtu</a></dt>
+<dt>
+<a class="link" href="NMSettingSerial.html#NM-SETTING-SERIAL-STOPBITS:CAPS" title="NM_SETTING_SERIAL_STOPBITS">NM_SETTING_SERIAL_STOPBITS</a>, macro in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#nm-setting-wired-get-port"
->nm_setting_wired_get_port</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#nm-setting-to-hash" title="nm_setting_to_hash ()">nm_setting_to_hash</a>, function in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#nm-setting-wired-get-speed"
->nm_setting_wired_get_speed</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#nm-setting-to-string" title="nm_setting_to_string ()">nm_setting_to_string</a>, function in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#nm-setting-wired-get-type"
->nm_setting_wired_get_type</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#nm-setting-update-secrets" title="nm_setting_update_secrets ()">nm_setting_update_secrets</a>, function in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#NM-SETTING-WIRED-MAC-ADDRESS--CAPS"
->NM_SETTING_WIRED_MAC_ADDRESS</a></dt>
+<dt>
+<a class="link" href="NMSetting.html#nm-setting-verify" title="nm_setting_verify ()">nm_setting_verify</a>, function in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#NM-SETTING-WIRED-MTU--CAPS"
->NM_SETTING_WIRED_MTU</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#nm-setting-vpn-add-data-item" title="nm_setting_vpn_add_data_item ()">nm_setting_vpn_add_data_item</a>, function in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#nm-setting-wired-new"
->nm_setting_wired_new</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#nm-setting-vpn-add-secret" title="nm_setting_vpn_add_secret ()">nm_setting_vpn_add_secret</a>, function in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#NM-SETTING-WIRED-PORT--CAPS"
->NM_SETTING_WIRED_PORT</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#NM-SETTING-VPN-DATA:CAPS" title="NM_SETTING_VPN_DATA">NM_SETTING_VPN_DATA</a>, macro in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#NM-SETTING-WIRED-SETTING-NAME--CAPS"
->NM_SETTING_WIRED_SETTING_NAME</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#NM-SETTING-VPN-ERROR:CAPS" title="NM_SETTING_VPN_ERROR">NM_SETTING_VPN_ERROR</a>, macro in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#NM-SETTING-WIRED-SPEED--CAPS"
->NM_SETTING_WIRED_SPEED</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#nm-setting-vpn-error-quark" title="nm_setting_vpn_error_quark ()">nm_setting_vpn_error_quark</a>, function in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-add-seen-bssid"
->nm_setting_wireless_add_seen_bssid</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#nm-setting-vpn-foreach-data-item" title="nm_setting_vpn_foreach_data_item ()">nm_setting_vpn_foreach_data_item</a>, function in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-ap-security-compatible"
->nm_setting_wireless_ap_security_compatible</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#nm-setting-vpn-foreach-secret" title="nm_setting_vpn_foreach_secret ()">nm_setting_vpn_foreach_secret</a>, function in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-BAND--CAPS"
->NM_SETTING_WIRELESS_BAND</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#nm-setting-vpn-get-data-item" title="nm_setting_vpn_get_data_item ()">nm_setting_vpn_get_data_item</a>, function in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-BSSID--CAPS"
->NM_SETTING_WIRELESS_BSSID</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#nm-setting-vpn-get-secret" title="nm_setting_vpn_get_secret ()">nm_setting_vpn_get_secret</a>, function in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-CHANNEL--CAPS"
->NM_SETTING_WIRELESS_CHANNEL</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#nm-setting-vpn-get-service-type" title="nm_setting_vpn_get_service_type ()">nm_setting_vpn_get_service_type</a>, function in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-ERROR--CAPS"
->NM_SETTING_WIRELESS_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#nm-setting-vpn-get-type" title="nm_setting_vpn_get_type ()">nm_setting_vpn_get_type</a>, function in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-error-quark"
->nm_setting_wireless_error_quark</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#nm-setting-vpn-get-user-name" title="nm_setting_vpn_get_user_name ()">nm_setting_vpn_get_user_name</a>, function in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-band"
->nm_setting_wireless_get_band</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#nm-setting-vpn-new" title="nm_setting_vpn_new ()">nm_setting_vpn_new</a>, function in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-bssid"
->nm_setting_wireless_get_bssid</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#nm-setting-vpn-remove-data-item" title="nm_setting_vpn_remove_data_item ()">nm_setting_vpn_remove_data_item</a>, function in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-channel"
->nm_setting_wireless_get_channel</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#nm-setting-vpn-remove-secret" title="nm_setting_vpn_remove_secret ()">nm_setting_vpn_remove_secret</a>, function in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-mac-address"
->nm_setting_wireless_get_mac_address</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#NM-SETTING-VPN-SECRETS:CAPS" title="NM_SETTING_VPN_SECRETS">NM_SETTING_VPN_SECRETS</a>, macro in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-mode"
->nm_setting_wireless_get_mode</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#NM-SETTING-VPN-SERVICE-TYPE:CAPS" title="NM_SETTING_VPN_SERVICE_TYPE">NM_SETTING_VPN_SERVICE_TYPE</a>, macro in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-mtu"
->nm_setting_wireless_get_mtu</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#NM-SETTING-VPN-SETTING-NAME:CAPS" title="NM_SETTING_VPN_SETTING_NAME">NM_SETTING_VPN_SETTING_NAME</a>, macro in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-num-seen-bssids"
->nm_setting_wireless_get_num_seen_bssids</a></dt>
+<dt>
+<a class="link" href="NMSettingVPN.html#NM-SETTING-VPN-USER-NAME:CAPS" title="NM_SETTING_VPN_USER_NAME">NM_SETTING_VPN_USER_NAME</a>, macro in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-rate"
->nm_setting_wireless_get_rate</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#nm-setting-wired-add-s390-option" title="nm_setting_wired_add_s390_option ()">nm_setting_wired_add_s390_option</a>, function in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-security"
->nm_setting_wireless_get_security</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-AUTO-NEGOTIATE:CAPS" title="NM_SETTING_WIRED_AUTO_NEGOTIATE">NM_SETTING_WIRED_AUTO_NEGOTIATE</a>, macro in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-seen-bssid"
->nm_setting_wireless_get_seen_bssid</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-CLONED-MAC-ADDRESS:CAPS" title="NM_SETTING_WIRED_CLONED_MAC_ADDRESS">NM_SETTING_WIRED_CLONED_MAC_ADDRESS</a>, macro in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-ssid"
->nm_setting_wireless_get_ssid</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-DUPLEX:CAPS" title="NM_SETTING_WIRED_DUPLEX">NM_SETTING_WIRED_DUPLEX</a>, macro in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-tx-power"
->nm_setting_wireless_get_tx_power</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-ERROR:CAPS" title="NM_SETTING_WIRED_ERROR">NM_SETTING_WIRED_ERROR</a>, macro in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-get-type"
->nm_setting_wireless_get_type</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#nm-setting-wired-error-quark" title="nm_setting_wired_error_quark ()">nm_setting_wired_error_quark</a>, function in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-MAC-ADDRESS--CAPS"
->NM_SETTING_WIRELESS_MAC_ADDRESS</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#nm-setting-wired-get-auto-negotiate" title="nm_setting_wired_get_auto_negotiate ()">nm_setting_wired_get_auto_negotiate</a>, function in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-MODE--CAPS"
->NM_SETTING_WIRELESS_MODE</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#nm-setting-wired-get-cloned-mac-address" title="nm_setting_wired_get_cloned_mac_address ()">nm_setting_wired_get_cloned_mac_address</a>, function in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-MTU--CAPS"
->NM_SETTING_WIRELESS_MTU</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#nm-setting-wired-get-duplex" title="nm_setting_wired_get_duplex ()">nm_setting_wired_get_duplex</a>, function in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#nm-setting-wireless-new"
->nm_setting_wireless_new</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#nm-setting-wired-get-mac-address" title="nm_setting_wired_get_mac_address ()">nm_setting_wired_get_mac_address</a>, function in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-RATE--CAPS"
->NM_SETTING_WIRELESS_RATE</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#nm-setting-wired-get-mtu" title="nm_setting_wired_get_mtu ()">nm_setting_wired_get_mtu</a>, function in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-SEC--CAPS"
->NM_SETTING_WIRELESS_SEC</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#nm-setting-wired-get-num-s390-options" title="nm_setting_wired_get_num_s390_options ()">nm_setting_wired_get_num_s390_options</a>, function in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-add-group"
->nm_setting_wireless_security_add_group</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#nm-setting-wired-get-port" title="nm_setting_wired_get_port ()">nm_setting_wired_get_port</a>, function in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-add-pairwise"
->nm_setting_wireless_security_add_pairwise</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#nm-setting-wired-get-s390-nettype" title="nm_setting_wired_get_s390_nettype ()">nm_setting_wired_get_s390_nettype</a>, function in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-add-proto"
->nm_setting_wireless_security_add_proto</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#nm-setting-wired-get-s390-option" title="nm_setting_wired_get_s390_option ()">nm_setting_wired_get_s390_option</a>, function in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-AUTH-ALG--CAPS"
->NM_SETTING_WIRELESS_SECURITY_AUTH_ALG</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#nm-setting-wired-get-s390-option-by-key" title="nm_setting_wired_get_s390_option_by_key ()">nm_setting_wired_get_s390_option_by_key</a>, function in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-clear-groups"
->nm_setting_wireless_security_clear_groups</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#nm-setting-wired-get-s390-subchannels" title="nm_setting_wired_get_s390_subchannels ()">nm_setting_wired_get_s390_subchannels</a>, function in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-clear-pairwise"
->nm_setting_wireless_security_clear_pairwise</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#nm-setting-wired-get-speed" title="nm_setting_wired_get_speed ()">nm_setting_wired_get_speed</a>, function in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-clear-protos"
->nm_setting_wireless_security_clear_protos</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#nm-setting-wired-get-type" title="nm_setting_wired_get_type ()">nm_setting_wired_get_type</a>, function in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR--CAPS"
->NM_SETTING_WIRELESS_SECURITY_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-MAC-ADDRESS:CAPS" title="NM_SETTING_WIRED_MAC_ADDRESS">NM_SETTING_WIRED_MAC_ADDRESS</a>, macro in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-error-quark"
->nm_setting_wireless_security_error_quark</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-MTU:CAPS" title="NM_SETTING_WIRED_MTU">NM_SETTING_WIRED_MTU</a>, macro in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-auth-alg"
->nm_setting_wireless_security_get_auth_alg</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#nm-setting-wired-new" title="nm_setting_wired_new ()">nm_setting_wired_new</a>, function in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-group"
->nm_setting_wireless_security_get_group</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-PORT:CAPS" title="NM_SETTING_WIRED_PORT">NM_SETTING_WIRED_PORT</a>, macro in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-key-mgmt"
->nm_setting_wireless_security_get_key_mgmt</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#nm-setting-wired-remove-s390-option" title="nm_setting_wired_remove_s390_option ()">nm_setting_wired_remove_s390_option</a>, function in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-leap-password"
->nm_setting_wireless_security_get_leap_password</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-S390-NETTYPE:CAPS" title="NM_SETTING_WIRED_S390_NETTYPE">NM_SETTING_WIRED_S390_NETTYPE</a>, macro in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-leap-username"
->nm_setting_wireless_security_get_leap_username</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-S390-OPTIONS:CAPS" title="NM_SETTING_WIRED_S390_OPTIONS">NM_SETTING_WIRED_S390_OPTIONS</a>, macro in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-num-groups"
->nm_setting_wireless_security_get_num_groups</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-S390-SUBCHANNELS:CAPS" title="NM_SETTING_WIRED_S390_SUBCHANNELS">NM_SETTING_WIRED_S390_SUBCHANNELS</a>, macro in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-num-pairwise"
->nm_setting_wireless_security_get_num_pairwise</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-SETTING-NAME:CAPS" title="NM_SETTING_WIRED_SETTING_NAME">NM_SETTING_WIRED_SETTING_NAME</a>, macro in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-num-protos"
->nm_setting_wireless_security_get_num_protos</a></dt>
+<dt>
+<a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-SPEED:CAPS" title="NM_SETTING_WIRED_SPEED">NM_SETTING_WIRED_SPEED</a>, macro in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-pairwise"
->nm_setting_wireless_security_get_pairwise</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#nm-setting-wireless-add-seen-bssid" title="nm_setting_wireless_add_seen_bssid ()">nm_setting_wireless_add_seen_bssid</a>, function in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-proto"
->nm_setting_wireless_security_get_proto</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#nm-setting-wireless-ap-security-compatible" title="nm_setting_wireless_ap_security_compatible ()">nm_setting_wireless_ap_security_compatible</a>, function in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-psk"
->nm_setting_wireless_security_get_psk</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-BAND:CAPS" title="NM_SETTING_WIRELESS_BAND">NM_SETTING_WIRELESS_BAND</a>, macro in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-type"
->nm_setting_wireless_security_get_type</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-BSSID:CAPS" title="NM_SETTING_WIRELESS_BSSID">NM_SETTING_WIRELESS_BSSID</a>, macro in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-key"
->nm_setting_wireless_security_get_wep_key</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-CHANNEL:CAPS" title="NM_SETTING_WIRELESS_CHANNEL">NM_SETTING_WIRELESS_CHANNEL</a>, macro in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-key-type"
->nm_setting_wireless_security_get_wep_key_type</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-CLONED-MAC-ADDRESS:CAPS" title="NM_SETTING_WIRELESS_CLONED_MAC_ADDRESS">NM_SETTING_WIRELESS_CLONED_MAC_ADDRESS</a>, macro in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-tx-keyidx"
->nm_setting_wireless_security_get_wep_tx_keyidx</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-ERROR:CAPS" title="NM_SETTING_WIRELESS_ERROR">NM_SETTING_WIRELESS_ERROR</a>, macro in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-GROUP--CAPS"
->NM_SETTING_WIRELESS_SECURITY_GROUP</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#nm-setting-wireless-error-quark" title="nm_setting_wireless_error_quark ()">nm_setting_wireless_error_quark</a>, function in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-KEY-MGMT--CAPS"
->NM_SETTING_WIRELESS_SECURITY_KEY_MGMT</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-band" title="nm_setting_wireless_get_band ()">nm_setting_wireless_get_band</a>, function in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-LEAP-PASSWORD--CAPS"
->NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-bssid" title="nm_setting_wireless_get_bssid ()">nm_setting_wireless_get_bssid</a>, function in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-LEAP-USERNAME--CAPS"
->NM_SETTING_WIRELESS_SECURITY_LEAP_USERNAME</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-channel" title="nm_setting_wireless_get_channel ()">nm_setting_wireless_get_channel</a>, function in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-new"
->nm_setting_wireless_security_new</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-cloned-mac-address" title="nm_setting_wireless_get_cloned_mac_address ()">nm_setting_wireless_get_cloned_mac_address</a>, function in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PAIRWISE--CAPS"
->NM_SETTING_WIRELESS_SECURITY_PAIRWISE</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-mac-address" title="nm_setting_wireless_get_mac_address ()">nm_setting_wireless_get_mac_address</a>, function in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PROTO--CAPS"
->NM_SETTING_WIRELESS_SECURITY_PROTO</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-mode" title="nm_setting_wireless_get_mode ()">nm_setting_wireless_get_mode</a>, function in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PSK--CAPS"
->NM_SETTING_WIRELESS_SECURITY_PSK</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-mtu" title="nm_setting_wireless_get_mtu ()">nm_setting_wireless_get_mtu</a>, function in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-group"
->nm_setting_wireless_security_remove_group</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-num-seen-bssids" title="nm_setting_wireless_get_num_seen_bssids ()">nm_setting_wireless_get_num_seen_bssids</a>, function in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-pairwise"
->nm_setting_wireless_security_remove_pairwise</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-rate" title="nm_setting_wireless_get_rate ()">nm_setting_wireless_get_rate</a>, function in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-proto"
->nm_setting_wireless_security_remove_proto</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-security" title="nm_setting_wireless_get_security ()">nm_setting_wireless_get_security</a>, function in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-SETTING-NAME--CAPS"
->NM_SETTING_WIRELESS_SECURITY_SETTING_NAME</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-seen-bssid" title="nm_setting_wireless_get_seen_bssid ()">nm_setting_wireless_get_seen_bssid</a>, function in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-set-wep-key"
->nm_setting_wireless_security_set_wep_key</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-ssid" title="nm_setting_wireless_get_ssid ()">nm_setting_wireless_get_ssid</a>, function in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY0--CAPS"
->NM_SETTING_WIRELESS_SECURITY_WEP_KEY0</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-tx-power" title="nm_setting_wireless_get_tx_power ()">nm_setting_wireless_get_tx_power</a>, function in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY1--CAPS"
->NM_SETTING_WIRELESS_SECURITY_WEP_KEY1</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-type" title="nm_setting_wireless_get_type ()">nm_setting_wireless_get_type</a>, function in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY2--CAPS"
->NM_SETTING_WIRELESS_SECURITY_WEP_KEY2</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-MAC-ADDRESS:CAPS" title="NM_SETTING_WIRELESS_MAC_ADDRESS">NM_SETTING_WIRELESS_MAC_ADDRESS</a>, macro in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY3--CAPS"
->NM_SETTING_WIRELESS_SECURITY_WEP_KEY3</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-MODE:CAPS" title="NM_SETTING_WIRELESS_MODE">NM_SETTING_WIRELESS_MODE</a>, macro in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY-TYPE--CAPS"
->NM_SETTING_WIRELESS_SECURITY_WEP_KEY_TYPE</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-MTU:CAPS" title="NM_SETTING_WIRELESS_MTU">NM_SETTING_WIRELESS_MTU</a>, macro in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-TX-KEYIDX--CAPS"
->NM_SETTING_WIRELESS_SECURITY_WEP_TX_KEYIDX</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#nm-setting-wireless-new" title="nm_setting_wireless_new ()">nm_setting_wireless_new</a>, function in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-SEEN-BSSIDS--CAPS"
->NM_SETTING_WIRELESS_SEEN_BSSIDS</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-RATE:CAPS" title="NM_SETTING_WIRELESS_RATE">NM_SETTING_WIRELESS_RATE</a>, macro in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-SETTING-NAME--CAPS"
->NM_SETTING_WIRELESS_SETTING_NAME</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-SEC:CAPS" title="NM_SETTING_WIRELESS_SEC">NM_SETTING_WIRELESS_SEC</a>, macro in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-SSID--CAPS"
->NM_SETTING_WIRELESS_SSID</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-add-group" title="nm_setting_wireless_security_add_group ()">nm_setting_wireless_security_add_group</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-TX-POWER--CAPS"
->NM_SETTING_WIRELESS_TX_POWER</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-add-pairwise" title="nm_setting_wireless_security_add_pairwise ()">nm_setting_wireless_security_add_pairwise</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMConnection.html#NM-TYPE-CONNECTION-ERROR--CAPS"
->NM_TYPE_CONNECTION_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-add-proto" title="nm_setting_wireless_security_add_proto ()">nm_setting_wireless_security_add_proto</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting8021x.html#NM-TYPE-SETTING-802-1X-ERROR--CAPS"
->NM_TYPE_SETTING_802_1X_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-AUTH-ALG:CAPS" title="NM_SETTING_WIRELESS_SECURITY_AUTH_ALG">NM_SETTING_WIRELESS_SECURITY_AUTH_ALG</a>, macro in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingBluetooth.html#NM-TYPE-SETTING-BLUETOOTH-ERROR--CAPS"
->NM_TYPE_SETTING_BLUETOOTH_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-clear-groups" title="nm_setting_wireless_security_clear_groups ()">nm_setting_wireless_security_clear_groups</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingCdma.html#NM-TYPE-SETTING-CDMA-ERROR--CAPS"
->NM_TYPE_SETTING_CDMA_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-clear-pairwise" title="nm_setting_wireless_security_clear_pairwise ()">nm_setting_wireless_security_clear_pairwise</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingConnection.html#NM-TYPE-SETTING-CONNECTION-ERROR--CAPS"
->NM_TYPE_SETTING_CONNECTION_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-clear-protos" title="nm_setting_wireless_security_clear_protos ()">nm_setting_wireless_security_clear_protos</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSetting.html#NM-TYPE-SETTING-ERROR--CAPS"
->NM_TYPE_SETTING_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR:CAPS" title="NM_SETTING_WIRELESS_SECURITY_ERROR">NM_SETTING_WIRELESS_SECURITY_ERROR</a>, macro in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingGsm.html#NM-TYPE-SETTING-GSM-ERROR--CAPS"
->NM_TYPE_SETTING_GSM_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-error-quark" title="nm_setting_wireless_security_error_quark ()">nm_setting_wireless_security_error_quark</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP4Config.html#NM-TYPE-SETTING-IP4-CONFIG-ERROR--CAPS"
->NM_TYPE_SETTING_IP4_CONFIG_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-auth-alg" title="nm_setting_wireless_security_get_auth_alg ()">nm_setting_wireless_security_get_auth_alg</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingIP6Config.html#NM-TYPE-SETTING-IP6-CONFIG-ERROR--CAPS"
->NM_TYPE_SETTING_IP6_CONFIG_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-group" title="nm_setting_wireless_security_get_group ()">nm_setting_wireless_security_get_group</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingOlpcMesh.html#NM-TYPE-SETTING-OLPC-MESH-ERROR--CAPS"
->NM_TYPE_SETTING_OLPC_MESH_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-key-mgmt" title="nm_setting_wireless_security_get_key_mgmt ()">nm_setting_wireless_security_get_key_mgmt</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPPOE.html#NM-TYPE-SETTING-PPPOE-ERROR--CAPS"
->NM_TYPE_SETTING_PPPOE_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-leap-password" title="nm_setting_wireless_security_get_leap_password ()">nm_setting_wireless_security_get_leap_password</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingPPP.html#NM-TYPE-SETTING-PPP-ERROR--CAPS"
->NM_TYPE_SETTING_PPP_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-leap-username" title="nm_setting_wireless_security_get_leap_username ()">nm_setting_wireless_security_get_leap_username</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingSerial.html#NM-TYPE-SETTING-SERIAL-ERROR--CAPS"
->NM_TYPE_SETTING_SERIAL_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-num-groups" title="nm_setting_wireless_security_get_num_groups ()">nm_setting_wireless_security_get_num_groups</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#NM-TYPE-SETTING-VPN-ERROR--CAPS"
->NM_TYPE_SETTING_VPN_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-num-pairwise" title="nm_setting_wireless_security_get_num_pairwise ()">nm_setting_wireless_security_get_num_pairwise</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWired.html#NM-TYPE-SETTING-WIRED-ERROR--CAPS"
->NM_TYPE_SETTING_WIRED_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-num-protos" title="nm_setting_wireless_security_get_num_protos ()">nm_setting_wireless_security_get_num_protos</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWireless.html#NM-TYPE-SETTING-WIRELESS-ERROR--CAPS"
->NM_TYPE_SETTING_WIRELESS_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-pairwise" title="nm_setting_wireless_security_get_pairwise ()">nm_setting_wireless_security_get_pairwise</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/NMSettingWirelessSecurity.html#NM-TYPE-SETTING-WIRELESS-SECURITY-ERROR--CAPS"
->NM_TYPE_SETTING_WIRELESS_SECURITY_ERROR</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-proto" title="nm_setting_wireless_security_get_proto ()">nm_setting_wireless_security_get_proto</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-deinit"
->nm_utils_deinit</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-psk" title="nm_setting_wireless_security_get_psk ()">nm_setting_wireless_security_get_psk</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-escape-ssid"
->nm_utils_escape_ssid</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-type" title="nm_setting_wireless_security_get_type ()">nm_setting_wireless_security_get_type</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-gvalue-hash-dup"
->nm_utils_gvalue_hash_dup</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-key" title="nm_setting_wireless_security_get_wep_key ()">nm_setting_wireless_security_get_wep_key</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-init"
->nm_utils_init</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-key-type" title="nm_setting_wireless_security_get_wep_key_type ()">nm_setting_wireless_security_get_wep_key_type</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-addresses-from-gvalue"
->nm_utils_ip4_addresses_from_gvalue</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-tx-keyidx" title="nm_setting_wireless_security_get_wep_tx_keyidx ()">nm_setting_wireless_security_get_wep_tx_keyidx</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-addresses-to-gvalue"
->nm_utils_ip4_addresses_to_gvalue</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-GROUP:CAPS" title="NM_SETTING_WIRELESS_SECURITY_GROUP">NM_SETTING_WIRELESS_SECURITY_GROUP</a>, macro in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt>nm_utils_ip4_get_default_prefix</dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-KEY-MGMT:CAPS" title="NM_SETTING_WIRELESS_SECURITY_KEY_MGMT">NM_SETTING_WIRELESS_SECURITY_KEY_MGMT</a>, macro in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-netmask-to-prefix"
->nm_utils_ip4_netmask_to_prefix</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-LEAP-PASSWORD:CAPS" title="NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD">NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD</a>, macro in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-prefix-to-netmask"
->nm_utils_ip4_prefix_to_netmask</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-LEAP-USERNAME:CAPS" title="NM_SETTING_WIRELESS_SECURITY_LEAP_USERNAME">NM_SETTING_WIRELESS_SECURITY_LEAP_USERNAME</a>, macro in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-routes-from-gvalue"
->nm_utils_ip4_routes_from_gvalue</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-new" title="nm_setting_wireless_security_new ()">nm_setting_wireless_security_new</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-routes-to-gvalue"
->nm_utils_ip4_routes_to_gvalue</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PAIRWISE:CAPS" title="NM_SETTING_WIRELESS_SECURITY_PAIRWISE">NM_SETTING_WIRELESS_SECURITY_PAIRWISE</a>, macro in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-addresses-from-gvalue"
->nm_utils_ip6_addresses_from_gvalue</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PROTO:CAPS" title="NM_SETTING_WIRELESS_SECURITY_PROTO">NM_SETTING_WIRELESS_SECURITY_PROTO</a>, macro in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-addresses-to-gvalue"
->nm_utils_ip6_addresses_to_gvalue</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PSK:CAPS" title="NM_SETTING_WIRELESS_SECURITY_PSK">NM_SETTING_WIRELESS_SECURITY_PSK</a>, macro in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-dns-from-gvalue"
->nm_utils_ip6_dns_from_gvalue</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-group" title="nm_setting_wireless_security_remove_group ()">nm_setting_wireless_security_remove_group</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-dns-to-gvalue"
->nm_utils_ip6_dns_to_gvalue</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-pairwise" title="nm_setting_wireless_security_remove_pairwise ()">nm_setting_wireless_security_remove_pairwise</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-routes-from-gvalue"
->nm_utils_ip6_routes_from_gvalue</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-proto" title="nm_setting_wireless_security_remove_proto ()">nm_setting_wireless_security_remove_proto</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-routes-to-gvalue"
->nm_utils_ip6_routes_to_gvalue</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-SETTING-NAME:CAPS" title="NM_SETTING_WIRELESS_SECURITY_SETTING_NAME">NM_SETTING_WIRELESS_SECURITY_SETTING_NAME</a>, macro in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-is-empty-ssid"
->nm_utils_is_empty_ssid</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#nm-setting-wireless-security-set-wep-key" title="nm_setting_wireless_security_set_wep_key ()">nm_setting_wireless_security_set_wep_key</a>, function in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-rsa-key-encrypt"
->nm_utils_rsa_key_encrypt</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY0:CAPS" title="NM_SETTING_WIRELESS_SECURITY_WEP_KEY0">NM_SETTING_WIRELESS_SECURITY_WEP_KEY0</a>, macro in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-same-ssid"
->nm_utils_same_ssid</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY1:CAPS" title="NM_SETTING_WIRELESS_SECURITY_WEP_KEY1">NM_SETTING_WIRELESS_SECURITY_WEP_KEY1</a>, macro in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-security-valid"
->nm_utils_security_valid</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY2:CAPS" title="NM_SETTING_WIRELESS_SECURITY_WEP_KEY2">NM_SETTING_WIRELESS_SECURITY_WEP_KEY2</a>, macro in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-slist-free"
->nm_utils_slist_free</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY3:CAPS" title="NM_SETTING_WIRELESS_SECURITY_WEP_KEY3">NM_SETTING_WIRELESS_SECURITY_WEP_KEY3</a>, macro in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ssid-to-utf8"
->nm_utils_ssid_to_utf8</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY-TYPE:CAPS" title="NM_SETTING_WIRELESS_SECURITY_WEP_KEY_TYPE">NM_SETTING_WIRELESS_SECURITY_WEP_KEY_TYPE</a>, macro in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-uuid-generate"
->nm_utils_uuid_generate</a></dt>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-TX-KEYIDX:CAPS" title="NM_SETTING_WIRELESS_SECURITY_WEP_TX_KEYIDX">NM_SETTING_WIRELESS_SECURITY_WEP_TX_KEYIDX</a>, macro in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-uuid-generate-from-string"
->nm_utils_uuid_generate_from_string</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-SEEN-BSSIDS:CAPS" title="NM_SETTING_WIRELESS_SEEN_BSSIDS">NM_SETTING_WIRELESS_SEEN_BSSIDS</a>, macro in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-warning"
->nm_warning</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-SETTING-NAME:CAPS" title="NM_SETTING_WIRELESS_SETTING_NAME">NM_SETTING_WIRELESS_SETTING_NAME</a>, macro in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
 <dd></dd>
-<dt><a
-href="../libnm-util/libnm-util-nm-utils.html#nm-warning-str"
->nm_warning_str</a></dt>
+<dt>
+<a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-SSID:CAPS" title="NM_SETTING_WIRELESS_SSID">NM_SETTING_WIRELESS_SSID</a>, macro in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-TX-POWER:CAPS" title="NM_SETTING_WIRELESS_TX_POWER">NM_SETTING_WIRELESS_TX_POWER</a>, macro in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
+<dd></dd>
+<a name="idxT"></a><h3 class="title">T</h3>
+<dt>
+<a class="link" href="NMConnection.html#NM-TYPE-CONNECTION-ERROR:CAPS" title="NM_TYPE_CONNECTION_ERROR">NM_TYPE_CONNECTION_ERROR</a>, macro in <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMSetting8021x.html#NM-TYPE-SETTING-802-1X-ERROR:CAPS" title="NM_TYPE_SETTING_802_1X_ERROR">NM_TYPE_SETTING_802_1X_ERROR</a>, macro in <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMSettingBluetooth.html#NM-TYPE-SETTING-BLUETOOTH-ERROR:CAPS" title="NM_TYPE_SETTING_BLUETOOTH_ERROR">NM_TYPE_SETTING_BLUETOOTH_ERROR</a>, macro in <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth">NMSettingBluetooth</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMSettingCdma.html#NM-TYPE-SETTING-CDMA-ERROR:CAPS" title="NM_TYPE_SETTING_CDMA_ERROR">NM_TYPE_SETTING_CDMA_ERROR</a>, macro in <a class="link" href="NMSettingCdma.html" title="NMSettingCdma">NMSettingCdma</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMSettingConnection.html#NM-TYPE-SETTING-CONNECTION-ERROR:CAPS" title="NM_TYPE_SETTING_CONNECTION_ERROR">NM_TYPE_SETTING_CONNECTION_ERROR</a>, macro in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMSetting.html#NM-TYPE-SETTING-ERROR:CAPS" title="NM_TYPE_SETTING_ERROR">NM_TYPE_SETTING_ERROR</a>, macro in <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMSettingGsm.html#NM-TYPE-SETTING-GSM-ERROR:CAPS" title="NM_TYPE_SETTING_GSM_ERROR">NM_TYPE_SETTING_GSM_ERROR</a>, macro in <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMSettingIP4Config.html#NM-TYPE-SETTING-IP4-CONFIG-ERROR:CAPS" title="NM_TYPE_SETTING_IP4_CONFIG_ERROR">NM_TYPE_SETTING_IP4_CONFIG_ERROR</a>, macro in <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMSettingIP6Config.html#NM-TYPE-SETTING-IP6-CONFIG-ERROR:CAPS" title="NM_TYPE_SETTING_IP6_CONFIG_ERROR">NM_TYPE_SETTING_IP6_CONFIG_ERROR</a>, macro in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMSettingOlpcMesh.html#NM-TYPE-SETTING-OLPC-MESH-ERROR:CAPS" title="NM_TYPE_SETTING_OLPC_MESH_ERROR">NM_TYPE_SETTING_OLPC_MESH_ERROR</a>, macro in <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh">NMSettingOlpcMesh</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMSettingPPPOE.html#NM-TYPE-SETTING-PPPOE-ERROR:CAPS" title="NM_TYPE_SETTING_PPPOE_ERROR">NM_TYPE_SETTING_PPPOE_ERROR</a>, macro in <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE">NMSettingPPPOE</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMSettingPPP.html#NM-TYPE-SETTING-PPP-ERROR:CAPS" title="NM_TYPE_SETTING_PPP_ERROR">NM_TYPE_SETTING_PPP_ERROR</a>, macro in <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMSettingSerial.html#NM-TYPE-SETTING-SERIAL-ERROR:CAPS" title="NM_TYPE_SETTING_SERIAL_ERROR">NM_TYPE_SETTING_SERIAL_ERROR</a>, macro in <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMSettingVPN.html#NM-TYPE-SETTING-VPN-ERROR:CAPS" title="NM_TYPE_SETTING_VPN_ERROR">NM_TYPE_SETTING_VPN_ERROR</a>, macro in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMSettingWired.html#NM-TYPE-SETTING-WIRED-ERROR:CAPS" title="NM_TYPE_SETTING_WIRED_ERROR">NM_TYPE_SETTING_WIRED_ERROR</a>, macro in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMSettingWireless.html#NM-TYPE-SETTING-WIRELESS-ERROR:CAPS" title="NM_TYPE_SETTING_WIRELESS_ERROR">NM_TYPE_SETTING_WIRELESS_ERROR</a>, macro in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NM-TYPE-SETTING-WIRELESS-SECURITY-ERROR:CAPS" title="NM_TYPE_SETTING_WIRELESS_SECURITY_ERROR">NM_TYPE_SETTING_WIRELESS_SECURITY_ERROR</a>, macro in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
+<dd></dd>
+<a name="idxU"></a><h3 class="title">U</h3>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#NMUtilsSecurityType" title="enum NMUtilsSecurityType">NMUtilsSecurityType</a>, enum in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-deinit" title="nm_utils_deinit ()">nm_utils_deinit</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-escape-ssid" title="nm_utils_escape_ssid ()">nm_utils_escape_ssid</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-gvalue-hash-dup" title="nm_utils_gvalue_hash_dup ()">nm_utils_gvalue_hash_dup</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-init" title="nm_utils_init ()">nm_utils_init</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-ip4-addresses-from-gvalue" title="nm_utils_ip4_addresses_from_gvalue ()">nm_utils_ip4_addresses_from_gvalue</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-ip4-addresses-to-gvalue" title="nm_utils_ip4_addresses_to_gvalue ()">nm_utils_ip4_addresses_to_gvalue</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-ip4-get-default-prefix" title="nm_utils_ip4_get_default_prefix ()">nm_utils_ip4_get_default_prefix</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-ip4-netmask-to-prefix" title="nm_utils_ip4_netmask_to_prefix ()">nm_utils_ip4_netmask_to_prefix</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-ip4-prefix-to-netmask" title="nm_utils_ip4_prefix_to_netmask ()">nm_utils_ip4_prefix_to_netmask</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-ip4-routes-from-gvalue" title="nm_utils_ip4_routes_from_gvalue ()">nm_utils_ip4_routes_from_gvalue</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-ip4-routes-to-gvalue" title="nm_utils_ip4_routes_to_gvalue ()">nm_utils_ip4_routes_to_gvalue</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-ip6-addresses-from-gvalue" title="nm_utils_ip6_addresses_from_gvalue ()">nm_utils_ip6_addresses_from_gvalue</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-ip6-addresses-to-gvalue" title="nm_utils_ip6_addresses_to_gvalue ()">nm_utils_ip6_addresses_to_gvalue</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-ip6-dns-from-gvalue" title="nm_utils_ip6_dns_from_gvalue ()">nm_utils_ip6_dns_from_gvalue</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-ip6-dns-to-gvalue" title="nm_utils_ip6_dns_to_gvalue ()">nm_utils_ip6_dns_to_gvalue</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-ip6-routes-from-gvalue" title="nm_utils_ip6_routes_from_gvalue ()">nm_utils_ip6_routes_from_gvalue</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-ip6-routes-to-gvalue" title="nm_utils_ip6_routes_to_gvalue ()">nm_utils_ip6_routes_to_gvalue</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-is-empty-ssid" title="nm_utils_is_empty_ssid ()">nm_utils_is_empty_ssid</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-rsa-key-encrypt" title="nm_utils_rsa_key_encrypt ()">nm_utils_rsa_key_encrypt</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-same-ssid" title="nm_utils_same_ssid ()">nm_utils_same_ssid</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-security-valid" title="nm_utils_security_valid ()">nm_utils_security_valid</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-slist-free" title="nm_utils_slist_free ()">nm_utils_slist_free</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-ssid-to-utf8" title="nm_utils_ssid_to_utf8 ()">nm_utils_ssid_to_utf8</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-uuid-generate" title="nm_utils_uuid_generate ()">nm_utils_uuid_generate</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-uuid-generate-from-string" title="nm_utils_uuid_generate_from_string ()">nm_utils_uuid_generate_from_string</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-wifi-channel-to-freq" title="nm_utils_wifi_channel_to_freq ()">nm_utils_wifi_channel_to_freq</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-wifi-find-next-channel" title="nm_utils_wifi_find_next_channel ()">nm_utils_wifi_find_next_channel</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-wifi-freq-to-channel" title="nm_utils_wifi_freq_to_channel ()">nm_utils_wifi_freq_to_channel</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-utils-wifi-is-channel-valid" title="nm_utils_wifi_is_channel_valid ()">nm_utils_wifi_is_channel_valid</a>, function in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<a name="idxV"></a><h3 class="title">V</h3>
+<dt>
+<a class="link" href="NMSettingVPN.html#VPNIterFunc" title="VPNIterFunc ()">VPNIterFunc</a>, user_function in <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+</dt>
+<dd></dd>
+<a name="idxW"></a><h3 class="title">W</h3>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-warning" title="nm_warning()">nm_warning</a>, macro in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="libnm-util-nm-utils.html#nm-warning-str" title="nm_warning_str()">nm_warning_str</a>, macro in <a class="link" href="libnm-util-nm-utils.html" title="nm-utils">nm-utils</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="NMSettingWirelessSecurity.html#NMWepKeyType" title="enum NMWepKeyType">NMWepKeyType</a>, enum in <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
+</dt>
 <dd></dd>
-</dl>
-</div>
-<div class="indexdiv" title="V">
-<h3 class="title">V</h3>
-<dl>
-<dt><a
-href="../libnm-util/NMSettingVPN.html#VPNIterFunc"
->VPNIterFunc</a></dt>
-<dd></dd>
-</dl>
-</div>
-<dl></dl>
-</div>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/ch01.html b/projects.gnome.org/NetworkManager/developers/libnm-util/08/ch01.html
index 6138259..545175e 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/ch01.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/ch01.html
@@ -3,16 +3,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>libnm-util API Reference</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="index.html" title="libnm-util Reference Manual">
 <link rel="up" href="index.html" title="libnm-util Reference Manual">
 <link rel="prev" href="index.html" title="libnm-util Reference Manual">
 <link rel="next" href="NMConnection.html" title="NMConnection">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="libnm-util API Reference">
-<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
-<link rel="index" href="api-index-full.html" title="API Index">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
@@ -24,7 +21,7 @@
 </tr></table>
 <div class="chapter" title="libnm-util API Reference">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="id402012"></a>libnm-util API Reference</h2></div></div></div>
+<a name="id2699944"></a>libnm-util API Reference</h2></div></div></div>
 <div class="toc"><dl>
 <dt>
 <span class="refentrytitle"><a href="NMConnection.html">NMConnection</a></span><span class="refpurpose"> â?? Describes a connection to specific network or provider</span>
@@ -84,6 +81,6 @@
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/index.html b/projects.gnome.org/NetworkManager/developers/libnm-util/08/index.html
index e9734ca..69dc282 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/index.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/index.html
@@ -3,14 +3,11 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>libnm-util Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="index.html" title="libnm-util Reference Manual">
 <link rel="next" href="ch01.html" title="libnm-util API Reference">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="libnm-util API Reference">
-<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
-<link rel="index" href="api-index-full.html" title="API Index">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <div class="book" title="libnm-util Reference Manual">
@@ -18,9 +15,9 @@
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">libnm-util Reference Manual</p></th></tr></table></div>
 <div><p class="releaseinfo">
-      for libnm-util [VERSION]
+      for libnm-util 0.8
       The latest version of this documentation can be found on-line at
-      <a class="ulink" href="http://%5BSERVER%5D/libnm-util/index.html"; target="_top">http://[SERVER]/libnm-util/</a>.
+      <a class="ulink" href="http://projects.gnome.org/NetworkManager/developers/libnm-util/08/"; target="_top">http://projects.gnome.org/NetworkManager/developers/libnm-util/08/</a>.
     </p></div>
 </div>
 <hr>
@@ -85,10 +82,11 @@
 </dl></dd>
 <dt><span class="chapter"><a href="object-tree.html">Object Hierarchy</a></span></dt>
 <dt><span class="index"><a href="api-index-full.html">API Index</a></span></dt>
+<dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
 </dl></div>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/libnm-util-nm-utils.html b/projects.gnome.org/NetworkManager/developers/libnm-util/08/libnm-util-nm-utils.html
index 0d284b2..d97bd06 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/libnm-util-nm-utils.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/libnm-util-nm-utils.html
@@ -3,16 +3,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>nm-utils</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.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="NMSettingVPN.html" title="NMSettingVPN">
 <link rel="next" href="object-tree.html" title="Object Hierarchy">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="libnm-util API Reference">
-<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
-<link rel="index" href="api-index-full.html" title="API Index">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@@ -25,8 +22,8 @@
 </tr>
 <tr><td colspan="5" class="shortcuts">
 <a href="#libnm-util-nm-utils.synopsis" class="shortcut">Top</a>
-                 | 
-                <a href="#libnm-util-nm-utils.description" class="shortcut">Description</a>
+                   | 
+                  <a href="#libnm-util-nm-utils.description" class="shortcut">Description</a>
 </td></tr>
 </table>
 <div class="refentry" title="nm-utils">
@@ -41,257 +38,96 @@
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="libnm-util-nm-utils.synopsis"></a><h2>Synopsis</h2>
 <pre class="synopsis">
-
 #include &lt;nm-utils.h&gt;
 
-#define             <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-print-backtrace"
->nm_print_backtrace</a>                  ()
-#define             <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-get-timestamp"
->nm_get_timestamp</a>                    (timestamp)
-#define             <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-info"
->nm_info</a>                             (fmt, args...)
-#define             <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-info-str"
->nm_info_str</a>                         (fmt_str, args...)
-#define             <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-debug"
->nm_debug</a>                            (fmt, args...)
-#define             <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-debug-str"
->nm_debug_str</a>                        (fmt_str, args...)
-#define             <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-warning"
->nm_warning</a>                          (fmt, args...)
-#define             <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-warning-str"
->nm_warning_str</a>                      (fmt_str, args...)
-#define             <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-error"
->nm_error</a>                            (fmt, args...)
-#define             <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-error-str"
->nm_error_str</a>                        (fmt_str, args...)
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-init"
->nm_utils_init</a>                       (<a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);
-void                <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-deinit"
->nm_utils_deinit</a>                     (void);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-is-empty-ssid"
->nm_utils_is_empty_ssid</a>              (const <a
-href="../glib/glib-Basic-Types.html#guint8"
->guint8</a> *ssid,
-                                                         int len);
-const char *        <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-escape-ssid"
->nm_utils_escape_ssid</a>                (const <a
-href="../glib/glib-Basic-Types.html#guint8"
->guint8</a> *ssid,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> len);
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-same-ssid"
->nm_utils_same_ssid</a>                  (const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *ssid1,
-                                                         const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *ssid2,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a> ignore_trailing_null);
-char *              <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ssid-to-utf8"
->nm_utils_ssid_to_utf8</a>               (const char *ssid,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> len);
-<a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a> *        <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-gvalue-hash-dup"
->nm_utils_gvalue_hash_dup</a>            (<a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a> *hash);
-void                <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-slist-free"
->nm_utils_slist_free</a>                 (<a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *list,
-                                                         <a
-href="../glib/glib-Datasets.html#GDestroyNotify"
->GDestroyNotify</a> elem_destroy_fn);
-enum                <a
-href="../libnm-util/libnm-util-nm-utils.html#NMUtilsSecurityType"
->NMUtilsSecurityType</a>;
-<a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-security-valid"
->nm_utils_security_valid</a>             (<a
-href="../libnm-util/libnm-util-nm-utils.html#NMUtilsSecurityType"
->NMUtilsSecurityType</a> type,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> wifi_caps,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a> have_ap,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a> adhoc,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> ap_flags,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> ap_wpa,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> ap_rsn);
-<a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *            <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-addresses-from-gvalue"
->nm_utils_ip4_addresses_from_gvalue</a>  (const <a
-href="../gobject/gobject-Generic-values.html#GValue"
->GValue</a> *value);
-void                <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-addresses-to-gvalue"
->nm_utils_ip4_addresses_to_gvalue</a>    (<a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *list,
-                                                         <a
-href="../gobject/gobject-Generic-values.html#GValue"
->GValue</a> *value);
-<a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *            <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-routes-from-gvalue"
->nm_utils_ip4_routes_from_gvalue</a>     (const <a
-href="../gobject/gobject-Generic-values.html#GValue"
->GValue</a> *value);
-void                <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-routes-to-gvalue"
->nm_utils_ip4_routes_to_gvalue</a>       (<a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *list,
-                                                         <a
-href="../gobject/gobject-Generic-values.html#GValue"
->GValue</a> *value);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-netmask-to-prefix"
->nm_utils_ip4_netmask_to_prefix</a>      (<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> netmask);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-prefix-to-netmask"
->nm_utils_ip4_prefix_to_netmask</a>      (<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> prefix);
-<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_utils_ip4_get_default_prefix     (<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> ip);
-<a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *            <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-addresses-from-gvalue"
->nm_utils_ip6_addresses_from_gvalue</a>  (const <a
-href="../gobject/gobject-Generic-values.html#GValue"
->GValue</a> *value);
-void                <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-addresses-to-gvalue"
->nm_utils_ip6_addresses_to_gvalue</a>    (<a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *list,
-                                                         <a
-href="../gobject/gobject-Generic-values.html#GValue"
->GValue</a> *value);
-<a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *            <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-routes-from-gvalue"
->nm_utils_ip6_routes_from_gvalue</a>     (const <a
-href="../gobject/gobject-Generic-values.html#GValue"
->GValue</a> *value);
-void                <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-routes-to-gvalue"
->nm_utils_ip6_routes_to_gvalue</a>       (<a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *list,
-                                                         <a
-href="../gobject/gobject-Generic-values.html#GValue"
->GValue</a> *value);
-<a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *            <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-dns-from-gvalue"
->nm_utils_ip6_dns_from_gvalue</a>        (const <a
-href="../gobject/gobject-Generic-values.html#GValue"
->GValue</a> *value);
-void                <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-dns-to-gvalue"
->nm_utils_ip6_dns_to_gvalue</a>          (<a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *list,
-                                                         <a
-href="../gobject/gobject-Generic-values.html#GValue"
->GValue</a> *value);
-char *              <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-uuid-generate"
->nm_utils_uuid_generate</a>              (void);
-char *              <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-uuid-generate-from-string"
->nm_utils_uuid_generate_from_string</a>  (const char *s);
-<a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *        <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-rsa-key-encrypt"
->nm_utils_rsa_key_encrypt</a>            (const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *data,
-                                                         const char *in_password,
-                                                         char **out_password,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);
+#define             <a class="link" href="libnm-util-nm-utils.html#nm-print-backtrace" title="nm_print_backtrace">nm_print_backtrace</a>
+#define             <a class="link" href="libnm-util-nm-utils.html#nm-get-timestamp" title="nm_get_timestamp()">nm_get_timestamp</a>                    (timestamp)
+#define             <a class="link" href="libnm-util-nm-utils.html#nm-info" title="nm_info()">nm_info</a>                             (fmt,
+                                                         args...)
+#define             <a class="link" href="libnm-util-nm-utils.html#nm-info-str" title="nm_info_str()">nm_info_str</a>                         (fmt_str,
+                                                         args...)
+#define             <a class="link" href="libnm-util-nm-utils.html#nm-debug" title="nm_debug()">nm_debug</a>                            (fmt,
+                                                         args...)
+#define             <a class="link" href="libnm-util-nm-utils.html#nm-debug-str" title="nm_debug_str()">nm_debug_str</a>                        (fmt_str,
+                                                         args...)
+#define             <a class="link" href="libnm-util-nm-utils.html#nm-warning" title="nm_warning()">nm_warning</a>                          (fmt,
+                                                         args...)
+#define             <a class="link" href="libnm-util-nm-utils.html#nm-warning-str" title="nm_warning_str()">nm_warning_str</a>                      (fmt_str,
+                                                         args...)
+#define             <a class="link" href="libnm-util-nm-utils.html#nm-error" title="nm_error()">nm_error</a>                            (fmt,
+                                                         args...)
+#define             <a class="link" href="libnm-util-nm-utils.html#nm-error-str" title="nm_error_str()">nm_error_str</a>                        (fmt_str,
+                                                         args...)
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libnm-util-nm-utils.html#nm-utils-init" title="nm_utils_init ()">nm_utils_init</a>                       (<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="libnm-util-nm-utils.html#nm-utils-deinit" title="nm_utils_deinit ()">nm_utils_deinit</a>                     (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libnm-util-nm-utils.html#nm-utils-is-empty-ssid" title="nm_utils_is_empty_ssid ()">nm_utils_is_empty_ssid</a>              (<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *ssid</code></em>,
+                                                         <em class="parameter"><code><span class="type">int</span> len</code></em>);
+const <span class="returnvalue">char</span> *        <a class="link" href="libnm-util-nm-utils.html#nm-utils-escape-ssid" title="nm_utils_escape_ssid ()">nm_utils_escape_ssid</a>                (<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *ssid</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> len</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libnm-util-nm-utils.html#nm-utils-same-ssid" title="nm_utils_same_ssid ()">nm_utils_same_ssid</a>                  (<em class="parameter"><code>const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="type">GByteArray</span></a> *ssid1</code></em>,
+                                                         <em class="parameter"><code>const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="type">GByteArray</span></a> *ssid2</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> ignore_trailing_null</code></em>);
+<span class="returnvalue">char</span> *              <a class="link" href="libnm-util-nm-utils.html#nm-utils-ssid-to-utf8" title="nm_utils_ssid_to_utf8 ()">nm_utils_ssid_to_utf8</a>               (<em class="parameter"><code>const <span class="type">char</span> *ssid</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> len</code></em>);
+<a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="returnvalue">GHashTable</span></a> *        <a class="link" href="libnm-util-nm-utils.html#nm-utils-gvalue-hash-dup" title="nm_utils_gvalue_hash_dup ()">nm_utils_gvalue_hash_dup</a>            (<em class="parameter"><code><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *hash</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="libnm-util-nm-utils.html#nm-utils-slist-free" title="nm_utils_slist_free ()">nm_utils_slist_free</a>                 (<em class="parameter"><code><a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *list</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> elem_destroy_fn</code></em>);
+enum                <a class="link" href="libnm-util-nm-utils.html#NMUtilsSecurityType" title="enum NMUtilsSecurityType">NMUtilsSecurityType</a>;
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libnm-util-nm-utils.html#nm-utils-security-valid" title="nm_utils_security_valid ()">nm_utils_security_valid</a>             (<em class="parameter"><code><a class="link" href="libnm-util-nm-utils.html#NMUtilsSecurityType" title="enum NMUtilsSecurityType"><span class="type">NMUtilsSecurityType</span></a> type</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> wifi_caps</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> have_ap</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> adhoc</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> ap_flags</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> ap_wpa</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> ap_rsn</code></em>);
+<a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            <a class="link" href="libnm-util-nm-utils.html#nm-utils-ip4-addresses-from-gvalue" title="nm_utils_ip4_addresses_from_gvalue ()">nm_utils_ip4_addresses_from_gvalue</a>  (<em class="parameter"><code>const <a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="libnm-util-nm-utils.html#nm-utils-ip4-addresses-to-gvalue" title="nm_utils_ip4_addresses_to_gvalue ()">nm_utils_ip4_addresses_to_gvalue</a>    (<em class="parameter"><code><a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *list</code></em>,
+                                                         <em class="parameter"><code><a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);
+<a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            <a class="link" href="libnm-util-nm-utils.html#nm-utils-ip4-routes-from-gvalue" title="nm_utils_ip4_routes_from_gvalue ()">nm_utils_ip4_routes_from_gvalue</a>     (<em class="parameter"><code>const <a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="libnm-util-nm-utils.html#nm-utils-ip4-routes-to-gvalue" title="nm_utils_ip4_routes_to_gvalue ()">nm_utils_ip4_routes_to_gvalue</a>       (<em class="parameter"><code><a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *list</code></em>,
+                                                         <em class="parameter"><code><a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="libnm-util-nm-utils.html#nm-utils-ip4-netmask-to-prefix" title="nm_utils_ip4_netmask_to_prefix ()">nm_utils_ip4_netmask_to_prefix</a>      (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> netmask</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="libnm-util-nm-utils.html#nm-utils-ip4-prefix-to-netmask" title="nm_utils_ip4_prefix_to_netmask ()">nm_utils_ip4_prefix_to_netmask</a>      (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> prefix</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="libnm-util-nm-utils.html#nm-utils-ip4-get-default-prefix" title="nm_utils_ip4_get_default_prefix ()">nm_utils_ip4_get_default_prefix</a>     (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> ip</code></em>);
+<a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            <a class="link" href="libnm-util-nm-utils.html#nm-utils-ip6-addresses-from-gvalue" title="nm_utils_ip6_addresses_from_gvalue ()">nm_utils_ip6_addresses_from_gvalue</a>  (<em class="parameter"><code>const <a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="libnm-util-nm-utils.html#nm-utils-ip6-addresses-to-gvalue" title="nm_utils_ip6_addresses_to_gvalue ()">nm_utils_ip6_addresses_to_gvalue</a>    (<em class="parameter"><code><a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *list</code></em>,
+                                                         <em class="parameter"><code><a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);
+<a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            <a class="link" href="libnm-util-nm-utils.html#nm-utils-ip6-routes-from-gvalue" title="nm_utils_ip6_routes_from_gvalue ()">nm_utils_ip6_routes_from_gvalue</a>     (<em class="parameter"><code>const <a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="libnm-util-nm-utils.html#nm-utils-ip6-routes-to-gvalue" title="nm_utils_ip6_routes_to_gvalue ()">nm_utils_ip6_routes_to_gvalue</a>       (<em class="parameter"><code><a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *list</code></em>,
+                                                         <em class="parameter"><code><a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);
+<a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            <a class="link" href="libnm-util-nm-utils.html#nm-utils-ip6-dns-from-gvalue" title="nm_utils_ip6_dns_from_gvalue ()">nm_utils_ip6_dns_from_gvalue</a>        (<em class="parameter"><code>const <a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="libnm-util-nm-utils.html#nm-utils-ip6-dns-to-gvalue" title="nm_utils_ip6_dns_to_gvalue ()">nm_utils_ip6_dns_to_gvalue</a>          (<em class="parameter"><code><a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *list</code></em>,
+                                                         <em class="parameter"><code><a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);
+<span class="returnvalue">char</span> *              <a class="link" href="libnm-util-nm-utils.html#nm-utils-uuid-generate" title="nm_utils_uuid_generate ()">nm_utils_uuid_generate</a>              (<em class="parameter"><code><span class="type">void</span></code></em>);
+<span class="returnvalue">char</span> *              <a class="link" href="libnm-util-nm-utils.html#nm-utils-uuid-generate-from-string" title="nm_utils_uuid_generate_from_string ()">nm_utils_uuid_generate_from_string</a>  (<em class="parameter"><code>const <span class="type">char</span> *s</code></em>);
+<a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *        <a class="link" href="libnm-util-nm-utils.html#nm-utils-rsa-key-encrypt" title="nm_utils_rsa_key_encrypt ()">nm_utils_rsa_key_encrypt</a>            (<em class="parameter"><code>const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="type">GByteArray</span></a> *data</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *in_password</code></em>,
+                                                         <em class="parameter"><code><span class="type">char</span> **out_password</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="libnm-util-nm-utils.html#nm-utils-wifi-freq-to-channel" title="nm_utils_wifi_freq_to_channel ()">nm_utils_wifi_freq_to_channel</a>       (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> freq</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="libnm-util-nm-utils.html#nm-utils-wifi-channel-to-freq" title="nm_utils_wifi_channel_to_freq ()">nm_utils_wifi_channel_to_freq</a>       (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> channel</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *band</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="libnm-util-nm-utils.html#nm-utils-wifi-find-next-channel" title="nm_utils_wifi_find_next_channel ()">nm_utils_wifi_find_next_channel</a>     (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> channel</code></em>,
+                                                         <em class="parameter"><code><span class="type">int</span> direction</code></em>,
+                                                         <em class="parameter"><code><span class="type">char</span> *band</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libnm-util-nm-utils.html#nm-utils-wifi-is-channel-valid" title="nm_utils_wifi_is_channel_valid ()">nm_utils_wifi_is_channel_valid</a>      (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> channel</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *band</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Description">
 <a name="libnm-util-nm-utils.description"></a><h2>Description</h2>
 <p>
 A collection of utility functions for working SSIDs, IP addresses, WiFi
-access points and devices, among other things.</p>
-<p>
+access points and devices, among other things.
 </p>
 </div>
 <div class="refsect1" title="Details">
 <a name="libnm-util-nm-utils.details"></a><h2>Details</h2>
-<div class="refsect2" title="nm_print_backtrace()">
-<a name="nm-print-backtrace"></a><h3>nm_print_backtrace()</h3>
+<div class="refsect2" title="nm_print_backtrace">
+<a name="nm-print-backtrace"></a><h3>nm_print_backtrace</h3>
 <pre class="programlisting">#define             nm_print_backtrace()</pre>
 <p>
-Prints a backtrace of the calling process to the logging location.</p>
-<p>
+Prints a backtrace of the calling process to the logging location.
 </p>
 </div>
 <hr>
@@ -299,14 +135,13 @@ Prints a backtrace of the calling process to the logging location.</p>
 <a name="nm-get-timestamp"></a><h3>nm_get_timestamp()</h3>
 <pre class="programlisting">#define             nm_get_timestamp(timestamp)</pre>
 <p>
-For debugging only.</p>
-<p>
+For debugging only.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody><tr>
 <td><p><span class="term"><em class="parameter"><code>timestamp</code></em> :</span></p></td>
-<td> location in which to place the current timestamp
+<td>location in which to place the current timestamp
 </td>
 </tr></tbody>
 </table></div>
@@ -490,26 +325,19 @@ For debugging only.</p>
 <hr>
 <div class="refsect2" title="nm_utils_init ()">
 <a name="nm-utils-init"></a><h3>nm_utils_init ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_utils_init                       (<a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_utils_init                       (<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
 Initializes libnm-util; should be called when starting and program that
 uses libnm-util.  Sets up an <code class="function">atexit()</code> handler to ensure de-initialization
-is performed, but calling <a
-href="../libnm-util/libnm-util-nm-utils.html#nm-utils-deinit"
-><code class="function">nm_utils_deinit()</code></a> to explicitly deinitialize
-libnm-util can also be done.  This function can be called more than once.</p>
-<p>
+is performed, but calling <a class="link" href="libnm-util-nm-utils.html#nm-utils-deinit" title="nm_utils_deinit ()"><code class="function">nm_utils_deinit()</code></a> to explicitly deinitialize
+libnm-util can also be done.  This function can be called more than once.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
-<td> location to store error, or <code class="literal">NULL</code>
+<td>location to store error, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 </td>
 </tr>
 <tr>
@@ -523,61 +351,40 @@ libnm-util can also be done.  This function can be called more than once.</p>
 <hr>
 <div class="refsect2" title="nm_utils_deinit ()">
 <a name="nm-utils-deinit"></a><h3>nm_utils_deinit ()</h3>
-<pre class="programlisting">void                nm_utils_deinit                     (void);</pre>
-<p>
-Different manufacturers use different mechanisms for not broadcasting the
-AP's SSID.  This function attempts to detect blank/empty SSIDs using a
-number of known SSID-cloaking methods.</p>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_utils_deinit                     (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
+Frees all resources used internally by libnm-util.  This function is called
+from an <code class="function">atexit()</code> handler, set up by <a class="link" href="libnm-util-nm-utils.html#nm-utils-init" title="nm_utils_init ()"><code class="function">nm_utils_init()</code></a>, but is safe to be called
+more than once.  Subsequent calls have no effect until <a class="link" href="libnm-util-nm-utils.html#nm-utils-init" title="nm_utils_init ()"><code class="function">nm_utils_init()</code></a> is
+called again.
 </p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>ssid</code></em> :</span></p></td>
-<td> pointer to a buffer containing the SSID data
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>len</code></em> :</span></p></td>
-<td> length of the SSID data in <em class="parameter"><code>ssid</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> TRUE if the SSID is "empty", FALSE if it is not
-</td>
-</tr>
-</tbody>
-</table></div>
 </div>
 <hr>
 <div class="refsect2" title="nm_utils_is_empty_ssid ()">
 <a name="nm-utils-is-empty-ssid"></a><h3>nm_utils_is_empty_ssid ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_utils_is_empty_ssid              (const <a
-href="../glib/glib-Basic-Types.html#guint8"
->guint8</a> *ssid,
-                                                         int len);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_utils_is_empty_ssid              (<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *ssid</code></em>,
+                                                         <em class="parameter"><code><span class="type">int</span> len</code></em>);</pre>
 <p>
+Different manufacturers use different mechanisms for not broadcasting the
+AP's SSID.  This function attempts to detect blank/empty SSIDs using a
+number of known SSID-cloaking methods.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>ssid</code></em> :</span></p></td>
-<td>
+<td>pointer to a buffer containing the SSID data
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>len</code></em> :</span></p></td>
-<td>
+<td>length of the SSID data in <em class="parameter"><code>ssid</code></em>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>
+<td> TRUE if the SSID is "empty", FALSE if it is not
 </td>
 </tr>
 </tbody>
@@ -586,30 +393,25 @@ href="../glib/glib-Basic-Types.html#guint8"
 <hr>
 <div class="refsect2" title="nm_utils_escape_ssid ()">
 <a name="nm-utils-escape-ssid"></a><h3>nm_utils_escape_ssid ()</h3>
-<pre class="programlisting">const char *        nm_utils_escape_ssid                (const <a
-href="../glib/glib-Basic-Types.html#guint8"
->guint8</a> *ssid,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> len);</pre>
+<pre class="programlisting">const <span class="returnvalue">char</span> *        nm_utils_escape_ssid                (<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *ssid</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> len</code></em>);</pre>
 <p>
 This function does a quick printable character conversion of the SSID, simply
 replacing embedded NULLs and non-printable characters with the hexadecimal
 representation of that character.  Intended for debugging only, should not
-be used for display of SSIDs.</p>
-<p>
+be used for display of SSIDs.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>ssid</code></em> :</span></p></td>
-<td> pointer to a buffer containing the SSID data
+<td>pointer to a buffer containing the SSID data
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>len</code></em> :</span></p></td>
-<td> length of the SSID data in <em class="parameter"><code>ssid</code></em>
+<td>length of the SSID data in <em class="parameter"><code>ssid</code></em>
 </td>
 </tr>
 <tr>
@@ -624,42 +426,33 @@ and will be overwritten by subsequent calls to this function
 <hr>
 <div class="refsect2" title="nm_utils_same_ssid ()">
 <a name="nm-utils-same-ssid"></a><h3>nm_utils_same_ssid ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_utils_same_ssid                  (const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *ssid1,
-                                                         const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *ssid2,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a> ignore_trailing_null);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_utils_same_ssid                  (<em class="parameter"><code>const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="type">GByteArray</span></a> *ssid1</code></em>,
+                                                         <em class="parameter"><code>const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="type">GByteArray</span></a> *ssid2</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> ignore_trailing_null</code></em>);</pre>
 <p>
 Earlier versions of the Linux kernel added a NULL byte to the end of the
 SSID to enable easy printing of the SSID on the console or in a terminal,
 but this behavior was problematic (SSIDs are simply byte arrays, not strings)
 and thus was changed.  This function compensates for that behavior at the
 cost of some compatibility with odd SSIDs that may legitimately have trailing
-NULLs, even though that is functionally pointless.</p>
-<p>
+NULLs, even though that is functionally pointless.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>ssid1</code></em> :</span></p></td>
-<td> first SSID data to compare
+<td>first SSID data to compare
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>ssid2</code></em> :</span></p></td>
-<td> second SSID data to compare
+<td>second SSID data to compare
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>ignore_trailing_null</code></em> :</span></p></td>
-<td> TRUE to ignore one trailing NULL byte
+<td>TRUE to ignore one trailing NULL byte
 </td>
 </tr>
 <tr>
@@ -673,10 +466,8 @@ NULLs, even though that is functionally pointless.</p>
 <hr>
 <div class="refsect2" title="nm_utils_ssid_to_utf8 ()">
 <a name="nm-utils-ssid-to-utf8"></a><h3>nm_utils_ssid_to_utf8 ()</h3>
-<pre class="programlisting">char *              nm_utils_ssid_to_utf8               (const char *ssid,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> len);</pre>
+<pre class="programlisting"><span class="returnvalue">char</span> *              nm_utils_ssid_to_utf8               (<em class="parameter"><code>const <span class="type">char</span> *ssid</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> len</code></em>);</pre>
 <p>
 WiFi SSIDs are byte arrays, they are _not_ strings.  Thus, an SSID may
 contain embedded NULLs and other unprintable characters.  Often it is
@@ -702,28 +493,25 @@ into a printable UTF-8 string, using roughly the following procedure:
 </p>
 <p>
 Again, this function should be used for debugging and display purposes
-_only_.</p>
-<p>
+_only_.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>ssid</code></em> :</span></p></td>
-<td> pointer to a buffer containing the SSID data
+<td>pointer to a buffer containing the SSID data
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>len</code></em> :</span></p></td>
-<td> length of the SSID data in <em class="parameter"><code>ssid</code></em>
+<td>length of the SSID data in <em class="parameter"><code>ssid</code></em>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td> an allocated string containing a UTF-8 representation of the
-SSID, which must be freed by the caller using <a
-href="../glib/glib-Memory-Allocation.html#g-free"
-><code class="function">g_free()</code></a>.  Returns NULL
+SSID, which must be freed by the caller using <a href="../glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.  Returns NULL
 on errors.
 </td>
 </tr>
@@ -733,35 +521,22 @@ on errors.
 <hr>
 <div class="refsect2" title="nm_utils_gvalue_hash_dup ()">
 <a name="nm-utils-gvalue-hash-dup"></a><h3>nm_utils_gvalue_hash_dup ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a> *        nm_utils_gvalue_hash_dup            (<a
-href="../glib/glib-Hash-Tables.html#GHashTable"
->GHashTable</a> *hash);</pre>
-<p>
-Utility function to duplicate a hash table of GValues.</p>
+<pre class="programlisting"><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="returnvalue">GHashTable</span></a> *        nm_utils_gvalue_hash_dup            (<em class="parameter"><code><a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *hash</code></em>);</pre>
 <p>
+Utility function to duplicate a hash table of GValues.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>hash</code></em> :</span></p></td>
-<td> a <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
-><span class="type">GHashTable</span></a> mapping string:GValue
+<td>a <a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> mapping string:GValue
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> a newly allocated duplicated <a
-href="../glib/glib-Hash-Tables.html#GHashTable"
-><span class="type">GHashTable</span></a>, caller must free the
-returned hash with <a
-href="../glib/glib-Hash-Tables.html#g-hash-table-unref"
-><code class="function">g_hash_table_unref()</code></a> or <a
-href="../glib/glib-Hash-Tables.html#g-hash-table-destroy"
-><code class="function">g_hash_table_destroy()</code></a>
+<td> a newly allocated duplicated <a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a>, caller must free the
+returned hash with <a href="../glib/glib-Hash-Tables.html#g-hash-table-unref"><code class="function">g_hash_table_unref()</code></a> or <a href="../glib/glib-Hash-Tables.html#g-hash-table-destroy"><code class="function">g_hash_table_destroy()</code></a>
 </td>
 </tr>
 </tbody>
@@ -770,31 +545,22 @@ href="../glib/glib-Hash-Tables.html#g-hash-table-destroy"
 <hr>
 <div class="refsect2" title="nm_utils_slist_free ()">
 <a name="nm-utils-slist-free"></a><h3>nm_utils_slist_free ()</h3>
-<pre class="programlisting">void                nm_utils_slist_free                 (<a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *list,
-                                                         <a
-href="../glib/glib-Datasets.html#GDestroyNotify"
->GDestroyNotify</a> elem_destroy_fn);</pre>
-<p>
-Utility function to free a <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
-><span class="type">GSList</span></a>.</p>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_utils_slist_free                 (<em class="parameter"><code><a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *list</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> elem_destroy_fn</code></em>);</pre>
 <p>
+Utility function to free a <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
-<td> a <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
-><span class="type">GSList</span></a>
+<td>a <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>elem_destroy_fn</code></em> :</span></p></td>
-<td> user function called for each element in <em class="parameter"><code>list</code></em>
+<td>user function called for each element in <em class="parameter"><code>list</code></em>
 </td>
 </tr>
 </tbody>
@@ -821,74 +587,57 @@ href="../glib/glib-Singly-Linked-Lists.html#GSList"
 <hr>
 <div class="refsect2" title="nm_utils_security_valid ()">
 <a name="nm-utils-security-valid"></a><h3>nm_utils_security_valid ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a>            nm_utils_security_valid             (<a
-href="../libnm-util/libnm-util-nm-utils.html#NMUtilsSecurityType"
->NMUtilsSecurityType</a> type,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> wifi_caps,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a> have_ap,
-                                                         <a
-href="../glib/glib-Basic-Types.html#gboolean"
->gboolean</a> adhoc,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> ap_flags,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> ap_wpa,
-                                                         <a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> ap_rsn);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_utils_security_valid             (<em class="parameter"><code><a class="link" href="libnm-util-nm-utils.html#NMUtilsSecurityType" title="enum NMUtilsSecurityType"><span class="type">NMUtilsSecurityType</span></a> type</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> wifi_caps</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> have_ap</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> adhoc</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> ap_flags</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> ap_wpa</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> ap_rsn</code></em>);</pre>
 <p>
 Given a set of device capabilities, and a desired security type to check
 against, determines whether the combination of device, desired security
-type, and AP capabilities intersect.</p>
-<p>
+type, and AP capabilities intersect.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
-<td> the security type to check AP flags and device capabilties against,
+<td>the security type to check AP flags and device capabilties against,
 e.g. <span class="type">NMU_SEC_STATIC_WEP</span>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>wifi_caps</code></em> :</span></p></td>
-<td> bitfield of the capabilities of the specific WiFi device, e.g.
+<td>bitfield of the capabilities of the specific WiFi device, e.g.
 <span class="type">NM_WIFI_DEVICE_CAP_CIPHER_WEP40</span>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>have_ap</code></em> :</span></p></td>
-<td> whether the <em class="parameter"><code>ap_flags</code></em>, <em class="parameter"><code>ap_wpa</code></em>, and <em class="parameter"><code>ap_rsn</code></em> arguments are valid
+<td>whether the <em class="parameter"><code>ap_flags</code></em>, <em class="parameter"><code>ap_wpa</code></em>, and <em class="parameter"><code>ap_rsn</code></em> arguments are valid
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>adhoc</code></em> :</span></p></td>
-<td> whether the capabilities being tested are from an Ad-Hoc AP (IBSS)
+<td>whether the capabilities being tested are from an Ad-Hoc AP (IBSS)
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>ap_flags</code></em> :</span></p></td>
-<td> bitfield of AP capabilities, e.g. <span class="type">NM_802_11_AP_FLAGS_PRIVACY</span>
+<td>bitfield of AP capabilities, e.g. <span class="type">NM_802_11_AP_FLAGS_PRIVACY</span>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>ap_wpa</code></em> :</span></p></td>
-<td> bitfield of AP capabilties derived from the AP's WPA beacon,
+<td>bitfield of AP capabilties derived from the AP's WPA beacon,
 e.g. (<span class="type">NM_802_11_AP_SEC_PAIR_TKIP</span> | <span class="type">NM_802_11_AP_SEC_KEY_MGMT_PSK</span>)
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>ap_rsn</code></em> :</span></p></td>
-<td> bitfield of AP capabilties derived from the AP's RSN/WPA2 beacon,
+<td>bitfield of AP capabilties derived from the AP's RSN/WPA2 beacon,
 e.g. (<span class="type">NM_802_11_AP_SEC_PAIR_CCMP</span> | <span class="type">NM_802_11_AP_SEC_PAIR_TKIP</span>)
 </td>
 </tr>
@@ -904,40 +653,25 @@ compatible with the desired <em class="parameter"><code>type</code></em>, FALSE
 <hr>
 <div class="refsect2" title="nm_utils_ip4_addresses_from_gvalue ()">
 <a name="nm-utils-ip4-addresses-from-gvalue"></a><h3>nm_utils_ip4_addresses_from_gvalue ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *            nm_utils_ip4_addresses_from_gvalue  (const <a
-href="../gobject/gobject-Generic-values.html#GValue"
->GValue</a> *value);</pre>
+<pre class="programlisting"><a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            nm_utils_ip4_addresses_from_gvalue  (<em class="parameter"><code>const <a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
 <p>
-Utility function to convert a <a
-href="../glib/glib-Pointer-Arrays.html#GPtrArray"
-><span class="type">GPtrArray</span></a> of <span class="type">GArrays</span> of guint32s representing
+Utility function to convert a <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> of <a href="../glib/glib-Arrays.html#GArray"><span class="type">GArrays</span></a> of guint32s representing
 a list of NetworkManager IPv4 addresses (which is a tuple of address, gateway,
-and prefix) into a GSList of <a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
-><span class="type">NMIP4Address</span></a> objects.  The specific format of
-this serialization is not guaranteed to be stable and the <a
-href="../glib/glib-Arrays.html#GArray"
-><span class="type">GArray</span></a> may be
-extended in the future.</p>
-<p>
+and prefix) into a GSList of <a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> objects.  The specific format of
+this serialization is not guaranteed to be stable and the <a href="../glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> may be
+extended in the future.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
-<td> gvalue containing a GPtrArray of GArrays of guint32s
+<td>gvalue containing a GPtrArray of GArrays of guint32s
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> a newly allocated <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
-><span class="type">GSList</span></a> of <a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
-><span class="type">NMIP4Address</span></a> objects
+<td> a newly allocated <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of <a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> objects
 </td>
 </tr>
 </tbody>
@@ -946,43 +680,28 @@ href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
 <hr>
 <div class="refsect2" title="nm_utils_ip4_addresses_to_gvalue ()">
 <a name="nm-utils-ip4-addresses-to-gvalue"></a><h3>nm_utils_ip4_addresses_to_gvalue ()</h3>
-<pre class="programlisting">void                nm_utils_ip4_addresses_to_gvalue    (<a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *list,
-                                                         <a
-href="../gobject/gobject-Generic-values.html#GValue"
->GValue</a> *value);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_utils_ip4_addresses_to_gvalue    (<em class="parameter"><code><a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *list</code></em>,
+                                                         <em class="parameter"><code><a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
 <p>
-Utility function to convert a <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
-><span class="type">GSList</span></a> of <a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
-><span class="type">NMIP4Address</span></a> objects into a
+Utility function to convert a <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of <a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> objects into a
 GPtrArray of GArrays of guint32s representing a list of NetworkManager IPv4
 addresses (which is a tuple of address, gateway, and prefix).   The specific
 format of this serialization is not guaranteed to be stable and may be
-extended in the future.</p>
-<p>
+extended in the future.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
-<td> a list of <a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Address"
-><span class="type">NMIP4Address</span></a> objects
+<td>a list of <a class="link" href="NMSettingIP4Config.html#NMIP4Address" title="NMIP4Address"><span class="type">NMIP4Address</span></a> objects
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
-<td> a pointer to a <a
-href="../gobject/gobject-Generic-values.html#GValue"
-><span class="type">GValue</span></a> into which to place the converted addresses,
+<td>a pointer to a <a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> into which to place the converted addresses,
 which should be unset by the caller (when no longer needed) with
-<a
-href="../gobject/gobject-Generic-values.html#g-value-unset"
-><code class="function">g_value_unset()</code></a>.
+<a href="../gobject/gobject-Generic-values.html#g-value-unset"><code class="function">g_value_unset()</code></a>.
 </td>
 </tr>
 </tbody>
@@ -991,36 +710,25 @@ href="../gobject/gobject-Generic-values.html#g-value-unset"
 <hr>
 <div class="refsect2" title="nm_utils_ip4_routes_from_gvalue ()">
 <a name="nm-utils-ip4-routes-from-gvalue"></a><h3>nm_utils_ip4_routes_from_gvalue ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *            nm_utils_ip4_routes_from_gvalue     (const <a
-href="../gobject/gobject-Generic-values.html#GValue"
->GValue</a> *value);</pre>
+<pre class="programlisting"><a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            nm_utils_ip4_routes_from_gvalue     (<em class="parameter"><code>const <a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
 <p>
 Utility function to convert a GPtrArray of GArrays of guint32s representing
 a list of NetworkManager IPv4 routes (which is a tuple of route, next hop,
-prefix, and metric) into a GSList of <a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
-><span class="type">NMIP4Route</span></a> objects.  The specific
+prefix, and metric) into a GSList of <a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> objects.  The specific
 format of this serialization is not guaranteed to be stable and may be
-extended in the future.</p>
-<p>
+extended in the future.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
-<td> gvalue containing a GPtrArray of GArrays of guint32s
+<td>gvalue containing a GPtrArray of GArrays of guint32s
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> a newly allocated <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
-><span class="type">GSList</span></a> of <a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
-><span class="type">NMIP4Route</span></a> objects
+<td> a newly allocated <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of <a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> objects
 </td>
 </tr>
 </tbody>
@@ -1029,43 +737,28 @@ href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
 <hr>
 <div class="refsect2" title="nm_utils_ip4_routes_to_gvalue ()">
 <a name="nm-utils-ip4-routes-to-gvalue"></a><h3>nm_utils_ip4_routes_to_gvalue ()</h3>
-<pre class="programlisting">void                nm_utils_ip4_routes_to_gvalue       (<a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *list,
-                                                         <a
-href="../gobject/gobject-Generic-values.html#GValue"
->GValue</a> *value);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_utils_ip4_routes_to_gvalue       (<em class="parameter"><code><a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *list</code></em>,
+                                                         <em class="parameter"><code><a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
 <p>
-Utility function to convert a <a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
-><span class="type">GSList</span></a> of <a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
-><span class="type">NMIP4Route</span></a> objects into a
+Utility function to convert a <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of <a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> objects into a
 GPtrArray of GArrays of guint32s representing a list of NetworkManager IPv4
 routes (which is a tuple of route, next hop, prefix, and metric).   The
 specific format of this serialization is not guaranteed to be stable and may
-be extended in the future.</p>
-<p>
+be extended in the future.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
-<td> a list of <a
-href="../libnm-util/NMSettingIP4Config.html#NMIP4Route"
-><span class="type">NMIP4Route</span></a> objects
+<td>a list of <a class="link" href="NMSettingIP4Config.html#NMIP4Route" title="NMIP4Route"><span class="type">NMIP4Route</span></a> objects
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
-<td> a pointer to a <a
-href="../gobject/gobject-Generic-values.html#GValue"
-><span class="type">GValue</span></a> into which to place the converted routes,
+<td>a pointer to a <a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> into which to place the converted routes,
 which should be unset by the caller (when no longer needed) with
-<a
-href="../gobject/gobject-Generic-values.html#g-value-unset"
-><code class="function">g_value_unset()</code></a>.
+<a href="../gobject/gobject-Generic-values.html#g-value-unset"><code class="function">g_value_unset()</code></a>.
 </td>
 </tr>
 </tbody>
@@ -1074,21 +767,13 @@ href="../gobject/gobject-Generic-values.html#g-value-unset"
 <hr>
 <div class="refsect2" title="nm_utils_ip4_netmask_to_prefix ()">
 <a name="nm-utils-ip4-netmask-to-prefix"></a><h3>nm_utils_ip4_netmask_to_prefix ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_utils_ip4_netmask_to_prefix      (<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> netmask);</pre>
-<p>
-</p>
-<p>
-</p>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_utils_ip4_netmask_to_prefix      (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> netmask</code></em>);</pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>netmask</code></em> :</span></p></td>
-<td> an IPv4 netmask in network byte order
+<td>an IPv4 netmask in network byte order
 </td>
 </tr>
 <tr>
@@ -1102,21 +787,13 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_utils_ip4_prefix_to_netmask ()">
 <a name="nm-utils-ip4-prefix-to-netmask"></a><h3>nm_utils_ip4_prefix_to_netmask ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_utils_ip4_prefix_to_netmask      (<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> prefix);</pre>
-<p>
-</p>
-<p>
-</p>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_utils_ip4_prefix_to_netmask      (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> prefix</code></em>);</pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>prefix</code></em> :</span></p></td>
-<td> a CIDR prefix
+<td>a CIDR prefix
 </td>
 </tr>
 <tr>
@@ -1130,24 +807,19 @@ href="../glib/glib-Basic-Types.html#guint32"
 <hr>
 <div class="refsect2" title="nm_utils_ip4_get_default_prefix ()">
 <a name="nm-utils-ip4-get-default-prefix"></a><h3>nm_utils_ip4_get_default_prefix ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a>             nm_utils_ip4_get_default_prefix     (<a
-href="../glib/glib-Basic-Types.html#guint32"
->guint32</a> ip);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_utils_ip4_get_default_prefix     (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> ip</code></em>);</pre>
 <p>
 When the Internet was originally set up, various ranges of IP addresses were
 segmented into three network classes: A, B, and C.  This function will return
 a prefix that is associated with the IP address specified defining where it
-falls in the predefined classes.</p>
-<p>
+falls in the predefined classes.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>ip</code></em> :</span></p></td>
-<td> an IPv4 address (in network byte order)
+<td>an IPv4 address (in network byte order)
 </td>
 </tr>
 <tr>
@@ -1161,24 +833,25 @@ falls in the predefined classes.</p>
 <hr>
 <div class="refsect2" title="nm_utils_ip6_addresses_from_gvalue ()">
 <a name="nm-utils-ip6-addresses-from-gvalue"></a><h3>nm_utils_ip6_addresses_from_gvalue ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *            nm_utils_ip6_addresses_from_gvalue  (const <a
-href="../gobject/gobject-Generic-values.html#GValue"
->GValue</a> *value);</pre>
+<pre class="programlisting"><a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            nm_utils_ip6_addresses_from_gvalue  (<em class="parameter"><code>const <a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
 <p>
+Utility function to convert a <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> of <a href="../gobject/gobject-Value-arrays.html#GValueArray"><span class="type">GValueArrays</span></a> of (<a href="../glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> of guchars) and guint32
+representing a list of NetworkManager IPv6 addresses (which is a tuple of address,
+prefix, and gateway), into a GSList of <a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> objects.  The specific format of
+this serialization is not guaranteed to be stable and the <a href="../gobject/gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a> may be
+extended in the future.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
-<td>
+<td>gvalue containing a GPtrArray of GValueArrays of (GArray of guchars) and guint32
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>
+<td> a newly allocated <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of <a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> objects
 </td>
 </tr>
 </tbody>
@@ -1187,25 +860,28 @@ href="../gobject/gobject-Generic-values.html#GValue"
 <hr>
 <div class="refsect2" title="nm_utils_ip6_addresses_to_gvalue ()">
 <a name="nm-utils-ip6-addresses-to-gvalue"></a><h3>nm_utils_ip6_addresses_to_gvalue ()</h3>
-<pre class="programlisting">void                nm_utils_ip6_addresses_to_gvalue    (<a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *list,
-                                                         <a
-href="../gobject/gobject-Generic-values.html#GValue"
->GValue</a> *value);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_utils_ip6_addresses_to_gvalue    (<em class="parameter"><code><a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *list</code></em>,
+                                                         <em class="parameter"><code><a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
 <p>
+Utility function to convert a <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of <a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> objects into a
+GPtrArray of GValueArrays representing a list of NetworkManager IPv6 addresses
+(which is a tuple of address, prefix, and gateway). The specific format of
+this serialization is not guaranteed to be stable and may be extended in the
+future.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
-<td>
+<td>a list of <a class="link" href="NMSettingIP6Config.html#NMIP6Address" title="NMIP6Address"><span class="type">NMIP6Address</span></a> objects
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
-<td>
+<td>a pointer to a <a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> into which to place the converted addresses,
+which should be unset by the caller (when no longer needed) with
+<a href="../gobject/gobject-Generic-values.html#g-value-unset"><code class="function">g_value_unset()</code></a>.
 </td>
 </tr>
 </tbody>
@@ -1214,24 +890,26 @@ href="../gobject/gobject-Generic-values.html#GValue"
 <hr>
 <div class="refsect2" title="nm_utils_ip6_routes_from_gvalue ()">
 <a name="nm-utils-ip6-routes-from-gvalue"></a><h3>nm_utils_ip6_routes_from_gvalue ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *            nm_utils_ip6_routes_from_gvalue     (const <a
-href="../gobject/gobject-Generic-values.html#GValue"
->GValue</a> *value);</pre>
+<pre class="programlisting"><a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            nm_utils_ip6_routes_from_gvalue     (<em class="parameter"><code>const <a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
 <p>
+Utility function GPtrArray of GValueArrays of (GArray or guchars), guint32,
+(GArray of guchars), and guint32 representing a list of NetworkManager IPv6
+routes (which is a tuple of destination, prefix, next hop, and metric)
+into a GSList of <a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> objects.  The specific format of this serialization
+is not guaranteed to be stable and may be extended in the future.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
-<td>
+<td>gvalue containing a GPtrArray of GValueArrays of (GArray or guchars), guint32,
+(GArray of guchars), and guint32
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>
+<td> a newly allocated <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of <a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> objects
 </td>
 </tr>
 </tbody>
@@ -1240,25 +918,28 @@ href="../gobject/gobject-Generic-values.html#GValue"
 <hr>
 <div class="refsect2" title="nm_utils_ip6_routes_to_gvalue ()">
 <a name="nm-utils-ip6-routes-to-gvalue"></a><h3>nm_utils_ip6_routes_to_gvalue ()</h3>
-<pre class="programlisting">void                nm_utils_ip6_routes_to_gvalue       (<a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *list,
-                                                         <a
-href="../gobject/gobject-Generic-values.html#GValue"
->GValue</a> *value);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_utils_ip6_routes_to_gvalue       (<em class="parameter"><code><a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *list</code></em>,
+                                                         <em class="parameter"><code><a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
 <p>
+Utility function to convert a <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of <a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> objects into a GPtrArray of
+GValueArrays of (GArray or guchars), guint32, (GArray of guchars), and guint32
+representing a list of NetworkManager IPv6 routes (which is a tuple of destination,
+prefix, next hop, and metric).  The specific format of this serialization is not 
+guaranteed to be stable and may be extended in the future.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
-<td>
+<td>a list of <a class="link" href="NMSettingIP6Config.html#NMIP6Route" title="NMIP6Route"><span class="type">NMIP6Route</span></a> objects
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
-<td>
+<td>a pointer to a <a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> into which to place the converted routes,
+which should be unset by the caller (when no longer needed) with
+<a href="../gobject/gobject-Generic-values.html#g-value-unset"><code class="function">g_value_unset()</code></a>.
 </td>
 </tr>
 </tbody>
@@ -1267,11 +948,7 @@ href="../gobject/gobject-Generic-values.html#GValue"
 <hr>
 <div class="refsect2" title="nm_utils_ip6_dns_from_gvalue ()">
 <a name="nm-utils-ip6-dns-from-gvalue"></a><h3>nm_utils_ip6_dns_from_gvalue ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *            nm_utils_ip6_dns_from_gvalue        (const <a
-href="../gobject/gobject-Generic-values.html#GValue"
->GValue</a> *value);</pre>
+<pre class="programlisting"><a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            nm_utils_ip6_dns_from_gvalue        (<em class="parameter"><code>const <a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1293,12 +970,8 @@ href="../gobject/gobject-Generic-values.html#GValue"
 <hr>
 <div class="refsect2" title="nm_utils_ip6_dns_to_gvalue ()">
 <a name="nm-utils-ip6-dns-to-gvalue"></a><h3>nm_utils_ip6_dns_to_gvalue ()</h3>
-<pre class="programlisting">void                nm_utils_ip6_dns_to_gvalue          (<a
-href="../glib/glib-Singly-Linked-Lists.html#GSList"
->GSList</a> *list,
-                                                         <a
-href="../gobject/gobject-Generic-values.html#GValue"
->GValue</a> *value);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                nm_utils_ip6_dns_to_gvalue          (<em class="parameter"><code><a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *list</code></em>,
+                                                         <em class="parameter"><code><a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
 <p>
 </p>
 <div class="variablelist"><table border="0">
@@ -1320,21 +993,13 @@ href="../gobject/gobject-Generic-values.html#GValue"
 <hr>
 <div class="refsect2" title="nm_utils_uuid_generate ()">
 <a name="nm-utils-uuid-generate"></a><h3>nm_utils_uuid_generate ()</h3>
-<pre class="programlisting">char *              nm_utils_uuid_generate              (void);</pre>
-<p>
-</p>
-<p>
-</p>
+<pre class="programlisting"><span class="returnvalue">char</span> *              nm_utils_uuid_generate              (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody><tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> a newly allocated UUID suitable for use as the <a
-href="../libnm-util/NMSettingConnection.html"
-><span class="type">NMSettingConnection</span></a>
-object's <span class="type">"id:"</span> property.  Should be freed with <a
-href="../glib/glib-Memory-Allocation.html#g-free"
-><code class="function">g_free()</code></a>
+<td> a newly allocated UUID suitable for use as the <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a>
+object's <a class="link" href="NMSettingConnection.html#NMSettingConnection--id" title='The "id" property'><span class="type">"id"</span></a>: property.  Should be freed with <a href="../glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>
 </td>
 </tr></tbody>
 </table></div>
@@ -1342,25 +1007,22 @@ href="../glib/glib-Memory-Allocation.html#g-free"
 <hr>
 <div class="refsect2" title="nm_utils_uuid_generate_from_string ()">
 <a name="nm-utils-uuid-generate-from-string"></a><h3>nm_utils_uuid_generate_from_string ()</h3>
-<pre class="programlisting">char *              nm_utils_uuid_generate_from_string  (const char *s);</pre>
-<p>
-For a given <em class="parameter"><code>s</code></em>, this function will always return the same UUID.</p>
+<pre class="programlisting"><span class="returnvalue">char</span> *              nm_utils_uuid_generate_from_string  (<em class="parameter"><code>const <span class="type">char</span> *s</code></em>);</pre>
 <p>
+For a given <em class="parameter"><code>s</code></em>, this function will always return the same UUID.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>s</code></em> :</span></p></td>
-<td> a string to use as the seed for the UUID
+<td>a string to use as the seed for the UUID
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> a newly allocated UUID suitable for use as the <a
-href="../libnm-util/NMSettingConnection.html"
-><span class="type">NMSettingConnection</span></a>
-object's <span class="type">"id:"</span> property
+<td> a newly allocated UUID suitable for use as the <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a>
+object's <a class="link" href="NMSettingConnection.html#NMSettingConnection--id" title='The "id" property'><span class="type">"id"</span></a>: property
 </td>
 </tr>
 </tbody>
@@ -1369,44 +1031,37 @@ object's <span class="type">"id:"</span> property
 <hr>
 <div class="refsect2" title="nm_utils_rsa_key_encrypt ()">
 <a name="nm-utils-rsa-key-encrypt"></a><h3>nm_utils_rsa_key_encrypt ()</h3>
-<pre class="programlisting"><a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *        nm_utils_rsa_key_encrypt            (const <a
-href="../glib/glib-Byte-Arrays.html#GByteArray"
->GByteArray</a> *data,
-                                                         const char *in_password,
-                                                         char **out_password,
-                                                         <a
-href="../glib/glib-Error-Reporting.html#GError"
->GError</a> **error);</pre>
+<pre class="programlisting"><a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> *        nm_utils_rsa_key_encrypt            (<em class="parameter"><code>const <a href="../glib/glib-Byte-Arrays.html#GByteArray"><span class="type">GByteArray</span></a> *data</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *in_password</code></em>,
+                                                         <em class="parameter"><code><span class="type">char</span> **out_password</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
 Encrypts the given RSA private key data with the given password (or generates
 a password if no password was given) and converts the data to PEM format
-suitable for writing to a file.</p>
-<p>
+suitable for writing to a file.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
-<td> RSA private key data to be encrypted
+<td>RSA private key data to be encrypted
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>in_password</code></em> :</span></p></td>
-<td> existing password to use, if any
+<td>existing password to use, if any
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>out_password</code></em> :</span></p></td>
-<td> if <em class="parameter"><code>in_password</code></em> was NULL, a random password will be generated
+<td>if <em class="parameter"><code>in_password</code></em> was NULL, a random password will be generated
  and returned in this argument
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
-<td> detailed error information on return, if an error occurred
+<td>detailed error information on return, if an error occurred
 </td>
 </tr>
 <tr>
@@ -1418,10 +1073,128 @@ certificate/private key file.
 </tbody>
 </table></div>
 </div>
+<hr>
+<div class="refsect2" title="nm_utils_wifi_freq_to_channel ()">
+<a name="nm-utils-wifi-freq-to-channel"></a><h3>nm_utils_wifi_freq_to_channel ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_utils_wifi_freq_to_channel       (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> freq</code></em>);</pre>
+<p>
+Utility function to translate a WiFi frequency to its corresponding channel.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>freq</code></em> :</span></p></td>
+<td>frequency
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> the channel represented by the frequency or 0
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_utils_wifi_channel_to_freq ()">
+<a name="nm-utils-wifi-channel-to-freq"></a><h3>nm_utils_wifi_channel_to_freq ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_utils_wifi_channel_to_freq       (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> channel</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *band</code></em>);</pre>
+<p>
+Utility function to translate a WiFi channel to its corresponding frequency.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>channel</code></em> :</span></p></td>
+<td>channel
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>band</code></em> :</span></p></td>
+<td>frequency band for wireless ("a" or "bg")
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> the frequency represented by the channel of the band,
+         or -1 when the freq is invalid, or 0 when the band
+         is invalid
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_utils_wifi_find_next_channel ()">
+<a name="nm-utils-wifi-find-next-channel"></a><h3>nm_utils_wifi_find_next_channel ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             nm_utils_wifi_find_next_channel     (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> channel</code></em>,
+                                                         <em class="parameter"><code><span class="type">int</span> direction</code></em>,
+                                                         <em class="parameter"><code><span class="type">char</span> *band</code></em>);</pre>
+<p>
+Utility function to find out next/previous WiFi channel for a channel.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>channel</code></em> :</span></p></td>
+<td>current channel
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>direction</code></em> :</span></p></td>
+<td>whether going downward (0 or less) or upward (1 or more)
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>band</code></em> :</span></p></td>
+<td>frequency band for wireless ("a" or "bg")
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> the next channel in the specified direction or 0
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="nm_utils_wifi_is_channel_valid ()">
+<a name="nm-utils-wifi-is-channel-valid"></a><h3>nm_utils_wifi_is_channel_valid ()</h3>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            nm_utils_wifi_is_channel_valid      (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> channel</code></em>,
+                                                         <em class="parameter"><code>const <span class="type">char</span> *band</code></em>);</pre>
+<p>
+Utility function to verify WiFi channel validity.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>channel</code></em> :</span></p></td>
+<td>channel
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>band</code></em> :</span></p></td>
+<td>frequency band for wireless ("a" or "bg")
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> TRUE or FALSE
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
 </div>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/object-tree.html b/projects.gnome.org/NetworkManager/developers/libnm-util/08/object-tree.html
index 7fdf8cb..0bdfbde 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/object-tree.html
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/object-tree.html
@@ -3,16 +3,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Object Hierarchy</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="index.html" title="libnm-util Reference Manual">
 <link rel="up" href="index.html" title="libnm-util Reference Manual">
 <link rel="prev" href="libnm-util-nm-utils.html" title="nm-utils">
 <link rel="next" href="api-index-full.html" title="API Index">
-<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="chapter" href="ch01.html" title="libnm-util API Reference">
-<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
-<link rel="index" href="api-index-full.html" title="API Index">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
@@ -26,64 +23,28 @@
 <div class="titlepage"><div><div><h2 class="title">
 <a name="object-tree"></a>Object Hierarchy</h2></div></div></div>
 <pre class="screen">
-    <a
-href="../gobject/gobject-The-Base-Object-Type.html#GObject"
->GObject</a>
-        <a
-href="../libnm-util/NMSetting.html"
->NMSetting</a>
-            <a
-href="../libnm-util/NMSettingGsm.html"
->NMSettingGsm</a>
-            <a
-href="../libnm-util/NMSetting8021x.html"
->NMSetting8021x</a>
-            <a
-href="../libnm-util/NMSettingBluetooth.html"
->NMSettingBluetooth</a>
-            <a
-href="../libnm-util/NMSettingOlpcMesh.html"
->NMSettingOlpcMesh</a>
-            <a
-href="../libnm-util/NMSettingCdma.html"
->NMSettingCdma</a>
-            <a
-href="../libnm-util/NMSettingSerial.html"
->NMSettingSerial</a>
-            <a
-href="../libnm-util/NMSettingWirelessSecurity.html"
->NMSettingWirelessSecurity</a>
-            <a
-href="../libnm-util/NMSettingIP6Config.html"
->NMSettingIP6Config</a>
-            <a
-href="../libnm-util/NMSettingIP4Config.html"
->NMSettingIP4Config</a>
-            <a
-href="../libnm-util/NMSettingWired.html"
->NMSettingWired</a>
-            <a
-href="../libnm-util/NMSettingConnection.html"
->NMSettingConnection</a>
-            <a
-href="../libnm-util/NMSettingPPP.html"
->NMSettingPPP</a>
-            <a
-href="../libnm-util/NMSettingPPPOE.html"
->NMSettingPPPOE</a>
-            <a
-href="../libnm-util/NMSettingVPN.html"
->NMSettingVPN</a>
-            <a
-href="../libnm-util/NMSettingWireless.html"
->NMSettingWireless</a>
-        <a
-href="../libnm-util/NMConnection.html"
->NMConnection</a>
+    <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+        <a class="link" href="NMConnection.html" title="NMConnection">NMConnection</a>
+        <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+            <a class="link" href="NMSetting8021x.html" title="NMSetting8021x">NMSetting8021x</a>
+            <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth">NMSettingBluetooth</a>
+            <a class="link" href="NMSettingCdma.html" title="NMSettingCdma">NMSettingCdma</a>
+            <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a>
+            <a class="link" href="NMSettingGsm.html" title="NMSettingGsm">NMSettingGsm</a>
+            <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config">NMSettingIP4Config</a>
+            <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a>
+            <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh">NMSettingOlpcMesh</a>
+            <a class="link" href="NMSettingPPP.html" title="NMSettingPPP">NMSettingPPP</a>
+            <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE">NMSettingPPPOE</a>
+            <a class="link" href="NMSettingSerial.html" title="NMSettingSerial">NMSettingSerial</a>
+            <a class="link" href="NMSettingVPN.html" title="NMSettingVPN">NMSettingVPN</a>
+            <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a>
+            <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a>
+            <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity">NMSettingWirelessSecurity</a>
 </pre>
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.11</div>
+          Generated by GTK-Doc V1.15</div>
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/projects.gnome.org/NetworkManager/developers/libnm-util/08/style.css b/projects.gnome.org/NetworkManager/developers/libnm-util/08/style.css
index bb44c28..d544a2c 100644
--- a/projects.gnome.org/NetworkManager/developers/libnm-util/08/style.css
+++ b/projects.gnome.org/NetworkManager/developers/libnm-util/08/style.css
@@ -1,13 +1,15 @@
 .synopsis, .classsynopsis
 {
-  background: #eeeeee;
-  border: solid 1px #aaaaaa;
+  /* tango:aluminium 1/2 */
+  background: #eeeeec;
+  border: solid 1px #d3d7cf;
   padding: 0.5em;
 }
 .programlisting
 {
-  background: #eeeeff;
-  border: solid 1px #aaaaff;
+  /* tango:sky blue 0/1 */
+  background: #e6f3ff;
+  border: solid 1px #729fcf;
   padding: 0.5em;
 }
 .variablelist
@@ -20,64 +22,63 @@
   vertical-align: top;
 }
 
-/* this is needed so that the local anchors are displayed below the naviagtion */
 @media screen {
   sup a.footnote
   {
     position: relative;
     top: 0em ! important;
+    
   }
-  div.refnamediv a[name], div.refsect1 a[name]
+  /* this is needed so that the local anchors are displayed below the naviagtion */
+  div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
   {
     position: relative;
-    top: -4.5em;
+    padding-top:4.5em;
   }
+  /* this seems to be a bug in the xsl style sheets when generating indexes */
+  div.index div.index
+  {
+    top: 0em;
+  }
+  /* make space for the fixed navigation bar and add space at the bottom so that
+   * link targets appear somewhat close to top
+   */
+  body
+  {
+    padding-top: 3.2em;
+    padding-bottom: 20em;
+  }
+  /* style and size the navigation bar */
   table.navigation#top
   {
-    background: #ffeeee;
-    border: solid 1px #ffaaaa;
+    position: fixed;
+    /* tango:scarlet red 0/1 */
+    background: #ffe6e6;
+    border: solid 1px #ef2929;
     margin-top: 0;
     margin-bottom: 0;
-    position: fixed;
     top: 0;
     left: 0;
-    height: 2em;
-    z-index: 1;
+    height: 3em;
+    z-index: 10;
   }
-  .navigation a
+  .navigation a, .navigation a:visited
   {
-    color: #770000;
+    /* tango:scarlet red 3 */
+    color: #a40000;
   }
-  .navigation a:visited
+  .navigation a:hover
   {
-    color: #550000;
+    /* tango:scarlet red 1 */
+    color: #ef2929;
   }
   td.shortcuts
   {
-    color: #770000;
+    /* tango:scarlet red 1 */
+    color: #ef2929;
     font-size: 80%;
     white-space: nowrap;
   }
-  div.refentry, div.chapter, div.reference, div.part, div.book, div.glossary, div.sect1, div.appendix, div.preface
-  {
-    position: relative;
-    top: 3em;
-    z-index: 0;
-  }
-  div.glossary, div.index
-  {
-    position: relative;
-    top: 2em;
-    z-index: 0;
-  }
-  div.refnamediv
-  {
-    margin-top: 2em;
-  }
-  body
-  {
-    padding-bottom: 20em;
-  }
 }
 @media print {
   table.navigation {
@@ -87,13 +88,14 @@
   div.titlepage table.navigation {
     visibility: visible;
     display: table;
-    background: #ffeeee;
-    border: solid 1px #ffaaaa;
+    /* tango:scarlet red 0/1 */
+    background: #ffe6e6;
+    border: solid 1px #ef2929;
     margin-top: 0;
     margin-bottom: 0;
     top: 0;
     left: 0;
-    height: 2em;
+    height: 3em;
   }
 }
 
@@ -102,7 +104,6 @@
   font-size: 200%;
 }
 
-
 div.gallery-float
 {
   float: left;
@@ -116,44 +117,48 @@ div.gallery-spacer
 {
   clear: both;
 }
-a
+
+a, a:visited
 {
   text-decoration: none;
+  /* tango:sky blue 2 */
+  color: #3465a4;
 }
 a:hover
 {
   text-decoration: underline;
-  color: #FF0000;
+  /* tango:sky blue 1 */
+  color: #729fcf;
 }
 
 div.table table
 {
   border-collapse: collapse;
   border-spacing: 0px;
-  border-style: solid;
-  border-color: #777777;
-  border-width: 1px;
+  /* tango:aluminium 3 */
+  border: solid 1px #babdb6;
 }
 
 div.table table td, div.table table th
 {
-  border-style: solid;
-  border-color: #777777;
-  border-width: 1px;
+  /* tango:aluminium 3 */
+  border: solid 1px #babdb6;
   padding: 3px;
   vertical-align: top;
 }
 
 div.table table th
 {
-  background-color: #eeeeee;
+  /* tango:aluminium 2 */
+  background-color: #d3d7cf;
 }
 
 hr
 {
-  color: #777777;
-  background: #777777;
-  border: 0;
+  /* tango:aluminium 3 */
+  color: #babdb6;
+  background: #babdb6;
+  border: none 0px;
   height: 1px;
   clear: both;
 }
@@ -161,7 +166,100 @@ hr
 .footer
 {
   padding-top: 3.5em;
-  color: #777777;
+  /* tango:aluminium 3 */
+  color: #babdb6;
   text-align: center;
   font-size: 80%;
 }
+
+.warning
+{
+  /* tango:orange 0/1 */
+  background: #ffeed9;
+  border-color: #ffb04f;
+}
+.note
+{
+  /* tango:chameleon 0/0.5 */
+  background: #d8ffb2;
+  border-color: #abf562;
+}
+.note, .warning
+{
+  padding: 0.5em;
+  border-width: 1px;
+  border-style: solid;
+}
+.note h3, .warning h3
+{
+  margin-top: 0.0em
+}
+.note p, .warning p
+{
+  margin-bottom: 0.0em
+}
+
+/* blob links */
+h2 .extralinks, h3 .extralinks
+{
+  float: right;
+  /* tango:aluminium 3 */
+  color: #babdb6;
+  font-size: 80%;
+  font-weight: normal;
+}
+
+.annotation
+{
+  /* tango:aluminium 5 */
+  color: #555753;
+  font-size: 80%;
+  font-weight: normal;
+}
+
+/* code listings */
+
+.listing_code .programlisting .cbracket   { color: #a40000; } /* tango: scarlet red 3 */
+.listing_code .programlisting .comment    { color: #a1a39d; } /* tango: aluminium 4 */
+.listing_code .programlisting .function   { color: #000000; font-weight: bold; }
+.listing_code .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
+.listing_code .programlisting .keyword    { color: #4e9a06; } /* tango: chameleon 3  */
+.listing_code .programlisting .linenum    { color: #babdb6; } /* tango: aluminium 3 */
+.listing_code .programlisting .normal     { color: #000000; }
+.listing_code .programlisting .number     { color: #75507b; } /* tango: plum 2 */
+.listing_code .programlisting .preproc    { color: #204a87; } /* tango: sky blue 3  */
+.listing_code .programlisting .string     { color: #c17d11; } /* tango: chocolate 2 */
+.listing_code .programlisting .type       { color: #000000; }
+.listing_code .programlisting .type a     { color: #11326b; } /* tango: sky blue 4 */
+.listing_code .programlisting .symbol     { color: #ce5c00; } /* tango: orange 3 */
+
+.listing_frame {
+  /* tango:sky blue 1 */
+  border: solid 1px #729fcf;
+  padding: 0px;
+}
+
+.listing_lines, .listing_code {
+  margin-top: 0px;
+  margin-bottom: 0px;
+  padding: 0.5em;
+}
+.listing_lines {
+  /* tango:sky blue 0.5 */
+  background: #a6c5e3;
+  /* tango:aluminium 6 */
+  color: #2e3436;
+}
+.listing_code {
+  /* tango:sky blue 0 */
+  background: #e6f3ff;
+}
+.listing_code .programlisting {
+  /* override from previous */
+  border: none 0px;
+  padding: 0px;
+}
+.listing_lines pre, .listing_code pre {
+  margin: 0px;
+}
+
diff --git a/projects.gnome.org/NetworkManager/developers/spec-08.html b/projects.gnome.org/NetworkManager/developers/spec-08.html
index c767780..d33825f 100644
--- a/projects.gnome.org/NetworkManager/developers/spec-08.html
+++ b/projects.gnome.org/NetworkManager/developers/spec-08.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml";><head><meta http-equiv="Content-Type" content="text/html; charset=ascii" /><title>NetworkManager D-Bus Interface Specification version 0.8</title><style type="text/css">
+<html xmlns="http://www.w3.org/1999/xhtml";><head><meta http-equiv="Content-Type" content="text/html; charset=ascii" /><title>NetworkManager D-Bus Interface Specification version 0.8.4</title><style type="text/css">
 
           body {
             font-family: sans-serif;
@@ -98,7 +98,7 @@
             margin-right: 4em;
           }
 
-        </style></head><body><h1 class="topbox">NetworkManager D-Bus Interface Specification</h1><h2>Version 0.8</h2><div>Copyright (C) 2008 - 2009 Red Hat, Inc.</div><div>Copyright (C) 2008 - 2009 Novell, Inc.</div><div class="license">
+        </style></head><body><h1 class="topbox">NetworkManager D-Bus Interface Specification</h1><h2>Version 0.8.4</h2><div>Copyright (C) 2008 - 2011 Red Hat, Inc.</div><div>Copyright (C) 2008 - 2009 Novell, Inc.</div><div class="license">
 <p>This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
@@ -112,7 +112,7 @@ General Public License for more details.</p>
 <p>You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
-</div><h2>Interfaces</h2><ul><li><code><a href="#org.freedesktop.NetworkManager">org.freedesktop.NetworkManager</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.AccessPoint">org.freedesktop.NetworkManager.AccessPoint</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device">org.freedesktop.NetworkManager.Device</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.Wired">org.freedesktop.NetworkManager.Device.Wired</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.Wireless">org.freedesktop.NetworkManager.Device.Wireless</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.Cdma">org.freedesktop.NetworkManager.Device.Cdma</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.Gsm">org.freedesktop.NetworkManager.Device.Gsm</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.Serial">org.freedesktop.NetworkManager.Device.Serial</a></code></li><li><c
 ode><a href="#org.freedesktop.NetworkManager.Device.Bluetooth">org.freedesktop.NetworkManager.Device.Bluetooth</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.OlpcMesh">org.freedesktop.NetworkManager.Device.OlpcMesh</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.IP4Config">org.freedesktop.NetworkManager.IP4Config</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.IP6Config">org.freedesktop.NetworkManager.IP6Config</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.DHCP4Config">org.freedesktop.NetworkManager.DHCP4Config</a></code></li><li><code><a href="#org.freedesktop.NetworkManagerSettings">org.freedesktop.NetworkManagerSettings</a></code></li><li><code><a href="#org.freedesktop.NetworkManagerSettings.Connection">org.freedesktop.NetworkManagerSettings.Connection</a></code></li><li><code><a href="#org.freedesktop.NetworkManagerSettings.Connection.Secrets">org.freedesktop.NetworkManagerSettings.Connect
 ion.Secrets</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Connection.Active">org.freedesktop.NetworkManager.Connection.Active</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Connection.Active">org.freedesktop.NetworkManager.Connection.Active</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.VPN.Connection">org.freedesktop.NetworkManager.VPN.Connection</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.VPN.Plugin">org.freedesktop.NetworkManager.VPN.Plugin</a></code></li></ul>
+</div><h2>Interfaces</h2><ul><li><code><a href="#org.freedesktop.NetworkManager">org.freedesktop.NetworkManager</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.AccessPoint">org.freedesktop.NetworkManager.AccessPoint</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device">org.freedesktop.NetworkManager.Device</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.Wired">org.freedesktop.NetworkManager.Device.Wired</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.Wireless">org.freedesktop.NetworkManager.Device.Wireless</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.Cdma">org.freedesktop.NetworkManager.Device.Cdma</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.Gsm">org.freedesktop.NetworkManager.Device.Gsm</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.Serial">org.freedesktop.NetworkManager.Device.Serial</a></code></li><li><c
 ode><a href="#org.freedesktop.NetworkManager.Device.Bluetooth">org.freedesktop.NetworkManager.Device.Bluetooth</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.OlpcMesh">org.freedesktop.NetworkManager.Device.OlpcMesh</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.IP4Config">org.freedesktop.NetworkManager.IP4Config</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.IP6Config">org.freedesktop.NetworkManager.IP6Config</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.DHCP4Config">org.freedesktop.NetworkManager.DHCP4Config</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.DHCP6Config">org.freedesktop.NetworkManager.DHCP6Config</a></code></li><li><code><a href="#org.freedesktop.NetworkManagerSettings">org.freedesktop.NetworkManagerSettings</a></code></li><li><code><a href="#org.freedesktop.NetworkManagerSettings.System">org.freedesktop.NetworkManagerSettings.System</a></code></li><li><code><
 a href="#org.freedesktop.NetworkManagerSettings.Connection">org.freedesktop.NetworkManagerSettings.Connection</a></code></li><li><code><a href="#org.freedesktop.NetworkManagerSettings.Connection.Secrets">org.freedesktop.NetworkManagerSettings.Connection.Secrets</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Connection.Active">org.freedesktop.NetworkManager.Connection.Active</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.VPN.Connection">org.freedesktop.NetworkManager.VPN.Connection</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.VPN.Plugin">org.freedesktop.NetworkManager.VPN.Plugin</a></code></li></ul>
   <h1><a name="org.freedesktop.NetworkManager" id="org.freedesktop.NetworkManager"></a>org.freedesktop.NetworkManager</h1><h2>Methods:</h2><div class="method"><h3><a name="org.freedesktop.NetworkManager.GetDevices" id="org.freedesktop.NetworkManager.GetDevices">GetDevices</a> (
         
         ) &#8594;
@@ -166,10 +166,58 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
         b: sleep
         ) &#8594;
         nothing</h3><div class="docstring">
-        Control the NetworkManager daemon's sleep state.  When asleep, all interfaces that it manages are deactivated.  When awake, devices are available to be activated.
+        Control the NetworkManager daemon's sleep state.  When asleep, all
+        interfaces that it manages are deactivated.  When awake, devices are
+        available to be activated.  This command should not be called directly
+        by users or clients; it is intended for system suspend/resume tracking.
       </div><div><h4>Parameters</h4><dl><dt><code>sleep</code> -
       <code>b</code></dt><dd>
           Indicates whether the NetworkManager daemon should sleep or wake.
+        </dd></dl></div></div><div class="method"><h3><a name="org.freedesktop.NetworkManager.Enable" id="org.freedesktop.NetworkManager.Enable">Enable</a> (
+        b: enable
+        ) &#8594;
+        nothing</h3><div class="docstring">
+        Control whether overall networking is enabled or disabled.  When
+        disabled, all interfaces that NM manages are deactivated.  When enabled,
+        all managed interfaces are re-enabled and available to be activated.
+        This command should be used by clients that provide to users the ability
+        to enable/disable all networking.
+      </div><div><h4>Parameters</h4><dl><dt><code>enable</code> -
+      <code>b</code></dt><dd>
+          If FALSE, indicates that all networking should be disabled.  If TRUE,
+          indicates that NetworkManager should begin managing network devices.
+        </dd></dl></div></div><div class="method"><h3><a name="org.freedesktop.NetworkManager.GetPermissions" id="org.freedesktop.NetworkManager.GetPermissions">GetPermissions</a> (
+        
+        ) &#8594;
+        a{ss}</h3><div class="docstring">
+        Returns the permissions a caller has for various authenticated operations
+        that NetworkManager provides, like Enable/Disable networking, changing
+        WiFi, WWAN, and WiMAX state, etc.
+      </div><div><h4>Returns</h4><dl><dt><code>permissions</code> -
+      <code>a{ss}</code></dt><dd>
+          Dictionary of available permissions and results.  Each permission
+          is represented by a name (ie "org.freedesktop.NetworkManager.Foobar")
+          and each result is one of the following values: "yes" (the permission
+          is available), "auth" (the permission is available after a successful
+          authentication), or "no" (the permission is denied).  Clients may use
+          these values in the UI to indicate the ability to perform certain
+          operations.
+        </dd></dl></div></div><div class="method"><h3><a name="org.freedesktop.NetworkManager.SetLogging" id="org.freedesktop.NetworkManager.SetLogging">SetLogging</a> (
+        s: level, s: domains
+        ) &#8594;
+        nothing</h3><div class="docstring">
+        Set logging verbosity and which operations are logged.
+      </div><div><h4>Parameters</h4><dl><dt><code>level</code> -
+      <code>s</code></dt><dd>
+          One of [ERR, WARN, INFO, DEBUG].
+        </dd><dt><code>domains</code> -
+      <code>s</code></dt><dd>
+          A combination of logging domains separated by commas (','), or "NONE"
+          to disable logging.  Each domain enables logging for operations
+          related to that domain.  Available domains are: [NONE, HW, RFKILL,
+          ETHER, WIFI, BT, MB, DHCP4, DHCP6, PPP, WIFI_SCAN, IP4, IP6, AUTOIP4,
+          DNS, VPN, SHARING, SUPPLICANT, USER_SET, SYS_SET, SUSPEND, CORE,
+          DEVICE, OLPC]
         </dd></dl></div></div><div class="method"><h3><a name="org.freedesktop.NetworkManager.sleep" id="org.freedesktop.NetworkManager.sleep">sleep</a> (
         
         ) &#8594;
@@ -188,7 +236,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
       </div><div><h4>Returns</h4><dl><dt><code>state</code> -
       <code>u</code>
       (<a xmlns="" href="#type-NM_STATE">NM_STATE</a>)
-    </dt><dd></dd></dl></div></div><h2>Signals:</h2><div class="signal"><h3><a name="org.freedesktop.NetworkManager.StateChanged" id="org.freedesktop.NetworkManager.StateChanged">StateChanged</a> (
+    </dt><dd></dd></dl></div></div><h2>Signals:</h2><div class="signal"><h3><a name="org.freedesktop.NetworkManager.CheckPermissions" id="org.freedesktop.NetworkManager.CheckPermissions">CheckPermissions</a> (
+        
+        )</h3><div class="docstring">
+        Emitted when system authorization details change, indicating that
+        clients may wish to recheck permissions with GetPermissions.
+      </div></div><div class="signal"><h3><a name="org.freedesktop.NetworkManager.StateChanged" id="org.freedesktop.NetworkManager.StateChanged">StateChanged</a> (
         u: state
         )</h3><div class="docstring">
         NetworkManager's state changed.
@@ -229,7 +282,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
       (<a xmlns="" href="#type-NM_STATE">NM_STATE</a>)
     </dt><dd>
           The new state of NetworkManager.
-        </dd></dl></div></div><h2>Properties:</h2><dl><dt><code>WirelessEnabled</code> -
+        </dd></dl></div></div><h2>Properties:</h2><dl><dt><code>NetworkingEnabled</code> -
+      <code>b</code> -
+      <code>(read)</code></dt><dd>
+        Indicates if overall networking is currently enabled or not.  See the
+        Enable() method.
+      </dd><dt><code>WirelessEnabled</code> -
       <code>b</code> -
       <code>(readwrite)</code></dt><dd>
         Indicates if wireless is currently enabled or not.
@@ -237,10 +295,22 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
       <code>b</code> -
       <code>(read)</code></dt><dd>
         Indicates if the wireless hardware is currently enabled, i.e. the state of the RF kill switch.
+      </dd><dt><code>WwanEnabled</code> -
+      <code>b</code> -
+      <code>(readwrite)</code></dt><dd>
+        Indicates if mobile broadband devices are currently enabled or not.
+      </dd><dt><code>WwanHardwareEnabled</code> -
+      <code>b</code> -
+      <code>(read)</code></dt><dd>
+        Indicates if the mobile broadband hardware is currently enabled, i.e. the state of the RF kill switch.
       </dd><dt><code>ActiveConnections</code> -
       <code>ao</code> -
       <code>(read)</code></dt><dd>
         List of active connection object paths.
+      </dd><dt><code>Version</code> -
+      <code>s</code> -
+      <code>(read)</code></dt><dd>
+        NetworkManager version.
       </dd><dt><code>State</code> -
       <code>u</code> -
       <code>(read)</code>
@@ -329,7 +399,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
       </dd><dt><code>Interface</code> -
       <code>s</code> -
       <code>(read)</code></dt><dd>
-        The network interface offered by the device.
+        The name of the device's control (and often data) interface.
+      </dd><dt><code>IpInterface</code> -
+      <code>s</code> -
+      <code>(read)</code></dt><dd>
+        The name of the device's data interface when available.  This property
+        may not refer to the actual data interface until the device has
+        successfully established a data connection, indicated by the device's
+        State becoming ACTIVATED.
       </dd><dt><code>Driver</code> -
       <code>s</code> -
       <code>(read)</code></dt><dd>
@@ -362,10 +439,21 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
       <code>o</code> -
       <code>(read)</code></dt><dd>
         Object path of the Ip6Config object describing the configuration of the device.  Only valid when the device is in the NM_DEVICE_STATE_ACTIVATED state.
+      </dd><dt><code>Dhcp6Config</code> -
+      <code>o</code> -
+      <code>(read)</code></dt><dd>
+        Object path of the Dhcp6Config object describing the DHCP options
+        returned by the DHCP server.  Only valid when the device is in the
+        NM_DEVICE_STATE_ACTIVATED state.
       </dd><dt><code>Managed</code> -
       <code>b</code> -
       <code>(read)</code></dt><dd>
         Whether or not this device is managed by NetworkManager.
+      </dd><dt><code>FirmwareMissing</code> -
+      <code>b</code> -
+      <code>(read)</code></dt><dd>
+        If TRUE, indicates the device is likely missing firmware necessary for
+        its operation.
       </dd><dt><code>DeviceType</code> -
       <code>u</code> -
       <code>(read)</code>
@@ -488,6 +576,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
           The device's existing connection was assumed.
         </dd><dt><code>NM_DEVICE_STATE_REASON_SUPPLICANT_AVAILABLE = 42</code></dt><dd>
           The 802.1x supplicant is now available.
+        </dd><dt><code>NM_DEVICE_STATE_REASON_MODEM_NOT_FOUND = 43</code></dt><dd>
+          The modem could not be found.
+        </dd><dt><code>NM_DEVICE_STATE_REASON_BT_FAILED = 44</code></dt><dd>
+          The Bluetooth connection timed out or failed.
         </dd></dl><h2>Sets of flags:</h2><h3 xmlns=""><a name="type-NM_DEVICE_CAP" id="type-NM_DEVICE_CAP">NM_DEVICE_CAP</a></h3><dl><dt><code>NM_DEVICE_CAP_NONE = 0x0</code></dt><dd>Null capability.</dd><dt><code>NM_DEVICE_CAP_NM_SUPPORTED = 0x1</code></dt><dd>The device is supported by NetworkManager.</dd><dt><code>NM_DEVICE_CAP_CARRIER_DETECT = 0x2</code></dt><dd>The device supports carrier detection.</dd></dl>
 
   <h1><a name="org.freedesktop.NetworkManager.Device.Wired" id="org.freedesktop.NetworkManager.Device.Wired"></a>org.freedesktop.NetworkManager.Device.Wired</h1><p>Interface has no methods.</p><h2>Signals:</h2><div class="signal"><h3><a name="org.freedesktop.NetworkManager.Device.Wired.PropertiesChanged" id="org.freedesktop.NetworkManager.Device.Wired.PropertiesChanged">PropertiesChanged</a> (
@@ -500,7 +592,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
             </dd></dl></div></div><h2>Properties:</h2><dl><dt><code>HwAddress</code> -
       <code>s</code> -
       <code>(read)</code></dt><dd>
-        Hardware address of the device.
+        Active hardware address of the device.
+      </dd><dt><code>PermHwAddress</code> -
+      <code>s</code> -
+      <code>(read)</code></dt><dd>
+        Permanent hardware address of the device.
       </dd><dt><code>Speed</code> -
       <code>u</code> -
       <code>(read)</code></dt><dd>
@@ -545,7 +641,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
             </dd></dl></div></div><h2>Properties:</h2><dl><dt><code>HwAddress</code> -
       <code>s</code> -
       <code>(read)</code></dt><dd>
-        The hardware address of the device.
+        The active hardware address of the device.
+      </dd><dt><code>PermHwAddress</code> -
+      <code>s</code> -
+      <code>(read)</code></dt><dd>
+        The permanent hardware address of the device.
       </dd><dt><code>Mode</code> -
       <code>u</code> -
       <code>(read)</code>
@@ -637,11 +737,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
       <code>(read)</code></dt><dd>
         The hardware address of the device.
       </dd><dt><code>Companion</code> -
-      <code>s</code> -
+      <code>o</code> -
       <code>(read)</code></dt><dd>
         The object path of the companion device.
       </dd><dt><code>ActiveChannel</code> -
-      <code>o</code> -
+      <code>u</code> -
       <code>(read)</code></dt><dd>
         The currently active channel.
       </dd></dl>
@@ -666,8 +766,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
       </dd></dl>
 
   <h1><a name="org.freedesktop.NetworkManager.IP6Config" id="org.freedesktop.NetworkManager.IP6Config"></a>org.freedesktop.NetworkManager.IP6Config</h1><p>Interface has no methods.</p><p>Interface has no signals.</p><h2>Properties:</h2><dl><dt><code>Addresses</code> -
-      <code>a(ayu)</code> -
-      <code>(read)</code></dt><dd>Tuples of IPv6 address/prefix.</dd><dt><code>Nameservers</code> -
+      <code>a(ayuay)</code> -
+      <code>(read)</code></dt><dd>Tuples of IPv6 address/prefix/gateway.</dd><dt><code>Nameservers</code> -
       <code>aay</code> -
       <code>(read)</code></dt><dd>The nameservers in use.</dd><dt><code>Domains</code> -
       <code>as</code> -
@@ -688,6 +788,19 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
       <code>a{sv}</code> -
       <code>(read)</code></dt><dd>Configuration options returned by a DHCP server, if any.</dd></dl>
 
+    <h1><a name="org.freedesktop.NetworkManager.DHCP6Config" id="org.freedesktop.NetworkManager.DHCP6Config"></a>org.freedesktop.NetworkManager.DHCP6Config</h1>
+            Options and configuration returned by the IPv6 DHCP server.
+        <p>Interface has no methods.</p><h2>Signals:</h2><div class="signal"><h3><a name="org.freedesktop.NetworkManager.DHCP6Config.PropertiesChanged" id="org.freedesktop.NetworkManager.DHCP6Config.PropertiesChanged">PropertiesChanged</a> (
+        a{sv}: properties
+        )</h3><div class="docstring"></div><div><h4>Parameters</h4><dl><dt><code>properties</code> -
+      <code>a{sv}</code>
+      (<a xmlns="" href="#type-String_Variant_Map">String_Variant_Map</a>)
+    </dt><dd>
+                    A dictionary mapping property names to variant boxed values
+                </dd></dl></div></div><h2>Properties:</h2><dl><dt><code>Options</code> -
+      <code>a{sv}</code> -
+      <code>(read)</code></dt><dd>Configuration options returned by a DHCP server, if any.</dd></dl>
+
   <h1><a name="org.freedesktop.NetworkManagerSettings" id="org.freedesktop.NetworkManagerSettings"></a>org.freedesktop.NetworkManagerSettings</h1>
       The NetworkManagerSettings interface is provided by the service which provides connections to NetworkManager.
     <h2>Methods:</h2><div class="method"><h3><a name="org.freedesktop.NetworkManagerSettings.ListConnections" id="org.freedesktop.NetworkManagerSettings.ListConnections">ListConnections</a> (
@@ -715,6 +828,47 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
           Object path of the new connection.
         </dd></dl></div></div><p>Interface has no properties.</p>
 
+  <h1><a name="org.freedesktop.NetworkManagerSettings.System" id="org.freedesktop.NetworkManagerSettings.System"></a>org.freedesktop.NetworkManagerSettings.System</h1>
+      Implemented by the system settings service to provide additional settings to NetworkManager.
+    <h2>Methods:</h2><div class="method"><h3><a name="org.freedesktop.NetworkManagerSettings.System.SaveHostname" id="org.freedesktop.NetworkManagerSettings.System.SaveHostname">SaveHostname</a> (
+        s: hostname
+        ) &#8594;
+        nothing</h3><div class="docstring">
+        Save the hostname to persistent configuration.
+      </div><div><h4>Parameters</h4><dl><dt><code>hostname</code> -
+      <code>s</code></dt><dd>
+          The hostname to save to persistent configuration.  If blank, the persistent hostname is cleared.
+        </dd></dl></div></div><div class="method"><h3><a name="org.freedesktop.NetworkManagerSettings.System.GetPermissions" id="org.freedesktop.NetworkManagerSettings.System.GetPermissions">GetPermissions</a> (
+        
+        ) &#8594;
+        u</h3><div class="docstring">
+        Returns a bitfield indicating certain operations the caller is permitted to perform.  Some of these operations may require authorization by the user.
+      </div><div><h4>Returns</h4><dl><dt><code>permissions</code> -
+      <code>u</code>
+      (<a xmlns="" href="#type-NM_SETTINGS_SYSTEM_PERMISSIONS">NM_SETTINGS_SYSTEM_PERMISSIONS</a>)
+    </dt><dd>
+          A bitfield of permitted operations.  Some of these operations may require the user to authorize via password entry or other means.
+        </dd></dl></div></div><h2>Signals:</h2><div class="signal"><h3><a name="org.freedesktop.NetworkManagerSettings.System.PropertiesChanged" id="org.freedesktop.NetworkManagerSettings.System.PropertiesChanged">PropertiesChanged</a> (
+        a{sv}: properties
+        )</h3><div class="docstring"></div><div><h4>Parameters</h4><dl><dt><code>properties</code> -
+      <code>a{sv}</code>
+      (<a xmlns="" href="#type-String_Variant_Map">String_Variant_Map</a>)
+    </dt><dd>
+                A dictionary mapping property names to variant boxed values
+            </dd></dl></div></div><div class="signal"><h3><a name="org.freedesktop.NetworkManagerSettings.System.CheckPermissions" id="org.freedesktop.NetworkManagerSettings.System.CheckPermissions">CheckPermissions</a> (
+        
+        )</h3><div class="docstring">
+        Emitted when system authorization details change, indicating that clients may wish to recheck permissions with GetPermissions.
+      </div></div><h2>Properties:</h2><dl><dt><code>Hostname</code> -
+      <code>s</code> -
+      <code>(read)</code></dt><dd>
+        The machine hostname stored in persistent configuration.
+      </dd><dt><code>CanModify</code> -
+      <code>b</code> -
+      <code>(read)</code></dt><dd>
+        If true, adding and modifying connections is supported.
+      </dd></dl><h2>Sets of flags:</h2><h3 xmlns=""><a name="type-NM_SETTINGS_SYSTEM_PERMISSIONS" id="type-NM_SETTINGS_SYSTEM_PERMISSIONS">NM_SETTINGS_SYSTEM_PERMISSIONS</a></h3><dl><dt><code>NM_SETTINGS_SYSTEM_PERMISSION_NONE = 0x0</code></dt><dd>No permissions.</dd><dt><code>NM_SETTINGS_SYSTEM_PERMISSION_CONNECTION_MODIFY = 0x1</code></dt><dd>Can modify/add/delete connections.</dd><dt><code>NM_SETTINGS_SYSTEM_PERMISSION_WIFI_SHARING_PROTECTED = 0x2</code></dt><dd>Can share connections via a encrypted user-created WiFi network.</dd><dt><code>NM_SETTINGS_SYSTEM_PERMISSION_WIFI_SHARING_OPEN = 0x4</code></dt><dd>Can share connections via a open/unencrypted user-created WiFi network.</dd><dt><code>NM_SETTINGS_SYSTEM_PERMISSION_HOSTNAME_MODIFY = 0x8</code></dt><dd>Can modify the persistent system hostname.</dd></dl>
+
 
     <h1><a name="org.freedesktop.NetworkManagerSettings.Connection" id="org.freedesktop.NetworkManagerSettings.Connection"></a>org.freedesktop.NetworkManagerSettings.Connection</h1>
             Represents a single network connection configuration.
@@ -749,7 +903,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
       <code>a{sa{sv}}</code>
       (<a xmlns="" href="#type-String_String_Variant_Map_Map">String_String_Variant_Map_Map</a>)
     </dt><dd>
-                    Contains the changed settings.
+                    Contains complete connection setting parameters, including changes.
                 </dd></dl></div></div><div class="signal"><h3><a name="org.freedesktop.NetworkManagerSettings.Connection.Removed" id="org.freedesktop.NetworkManagerSettings.Connection.Removed">Removed</a> (
         
         )</h3><div class="docstring">
@@ -802,7 +956,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
       (<a xmlns="" href="#type-NM_ACTIVE_CONNECTION_STATE">NM_ACTIVE_CONNECTION_STATE</a>)
     </dt><dd>The state of this active connection.</dd><dt><code>Default</code> -
       <code>b</code> -
-      <code>(read)</code></dt><dd>Whether this active connection is the default connection, i.e. whether it currently owns the default route.</dd><dt><code>Vpn</code> -
+      <code>(read)</code></dt><dd>Whether this active connection is the default IPv4 connection, i.e. whether it currently owns the default IPv4 route.</dd><dt><code>Default6</code> -
+      <code>b</code> -
+      <code>(read)</code></dt><dd>Whether this active connection is the default IPv6 connection, i.e. whether it currently owns the default IPv6 route.</dd><dt><code>Vpn</code> -
       <code>b</code> -
       <code>(read)</code></dt><dd>Whether this active connection is also a VPN connection.</dd></dl><h2>Enumerated types:</h2><h3><a name="type-NM_ACTIVE_CONNECTION_STATE" id="type-NM_ACTIVE_CONNECTION_STATE">NM_ACTIVE_CONNECTION_STATE</a></h3><dl><dt><code>NM_ACTIVE_CONNECTION_STATE_UNKNOWN = 0</code></dt><dd>
           The active connection is in an unknown state.
@@ -812,31 +968,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
           The connection is activated.
         </dd></dl>
 
-  <h1><a name="org.freedesktop.NetworkManager.Connection.Active" id="org.freedesktop.NetworkManager.Connection.Active"></a>org.freedesktop.NetworkManager.Connection.Active</h1><p>Interface has no methods.</p><h2>Signals:</h2><div class="signal"><h3><a name="org.freedesktop.NetworkManager.Connection.Active.PropertiesChanged" id="org.freedesktop.NetworkManager.Connection.Active.PropertiesChanged">PropertiesChanged</a> (
-        a{sv}: properties
-        )</h3><div class="docstring"></div><div><h4>Parameters</h4><dl><dt><code>properties</code> -
-      <code>a{sv}</code>
-      (<a xmlns="" href="#type-String_Variant_Map">String_Variant_Map</a>)
-    </dt><dd>
-                A dictionary mapping property names to variant boxed values
-            </dd></dl></div></div><h2>Properties:</h2><dl><dt><code>ServiceName</code> -
-      <code>s</code> -
-      <code>(read)</code></dt><dd>The D-Bus service name providing this connection.</dd><dt><code>Connection</code> -
-      <code>o</code> -
-      <code>(read)</code></dt><dd>The path of the connection.</dd><dt><code>SpecificObject</code> -
-      <code>o</code> -
-      <code>(read)</code></dt><dd>A specific object associated with the active connection.</dd><dt><code>Devices</code> -
-      <code>ao</code> -
-      <code>(read)</code></dt><dd>Array of object paths representing devices which are part of this active connection.</dd><dt><code>State</code> -
-      <code>u</code> -
-      <code>(read)</code>
-      (<a xmlns="" href="#type-NM_ACTIVE_CONNECTION_STATE">NM_ACTIVE_CONNECTION_STATE</a>)
-    </dt><dd>The state of this active connection.</dd><dt><code>Default</code> -
-      <code>b</code> -
-      <code>(read)</code></dt><dd>Whether this active connection is the default connection, i.e. whether it currently owns the default route.</dd><dt><code>Vpn</code> -
-      <code>b</code> -
-      <code>(read)</code></dt><dd>Whether this active connection is also a VPN connection.</dd></dl>
-
   <h1><a name="org.freedesktop.NetworkManager.VPN.Connection" id="org.freedesktop.NetworkManager.VPN.Connection"></a>org.freedesktop.NetworkManager.VPN.Connection</h1>
       Represents an active connection to a Virtual Private Network.
     <p>Interface has no methods.</p><h2>Signals:</h2><div class="signal"><h3><a name="org.freedesktop.NetworkManager.VPN.Connection.PropertiesChanged" id="org.freedesktop.NetworkManager.VPN.Connection.PropertiesChanged">PropertiesChanged</a> (
@@ -902,6 +1033,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
           Starting the service starting the service providing the VPN connection failed.
         </dd><dt><code>NM_VPN_CONNECTION_STATE_REASON_NO_SECRETS = 9</code></dt><dd>
           Necessary secrets for the VPN connection were not provided.
+        </dd><dt><code>NM_VPN_CONNECTION_STATE_REASON_LOGIN_FAILED = 10</code></dt><dd>
+          Authentication to the VPN server failed.
+        </dd><dt><code>NM_VPN_CONNECTION_STATE_REASON_CONNECTION_REMOVED = 11</code></dt><dd>
+          The connection was deleted from settings.
         </dd></dl>
 
   <h1><a name="org.freedesktop.NetworkManager.VPN.Plugin" id="org.freedesktop.NetworkManager.VPN.Plugin"></a>org.freedesktop.NetworkManager.VPN.Plugin</h1>
@@ -1051,7 +1186,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
   <h2><a name="org.freedesktop.NetworkManager.VPN.Error.BadArguments" id="org.freedesktop.NetworkManager.VPN.Error.BadArguments"></a>org.freedesktop.NetworkManager.VPN.Error.BadArguments</h2>Invalid arguments were passed with the request.  FIXME: too general.
   <h2><a name="org.freedesktop.NetworkManager.VPN.Error.LaunchFailed" id="org.freedesktop.NetworkManager.VPN.Error.LaunchFailed"></a>org.freedesktop.NetworkManager.VPN.Error.LaunchFailed</h2>A binary providing the service failed to launch.
   <h2><a name="org.freedesktop.NetworkManager.VPN.Error.ConnectionInvalid" id="org.freedesktop.NetworkManager.VPN.Error.ConnectionInvalid"></a>org.freedesktop.NetworkManager.VPN.Error.ConnectionInvalid</h2>The request could not be processed because the VPN connection settings were invalid.
-<h1>Index</h1><h2>Index of interfaces</h2><ul><li><code><a href="#org.freedesktop.NetworkManager">org.freedesktop.NetworkManager</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.AccessPoint">org.freedesktop.NetworkManager.AccessPoint</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device">org.freedesktop.NetworkManager.Device</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.Wired">org.freedesktop.NetworkManager.Device.Wired</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.Wireless">org.freedesktop.NetworkManager.Device.Wireless</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.Cdma">org.freedesktop.NetworkManager.Device.Cdma</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.Gsm">org.freedesktop.NetworkManager.Device.Gsm</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.Serial">org.freedesktop.NetworkManager.Device.Serial</a><
 /code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.Bluetooth">org.freedesktop.NetworkManager.Device.Bluetooth</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.OlpcMesh">org.freedesktop.NetworkManager.Device.OlpcMesh</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.IP4Config">org.freedesktop.NetworkManager.IP4Config</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.IP6Config">org.freedesktop.NetworkManager.IP6Config</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.DHCP4Config">org.freedesktop.NetworkManager.DHCP4Config</a></code></li><li><code><a href="#org.freedesktop.NetworkManagerSettings">org.freedesktop.NetworkManagerSettings</a></code></li><li><code><a href="#org.freedesktop.NetworkManagerSettings.Connection">org.freedesktop.NetworkManagerSettings.Connection</a></code></li><li><code><a href="#org.freedesktop.NetworkManagerSettings.Connection.Secrets">org.freedesktop.NetworkManage
 rSettings.Connection.Secrets</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Connection.Active">org.freedesktop.NetworkManager.Connection.Active</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Connection.Active">org.freedesktop.NetworkManager.Connection.Active</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.VPN.Connection">org.freedesktop.NetworkManager.VPN.Connection</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.VPN.Plugin">org.freedesktop.NetworkManager.VPN.Plugin</a></code></li></ul><h2>Index of types</h2><ul><li><code><a href="#type-NM_802_11_AP_FLAGS">NM_802_11_AP_FLAGS</a></code>
+<h1>Index</h1><h2>Index of interfaces</h2><ul><li><code><a href="#org.freedesktop.NetworkManager">org.freedesktop.NetworkManager</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.AccessPoint">org.freedesktop.NetworkManager.AccessPoint</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device">org.freedesktop.NetworkManager.Device</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.Wired">org.freedesktop.NetworkManager.Device.Wired</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.Wireless">org.freedesktop.NetworkManager.Device.Wireless</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.Cdma">org.freedesktop.NetworkManager.Device.Cdma</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.Gsm">org.freedesktop.NetworkManager.Device.Gsm</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.Serial">org.freedesktop.NetworkManager.Device.Serial</a><
 /code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.Bluetooth">org.freedesktop.NetworkManager.Device.Bluetooth</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Device.OlpcMesh">org.freedesktop.NetworkManager.Device.OlpcMesh</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.IP4Config">org.freedesktop.NetworkManager.IP4Config</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.IP6Config">org.freedesktop.NetworkManager.IP6Config</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.DHCP4Config">org.freedesktop.NetworkManager.DHCP4Config</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.DHCP6Config">org.freedesktop.NetworkManager.DHCP6Config</a></code></li><li><code><a href="#org.freedesktop.NetworkManagerSettings">org.freedesktop.NetworkManagerSettings</a></code></li><li><code><a href="#org.freedesktop.NetworkManagerSettings.System">org.freedesktop.NetworkManagerSettings.System</a></code
 ></li><li><code><a href="#org.freedesktop.NetworkManagerSettings.Connection">org.freedesktop.NetworkManagerSettings.Connection</a></code></li><li><code><a href="#org.freedesktop.NetworkManagerSettings.Connection.Secrets">org.freedesktop.NetworkManagerSettings.Connection.Secrets</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.Connection.Active">org.freedesktop.NetworkManager.Connection.Active</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.VPN.Connection">org.freedesktop.NetworkManager.VPN.Connection</a></code></li><li><code><a href="#org.freedesktop.NetworkManager.VPN.Plugin">org.freedesktop.NetworkManager.VPN.Plugin</a></code></li></ul><h2>Index of types</h2><ul><li><code><a href="#type-NM_802_11_AP_FLAGS">NM_802_11_AP_FLAGS</a></code>
     - u</li><li><code><a href="#type-NM_802_11_AP_SEC">NM_802_11_AP_SEC</a></code>
     - u</li><li><code><a href="#type-NM_802_11_DEVICE_CAP">NM_802_11_DEVICE_CAP</a></code>
     - u</li><li><code><a href="#type-NM_802_11_MODE">NM_802_11_MODE</a></code>
@@ -1061,6 +1196,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
     - u</li><li><code><a href="#type-NM_DEVICE_STATE">NM_DEVICE_STATE</a></code>
     - u</li><li><code><a href="#type-NM_DEVICE_STATE_REASON">NM_DEVICE_STATE_REASON</a></code>
     - u</li><li><code><a href="#type-NM_DEVICE_TYPE">NM_DEVICE_TYPE</a></code>
+    - u</li><li><code><a href="#type-NM_SETTINGS_SYSTEM_PERMISSIONS">NM_SETTINGS_SYSTEM_PERMISSIONS</a></code>
     - u</li><li><code><a href="#type-NM_STATE">NM_STATE</a></code>
     - u</li><li><code><a href="#type-NM_VPN_CONNECTION_STATE">NM_VPN_CONNECTION_STATE</a></code>
     - u</li><li><code><a href="#type-NM_VPN_CONNECTION_STATE_REASON">NM_VPN_CONNECTION_STATE_REASON</a></code>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]