SExpResultType
Description:
[ CCode ( cprefix = "CAMEL_SEXP_RES_" , type_id = "camel_sexp_result_type_get_type ()" ) ]
[ Version ( since = "3.4" ) ]
public enum SExpResultType
Content:
Enum values:
- ARRAY_PTR - type is a ptrarray, what
it points to is implementation dependant
- BOOL - boolean type
- INT - type is a number
- STRING - type is a pointer to a single
string
- TIME - time_t type
- UNDEFINED - unknown type