[][src]Type Definition irssi_sys::GCopyFunc

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

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