diff options
Diffstat (limited to 'docs/libnm/html/libnm-nm-utils.html')
| -rw-r--r-- | docs/libnm/html/libnm-nm-utils.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/libnm/html/libnm-nm-utils.html b/docs/libnm/html/libnm-nm-utils.html index f1713bbe..6dd8c5b7 100644 --- a/docs/libnm/html/libnm-nm-utils.html +++ b/docs/libnm/html/libnm-nm-utils.html @@ -1408,7 +1408,9 @@ type 'aay' representing an array of IPv6 addresses.</p> <pre class="programlisting"><span class="returnvalue">char</span> ** nm_utils_ip6_dns_from_variant (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *value</code></em>);</pre> <p>Utility function to convert a <a href="https://developer.gnome.org/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> of type 'aay' representing a list of -IPv6 addresses into an array of IP address strings.</p> +IPv6 addresses into an array of IP address strings. Each "ay" entry must be +a IPv6 address in binary form (16 bytes long). Invalid entries are silently +ignored.</p> <div class="refsect3"> <a name="nm-utils-ip6-dns-from-variant.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table class="informaltable" width="100%" border="0"> |