Type Definition panda_sys::GCopyFunc[][src]

pub type GCopyFunc = Option<unsafe extern "C" fn(src: gconstpointer, data: gpointer) -> gpointer>;
Expand description

GCopyFunc: @src: (not nullable): A pointer to the data which should be copied @data: Additional data

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

Returns: (not nullable): A pointer to the copy

Since: 2.4