valueSetIntRange
fn
void valueSetIntRange(gobject.value.Value value, int start, int end)Sets value to the range specified by start and end.
Parameters
value | a GValue initialized to GST_TYPE_INT_RANGE |
start | the start of the range |
end | the end of the range |