ip6_addresses_from_gvalue


Description:


public SList<IP6Address> ip6_addresses_from_gvalue (Value value)

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.

Parameters:

value

gvalue containing a GPtrArray of GValueArrays of (GArray of guchars) and uint32

Returns:

a newly allocated SList of IP6Address objects


Namespace: NM.Utils
Package: libnm-util