about summary refs log tree commit diff
path: root/docs/libnm-util/html/NMConnection.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libnm-util/html/NMConnection.html')
-rw-r--r--docs/libnm-util/html/NMConnection.html230
1 files changed, 115 insertions, 115 deletions
diff --git a/docs/libnm-util/html/NMConnection.html b/docs/libnm-util/html/NMConnection.html
index 7572c017..2b57f263 100644
--- a/docs/libnm-util/html/NMConnection.html
+++ b/docs/libnm-util/html/NMConnection.html
@@ -8,7 +8,7 @@
 <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.24 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -631,7 +631,7 @@ parameters (MTU, SSID, APN, channel, rate, etc) and IP-level parameters
 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="refsect3">
-<a name="id-1.2.2.10.2.5"></a><h4>Returns</h4>
+<a name="nm-connection-error-quark.returns"></a><h4>Returns</h4>
 <p> the error quark used for <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> errors.</p>
 </div>
 </div>
@@ -642,7 +642,7 @@ nm_connection_error_quark (<em class="parameter"><code><span class="type">void</
 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="refsect3">
-<a name="id-1.2.2.10.3.5"></a><h4>Returns</h4>
+<a name="nm-connection-new.returns"></a><h4>Returns</h4>
 <p> the new empty <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> object</p>
 </div>
 </div>
@@ -655,7 +655,7 @@ nm_connection_new_from_hash (<em class="parameter"><code><span class="type">GHas
 <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="refsect3">
-<a name="id-1.2.2.10.4.5"></a><h4>Parameters</h4>
+<a name="nm-connection-new-from-hash.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -678,7 +678,7 @@ the connection. </p></td>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.4.6"></a><h4>Returns</h4>
+<a name="nm-connection-new-from-hash.returns"></a><h4>Returns</h4>
 <p> 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 <code class="literal">NULL</code> if the connection failed to
 validate</p>
@@ -691,7 +691,7 @@ validate</p>
 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="refsect3">
-<a name="id-1.2.2.10.5.5"></a><h4>Parameters</h4>
+<a name="nm-connection-duplicate.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -706,7 +706,7 @@ nm_connection_duplicate (<em class="parameter"><code><a class="link" href="NMCon
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.5.6"></a><h4>Returns</h4>
+<a name="nm-connection-duplicate.returns"></a><h4>Returns</h4>
 <p> 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>. </p>
 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
@@ -719,7 +719,7 @@ as the source <a class="link" href="NMConnection.html" title="NMConnection"><spa
 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="refsect3">
-<a name="id-1.2.2.10.6.5"></a><h4>Parameters</h4>
+<a name="nm-connection-create-setting.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -734,7 +734,7 @@ nm_connection_create_setting (<em class="parameter"><code>const <span class="typ
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.6.6"></a><h4>Returns</h4>
+<a name="nm-connection-create-setting.returns"></a><h4>Returns</h4>
 <p> the new setting object, or <code class="literal">NULL</code> if the setting name was unknown. </p>
 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
 </div>
@@ -750,7 +750,7 @@ same name which has previously been added to the <a class="link" href="NMConnect
 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="refsect3">
-<a name="id-1.2.2.10.7.5"></a><h4>Parameters</h4>
+<a name="nm-connection-add-setting.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -781,7 +781,7 @@ nm_connection_remove_setting (<em class="parameter"><code><a class="link" href="
 <p>Removes the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> with the given <span class="type">GType</span> 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="refsect3">
-<a name="id-1.2.2.10.8.5"></a><h4>Parameters</h4>
+<a name="nm-connection-remove-setting.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -812,7 +812,7 @@ nm_connection_get_setting (<em class="parameter"><code><a class="link" href="NMC
 <p>Gets the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> with the given <span class="type">GType</span>, 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="refsect3">
-<a name="id-1.2.2.10.9.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -834,7 +834,7 @@ to the <a class="link" href="NMConnection.html" title="NMConnection"><span class
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.9.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting.returns"></a><h4>Returns</h4>
 <p> the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>, or <code class="literal">NULL</code> 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>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
@@ -849,7 +849,7 @@ nm_connection_get_setting_by_name (<em class="parameter"><code><a class="link" h
 <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 <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.10.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-by-name.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -871,7 +871,7 @@ the <a class="link" href="NMConnection.html" title="NMConnection"><span class="t
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.10.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-by-name.returns"></a><h4>Returns</h4>
 <p> the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>, or <code class="literal">NULL</code> 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>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
@@ -885,7 +885,7 @@ nm_connection_replace_settings (<em class="parameter"><code><a class="link" href
                                 <em class="parameter"><code><span class="type">GHashTable</span> *new_settings</code></em>,
                                 <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 <div class="refsect3">
-<a name="id-1.2.2.10.11.4"></a><h4>Parameters</h4>
+<a name="nm-connection-replace-settings.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -912,7 +912,7 @@ nm_connection_replace_settings (<em class="parameter"><code><a class="link" href
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.11.5"></a><h4>Returns</h4>
+<a name="nm-connection-replace-settings.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> if the settings were valid and added to the connection, <code class="literal">FALSE</code>
 if they were not</p>
 </div>
@@ -930,7 +930,7 @@ nm_connection_replace_settings_from_connection
 
 with the copied settings.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.12.5"></a><h4>Parameters</h4>
+<a name="nm-connection-replace-settings-from-connection.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -958,7 +958,7 @@ with</p></td>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.12.6"></a><h4>Returns</h4>
+<a name="nm-connection-replace-settings-from-connection.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> if the settings were valid after replacing the connection, <code class="literal">FALSE</code>
 if they were not. Regardless of whether <code class="literal">TRUE</code> or <code class="literal">FALSE</code> is returned, the connection
 is successfully replaced. <code class="literal">FALSE</code> only means, that the connection does not verify
@@ -977,7 +977,7 @@ nm_connection_compare (<em class="parameter"><code><a class="link" href="NMConne
 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="refsect3">
-<a name="id-1.2.2.10.13.5"></a><h4>Parameters</h4>
+<a name="nm-connection-compare.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1004,7 +1004,7 @@ each flag's behavior.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.13.6"></a><h4>Returns</h4>
+<a name="nm-connection-compare.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> if the comparison succeeds, <code class="literal">FALSE</code> if it does not</p>
 </div>
 </div>
@@ -1023,7 +1023,7 @@ each setting that differ are added to the returned <em class="parameter"><code>o
  hash table.
 No values are returned, only key names.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.14.5"></a><h4>Parameters</h4>
+<a name="nm-connection-diff.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1058,7 +1058,7 @@ differ mapped to one or more of <a class="link" href="NMSetting.html#NMSettingDi
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.14.6"></a><h4>Returns</h4>
+<a name="nm-connection-diff.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> if the connections contain the same values, <code class="literal">FALSE</code> if they do
 not</p>
 </div>
@@ -1079,7 +1079,7 @@ connection for the connection to be valid.  As another example, the
 MAC address.  The returned <span class="type">GError</span> contains information about which
 setting and which property failed validation, and how it failed validation.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.15.5"></a><h4>Parameters</h4>
+<a name="nm-connection-verify.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1101,7 +1101,7 @@ setting and which property failed validation, and how it failed validation.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.15.6"></a><h4>Returns</h4>
+<a name="nm-connection-verify.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> if the connection is valid, <code class="literal">FALSE</code> if it is not</p>
 </div>
 </div>
@@ -1122,7 +1122,7 @@ is valid. As this function only performs some specific normalization steps
 it cannot repair all connections. If the connection has errors that
 cannot be normalized, the connection will not be modified.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.16.6"></a><h4>Parameters</h4>
+<a name="nm-connection-normalize.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1159,7 +1159,7 @@ why the connection is invalid, if the function returns an error.</p></td>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.16.7"></a><h4>Returns</h4>
+<a name="nm-connection-normalize.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> if the connection is valid, <code class="literal">FALSE</code> if it is not</p>
 </div>
 <p class="since">Since: 1.0</p>
@@ -1176,7 +1176,7 @@ 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>
 <div class="refsect3">
-<a name="id-1.2.2.10.17.5"></a><h4>Parameters</h4>
+<a name="nm-connection-need-secrets.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1202,7 +1202,7 @@ elements. </p></td>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.17.6"></a><h4>Returns</h4>
+<a name="nm-connection-need-secrets.returns"></a><h4>Returns</h4>
 <p> 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</p>
 </div>
@@ -1215,7 +1215,7 @@ nm_connection_clear_secrets (<em class="parameter"><code><a class="link" href="N
 <p>Clears and frees any secrets that may be stored in the connection, to avoid
 keeping secret data in memory when not needed.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.18.5"></a><h4>Parameters</h4>
+<a name="nm-connection-clear-secrets.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1241,7 +1241,7 @@ nm_connection_clear_secrets_with_flags
 <p>Clears and frees secrets determined by <em class="parameter"><code>func</code></em>
 .</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.19.5"></a><h4>Parameters</h4>
+<a name="nm-connection-clear-secrets-with-flags.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1287,7 +1287,7 @@ a fully serialized <a class="link" href="NMConnection.html" title="NMConnection"
 will update all secrets from all settings contained in <em class="parameter"><code>secrets</code></em>
 .</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.20.5"></a><h4>Parameters</h4>
+<a name="nm-connection-update-secrets.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1321,7 +1321,7 @@ string:<span class="type">GValue</span> of setting property names and secrets of
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.20.6"></a><h4>Returns</h4>
+<a name="nm-connection-update-secrets.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> if the secrets were successfully updated, <code class="literal">FALSE</code> if the update
 failed (tried to update secrets for a setting that doesn't exist, etc)</p>
 </div>
@@ -1336,7 +1336,7 @@ nm_connection_set_path (<em class="parameter"><code><a class="link" href="NMConn
 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="refsect3">
-<a name="id-1.2.2.10.21.5"></a><h4>Parameters</h4>
+<a name="nm-connection-set-path.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1366,7 +1366,7 @@ which provides the connection</p></td>
 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="refsect3">
-<a name="id-1.2.2.10.22.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-path.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1381,7 +1381,7 @@ nm_connection_get_path (<em class="parameter"><code><a class="link" href="NMConn
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.22.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-path.returns"></a><h4>Returns</h4>
 <p> the D-Bus path of the connection, previously set by a call to
 <a class="link" href="NMConnection.html#nm-connection-set-path" title="nm_connection_set_path ()"><code class="function">nm_connection_set_path()</code></a>.</p>
 </div>
@@ -1396,7 +1396,7 @@ needs to use if specified in the settings. This function abstracts all
 connection types which require this functionality. For all other
 connection types, this function will return <code class="literal">NULL</code>.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.23.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-virtual-iface-name.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1411,7 +1411,7 @@ connection types, this function will return <code class="literal">NULL</code>.</
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.23.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-virtual-iface-name.returns"></a><h4>Returns</h4>
 <p> Name of the kernel interface or <code class="literal">NULL</code></p>
 </div>
 </div>
@@ -1426,7 +1426,7 @@ If the connection contains no NMSettingConnection, it will return <code class="l
 this name is used to match the device. for software devices created by
 NetworkManager, this is the name of the created interface.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.24.6"></a><h4>Parameters</h4>
+<a name="nm-connection-get-interface-name.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1441,7 +1441,7 @@ NetworkManager, this is the name of the created interface.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.24.7"></a><h4>Returns</h4>
+<a name="nm-connection-get-interface-name.returns"></a><h4>Returns</h4>
 <p> Name of the kernel interface or <code class="literal">NULL</code></p>
 </div>
 <p class="since">Since: 1.0</p>
@@ -1458,7 +1458,7 @@ type (ie wired, Wi-Fi, ppp, etc). Checks the <a class="link" href="NMSettingConn
 property of the connection and matches that against <em class="parameter"><code>type</code></em>
 .</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.25.5"></a><h4>Parameters</h4>
+<a name="nm-connection-is-type.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1481,7 +1481,7 @@ property of the connection and matches that against <em class="parameter"><code>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.25.6"></a><h4>Returns</h4>
+<a name="nm-connection-is-type.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> if the connection is of the given <em class="parameter"><code>type</code></em>
 , <code class="literal">FALSE</code> if not</p>
 </div>
@@ -1496,7 +1496,7 @@ nm_connection_for_each_setting_value (<em class="parameter"><code><a class="link
 <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="refsect3">
-<a name="id-1.2.2.10.26.5"></a><h4>Parameters</h4>
+<a name="nm-connection-for-each-setting-value.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1537,7 +1537,7 @@ a <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMS
 are <span class="type">GHashTables</span> 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="refsect3">
-<a name="id-1.2.2.10.27.5"></a><h4>Parameters</h4>
+<a name="nm-connection-to-hash.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1559,7 +1559,7 @@ properties of the <a class="link" href="NMSetting.html" title="NMSetting"><span
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.27.6"></a><h4>Returns</h4>
+<a name="nm-connection-to-hash.returns"></a><h4>Returns</h4>
 <p> a new
 <span class="type">GHashTable</span> describing the connection, its settings, and each setting's
 properties.  The caller owns the hash table and must unref the hash table
@@ -1576,7 +1576,7 @@ nm_connection_dump (<em class="parameter"><code><a class="link" href="NMConnecti
 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>
 <div class="refsect3">
-<a name="id-1.2.2.10.28.5"></a><h4>Parameters</h4>
+<a name="nm-connection-dump.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1598,7 +1598,7 @@ output format is not guaranteed to be stable and may change at any time.</p>
 nm_connection_lookup_setting_type (<em class="parameter"><code>const <span class="type">char</span> *name</code></em>);</pre>
 <p>Returns the <span class="type">GType</span> of the setting's class for a given setting name.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.29.5"></a><h4>Parameters</h4>
+<a name="nm-connection-lookup-setting-type.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1613,7 +1613,7 @@ nm_connection_lookup_setting_type (<em class="parameter"><code>const <span class
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.29.6"></a><h4>Returns</h4>
+<a name="nm-connection-lookup-setting-type.returns"></a><h4>Returns</h4>
 <p> the <span class="type">GType</span> of the setting's class</p>
 </div>
 </div>
@@ -1626,7 +1626,7 @@ nm_connection_lookup_setting_type_by_quark
 <p>Returns the <span class="type">GType</span> 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="refsect3">
-<a name="id-1.2.2.10.30.5"></a><h4>Parameters</h4>
+<a name="nm-connection-lookup-setting-type-by-quark.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1641,7 +1641,7 @@ Useful for figuring out which setting a returned error is for.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.30.6"></a><h4>Returns</h4>
+<a name="nm-connection-lookup-setting-type-by-quark.returns"></a><h4>Returns</h4>
 <p> the <span class="type">GType</span> of the setting's class</p>
 </div>
 </div>
@@ -1652,7 +1652,7 @@ Useful for figuring out which setting a returned error is for.</p>
 nm_connection_get_uuid (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return the UUID from the connection's <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a>.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.31.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-uuid.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1667,7 +1667,7 @@ nm_connection_get_uuid (<em class="parameter"><code><a class="link" href="NMConn
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.31.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-uuid.returns"></a><h4>Returns</h4>
 <p> the UUID from the connection's 'connection' setting</p>
 </div>
 </div>
@@ -1678,7 +1678,7 @@ nm_connection_get_uuid (<em class="parameter"><code><a class="link" href="NMConn
 nm_connection_get_id (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return the ID from the connection's <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a>.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.32.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-id.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1693,7 +1693,7 @@ nm_connection_get_id (<em class="parameter"><code><a class="link" href="NMConnec
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.32.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-id.returns"></a><h4>Returns</h4>
 <p> the ID from the connection's 'connection' setting</p>
 </div>
 </div>
@@ -1704,7 +1704,7 @@ nm_connection_get_id (<em class="parameter"><code><a class="link" href="NMConnec
 nm_connection_get_connection_type (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return the type from the connection's <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a>.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.33.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-connection-type.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1719,7 +1719,7 @@ nm_connection_get_connection_type (<em class="parameter"><code><a class="link" h
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.33.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-connection-type.returns"></a><h4>Returns</h4>
 <p> the type from the connection's 'connection' setting</p>
 </div>
 <p class="since">Since: 0.9.10</p>
@@ -1735,7 +1735,7 @@ return for the virtual device that would be created for <em class="parameter"><c
 .
 Eg, "VLAN (eth1.1)".</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.34.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-virtual-device-description.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1750,7 +1750,7 @@ Eg, "VLAN (eth1.1)".</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.34.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-virtual-device-description.returns"></a><h4>Returns</h4>
 <p> the name of <em class="parameter"><code>connection</code></em>
 's device,
 or <code class="literal">NULL</code> if <em class="parameter"><code>connection</code></em>
@@ -1766,7 +1766,7 @@ is not a virtual connection type. </p>
 nm_connection_get_setting_802_1x (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.35.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-802-1x.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1781,7 +1781,7 @@ nm_connection_get_setting_802_1x (<em class="parameter"><code><a class="link" hr
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.35.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-802-1x.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -1793,7 +1793,7 @@ nm_connection_get_setting_802_1x (<em class="parameter"><code><a class="link" hr
 nm_connection_get_setting_bluetooth (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.36.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-bluetooth.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1808,7 +1808,7 @@ nm_connection_get_setting_bluetooth (<em class="parameter"><code><a class="link"
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.36.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-bluetooth.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -1820,7 +1820,7 @@ nm_connection_get_setting_bluetooth (<em class="parameter"><code><a class="link"
 nm_connection_get_setting_bond (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.37.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-bond.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1835,7 +1835,7 @@ nm_connection_get_setting_bond (<em class="parameter"><code><a class="link" href
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.37.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-bond.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -1847,7 +1847,7 @@ nm_connection_get_setting_bond (<em class="parameter"><code><a class="link" href
 nm_connection_get_setting_team (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="type">NMSettingTeam</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.38.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-team.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1862,7 +1862,7 @@ nm_connection_get_setting_team (<em class="parameter"><code><a class="link" href
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.38.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-team.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="type">NMSettingTeam</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -1875,7 +1875,7 @@ nm_connection_get_setting_team (<em class="parameter"><code><a class="link" href
 nm_connection_get_setting_team_port (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingTeamPort.html" title="NMSettingTeamPort"><span class="type">NMSettingTeamPort</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.39.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-team-port.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1890,7 +1890,7 @@ nm_connection_get_setting_team_port (<em class="parameter"><code><a class="link"
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.39.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-team-port.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingTeamPort.html" title="NMSettingTeamPort"><span class="type">NMSettingTeamPort</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -1903,7 +1903,7 @@ nm_connection_get_setting_team_port (<em class="parameter"><code><a class="link"
 nm_connection_get_setting_bridge (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.40.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-bridge.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1918,7 +1918,7 @@ nm_connection_get_setting_bridge (<em class="parameter"><code><a class="link" hr
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.40.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-bridge.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -1930,7 +1930,7 @@ nm_connection_get_setting_bridge (<em class="parameter"><code><a class="link" hr
 nm_connection_get_setting_bridge_port (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.41.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-bridge-port.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1945,7 +1945,7 @@ nm_connection_get_setting_bridge_port (<em class="parameter"><code><a class="lin
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.41.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-bridge-port.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -1957,7 +1957,7 @@ nm_connection_get_setting_bridge_port (<em class="parameter"><code><a class="lin
 nm_connection_get_setting_cdma (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.42.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-cdma.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1972,7 +1972,7 @@ nm_connection_get_setting_cdma (<em class="parameter"><code><a class="link" href
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.42.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-cdma.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -1984,7 +1984,7 @@ nm_connection_get_setting_cdma (<em class="parameter"><code><a class="link" href
 nm_connection_get_setting_connection (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.43.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-connection.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1999,7 +1999,7 @@ nm_connection_get_setting_connection (<em class="parameter"><code><a class="link
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.43.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-connection.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -2011,7 +2011,7 @@ nm_connection_get_setting_connection (<em class="parameter"><code><a class="link
 nm_connection_get_setting_dcb (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.44.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-dcb.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2026,7 +2026,7 @@ nm_connection_get_setting_dcb (<em class="parameter"><code><a class="link" href=
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.44.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-dcb.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> if the connection contains one, otherwise NULL. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -2039,7 +2039,7 @@ nm_connection_get_setting_dcb (<em class="parameter"><code><a class="link" href=
 nm_connection_get_setting_generic (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingGeneric.html" title="NMSettingGeneric"><span class="type">NMSettingGeneric</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.45.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-generic.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2054,7 +2054,7 @@ nm_connection_get_setting_generic (<em class="parameter"><code><a class="link" h
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.45.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-generic.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingGeneric.html" title="NMSettingGeneric"><span class="type">NMSettingGeneric</span></a> if the connection contains one, otherwise NULL. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -2067,7 +2067,7 @@ nm_connection_get_setting_generic (<em class="parameter"><code><a class="link" h
 nm_connection_get_setting_gsm (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.46.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-gsm.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2082,7 +2082,7 @@ nm_connection_get_setting_gsm (<em class="parameter"><code><a class="link" href=
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.46.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-gsm.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -2094,7 +2094,7 @@ nm_connection_get_setting_gsm (<em class="parameter"><code><a class="link" href=
 nm_connection_get_setting_infiniband (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.47.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-infiniband.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2109,7 +2109,7 @@ nm_connection_get_setting_infiniband (<em class="parameter"><code><a class="link
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.47.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-infiniband.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -2121,7 +2121,7 @@ nm_connection_get_setting_infiniband (<em class="parameter"><code><a class="link
 nm_connection_get_setting_ip4_config (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.48.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-ip4-config.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2136,7 +2136,7 @@ nm_connection_get_setting_ip4_config (<em class="parameter"><code><a class="link
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.48.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-ip4-config.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -2148,7 +2148,7 @@ nm_connection_get_setting_ip4_config (<em class="parameter"><code><a class="link
 nm_connection_get_setting_ip6_config (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.49.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-ip6-config.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2163,7 +2163,7 @@ nm_connection_get_setting_ip6_config (<em class="parameter"><code><a class="link
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.49.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-ip6-config.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -2175,7 +2175,7 @@ nm_connection_get_setting_ip6_config (<em class="parameter"><code><a class="link
 nm_connection_get_setting_olpc_mesh (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.50.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-olpc-mesh.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2190,7 +2190,7 @@ nm_connection_get_setting_olpc_mesh (<em class="parameter"><code><a class="link"
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.50.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-olpc-mesh.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -2202,7 +2202,7 @@ nm_connection_get_setting_olpc_mesh (<em class="parameter"><code><a class="link"
 nm_connection_get_setting_ppp (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.51.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-ppp.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2217,7 +2217,7 @@ nm_connection_get_setting_ppp (<em class="parameter"><code><a class="link" href=
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.51.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-ppp.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -2229,7 +2229,7 @@ nm_connection_get_setting_ppp (<em class="parameter"><code><a class="link" href=
 nm_connection_get_setting_pppoe (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.52.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-pppoe.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2244,7 +2244,7 @@ nm_connection_get_setting_pppoe (<em class="parameter"><code><a class="link" hre
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.52.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-pppoe.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -2256,7 +2256,7 @@ nm_connection_get_setting_pppoe (<em class="parameter"><code><a class="link" hre
 nm_connection_get_setting_serial (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.53.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-serial.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2271,7 +2271,7 @@ nm_connection_get_setting_serial (<em class="parameter"><code><a class="link" hr
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.53.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-serial.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -2283,7 +2283,7 @@ nm_connection_get_setting_serial (<em class="parameter"><code><a class="link" hr
 nm_connection_get_setting_vpn (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.54.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-vpn.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2298,7 +2298,7 @@ nm_connection_get_setting_vpn (<em class="parameter"><code><a class="link" href=
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.54.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-vpn.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -2310,7 +2310,7 @@ nm_connection_get_setting_vpn (<em class="parameter"><code><a class="link" href=
 nm_connection_get_setting_wimax (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingWimax.html" title="NMSettingWimax"><span class="type">NMSettingWimax</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.55.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-wimax.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2325,7 +2325,7 @@ nm_connection_get_setting_wimax (<em class="parameter"><code><a class="link" hre
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.55.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-wimax.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingWimax.html" title="NMSettingWimax"><span class="type">NMSettingWimax</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -2337,7 +2337,7 @@ nm_connection_get_setting_wimax (<em class="parameter"><code><a class="link" hre
 nm_connection_get_setting_adsl (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.56.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-adsl.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2352,7 +2352,7 @@ nm_connection_get_setting_adsl (<em class="parameter"><code><a class="link" href
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.56.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-adsl.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -2364,7 +2364,7 @@ nm_connection_get_setting_adsl (<em class="parameter"><code><a class="link" href
 nm_connection_get_setting_wired (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.57.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-wired.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2379,7 +2379,7 @@ nm_connection_get_setting_wired (<em class="parameter"><code><a class="link" hre
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.57.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-wired.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -2391,7 +2391,7 @@ nm_connection_get_setting_wired (<em class="parameter"><code><a class="link" hre
 nm_connection_get_setting_wireless (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.58.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-wireless.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2406,7 +2406,7 @@ nm_connection_get_setting_wireless (<em class="parameter"><code><a class="link"
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.58.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-wireless.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -2419,7 +2419,7 @@ nm_connection_get_setting_wireless_security
                                (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.59.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-wireless-security.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2434,7 +2434,7 @@ nm_connection_get_setting_wireless_security
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.59.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-wireless-security.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -2446,7 +2446,7 @@ nm_connection_get_setting_wireless_security
 nm_connection_get_setting_vlan (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre>
 <p>A shortcut to return any <a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> the connection might contain.</p>
 <div class="refsect3">
-<a name="id-1.2.2.10.60.5"></a><h4>Parameters</h4>
+<a name="nm-connection-get-setting-vlan.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2461,7 +2461,7 @@ nm_connection_get_setting_vlan (<em class="parameter"><code><a class="link" href
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.2.2.10.60.6"></a><h4>Returns</h4>
+<a name="nm-connection-get-setting-vlan.returns"></a><h4>Returns</h4>
 <p> an <a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -2497,7 +2497,7 @@ nm_connection_get_setting_vlan (<em class="parameter"><code><a class="link" href
 <a name="NMConnectionError"></a><h3>enum NMConnectionError</h3>
 <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="refsect3">
-<a name="id-1.2.2.11.6.4"></a><h4>Members</h4>
+<a name="NMConnectionError.members"></a><h4>Members</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="300px" class="enum_members_name">
@@ -2593,7 +2593,7 @@ user_function (<a class="link" href="NMConnection.html" title="NMConnection"><sp
 (including secrets) of any setting of the connection is modified,
 or when settings are added or removed.</p>
 <div class="refsect3">
-<a name="id-1.2.2.13.2.5"></a><h4>Parameters</h4>
+<a name="NMConnection-changed.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2626,7 +2626,7 @@ user_function (<a class="link" href="NMConnection.html" title="NMConnection"><sp
 <p>The ::secrets-cleared signal is emitted when the secrets of a connection
 are cleared.</p>
 <div class="refsect3">
-<a name="id-1.2.2.13.3.5"></a><h4>Parameters</h4>
+<a name="NMConnection-secrets-cleared.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2659,7 +2659,7 @@ user_function (<a class="link" href="NMConnection.html" title="NMConnection"><sp
 <p>The ::secrets-updated signal is emitted when the secrets of a setting
 have been changed.</p>
 <div class="refsect3">
-<a name="id-1.2.2.13.4.5"></a><h4>Parameters</h4>
+<a name="NMConnection-secrets-updated.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2691,6 +2691,6 @@ updated</p></td>
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.24</div>
+<hr>Generated by GTK-Doc V1.25</div>
 </body>
 </html>
\ No newline at end of file