diff options
Diffstat (limited to 'docs/libnm/html/NMIPConfig.html')
| -rw-r--r-- | docs/libnm/html/NMIPConfig.html | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/docs/libnm/html/NMIPConfig.html b/docs/libnm/html/NMIPConfig.html index 6435caa6..90573d09 100644 --- a/docs/libnm/html/NMIPConfig.html +++ b/docs/libnm/html/NMIPConfig.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMWimaxNsp.html" title="NMWimaxNsp"> <link rel="next" href="NMDhcpConfig.html" title="NMDhcpConfig"> -<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"> @@ -230,7 +230,7 @@ NMIPConfig implements nm_ip_config_get_family (<em class="parameter"><code><a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</span></a> *config</code></em>);</pre> <p>Gets the IP address family</p> <div class="refsect3"> -<a name="id-1.5.25.9.2.5"></a><h4>Parameters</h4> +<a name="nm-ip-config-get-family.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -245,7 +245,7 @@ nm_ip_config_get_family (<em class="parameter"><code><a class="link" href="NMIPC </table></div> </div> <div class="refsect3"> -<a name="id-1.5.25.9.2.6"></a><h4>Returns</h4> +<a name="nm-ip-config-get-family.returns"></a><h4>Returns</h4> <p> the IP address family; either <code class="literal">AF_INET</code> or <code class="literal">AF_INET6</code></p> </div> @@ -257,7 +257,7 @@ nm_ip_config_get_family (<em class="parameter"><code><a class="link" href="NMIPC nm_ip_config_get_gateway (<em class="parameter"><code><a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</span></a> *config</code></em>);</pre> <p>Gets the IP gateway address.</p> <div class="refsect3"> -<a name="id-1.5.25.9.3.5"></a><h4>Parameters</h4> +<a name="nm-ip-config-get-gateway.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -272,7 +272,7 @@ nm_ip_config_get_gateway (<em class="parameter"><code><a class="link" href="NMIP </table></div> </div> <div class="refsect3"> -<a name="id-1.5.25.9.3.6"></a><h4>Returns</h4> +<a name="nm-ip-config-get-gateway.returns"></a><h4>Returns</h4> <p> the IP address of the gateway. </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> @@ -284,7 +284,7 @@ nm_ip_config_get_gateway (<em class="parameter"><code><a class="link" href="NMIP nm_ip_config_get_addresses (<em class="parameter"><code><a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</span></a> *config</code></em>);</pre> <p>Gets the IP addresses (containing the address, prefix, and gateway).</p> <div class="refsect3"> -<a name="id-1.5.25.9.4.5"></a><h4>Parameters</h4> +<a name="nm-ip-config-get-addresses.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -299,7 +299,7 @@ nm_ip_config_get_addresses (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.5.25.9.4.6"></a><h4>Returns</h4> +<a name="nm-ip-config-get-addresses.returns"></a><h4>Returns</h4> <p> the <span class="type">GPtrArray</span> containing <a class="link" href="NMSettingIPConfig.html#NMIPAddress"><span class="type">NMIPAddress</span></a>es. This is the internal copy used by the configuration and must not be modified. The library never modifies the @@ -314,7 +314,7 @@ returned array and thus it is safe for callers to reference and keep using it. < nm_ip_config_get_routes (<em class="parameter"><code><a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</span></a> *config</code></em>);</pre> <p>Gets the routes.</p> <div class="refsect3"> -<a name="id-1.5.25.9.5.5"></a><h4>Parameters</h4> +<a name="nm-ip-config-get-routes.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -329,9 +329,9 @@ nm_ip_config_get_routes (<em class="parameter"><code><a class="link" href="NMIPC </table></div> </div> <div class="refsect3"> -<a name="id-1.5.25.9.5.6"></a><h4>Returns</h4> +<a name="nm-ip-config-get-routes.returns"></a><h4>Returns</h4> <p> the <span class="type">GPtrArray</span> containing -<a href="NMSettingIPConfig.html#NMIPRoute"><span class="type">NMIPRoutes</span></a>. This is the internal copy used by the configuration, and must +<span class="type">NMIPRoutes</span>. This is the internal copy used by the configuration, and must not be modified. The library never modifies the returned array and thus it is safe for callers to reference and keep using it. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIPRoute][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> @@ -344,7 +344,7 @@ safe for callers to reference and keep using it. </p> nm_ip_config_get_nameservers (<em class="parameter"><code><a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</span></a> *config</code></em>);</pre> <p>Gets the domain name servers (DNS).</p> <div class="refsect3"> -<a name="id-1.5.25.9.6.5"></a><h4>Parameters</h4> +<a name="nm-ip-config-get-nameservers.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -359,7 +359,7 @@ nm_ip_config_get_nameservers (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.5.25.9.6.6"></a><h4>Returns</h4> +<a name="nm-ip-config-get-nameservers.returns"></a><h4>Returns</h4> <p> the array of nameserver IP addresses. </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> @@ -371,7 +371,7 @@ nm_ip_config_get_nameservers (<em class="parameter"><code><a class="link" href=" nm_ip_config_get_domains (<em class="parameter"><code><a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</span></a> *config</code></em>);</pre> <p>Gets the domain names.</p> <div class="refsect3"> -<a name="id-1.5.25.9.7.5"></a><h4>Parameters</h4> +<a name="nm-ip-config-get-domains.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -386,7 +386,7 @@ nm_ip_config_get_domains (<em class="parameter"><code><a class="link" href="NMIP </table></div> </div> <div class="refsect3"> -<a name="id-1.5.25.9.7.6"></a><h4>Returns</h4> +<a name="nm-ip-config-get-domains.returns"></a><h4>Returns</h4> <p> the array of domains. (This is never <code class="literal">NULL</code>, though it may be 0-length). </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> @@ -399,7 +399,7 @@ nm_ip_config_get_domains (<em class="parameter"><code><a class="link" href="NMIP nm_ip_config_get_searches (<em class="parameter"><code><a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</span></a> *config</code></em>);</pre> <p>Gets the DNS searches.</p> <div class="refsect3"> -<a name="id-1.5.25.9.8.5"></a><h4>Parameters</h4> +<a name="nm-ip-config-get-searches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -414,7 +414,7 @@ nm_ip_config_get_searches (<em class="parameter"><code><a class="link" href="NMI </table></div> </div> <div class="refsect3"> -<a name="id-1.5.25.9.8.6"></a><h4>Returns</h4> +<a name="nm-ip-config-get-searches.returns"></a><h4>Returns</h4> <p> the array of DNS search strings. (This is never <code class="literal">NULL</code>, though it may be 0-length). </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> @@ -427,7 +427,7 @@ nm_ip_config_get_searches (<em class="parameter"><code><a class="link" href="NMI nm_ip_config_get_wins_servers (<em class="parameter"><code><a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</span></a> *config</code></em>);</pre> <p>Gets the Windows Internet Name Service servers (WINS).</p> <div class="refsect3"> -<a name="id-1.5.25.9.9.5"></a><h4>Parameters</h4> +<a name="nm-ip-config-get-wins-servers.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -442,7 +442,7 @@ nm_ip_config_get_wins_servers (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.5.25.9.9.6"></a><h4>Returns</h4> +<a name="nm-ip-config-get-wins-servers.returns"></a><h4>Returns</h4> <p> the arry of WINS server IP address strings. (This is never <code class="literal">NULL</code>, though it may be 0-length.). </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> @@ -569,6 +569,6 @@ nm_ip_config_get_wins_servers (<em class="parameter"><code><a class="link" href= </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 |