Utility function to convert a GLib.Variant of type 'aay' representing a list of
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.
Since 1.46, an empty list is returned if the variant type is not valid
(before it was checked as assertion)
Utility function to convert a GLib.Variant of type 'aay' representing a list of 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.
Since 1.46, an empty list is returned if the variant type is not valid (before it was checked as assertion)