valueSetFractionRangeFull
fn
void valueSetFractionRangeFull(gobject.value.Value value, int numeratorStart, int denominatorStart, int numeratorEnd, int denominatorEnd)Sets value to the range specified by numerator_start/denominator_start and numerator_end/denominator_end.
Parameters
value | a GValue initialized to GST_TYPE_FRACTION_RANGE |
numeratorStart | the numerator start of the range |
denominatorStart | the denominator start of the range |
numeratorEnd | the numerator end of the range |
denominatorEnd | the denominator end of the range |