value_can_subtract

function value_can_subtract(minuend:GObject.Value, subtrahend:GObject.Value):Boolean {
    // Gjs wrapper for gst_value_can_subtract()
}

Checks if it's possible to subtract subtrahend from minuend.

minuend

the value to subtract from

subtrahend

the value to subtract

Returns

TRUE if a subtraction is possible