valueFractionSubtract

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

Parameters

dest gobject.value.Value

a GValue initialized to #GST_TYPE_FRACTION

minuend gobject.value.Value

a GValue initialized to #GST_TYPE_FRACTION

subtrahend gobject.value.Value

a GValue initialized to #GST_TYPE_FRACTION

Return Value

Type: bool

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