value_fraction_subtract

function value_fraction_subtract(dest:GObject.Value, minuend:GObject.Value, subtrahend:GObject.Value):Boolean {
    // Gjs wrapper for gst_value_fraction_subtract()
}

Subtracts the subtrahend from the minuend and sets dest to the result.

dest

a GValue initialized to #GST_TYPE_FRACTION

minuend

a GValue initialized to #GST_TYPE_FRACTION

subtrahend

a GValue initialized to #GST_TYPE_FRACTION

Returns

FALSE in case of an error (like integer overflow), TRUE otherwise.