summary refs log tree commit diff
path: root/docs/libnm/html/libnm-nm-utils.html
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2016-08-26 02:18:32 +0200
committerMichael Biebl <biebl@debian.org>2016-08-26 02:18:32 +0200
commit7514efc2f38c9ace4557d4e69d68e7d380389030 (patch)
tree7fb00fda86cfcc2ca377f191633a7cfdbfea7ca3 /docs/libnm/html/libnm-nm-utils.html
parentd6201f5d8daada3d64a0a3e0038e14eebec683ce (diff)
Imported Upstream version 1.4.0 upstream/1.4.0
Diffstat (limited to 'docs/libnm/html/libnm-nm-utils.html')
-rw-r--r--docs/libnm/html/libnm-nm-utils.html238
1 files changed, 119 insertions, 119 deletions
diff --git a/docs/libnm/html/libnm-nm-utils.html b/docs/libnm/html/libnm-nm-utils.html
index 1ae50f34..2ffb16a2 100644
--- a/docs/libnm/html/libnm-nm-utils.html
+++ b/docs/libnm/html/libnm-nm-utils.html
@@ -8,7 +8,7 @@
 <link rel="up" href="ch05.html" title="Utility API Reference">
 <link rel="prev" href="ch05.html" title="Utility API Reference">
 <link rel="next" href="libnm-nm-version.html" title="nm-version">
