From 82b25d0c65eebaad65a535502af2a26abaa64531 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 8 Oct 2015 14:31:26 +0200 Subject: regex: Fix parameter name in documentation --- src/vte.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vte.cc b/src/vte.cc index 2963bfe8..224d8955 100644 --- a/src/vte.cc +++ b/src/vte.cc @@ -2173,7 +2173,7 @@ vte_terminal_match_check_event(VteTerminal *terminal, * @event: a #GdkEvent * @regexes: (array length=n_regexes): an array of #VteRegex * @n_regexes: number of items in @regexes - * @flags: PCRE2 match flags, or 0 + * @match_flags: PCRE2 match flags, or 0 * @matches: (out caller-allocates) (array length=n_regexes): a location to store the matches * * Checks each regex in @regexes if the text in and around the position of @@ -2261,7 +2261,7 @@ vte_terminal_event_check_regex_simple(VteTerminal *terminal, * @event: a #GdkEvent * @regexes: (array length=n_regexes): an array of #GRegex * @n_regexes: number of items in @regexes - * @gflags: the #GRegexMatchFlags to use when matching the regexes + * @match_flags: the #GRegexMatchFlags to use when matching the regexes * @matches: (out caller-allocates) (array length=n_regexes): a location to store the matches * * Checks each regex in @regexes if the text in and around the position of -- cgit v1.2.1