CopyFunc


Description:

public delegate G CopyFunc<G> (G src)

A function of this signature is used to copy the node data when doing a deep-copy of a tree.

Parameters:

src

A pointer to the data which should be copied

data

Additional data

Returns:

A pointer to the copy


Namespace: GLib
Package: glib-2.0