-<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">
@@ -571,7 +571,7 @@ nm_utils_is_empty_ssid (<em class="parameter"><code>const <span class="type">gui
 AP's SSID.  This function attempts to detect blank/empty SSIDs using a
 number of known SSID-cloaking methods.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.2.5"></a><h4>Parameters</h4>
+<a name="nm-utils-is-empty-ssid.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -594,7 +594,7 @@ number of known SSID-cloaking methods.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.2.6"></a><h4>Returns</h4>
+<a name="nm-utils-is-empty-ssid.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> if the SSID is "empty", <code class="literal">FALSE</code> if it is not</p>
 </div>
 </div>
@@ -609,7 +609,7 @@ 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>
 <div class="refsect3">
-<a name="id-1.6.2.7.3.5"></a><h4>Parameters</h4>
+<a name="nm-utils-escape-ssid.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -632,7 +632,7 @@ be used for display of SSIDs.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.3.6"></a><h4>Returns</h4>
+<a name="nm-utils-escape-ssid.returns"></a><h4>Returns</h4>
 <p> pointer to the escaped SSID, which uses an internal static buffer
 and will be overwritten by subsequent calls to this function</p>
 </div>
@@ -653,7 +653,7 @@ 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>
 <div class="refsect3">
-<a name="id-1.6.2.7.4.5"></a><h4>Parameters</h4>
+<a name="nm-utils-same-ssid.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -692,7 +692,7 @@ NULLs, even though that is functionally pointless.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.4.6"></a><h4>Returns</h4>
+<a name="nm-utils-same-ssid.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> if the SSIDs are the same, <code class="literal">FALSE</code> if they are not</p>
 </div>
 </div>
@@ -722,7 +722,7 @@ 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>
 <div class="refsect3">
-<a name="id-1.6.2.7.5.8"></a><h4>Parameters</h4>
+<a name="nm-utils-ssid-to-utf8.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -745,7 +745,7 @@ _only_.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.5.9"></a><h4>Returns</h4>
+<a name="nm-utils-ssid-to-utf8.returns"></a><h4>Returns</h4>
 <p> an allocated string containing a UTF-8
 representation of the SSID, which must be freed by the caller using <code class="function">g_free()</code>.
 Returns <code class="literal">NULL</code> on errors. </p>
@@ -769,7 +769,7 @@ type, and AP capabilities intersect.</p>
 <p>NOTE: this function cannot handle checking security for AP/Hotspot mode;
 use <a class="link" href="libnm-nm-utils.html#nm-utils-ap-mode-security-valid" title="nm_utils_ap_mode_security_valid ()"><code class="function">nm_utils_ap_mode_security_valid()</code></a> instead.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.6.6"></a><h4>Parameters</h4>
+<a name="nm-utils-security-valid.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -823,7 +823,7 @@ e.g. (<a class="link" href="libnm-nm-dbus-interface.html#NM-802-11-AP-SEC-PAIR-C
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.6.7"></a><h4>Returns</h4>
+<a name="nm-utils-security-valid.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> if the device capabilities and AP capabilties intersect and are
 compatible with the desired <em class="parameter"><code>type</code></em>
 , <code class="literal">FALSE</code> if they are not</p>
@@ -839,7 +839,7 @@ nm_utils_ap_mode_security_valid (<em class="parameter"><code><a class="link" hre
 against, determines whether the combination of device capabilities and
 desired security type are valid for AP/Hotspot connections.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.7.5"></a><h4>Parameters</h4>
+<a name="nm-utils-ap-mode-security-valid.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -863,7 +863,7 @@ e.g. <a class="link" href="libnm-nm-utils.html#NMU-SEC-STATIC-WEP:CAPS"><span cl
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.7.6"></a><h4>Returns</h4>
+<a name="nm-utils-ap-mode-security-valid.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> if the device capabilities are compatible with the desired
 <em class="parameter"><code>type</code></em>
 , <code class="literal">FALSE</code> if they are not.</p>
@@ -878,7 +878,7 @@ nm_utils_wep_key_valid (<em class="parameter"><code>const <span class="type">cha
 <p>Checks if <em class="parameter"><code>key</code></em>
  is a valid WEP key</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.8.5"></a><h4>Parameters</h4>
+<a name="nm-utils-wep-key-valid.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -900,7 +900,7 @@ nm_utils_wep_key_valid (<em class="parameter"><code>const <span class="type">cha
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.8.6"></a><h4>Returns</h4>
+<a name="nm-utils-wep-key-valid.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> if <em class="parameter"><code>key</code></em>
 is a WEP key, <code class="literal">FALSE</code> if not</p>
 </div>
@@ -913,7 +913,7 @@ nm_utils_wpa_psk_valid (<em class="parameter"><code>const <span class="type">cha
 <p>Checks if <em class="parameter"><code>psk</code></em>
  is a valid WPA PSK</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.9.5"></a><h4>Parameters</h4>
+<a name="nm-utils-wpa-psk-valid.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -928,7 +928,7 @@ nm_utils_wpa_psk_valid (<em class="parameter"><code>const <span class="type">cha
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.9.6"></a><h4>Returns</h4>
+<a name="nm-utils-wpa-psk-valid.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> if <em class="parameter"><code>psk</code></em>
 is a WPA PSK, <code class="literal">FALSE</code> if not</p>
 </div>
@@ -941,7 +941,7 @@ nm_utils_ip4_dns_to_variant (<em class="parameter"><code><span class="type">char
 <p>Utility function to convert an array of IP address strings int a <span class="type">GVariant</span> of
 type 'au' representing an array of IPv4 addresses.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.10.5"></a><h4>Parameters</h4>
+<a name="nm-utils-ip4-dns-to-variant.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -956,7 +956,7 @@ type 'au' representing an array of IPv4 addresses.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.10.6"></a><h4>Returns</h4>
+<a name="nm-utils-ip4-dns-to-variant.returns"></a><h4>Returns</h4>
 <p> a new floating <span class="type">GVariant</span> representing <em class="parameter"><code>dns</code></em>
 . </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>
@@ -970,7 +970,7 @@ nm_utils_ip4_dns_from_variant (<em class="parameter"><code><span class="type">GV
 <p>Utility function to convert a <span class="type">GVariant</span> of type 'au' representing a list of
 IPv4 addresses into an array of IP address strings.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.11.5"></a><h4>Parameters</h4>
+<a name="nm-utils-ip4-dns-from-variant.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -985,7 +985,7 @@ IPv4 addresses into an array of IP address strings.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.11.6"></a><h4>Returns</h4>
+<a name="nm-utils-ip4-dns-from-variant.returns"></a><h4>Returns</h4>
 <p> a <code class="literal">NULL</code>-terminated array of IP address strings. </p>
 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> utf8]</span></p>
 </div>
@@ -1003,7 +1003,7 @@ gateway). The "gateway" field of the first address will get the value of
 <em class="parameter"><code>gateway</code></em>
  (if non-<code class="literal">NULL</code>). In all of the other addresses, that field will be 0.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.12.5"></a><h4>Parameters</h4>
+<a name="nm-utils-ip4-addresses-to-variant.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1025,7 +1025,7 @@ gateway). The "gateway" field of the first address will get the value of
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.12.6"></a><h4>Returns</h4>
+<a name="nm-utils-ip4-addresses-to-variant.returns"></a><h4>Returns</h4>
 <p> a new floating <span class="type">GVariant</span> representing <em class="parameter"><code>addresses</code></em>
 . </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>
@@ -1044,7 +1044,7 @@ the first address (if set) will be returned in <em class="parameter"><code>out_g
 ; the "gateway" fields
 of the other addresses are ignored.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.13.5"></a><h4>Parameters</h4>
+<a name="nm-utils-ip4-addresses-from-variant.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1066,7 +1066,7 @@ of the other addresses are ignored.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.13.6"></a><h4>Returns</h4>
+<a name="nm-utils-ip4-addresses-from-variant.returns"></a><h4>Returns</h4>
 <p> a newly allocated
 <span class="type">GPtrArray</span> of <a class="link" href="NMSettingIPConfig.html#NMIPAddress"><span class="type">NMIPAddress</span></a> objects. </p>
 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIPAddress]</span></p>
@@ -1082,7 +1082,7 @@ IPv4 routes into a <span class="type">GVariant</span> of type 'aau' representing
 NetworkManager IPv4 routes (which are tuples of route, prefix, next hop, and
 metric).</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.14.5"></a><h4>Parameters</h4>
+<a name="nm-utils-ip4-routes-to-variant.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1091,13 +1091,13 @@ metric).</p>
 </colgroup>
 <tbody><tr>
 <td class="parameter_name"><p>routes</p></td>
-<td class="parameter_description"><p> an array of <a href="/usr/share/gtk-doc/html/libnm-util/NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> objects. </p></td>
+<td class="parameter_description"><p> an array of <span class="type">NMIP4Route</span> objects. </p></td>
 <td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIPRoute]</span></td>
 </tr></tbody>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.14.6"></a><h4>Returns</h4>
+<a name="nm-utils-ip4-routes-to-variant.returns"></a><h4>Returns</h4>
 <p> a new floating <span class="type">GVariant</span> representing <em class="parameter"><code>routes</code></em>
 . </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>
@@ -1112,7 +1112,7 @@ nm_utils_ip4_routes_from_variant (<em class="parameter"><code><span class="type"
 of NetworkManager IPv4 routes (which are tuples of route, prefix, next hop,
 and metric) into a <span class="type">GPtrArray</span> of <a class="link" href="NMSettingIPConfig.html#NMIPRoute"><span class="type">NMIPRoute</span></a> objects.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.15.5"></a><h4>Parameters</h4>
+<a name="nm-utils-ip4-routes-from-variant.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1127,7 +1127,7 @@ and metric) into a <span class="type">GPtrArray</span> of <a class="link" href="
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.15.6"></a><h4>Returns</h4>
+<a name="nm-utils-ip4-routes-from-variant.returns"></a><h4>Returns</h4>
 <p> a newly allocated
 <span class="type">GPtrArray</span> of <a class="link" href="NMSettingIPConfig.html#NMIPRoute"><span class="type">NMIPRoute</span></a> objects. </p>
 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIPRoute]</span></p>
@@ -1139,7 +1139,7 @@ and metric) into a <span class="type">GPtrArray</span> of <a class="link" href="
 <pre class="programlisting"><span class="returnvalue">guint32</span>
 nm_utils_ip4_netmask_to_prefix (<em class="parameter"><code><span class="type">guint32</span> netmask</code></em>);</pre>
 <div class="refsect3">
-<a name="id-1.6.2.7.16.4"></a><h4>Parameters</h4>
+<a name="nm-utils-ip4-netmask-to-prefix.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1154,7 +1154,7 @@ nm_utils_ip4_netmask_to_prefix (<em class="parameter"><code><span class="type">g
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.16.5"></a><h4>Returns</h4>
+<a name="nm-utils-ip4-netmask-to-prefix.returns"></a><h4>Returns</h4>
 <p> the CIDR prefix represented by the netmask</p>
 </div>
 </div>
@@ -1164,7 +1164,7 @@ nm_utils_ip4_netmask_to_prefix (<em class="parameter"><code><span class="type">g
 <pre class="programlisting"><span class="returnvalue">guint32</span>
 nm_utils_ip4_prefix_to_netmask (<em class="parameter"><code><span class="type">guint32</span> prefix</code></em>);</pre>
 <div class="refsect3">
-<a name="id-1.6.2.7.17.4"></a><h4>Parameters</h4>
+<a name="nm-utils-ip4-prefix-to-netmask.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1179,7 +1179,7 @@ nm_utils_ip4_prefix_to_netmask (<em class="parameter"><code><span class="type">g
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.17.5"></a><h4>Returns</h4>
+<a name="nm-utils-ip4-prefix-to-netmask.returns"></a><h4>Returns</h4>
 <p> the netmask represented by the prefix, in network byte order</p>
 </div>
 </div>
@@ -1193,7 +1193,7 @@ 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>
 <div class="refsect3">
-<a name="id-1.6.2.7.18.5"></a><h4>Parameters</h4>
+<a name="nm-utils-ip4-get-default-prefix.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1208,7 +1208,7 @@ falls in the predefined classes.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.18.6"></a><h4>Returns</h4>
+<a name="nm-utils-ip4-get-default-prefix.returns"></a><h4>Returns</h4>
 <p> the default class prefix for the given IP</p>
 </div>
 </div>
@@ -1220,7 +1220,7 @@ nm_utils_ip6_dns_to_variant (<em class="parameter"><code><span class="type">char
 <p>Utility function to convert an array of IP address strings int a <span class="type">GVariant</span> of
 type 'aay' representing an array of IPv6 addresses.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.19.5"></a><h4>Parameters</h4>
+<a name="nm-utils-ip6-dns-to-variant.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1235,7 +1235,7 @@ type 'aay' representing an array of IPv6 addresses.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.19.6"></a><h4>Returns</h4>
+<a name="nm-utils-ip6-dns-to-variant.returns"></a><h4>Returns</h4>
 <p> a new floating <span class="type">GVariant</span> representing <em class="parameter"><code>dns</code></em>
 . </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>
@@ -1249,7 +1249,7 @@ nm_utils_ip6_dns_from_variant (<em class="parameter"><code><span class="type">GV
 <p>Utility function to convert a <span class="type">GVariant</span> of type 'aay' representing a list of
 IPv6 addresses into an array of IP address strings.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.20.5"></a><h4>Parameters</h4>
+<a name="nm-utils-ip6-dns-from-variant.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1264,7 +1264,7 @@ IPv6 addresses into an array of IP address strings.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.20.6"></a><h4>Returns</h4>
+<a name="nm-utils-ip6-dns-from-variant.returns"></a><h4>Returns</h4>
 <p> a <code class="literal">NULL</code>-terminated array of IP address strings. </p>
 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> utf8]</span></p>
 </div>
@@ -1283,7 +1283,7 @@ gateway).  The "gateway" field of the first address will get the value of
  (if non-<code class="literal">NULL</code>). In all of the other addresses, that field will be
 all 0s.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.21.5"></a><h4>Parameters</h4>
+<a name="nm-utils-ip6-addresses-to-variant.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1305,7 +1305,7 @@ all 0s.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.21.6"></a><h4>Returns</h4>
+<a name="nm-utils-ip6-addresses-to-variant.returns"></a><h4>Returns</h4>
 <p> a new floating <span class="type">GVariant</span> representing <em class="parameter"><code>addresses</code></em>
 . </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>
@@ -1324,7 +1324,7 @@ of the first address (if set) will be returned in <em class="parameter"><code>ou
 ; the "gateway"
 fields of the other addresses are ignored.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.22.5"></a><h4>Parameters</h4>
+<a name="nm-utils-ip6-addresses-from-variant.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1346,7 +1346,7 @@ fields of the other addresses are ignored.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.22.6"></a><h4>Returns</h4>
+<a name="nm-utils-ip6-addresses-from-variant.returns"></a><h4>Returns</h4>
 <p> a newly allocated
 <span class="type">GPtrArray</span> of <a class="link" href="NMSettingIPConfig.html#NMIPAddress"><span class="type">NMIPAddress</span></a> objects. </p>
 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIPAddress]</span></p>
@@ -1362,7 +1362,7 @@ IPv6 routes into a <span class="type">GVariant</span> of type 'a(ayuayu)' repres
 NetworkManager IPv6 routes (which are tuples of route, prefix, next hop, and
 metric).</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.23.5"></a><h4>Parameters</h4>
+<a name="nm-utils-ip6-routes-to-variant.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1377,7 +1377,7 @@ metric).</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.23.6"></a><h4>Returns</h4>
+<a name="nm-utils-ip6-routes-to-variant.returns"></a><h4>Returns</h4>
 <p> a new floating <span class="type">GVariant</span> representing <em class="parameter"><code>routes</code></em>
 . </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>
@@ -1392,7 +1392,7 @@ nm_utils_ip6_routes_from_variant (<em class="parameter"><code><span class="type"
 array of NetworkManager IPv6 routes (which are tuples of route, prefix, next
 hop, and metric) into a <span class="type">GPtrArray</span> of <a class="link" href="NMSettingIPConfig.html#NMIPRoute"><span class="type">NMIPRoute</span></a> objects.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.24.5"></a><h4>Parameters</h4>
+<a name="nm-utils-ip6-routes-from-variant.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1407,7 +1407,7 @@ hop, and metric) into a <span class="type">GPtrArray</span> of <a class="link" h
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.24.6"></a><h4>Returns</h4>
+<a name="nm-utils-ip6-routes-from-variant.returns"></a><h4>Returns</h4>
 <p> a newly allocated
 <span class="type">GPtrArray</span> of <a class="link" href="NMSettingIPConfig.html#NMIPRoute"><span class="type">NMIPRoute</span></a> objects. </p>
 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIPRoute]</span></p>
@@ -1424,7 +1424,7 @@ array of new-style NetworkManager IP addresses. All addresses will include
 "address" (an IP address string), and "prefix" (a uint). Some addresses may
 include additional attributes.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.25.5"></a><h4>Parameters</h4>
+<a name="nm-utils-ip-addresses-to-variant.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1439,7 +1439,7 @@ include additional attributes.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.25.6"></a><h4>Returns</h4>
+<a name="nm-utils-ip-addresses-to-variant.returns"></a><h4>Returns</h4>
 <p> a new floating <span class="type">GVariant</span> representing <em class="parameter"><code>addresses</code></em>
 . </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>
@@ -1456,7 +1456,7 @@ NetworkManager IPv4 or IPv6 addresses (as described in the documentation for
 <a class="link" href="libnm-nm-utils.html#nm-utils-ip-addresses-to-variant" title="nm_utils_ip_addresses_to_variant ()"><code class="function">nm_utils_ip_addresses_to_variant()</code></a>) into a <span class="type">GPtrArray</span> of <a class="link" href="NMSettingIPConfig.html#NMIPAddress"><span class="type">NMIPAddress</span></a>
 objects.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.26.5"></a><h4>Parameters</h4>
+<a name="nm-utils-ip-addresses-from-variant.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1478,7 +1478,7 @@ objects.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.26.6"></a><h4>Returns</h4>
+<a name="nm-utils-ip-addresses-from-variant.returns"></a><h4>Returns</h4>
 <p> a newly allocated
 <span class="type">GPtrArray</span> of <a class="link" href="NMSettingIPConfig.html#NMIPAddress"><span class="type">NMIPAddress</span></a> objects. </p>
 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIPAddress]</span></p>
