Function

Gst-1.0Gstvalue_fraction_subtract

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

    Parameters

    • dest: any

      a GValue initialized to #GST_TYPE_FRACTION

    • minuend: any

      a GValue initialized to #GST_TYPE_FRACTION

    • subtrahend: any

      a GValue initialized to #GST_TYPE_FRACTION

    Returns boolean

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