ValueGst.setIntRangeStep

Sets @value to the range specified by @start, @end and @step.

struct ValueGst
static
void
setIntRangeStep
(,
int start
,
int end
,
int step
)

Parameters

value Value

a GValue initialized to GST_TYPE_INT_RANGE

start int

the start of the range

end int

the end of the range

step int

the step of the range

Meta