summaryrefslogtreecommitdiff
path: root/src/vte/vteterminal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vte/vteterminal.h')
-rw-r--r--src/vte/vteterminal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vte/vteterminal.h b/src/vte/vteterminal.h
index 8f8a1e52..857819f3 100644
--- a/src/vte/vteterminal.h
+++ b/src/vte/vteterminal.h
@@ -310,6 +310,12 @@ void vte_terminal_match_remove_all(VteTerminal *terminal) _VTE_GNUC_NONNULL(1);
char *vte_terminal_match_check_event(VteTerminal *terminal,
GdkEvent *event,
int *tag) _VTE_GNUC_NONNULL(1) _VTE_GNUC_NONNULL(2) G_GNUC_MALLOC;
+gboolean vte_terminal_event_check_regex_simple(VteTerminal *terminal,
+ GdkEvent *event,
+ VteRegex **regexes,
+ gsize n_regexes,
+ guint32 match_flags,
+ char **matches) _VTE_GNUC_NONNULL(1) _VTE_GNUC_NONNULL(2);
void vte_terminal_search_set_regex (VteTerminal *terminal,
VteRegex *regex,