ValueGst.fractionSubtract

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

class ValueGst
static
int
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: int

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

Meta