valueFractionSubtract

fnbool valueFractionSubtract(gobject.value.Value dest, gobject.value.Value minuend, gobject.value.Value subtrahend)

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

Parameters

desta GValue initialized to #GST_TYPE_FRACTION
minuenda GValue initialized to #GST_TYPE_FRACTION
subtrahenda GValue initialized to #GST_TYPE_FRACTION

Returns

false in case of an error (like integer overflow), true otherwise.