summary refs log tree commit diff
path: root/docs/libnm-glib/html/NMIP6Config.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-glib/html/NMIP6Config.html
parentd6201f5d8daada3d64a0a3e0038e14eebec683ce (diff)
Imported Upstream version 1.4.0 upstream/1.4.0
Diffstat (limited to 'docs/libnm-glib/html/NMIP6Config.html')
-rw-r--r--docs/libnm-glib/html/NMIP6Config.html44
1 files changed, 22 insertions, 22 deletions
diff --git a/docs/libnm-glib/html/NMIP6Config.html b/docs/libnm-glib/html/NMIP6Config.html
index 53718105..1cf5f9be 100644
--- a/docs/libnm-glib/html/NMIP6Config.html
+++ b/docs/libnm-glib/html/NMIP6Config.html
@@ -8,7 +8,7 @@
 <link rel="up" href="ch02.html" title="libnm-glib API Reference">
 <link rel="prev" href="NMIP4Config.html" title="NMIP4Config">
 <link rel="next" href="NMDHCP4Config.html" title="NMDHCP4Config">
-<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">
@@ -211,7 +211,7 @@ nm_ip6_config_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/
                    <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>);</pre>
 <p>Creates a new <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a>.</p>
 <div class="refsect3">
-<a name="id-1.3.21.8.2.5"></a><h4>Parameters</h4>
+<a name="nm-ip6-config-new.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -233,7 +233,7 @@ nm_ip6_config_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.3.21.8.2.6"></a><h4>Returns</h4>
+<a name="nm-ip6-config-new.returns"></a><h4>Returns</h4>
 <p> a new IP6 configuration. </p>
 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
 </div>
