Node.alloc
Description:
[ CCode ( cname = "json_node_alloc" , has_construct_function = false ) ]
[ Version ( since = "0.16" ) ]
public Node.alloc ()
[ Version ( since = "0.16" ) ]
public Node.alloc ()
Allocates a new, uninitialized node.
Use [method@Json.Node.init] and its variants to initialize the returned value.
Returns:
the newly allocated node |