Method

VteRegexjit

Declaration [src]

gboolean
vte_regex_jit (
  VteRegex* regex,
  guint32 flags,
  GError** error
)

Description [src]

If the platform supports JITing, JIT compiles regex.

Parameters

flags guint32
 

PCRE2 JIT flags, or 0

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if JITing succeeded (or PCRE2 was built without JIT support), or FALSE with error filled in.