@@ -1494,7 +1494,7 @@ IPv4 or IPv6 routes into a <span class="type">GVariant</span> of type 'aa{sv}' r
 of new-style NetworkManager IP routes (which are tuples of destination,
 prefix, next hop, metric, and additional attributes).</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.27.5"></a><h4>Parameters</h4>
+<a name="nm-utils-ip-routes-to-variant.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1509,7 +1509,7 @@ prefix, next hop, metric, and additional attributes).</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.27.6"></a><h4>Returns</h4>
+<a name="nm-utils-ip-routes-to-variant.returns"></a><h4>Returns</h4>
 <p> a new floating <span class="type">GVariant</span> representing <em class="parameter"><code>routes</code></em>
 . </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>
@@ -1526,7 +1526,7 @@ NetworkManager IPv4 or IPv6 addresses (which are tuples of destination,
 prefix, next hop, metric, and additional attributes) into a <span class="type">GPtrArray</span> of
 <a class="link" href="NMSettingIPConfig.html#NMIPRoute"><span class="type">NMIPRoute</span></a> objects.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.28.5"></a><h4>Parameters</h4>
+<a name="nm-utils-ip-routes-from-variant.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1548,7 +1548,7 @@ prefix, next hop, metric, and additional attributes) into a <span class="type">G
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.28.6"></a><h4>Returns</h4>
+<a name="nm-utils-ip-routes-from-variant.returns"></a><h4>Returns</h4>
 <p> a newly allocated
 <span class="type">GPtrArray</span> of <a class="link" href="NMSettingIPConfig.html#NMIPRoute"><span class="type">NMIPRoute</span></a> objects. </p>
 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIPRoute]</span></p>
