[vte/wip/bug746690: 1/2] regex: Fix parameter name in documentation
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/wip/bug746690: 1/2] regex: Fix parameter name in documentation
- Date: Thu, 8 Oct 2015 12:53:33 +0000 (UTC)
commit e31e2ee29591c1fcdc9dd2f4d408986828e7c96e
Author: Christian Persch <chpe gnome org>
Date: Thu Oct 8 14:31:26 2015 +0200
regex: Fix parameter name in documentation
src/vte.cc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/vte.cc b/src/vte.cc
index 2963bfe..224d895 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]