valueInitAndCopy
fn
void valueInitAndCopy(out gobject.value.Value dest, gobject.value.Value src)Initialises the target value to be of the same type as source and then copies the contents from source to target.
Parameters
dest | the target value |
src | the source value |