optionsSetRangeString

Set option as a range string. The string must be in the format <emphasis>[!]&lt;low&gt;[:&lt;high&gt;]</emphasis> where low and high are #guint values. Values between low and high (both included) will be considered in the range, unless <emphasis>!</emphasis> is used to invert the range.

bool
optionsSetRangeString
(
string option
,
string value
)

Parameters

option string

the option identifier

value string

the value to set

Return Value

Type: bool

true if option was correctly set or false otherwise.