copy


Description:

public Node<weak G> copy ()

Recursively copies a Node (but does not deep-copy the data inside the nodes, see g_node_copy_deep if you need that).

Parameters:

this

a Node

Returns:

a new Node containing the same data pointers