value_subtract
function value_subtract(minuend:GObject.Value, subtrahend:GObject.Value):Boolean { // Gjs wrapper for gst_value_subtract() }
Subtracts subtrahend from minuend and stores the result in dest. Note that this means subtraction as in sets, not as in mathematics.
- minuend
the value to subtract from
- subtrahend
the value to subtract
- Returns
true if the subtraction is not empty