diff options
| author | Michael Biebl <biebl@debian.org> | 2016-04-20 21:11:10 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-04-20 21:11:10 +0200 |
| commit | 78c3b8801ecf4975e5da1af3b10ae20dd2d876de (patch) | |
| tree | 19b80fbe9429f554a48ed126911026d4fa8a4b3f /docs/libnm-glib/html/NMIP6Config.html | |
| parent | 288a08a3672a89a9bfdb8354b6863cc039759fc2 (diff) | |
Imported Upstream version 1.2.0 upstream/1.2.0
Diffstat (limited to 'docs/libnm-glib/html/NMIP6Config.html')
| -rw-r--r-- | docs/libnm-glib/html/NMIP6Config.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/libnm-glib/html/NMIP6Config.html b/docs/libnm-glib/html/NMIP6Config.html index ed97f3e5..53718105 100644 --- a/docs/libnm-glib/html/NMIP6Config.html +++ b/docs/libnm-glib/html/NMIP6Config.html @@ -289,7 +289,7 @@ nm_ip6_config_get_addresses (<em class="parameter"><code><a class="link" href="N <div class="refsect3"> <a name="id-1.3.21.8.4.6"></a><h4>Returns</h4> <p> the <span class="type">GSList</span> containing -<a href="https://developer.gnome.org/libnm-util/0.9/NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a>es. This is the internal copy used by the configuration +<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 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> @@ -318,7 +318,7 @@ nm_ip6_config_get_routes (<em class="parameter"><code><a class="link" href="NMIP <div class="refsect3"> <a name="id-1.3.21.8.5.6"></a><h4>Returns</h4> <p> the <span class="type">GSList</span> containing -<a href="https://developer.gnome.org/libnm-util/0.9/NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Routes</span></a>. This is the internal copy used by the configuration, +<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, 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> @@ -519,7 +519,7 @@ This is the internal copy used by the configuration, and must not be modified. < <a name="NMIP6Config--addresses"></a><h3>The <code class="literal">“addresses”</code> property</h3> <pre class="programlisting"> “addresses” <span class="type">NMIP6AddressObjectArray</span> *</pre> <p>The <span class="type">GPtrArray</span> containing the IPv6 addresses; use -<a href="https://developer.gnome.org/libnm-util/0.9/libnm-util-nm-utils.html#nm-utils-ip6-addresses-from-gvalue"><code class="function">nm_utils_ip6_addresses_from_gvalue()</code></a> to return a <span class="type">GSList</span> of +<a href="/usr/share/gtk-doc/html/libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-addresses-from-gvalue"><code class="function">nm_utils_ip6_addresses_from_gvalue()</code></a> to return a <span class="type">GSList</span> of <span class="type">NMSettingIP6Address</span> objects that is more usable than the raw data.</p> <p>Flags: Read</p> </div> @@ -552,7 +552,7 @@ contain the addresses of nameservers of the configuration.</p> <a name="NMIP6Config--routes"></a><h3>The <code class="literal">“routes”</code> property</h3> <pre class="programlisting"> “routes” <span class="type">NMIP6RouteObjectArray</span> *</pre> <p>The <span class="type">GPtrArray</span> containing the IPv6 routes; use -<a href="https://developer.gnome.org/libnm-util/0.9/libnm-util-nm-utils.html#nm-utils-ip6-routes-from-gvalue"><code class="function">nm_utils_ip6_routes_from_gvalue()</code></a> to return a <span class="type">GSList</span> of +<a href="/usr/share/gtk-doc/html/libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-routes-from-gvalue"><code class="function">nm_utils_ip6_routes_from_gvalue()</code></a> to return a <span class="type">GSList</span> of <span class="type">NMSettingIP6Address</span> objects that is more usable than the raw data.</p> <p>Flags: Read</p> </div> |