OptionType
Description:
[ CCode ( cprefix = "JSC_OPTION_" , has_type_id = false ) ]
[ Version ( since = "2.24" ) ]
public enum OptionType
Enum values for options types.
Content:
Enum values:
- BOOLEAN - A bool
option type.
- DOUBLE - A double
options type.
- INT - A int option
type.
- RANGE_STRING - A range string option
type.
- SIZE - A size_t
options type.
- STRING - A string option type.
- UINT - A Signal
option type.