ip6_routes_from_gvalue


Description:


public SList<IP6Route> ip6_routes_from_gvalue (Value value)

Utility function GenericArray of ValueArrays of (#GArray of uchar s), uint32, (#GArray of uchars), and uint32 representing a list of NetworkManager IPv6 routes (which is a tuple of destination, prefix, next hop, and metric) into a SList of IP6Route objects.

The specific format of this serialization is not guaranteed to be stable and may be extended in the future.

Parameters:

value

Value containing a GenericArray of ValueArrays of (#GArray of uchars), uint32, (#GArray of uchars), and uint32

Returns:

a newly allocated SList of IP6Route objects


Namespace: NM.Utils
Package: libnm-util