API Version: 3.91
Library Version: 0.70.0
gboolean vte_regex_jit ( VteRegex* regex, guint32 flags, GError** error )
If the platform supports JITing, JIT compiles regex.
regex
flags
guint32
PCRE2 JIT flags, or 0
error
GError **
GError*
NULL
gboolean
TRUE if JITing succeeded (or PCRE2 was built without JIT support), or FALSE with error filled in.
TRUE
FALSE