valueUnion

fnbool valueUnion(out gobject.value.Value dest, gobject.value.Value value1, gobject.value.Value value2)

Creates a GValue corresponding to the union of value1 and value2.

Parameters

destthe destination value
value1a value to union
value2another value to union

Returns

true if the union succeeded.