diff options
| author | Michael Biebl <biebl@debian.org> | 2016-08-26 02:18:32 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-08-26 02:18:32 +0200 |
| commit | 7514efc2f38c9ace4557d4e69d68e7d380389030 (patch) | |
| tree | 7fb00fda86cfcc2ca377f191633a7cfdbfea7ca3 /docs/libnm/html/NMDhcpConfig.html | |
| parent | d6201f5d8daada3d64a0a3e0038e14eebec683ce (diff) | |
Imported Upstream version 1.4.0 upstream/1.4.0
Diffstat (limited to 'docs/libnm/html/NMDhcpConfig.html')
| -rw-r--r-- | docs/libnm/html/NMDhcpConfig.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/libnm/html/NMDhcpConfig.html b/docs/libnm/html/NMDhcpConfig.html index 407a1341..88595d77 100644 --- a/docs/libnm/html/NMDhcpConfig.html +++ b/docs/libnm/html/NMDhcpConfig.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMIPConfig.html" title="NMIPConfig"> <link rel="next" href="ch05.html" title="Utility API Reference"> -<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"> @@ -138,7 +138,7 @@ NMDhcpConfig implements nm_dhcp_config_get_family (<em class="parameter"><code><a class="link" href="NMDhcpConfig.html" title="NMDhcpConfig"><span class="type">NMDhcpConfig</span></a> *config</code></em>);</pre> <p>Gets the IP address family of the configuration</p> <div class="refsect3"> -<a name="id-1.5.26.9.2.5"></a><h4>Parameters</h4> +<a name="nm-dhcp-config-get-family.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -153,7 +153,7 @@ nm_dhcp_config_get_family (<em class="parameter"><code><a class="link" href="NMD </table></div> </div> <div class="refsect3"> -<a name="id-1.5.26.9.2.6"></a><h4>Returns</h4> +<a name="nm-dhcp-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> @@ -165,7 +165,7 @@ nm_dhcp_config_get_family (<em class="parameter"><code><a class="link" href="NMD nm_dhcp_config_get_options (<em class="parameter"><code><a class="link" href="NMDhcpConfig.html" title="NMDhcpConfig"><span class="type">NMDhcpConfig</span></a> *config</code></em>);</pre> <p>Gets all the options contained in the configuration.</p> <div class="refsect3"> -<a name="id-1.5.26.9.3.5"></a><h4>Parameters</h4> +<a name="nm-dhcp-config-get-options.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -180,7 +180,7 @@ nm_dhcp_config_get_options (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.5.26.9.3.6"></a><h4>Returns</h4> +<a name="nm-dhcp-config-get-options.returns"></a><h4>Returns</h4> <p> the <span class="type">GHashTable</span> containing strings for keys and values. This is the internal copy used by the configuration, and must not be modified. </p> @@ -195,7 +195,7 @@ nm_dhcp_config_get_one_option (<em class="parameter"><code><a class="link" href= <em class="parameter"><code>const <span class="type">char</span> *option</code></em>);</pre> <p>Gets one option by option name.</p> <div class="refsect3"> -<a name="id-1.5.26.9.4.5"></a><h4>Parameters</h4> +<a name="nm-dhcp-config-get-one-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -217,7 +217,7 @@ nm_dhcp_config_get_one_option (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.5.26.9.4.6"></a><h4>Returns</h4> +<a name="nm-dhcp-config-get-one-option.returns"></a><h4>Returns</h4> <p> the configuration option's value. This is the internal string used by the configuration, and must not be modified.</p> </div> @@ -264,6 +264,6 @@ configuration, and must not be modified.</p> </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 |