valueFractionMultiply

Multiplies the two #GValue items containing a #GST_TYPE_FRACTION and sets product to the product of the two fractions.

Parameters

product gobject.value.Value

a GValue initialized to #GST_TYPE_FRACTION

factor1 gobject.value.Value

a GValue initialized to #GST_TYPE_FRACTION

factor2 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.