Function

JavaScriptCore-6.0JavaScriptCoreoptions_set_range_stringSince 2.24

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

    Parameters

    • option: string

      the option identifier

    • value: string

      the value to set

    Returns boolean

    true if option was correctly set or false otherwise.

    2.24