@@ -1560,7 +1560,7 @@ prefix, next hop, metric, and additional attributes) into a <span class="type">G
 <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="refsect3">
-<a name="id-1.6.2.7.29.4"></a><h4>Returns</h4>
+<a name="nm-utils-uuid-generate.returns"></a><h4>Returns</h4>
 <p> 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 <code class="function">g_free()</code></p>
 </div>
@@ -1575,7 +1575,7 @@ nm_utils_file_is_certificate (<em class="parameter"><code>const <span class="typ
 (".cer", ".crt", ".der", or ".pem"), and contains a certificate in a format
 recognized by NetworkManager.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.30.5"></a><h4>Parameters</h4>
+<a name="nm-utils-file-is-certificate.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1590,7 +1590,7 @@ recognized by NetworkManager.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.30.6"></a><h4>Returns</h4>
+<a name="nm-utils-file-is-certificate.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> if the file is a certificate, <code class="literal">FALSE</code> if it is not</p>
 </div>
 </div>
@@ -1605,7 +1605,7 @@ nm_utils_file_is_private_key (<em class="parameter"><code>const <span class="typ
 (".der", ".key", ".pem", or ".p12"), and contains a private key in a format
 recognized by NetworkManager.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.31.5"></a><h4>Parameters</h4>
+<a name="nm-utils-file-is-private-key.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1627,7 +1627,7 @@ recognized by NetworkManager.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.31.6"></a><h4>Returns</h4>
+<a name="nm-utils-file-is-private-key.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> if the file is a private key, <code class="literal">FALSE</code> if it is not</p>
 </div>
 </div>
@@ -1639,7 +1639,7 @@ nm_utils_file_is_pkcs12 (<em class="parameter"><code>const <span class="type">ch
 <p>Tests if <em class="parameter"><code>filename</code></em>
  is a PKCS#12 file.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.32.5"></a><h4>Parameters</h4>
+<a name="nm-utils-file-is-pkcs12.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1654,7 +1654,7 @@ nm_utils_file_is_pkcs12 (<em class="parameter"><code>const <span class="type">ch
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.32.6"></a><h4>Returns</h4>
+<a name="nm-utils-file-is-pkcs12.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> if the file is PKCS#12, <code class="literal">FALSE</code> if it is not</p>
 </div>
 </div>
@@ -1689,7 +1689,7 @@ nm_utils_file_search_in_paths (<em class="parameter"><code>const <span class="ty
  file in a list of search <em class="parameter"><code>paths</code></em>
 .</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.35.5"></a><h4>Parameters</h4>
+<a name="nm-utils-file-search-in-paths.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1748,7 +1748,7 @@ function. </p></td>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.35.6"></a><h4>Returns</h4>
+<a name="nm-utils-file-search-in-paths.returns"></a><h4>Returns</h4>
 <p> the full path to the helper, if found, or <code class="literal">NULL</code> if not found.
 The returned string is not owned by the caller, but later
 invocations of the function might overwrite it. </p>
@@ -1762,7 +1762,7 @@ invocations of the function might overwrite it. </p>
 nm_utils_wifi_freq_to_channel (<em class="parameter"><code><span class="type">guint32</span> freq</code></em>);</pre>
 <p>Utility function to translate a Wi-Fi frequency to its corresponding channel.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.36.5"></a><h4>Parameters</h4>
+<a name="nm-utils-wifi-freq-to-channel.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1777,7 +1777,7 @@ nm_utils_wifi_freq_to_channel (<em class="parameter"><code><span class="type">gu
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.36.6"></a><h4>Returns</h4>
+<a name="nm-utils-wifi-freq-to-channel.returns"></a><h4>Returns</h4>
 <p> the channel represented by the frequency or 0</p>
 </div>
 </div>
@@ -1789,7 +1789,7 @@ nm_utils_wifi_channel_to_freq (<em class="parameter"><code><span class="type">gu
                                <em class="parameter"><code>const <span class="type">char</span> *band</code></em>);</pre>
 <p>Utility function to translate a Wi-Fi channel to its corresponding frequency.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.37.5"></a><h4>Parameters</h4>
+<a name="nm-utils-wifi-channel-to-freq.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1811,7 +1811,7 @@ nm_utils_wifi_channel_to_freq (<em class="parameter"><code><span class="type">gu
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.37.6"></a><h4>Returns</h4>
+<a name="nm-utils-wifi-channel-to-freq.returns"></a><h4>Returns</h4>
 <p> the frequency represented by the channel of the band,
 or -1 when the freq is invalid, or 0 when the band
 is invalid</p>
@@ -1826,7 +1826,7 @@ nm_utils_wifi_find_next_channel (<em class="parameter"><code><span class="type">
                                  <em class="parameter"><code><span class="type">char</span> *band</code></em>);</pre>
 <p>Utility function to find out next/previous Wi-Fi channel for a channel.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.38.5"></a><h4>Parameters</h4>
+<a name="nm-utils-wifi-find-next-channel.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1853,7 +1853,7 @@ nm_utils_wifi_find_next_channel (<em class="parameter"><code><span class="type">
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.38.6"></a><h4>Returns</h4>
+<a name="nm-utils-wifi-find-next-channel.returns"></a><h4>Returns</h4>
 <p> the next channel in the specified direction or 0</p>
 </div>
 </div>
@@ -1865,7 +1865,7 @@ nm_utils_wifi_is_channel_valid (<em class="parameter"><code><span class="type">g
                                 <em class="parameter"><code>const <span class="type">char</span> *band</code></em>);</pre>
 <p>Utility function to verify Wi-Fi channel validity.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.39.5"></a><h4>Parameters</h4>
+<a name="nm-utils-wifi-is-channel-valid.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1887,7 +1887,7 @@ nm_utils_wifi_is_channel_valid (<em class="parameter"><code><span class="type">g
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.39.6"></a><h4>Returns</h4>
+<a name="nm-utils-wifi-is-channel-valid.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> or <code class="literal">FALSE</code></p>
 </div>
 </div>
@@ -1898,7 +1898,7 @@ nm_utils_wifi_is_channel_valid (<em class="parameter"><code><span class="type">g
 nm_utils_wifi_2ghz_freqs (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>Utility function to return 2.4 GHz Wi-Fi frequencies (802.11bg band).</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.40.5"></a><h4>Returns</h4>
+<a name="nm-utils-wifi-2ghz-freqs.returns"></a><h4>Returns</h4>
 <p> zero-terminated array of frequencies numbers (in MHz)</p>
 </div>
 <p class="since">Since: 1.2</p>
@@ -1910,7 +1910,7 @@ nm_utils_wifi_2ghz_freqs (<em class="parameter"><code><span class="type">void</s
 nm_utils_wifi_5ghz_freqs (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>Utility function to return 5 GHz Wi-Fi frequencies (802.11a band).</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.41.5"></a><h4>Returns</h4>
+<a name="nm-utils-wifi-5ghz-freqs.returns"></a><h4>Returns</h4>
 <p> zero-terminated array of frequencies numbers (in MHz)</p>
 </div>
 <p class="since">Since: 1.2</p>
@@ -1926,7 +1926,7 @@ strength suitable for printing to stdout. If the current locale and terminal
 support it, this will use unicode graphics characters to represent
 "bars". Otherwise it will use 0 to 4 asterisks.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.42.5"></a><h4>Parameters</h4>
+<a name="nm-utils-wifi-strength-bars.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1941,7 +1941,7 @@ support it, this will use unicode graphics characters to represent
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.42.6"></a><h4>Returns</h4>
+<a name="nm-utils-wifi-strength-bars.returns"></a><h4>Returns</h4>
 <p> the graphical representation of the access point strength</p>
 </div>
 </div>
@@ -1955,7 +1955,7 @@ nm_utils_hwaddr_len (<em class="parameter"><code><span class="type">int</span> t
 <p>It is an error to call this function with any value other than
 <code class="literal">ARPHRD_ETHER</code> or <code class="literal">ARPHRD_INFINIBAND</code>.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.43.6"></a><h4>Parameters</h4>
+<a name="nm-utils-hwaddr-len.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -1971,7 +1971,7 @@ nm_utils_hwaddr_len (<em class="parameter"><code><span class="type">int</span> t
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.43.7"></a><h4>Returns</h4>
+<a name="nm-utils-hwaddr-len.returns"></a><h4>Returns</h4>
 <p> the length.</p>
 </div>
 </div>
@@ -1984,7 +1984,7 @@ nm_utils_hwaddr_ntoa (<em class="parameter"><code><span class="type">gconstpoint
 <p>Converts <em class="parameter"><code>addr</code></em>
  to textual form.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.44.5"></a><h4>Parameters</h4>
+<a name="nm-utils-hwaddr-ntoa.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2007,7 +2007,7 @@ nm_utils_hwaddr_ntoa (<em class="parameter"><code><span class="type">gconstpoint
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.44.6"></a><h4>Returns</h4>
+<a name="nm-utils-hwaddr-ntoa.returns"></a><h4>Returns</h4>
 <p> the textual form of <em class="parameter"><code>addr</code></em>
 . </p>
 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
@@ -2023,7 +2023,7 @@ nm_utils_hwaddr_atoba (<em class="parameter"><code>const <span class="type">char
  and converts it to binary form in a <span class="type">GByteArray</span>. See
 <a class="link" href="libnm-nm-utils.html#nm-utils-hwaddr-aton" title="nm_utils_hwaddr_aton ()"><code class="function">nm_utils_hwaddr_aton()</code></a> if you don't want a <span class="type">GByteArray</span>.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.45.5"></a><h4>Parameters</h4>
+<a name="nm-utils-hwaddr-atoba.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2045,7 +2045,7 @@ nm_utils_hwaddr_atoba (<em class="parameter"><code>const <span class="type">char
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.45.6"></a><h4>Returns</h4>
+<a name="nm-utils-hwaddr-atoba.returns"></a><h4>Returns</h4>
 <p> a new <span class="type">GByteArray</span>, or <code class="literal">NULL</code> if <em class="parameter"><code>asc</code></em>
 couldn't
 be parsed. </p>
@@ -2065,7 +2065,7 @@ nm_utils_hwaddr_aton (<em class="parameter"><code>const <span class="type">char<
 Bytes in <em class="parameter"><code>asc</code></em>
  can be sepatared by colons (:), or hyphens (-), but not mixed.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.46.5"></a><h4>Parameters</h4>
+<a name="nm-utils-hwaddr-aton.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2093,7 +2093,7 @@ the size of the buffer in bytes.</p></td>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.46.6"></a><h4>Returns</h4>
+<a name="nm-utils-hwaddr-aton.returns"></a><h4>Returns</h4>
 <p> <em class="parameter"><code>buffer</code></em>
 , or <code class="literal">NULL</code> if <em class="parameter"><code>asc</code></em>
 couldn't be parsed
@@ -2111,7 +2111,7 @@ nm_utils_hwaddr_valid (<em class="parameter"><code>const <span class="type">char
  to see if it is a valid hardware address of the given
 length.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.47.5"></a><h4>Parameters</h4>
+<a name="nm-utils-hwaddr-valid.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2135,7 +2135,7 @@ is expected to convert to
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.47.6"></a><h4>Returns</h4>
+<a name="nm-utils-hwaddr-valid.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> if <em class="parameter"><code>asc</code></em>
 appears to be a valid hardware address
 of the indicated length, <code class="literal">FALSE</code> if not.</p>
@@ -2152,7 +2152,7 @@ nm_utils_hwaddr_canonical (<em class="parameter"><code>const <span class="type">
 length, and if so, returns it in canonical form (uppercase, with
 leading 0s as needed, and with colons rather than hyphens).</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.48.5"></a><h4>Parameters</h4>
+<a name="nm-utils-hwaddr-canonical.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2176,7 +2176,7 @@ is expected to convert to
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.48.6"></a><h4>Returns</h4>
+<a name="nm-utils-hwaddr-canonical.returns"></a><h4>Returns</h4>
 <p> the canonicalized address if <em class="parameter"><code>asc</code></em>
 appears to
 be a valid hardware address of the indicated length, <code class="literal">NULL</code> if not. </p>
@@ -2223,7 +2223,7 @@ match. (This means that externally-provided address strings do not need to be
 sanity-checked before comparing them against known good addresses; they are
 guaranteed to not match if they are invalid.)</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.49.7"></a><h4>Parameters</h4>
+<a name="nm-utils-hwaddr-matches.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2259,7 +2259,7 @@ is ASCII</p></td>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.49.8"></a><h4>Returns</h4>
+<a name="nm-utils-hwaddr-matches.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> if <em class="parameter"><code>hwaddr1</code></em>
 and <em class="parameter"><code>hwaddr2</code></em>
 are equivalent, <code class="literal">FALSE</code> if they are
@@ -2279,7 +2279,7 @@ nm_utils_bin2hexstr (<em class="parameter"><code><span class="type">gconstpointe
 greater than -1, the returned string is terminated at that index
 (returned_string[final_len] == '\0'),</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.50.5"></a><h4>Parameters</h4>
+<a name="nm-utils-bin2hexstr.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2307,7 +2307,7 @@ array</p></td>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.50.6"></a><h4>Returns</h4>
+<a name="nm-utils-bin2hexstr.returns"></a><h4>Returns</h4>
 <p> the textual form of <em class="parameter"><code>bytes</code></em>
 . </p>
 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
@@ -2326,7 +2326,7 @@ eg "00:11" or "0:1".  Any "0x" at the beginning of <em class="parameter"><code>h
 
 may not start or end with ':'.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.51.5"></a><h4>Parameters</h4>
+<a name="nm-utils-hexstr2bin.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2341,7 +2341,7 @@ may not start or end with ':'.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.51.6"></a><h4>Returns</h4>
+<a name="nm-utils-hexstr2bin.returns"></a><h4>Returns</h4>
 <p> the converted bytes, or <code class="literal">NULL</code> on error. </p>
 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
 </div>
@@ -2354,7 +2354,7 @@ nm_utils_iface_valid_name (<em class="parameter"><code>const <span class="type">
 <p>This function is a 1:1 copy of the kernel's interface validation
 function in net/core/dev.c.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.52.5"></a><h4>Parameters</h4>
+<a name="nm-utils-iface-valid-name.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2369,7 +2369,7 @@ function in net/core/dev.c.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.52.6"></a><h4>Returns</h4>
+<a name="nm-utils-iface-valid-name.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> if interface name is valid, otherwise <code class="literal">FALSE</code> is returned.</p>
 </div>
 </div>
@@ -2381,7 +2381,7 @@ nm_utils_is_uuid (<em class="parameter"><code>const <span class="type">char</spa
 <p>Checks if <em class="parameter"><code>str</code></em>
  is a UUID</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.53.5"></a><h4>Parameters</h4>
+<a name="nm-utils-is-uuid.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2396,7 +2396,7 @@ nm_utils_is_uuid (<em class="parameter"><code>const <span class="type">char</spa
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.53.6"></a><h4>Returns</h4>
+<a name="nm-utils-is-uuid.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> if <em class="parameter"><code>str</code></em>
 is a UUID, <code class="literal">FALSE</code> if not</p>
 </div>
@@ -2410,7 +2410,7 @@ nm_utils_inet4_ntop (<em class="parameter"><code><span class="type">in_addr_t</s
 <p>Wrapper for inet_ntop.</p>
 <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
 <div class="refsect3">
-<a name="id-1.6.2.7.54.6"></a><h4>Parameters</h4>
+<a name="nm-utils-inet4-ntop.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2441,7 +2441,7 @@ buffer to avoid these issues.</p></td>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.54.7"></a><h4>Returns</h4>
+<a name="nm-utils-inet4-ntop.returns"></a><h4>Returns</h4>
 <p> the input buffer <em class="parameter"><code>dst</code></em>
 , or a pointer to an
 internal, static buffer. This function cannot fail.</p>
@@ -2456,7 +2456,7 @@ nm_utils_inet6_ntop (<em class="parameter"><code>const <span class="type">struct
 <p>Wrapper for inet_ntop.</p>
 <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
 <div class="refsect3">
-<a name="id-1.6.2.7.55.6"></a><h4>Parameters</h4>
+<a name="nm-utils-inet6-ntop.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2487,7 +2487,7 @@ buffer to avoid these issues.</p></td>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.55.7"></a><h4>Returns</h4>
+<a name="nm-utils-inet6-ntop.returns"></a><h4>Returns</h4>
 <p> the input buffer <em class="parameter"><code>dst</code></em>
 , or a pointer to an
 internal, static buffer. <code class="literal">NULL</code> is not allowed as <em class="parameter"><code>in6addr</code></em>
@@ -2504,7 +2504,7 @@ nm_utils_ipaddr_valid (<em class="parameter"><code><span class="type">int</span>
 <p>Checks if <em class="parameter"><code>ip</code></em>
  contains a valid IP address of the given family.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.56.5"></a><h4>Parameters</h4>
+<a name="nm-utils-ipaddr-valid.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2527,7 +2527,7 @@ nm_utils_ipaddr_valid (<em class="parameter"><code><span class="type">int</span>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.56.6"></a><h4>Returns</h4>
+<a name="nm-utils-ipaddr-valid.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> or <code class="literal">FALSE</code></p>
 </div>
 </div>
@@ -2559,7 +2559,7 @@ compatible with <em class="parameter"><code>virtual_type</code></em>
 configuration of the two connections, or on the capabilities of an
 underlying device driver.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.57.8"></a><h4>Parameters</h4>
+<a name="nm-utils-check-virtual-device-compatibility.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2582,7 +2582,7 @@ underlying device driver.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.57.9"></a><h4>Returns</h4>
+<a name="nm-utils-check-virtual-device-compatibility.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> or <code class="literal">FALSE</code></p>
 </div>
 </div>
@@ -2597,7 +2597,7 @@ available modes.
 The <em class="parameter"><code>mode</code></em>
  string can be either a descriptive name or a number (as string).</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.58.5"></a><h4>Parameters</h4>
+<a name="nm-utils-bond-mode-string-to-int.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2612,7 +2612,7 @@ The <em class="parameter"><code>mode</code></em>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.58.6"></a><h4>Returns</h4>
+<a name="nm-utils-bond-mode-string-to-int.returns"></a><h4>Returns</h4>
 <p> numeric bond mode, or -1 on error</p>
 </div>
 <p class="since">Since: 1.2</p>
@@ -2626,7 +2626,7 @@ nm_utils_bond_mode_int_to_string (<em class="parameter"><code><span class="type"
 See https://www.kernel.org/doc/Documentation/networking/bonding.txt for
 available modes.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.59.5"></a><h4>Parameters</h4>
+<a name="nm-utils-bond-mode-int-to-string.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2641,7 +2641,7 @@ available modes.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.59.6"></a><h4>Returns</h4>
+<a name="nm-utils-bond-mode-int-to-string.returns"></a><h4>Returns</h4>
 <p> bonding mode string, or NULL on error</p>
 </div>
 <p class="since">Since: 1.2</p>
@@ -2657,7 +2657,7 @@ nm_utils_enum_to_str (<em class="parameter"><code><span class="type">GType</span
 If the enum is a <code class="literal">G_TYPE_ENUM</code> and the given value is not valid the
 function returns <code class="literal">NULL</code>.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.60.5"></a><h4>Parameters</h4>
+<a name="nm-utils-enum-to-str.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2679,7 +2679,7 @@ function returns <code class="literal">NULL</code>.</p>
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.60.6"></a><h4>Returns</h4>
+<a name="nm-utils-enum-to-str.returns"></a><h4>Returns</h4>
 <p> a newly allocated string or <code class="literal">NULL</code></p>
 </div>
 <p class="since">Since: 1.2</p>
@@ -2699,7 +2699,7 @@ the function returns <code class="literal">FALSE</code> and stores a pointer to
 containing the unrecognized token in <em class="parameter"><code>err_token</code></em>
 .</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.61.6"></a><h4>Parameters</h4>
+<a name="nm-utils-enum-from-str.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2731,7 +2731,7 @@ containing the unrecognized token in <em class="parameter"><code>err_token</code
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.61.7"></a><h4>Returns</h4>
+<a name="nm-utils-enum-from-str.returns"></a><h4>Returns</h4>
 <p> <code class="literal">TRUE</code> if the conversion was successful, <code class="literal">FALSE</code> otherwise</p>
 </div>
 <p class="since">Since: 1.2</p>
@@ -2745,7 +2745,7 @@ nm_utils_enum_get_values (<em class="parameter"><code><span class="type">GType</
                           <em class="parameter"><code><span class="type">gint</span> to</code></em>);</pre>
 <p>Returns the list of possible values for a given enum.</p>
 <div class="refsect3">
-<a name="id-1.6.2.7.62.5"></a><h4>Parameters</h4>
+<a name="nm-utils-enum-get-values.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -2772,7 +2772,7 @@ nm_utils_enum_get_values (<em class="parameter"><code><span class="type">GType</
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.6.2.7.62.6"></a><h4>Returns</h4>
+<a name="nm-utils-enum-get-values.returns"></a><h4>Returns</h4>
 <p> a NULL-terminated dynamically-allocated array of static strings
 or <code class="literal">NULL</code> on error. </p>
 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
@@ -2788,7 +2788,7 @@ or <code class="literal">NULL</code> on error. </p>
 Used with <a class="link" href="libnm-nm-utils.html#nm-utils-security-valid" title="nm_utils_security_valid ()"><code class="function">nm_utils_security_valid()</code></a> for checking whether a given access
 point is compatible with a network device.</p>
 <div class="refsect3">
-<a name="id-1.6.2.8.2.4"></a><h4>Members</h4>
+<a name="NMUtilsSecurityType.members"></a><h4>Members</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="300px" class="enum_members_name">
@@ -2890,6 +2890,6 @@ for both <a class="link" href="libnm-nm-utils.html#nm-utils-inet4-ntop" title="n
 </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