event_check_gregex_simple
Description:
[ Version ( deprecated = true , deprecated_since = "0.46" , since = "0.44" ) ]
public bool event_check_gregex_simple (Event event, Regex[] regexes, RegexMatchFlags match_flags, out unowned string[] matches)
public bool event_check_gregex_simple (Event event, Regex[] regexes, RegexMatchFlags match_flags, out unowned string[] matches)
Warning: event_check_gregex_simple is deprecated since 0.46.
This function does nothing.
Note:
Use vte_terminal_event_check_regex_simple instead.
Parameters:
| this |
a Terminal |
| event |
a Event |
| regexes |
an array of Regex |
| match_flags |
the RegexMatchFlags to use when matching the regexes |
| matches |
a location to store the matches |
| n_regexes |
number of items in |
Returns:
|
|