summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2015-10-08 14:31:26 +0200
committerChristian Persch <chpe@gnome.org>2015-10-08 21:41:47 +0200
commit82b25d0c65eebaad65a535502af2a26abaa64531 (patch)
tree247ff622e83ae01b00fca08a768d6b6d8ac45b04
parent17c23b253eb96227d036768ebbf101930aadec73 (diff)
downloadvte-82b25d0c65eebaad65a535502af2a26abaa64531.tar.gz
regex: Fix parameter name in documentation
-rw-r--r--src/vte.cc4
1 files 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