[vte/vte-0-60] docs: Add regex flag requirements
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/vte-0-60] docs: Add regex flag requirements
- Date: Sun, 29 Mar 2020 21:30:30 +0000 (UTC)
commit c21074897fd0ce21d373df7e69e5ae3a4125556d
Author: Christian Persch <chpe src gnome org>
Date: Sun Mar 29 23:29:49 2020 +0200
docs: Add regex flag requirements
Fixes: https://gitlab.gnome.org/GNOME/vte/issues/223
(cherry picked from commit f0162eaf518ee260d08b7a794ff6f493df356433)
src/vtegtk.cc | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/src/vtegtk.cc b/src/vtegtk.cc
index 8edb9d9b..8f879512 100644
--- a/src/vtegtk.cc
+++ b/src/vtegtk.cc
@@ -2156,6 +2156,8 @@ vte_terminal_match_add_gregex(VteTerminal *terminal,
* user moves the mouse cursor over a section of displayed text which matches
* this expression, the text will be highlighted.
*
+ * Note that @regex should have been created using the %PCRE2_MULTILINE flag.
+ *
* Returns: an integer associated with this expression
*
* Since: 0.46
@@ -2465,6 +2467,8 @@ vte_terminal_search_find_next (VteTerminal *terminal)
*
* Sets the regex to search for. Unsets the search regex when passed %NULL.
*
+ * Note that @regex should have been created using the %PCRE2_MULTILINE flag.
+ *
* Since: 0.46
*/
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]