Utility function to convert a GLib.PtrArray of NM.IPAddress objects representing
IPv4 or IPv6 addresses into a GLib.Variant of type 'aa{sv}' representing an
array of new-style NetworkManager IP addresses. All addresses will include
"address" (an IP address string), and "prefix" (a uint). Some addresses may
include additional attributes.
Utility function to convert a GLib.PtrArray of NM.IPAddress objects representing IPv4 or IPv6 addresses into a GLib.Variant of type 'aa{sv}' representing an array of new-style NetworkManager IP addresses. All addresses will include "address" (an IP address string), and "prefix" (a uint). Some addresses may include additional attributes.