Method
GLibNodecopy_deep
Description
Recursively copies a GNode
and its data.
Available since: | 2.4 |
This method is not directly available to language bindings. |
Parameters
copy_func |
GCopyFunc |
The function which is called to copy the data inside each node,
or |
|
data |
gpointer |
Data to pass to |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |
Return value
Returns: | GNode |
A new |
|
The data is owned by the instance. |