summaryrefslogtreecommitdiff
path: root/src/vte/vtedeprecated.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vte/vtedeprecated.h')
-rw-r--r--src/vte/vtedeprecated.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vte/vtedeprecated.h b/src/vte/vtedeprecated.h
index 0d41e48d..fcd928f4 100644
--- a/src/vte/vtedeprecated.h
+++ b/src/vte/vtedeprecated.h
@@ -42,6 +42,11 @@ void vte_terminal_match_set_cursor(VteTerminal *terminal,
GdkCursor *cursor) _VTE_GNUC_NONNULL(1);
_VTE_DEPRECATED
+char *vte_terminal_match_check(VteTerminal *terminal,
+ glong column, glong row,
+ int *tag) _VTE_GNUC_NONNULL(1) G_GNUC_MALLOC;
+
+_VTE_DEPRECATED
void vte_terminal_search_set_gregex (VteTerminal *terminal,
GRegex *gregex,
GRegexMatchFlags gflags) _VTE_GNUC_NONNULL(1);