ValueGst.fractionSubtract

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

struct ValueGst
static
bool
fractionSubtract

Parameters

dest Value

a GValue initialized to #GST_TYPE_FRACTION

minuend Value

a GValue initialized to #GST_TYPE_FRACTION

subtrahend Value

a GValue initialized to #GST_TYPE_FRACTION

Return Value

Type: bool

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

Meta