@@ -245,7 +245,7 @@ nm_ip6_config_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/
 nm_ip6_config_get_gateway (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre>
 <p>Gets the IP6 gateway.</p>
 <div class="refsect3">
-<a name="id-1.3.21.8.3.5"></a><h4>Parameters</h4>
+<a name="nm-ip6-config-get-gateway.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -260,7 +260,7 @@ nm_ip6_config_get_gateway (<em class="parameter"><code><a class="link" href="NMI
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.3.21.8.3.6"></a><h4>Returns</h4>
+<a name="nm-ip6-config-get-gateway.returns"></a><h4>Returns</h4>
 <p> the IPv6 gateway of the configuration.</p>
 </div>
 <p class="since">Since: 0.9.10</p>
@@ -272,7 +272,7 @@ nm_ip6_config_get_gateway (<em class="parameter"><code><a class="link" href="NMI
 nm_ip6_config_get_addresses (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre>
 <p>Gets the IP6 addresses (containing the address, prefix, and gateway).</p>
 <div class="refsect3">
-<a name="id-1.3.21.8.4.5"></a><h4>Parameters</h4>
+<a name="nm-ip6-config-get-addresses.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -287,9 +287,9 @@ nm_ip6_config_get_addresses (<em class="parameter"><code><a class="link" href="N
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.3.21.8.4.6"></a><h4>Returns</h4>
+<a name="nm-ip6-config-get-addresses.returns"></a><h4>Returns</h4>
 <p> the <span class="type">GSList</span> containing
-<a href="/usr/share/gtk-doc/html/libnm-util/NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a>es. This is the internal copy used by the configuration
+<span class="type">NMIP6Address</span>es. This is the internal copy used by the configuration
 and must not be modified. </p>
 <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIP6Address]</span></p>
 </div>
@@ -301,7 +301,7 @@ and must not be modified. </p>
 nm_ip6_config_get_routes (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre>
 <p>Gets the routes.</p>
 <div class="refsect3">
-<a name="id-1.3.21.8.5.5"></a><h4>Parameters</h4>
+<a name="nm-ip6-config-get-routes.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -316,9 +316,9 @@ nm_ip6_config_get_routes (<em class="parameter"><code><a class="link" href="NMIP
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.3.21.8.5.6"></a><h4>Returns</h4>
+<a name="nm-ip6-config-get-routes.returns"></a><h4>Returns</h4>
 <p> the <span class="type">GSList</span> containing
-<a href="/usr/share/gtk-doc/html/libnm-util/NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Routes</span></a>. This is the internal copy used by the configuration,
+<span class="type">NMIP6Routes</span>. This is the internal copy used by the configuration,
 and must not be modified. </p>
 <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIP6Route]</span></p>
 </div>
@@ -330,7 +330,7 @@ and must not be modified. </p>
 nm_ip6_config_get_num_nameservers (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre>
 <p>Gets the number of the domain name servers in the configuration.</p>
 <div class="refsect3">
-<a name="id-1.3.21.8.6.5"></a><h4>Parameters</h4>
+<a name="nm-ip6-config-get-num-nameservers.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -345,7 +345,7 @@ nm_ip6_config_get_num_nameservers (<em class="parameter"><code><a class="link" h
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.3.21.8.6.6"></a><h4>Returns</h4>
+<a name="nm-ip6-config-get-num-nameservers.returns"></a><h4>Returns</h4>
 <p> the number of domain name servers</p>
 </div>
 <p class="since">Since: 0.9.10</p>
@@ -359,7 +359,7 @@ nm_ip6_config_get_nameserver (<em class="parameter"><code><a class="link" href="
 <p>Gets the domain name server at index <em class="parameter"><code>idx</code></em>
  in the configuration.</p>
 <div class="refsect3">
-<a name="id-1.3.21.8.7.5"></a><h4>Parameters</h4>
+<a name="nm-ip6-config-get-nameserver.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -381,7 +381,7 @@ nm_ip6_config_get_nameserver (<em class="parameter"><code><a class="link" href="
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.3.21.8.7.6"></a><h4>Returns</h4>
+<a name="nm-ip6-config-get-nameserver.returns"></a><h4>Returns</h4>
 <p>         the IPv6 address of domain name server at index <em class="parameter"><code>iidx</code></em>
 . </p>
 <p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> fixed-size=16][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
@@ -396,7 +396,7 @@ nm_ip6_config_get_nameservers (<em class="parameter"><code><a class="link" href=
 <p>Gets the domain name servers (DNS).</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.3.21.8.8.6"></a><h4>Parameters</h4>
+<a name="nm-ip6-config-get-nameservers.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -411,7 +411,7 @@ nm_ip6_config_get_nameservers (<em class="parameter"><code><a class="link" href=
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.3.21.8.8.7"></a><h4>Returns</h4>
+<a name="nm-ip6-config-get-nameservers.returns"></a><h4>Returns</h4>
 <p> a <span class="type">GSList</span> containing elements of type 'struct in6_addr' which
 contain the addresses of nameservers of the configuration.  This is the
 internal copy used by the configuration and must not be modified.</p>
@@ -424,7 +424,7 @@ internal copy used by the configuration and must not be modified.</p>
 nm_ip6_config_get_domains (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre>
 <p>Gets the domain names.</p>
 <div class="refsect3">
-<a name="id-1.3.21.8.9.5"></a><h4>Parameters</h4>
+<a name="nm-ip6-config-get-domains.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -439,7 +439,7 @@ nm_ip6_config_get_domains (<em class="parameter"><code><a class="link" href="NMI
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.3.21.8.9.6"></a><h4>Returns</h4>
+<a name="nm-ip6-config-get-domains.returns"></a><h4>Returns</h4>
 <p> the <span class="type">GPtrArray</span> containing domains as strings.
 This is the internal copy used by the configuration, and must not be modified. </p>
 <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span></p>
@@ -452,7 +452,7 @@ This is the internal copy used by the configuration, and must not be modified. <
 nm_ip6_config_get_searches (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre>
 <p>Gets the dns searches.</p>
 <div class="refsect3">
-<a name="id-1.3.21.8.10.5"></a><h4>Parameters</h4>
+<a name="nm-ip6-config-get-searches.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
 <colgroup>
 <col width="150px" class="parameters_name">
@@ -467,7 +467,7 @@ nm_ip6_config_get_searches (<em class="parameter"><code><a class="link" href="NM
 </table></div>
 </div>
 <div class="refsect3">
-<a name="id-1.3.21.8.10.6"></a><h4>Returns</h4>
+<a name="nm-ip6-config-get-searches.returns"></a><h4>Returns</h4>
 <p> the <span class="type">GPtrArray</span> containing dns searches as strings.
 This is the internal copy used by the configuration, and must not be modified. </p>
 <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span></p>
@@ -567,6 +567,6 @@ contain the addresses of nameservers of the configuration.</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