Utility function to convert a GenericArray of ValueArrays of (#GArray of guchars) and uint32 representing a list of NetworkManager IPv6 addresses (which is a tuple of address, prefix, and gateway), into a SList of IP6Address objects.
The specific format of this serialization is not guaranteed to be stable and the ValueArray may be extended in the future.
value |
gvalue containing a GPtrArray of GValueArrays of (GArray of guchars) and uint32 |
a newly allocated SList of IP6Address objects |