objects_collection_to_node


Description:

public static Node? objects_collection_to_node (Collection list, string name, Node? parent = null)

build an object collection (Gee.Collection) to a Yaml.Node

Parameters:

list

the gee collection to transform

name

name of collection sequence node

parent

parent node of the collection

Returns:

the resulting Yaml.Node