value_union
function value_union(value1:GObject.Value, value2:GObject.Value):Boolean { // Gjs wrapper for gst_value_union() }
Creates a GValue corresponding to the union of value1 and value2.
- value1
a value to union
- value2
another value to union
- Returns
TRUE if the union suceeded.