Method
VteTerminalmatch_add_regex
since: 0.46
Declaration [src]
int
vte_terminal_match_add_regex (
  VteTerminal* terminal,
  VteRegex* regex,
  guint32 flags
)
Description [src]
Adds the regular expression regex to the list of matching expressions.  When the
user moves the mouse cursor over a section of displayed text which matches
this expression, the text will be highlighted.
Note that regex should have been created using the 
Available since: 0.46
Parameters
- regex
- 
            Type: VteRegexA VteRegex.The data is owned by the caller of the method. 
- flags
- 
            Type: guint32PCRE2 match flags, or 0.