Node.copyDeep

Recursively copies a #GNode and its data.

class Node
copyDeep
(
GCopyFunc copyFunc
,
void* data
)

Parameters

copyFunc GCopyFunc

the function which is called to copy the data inside each node, or %NULL to use the original data.

data void*

data to pass to @copy_func

Return Value

Type: Node

a new #GNode containing copies of the data in @node.

Meta