valueInitAndCopy

fnvoid valueInitAndCopy(out gobject.value.Value dest, gobject.value.Value src) nothrow

Initialises the target value to be of the same type as source and then copies the contents from source to target.

Parameters

destthe target value
srcthe source value