valueUnion
fn
bool 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
dest | the destination value |
value1 | a value to union |
value2 | another value to union |
Returns
true if the union succeeded.