diff options
Diffstat (limited to 'pluma/pluma-utils.h')
-rw-r--r-- | pluma/pluma-utils.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pluma/pluma-utils.h b/pluma/pluma-utils.h index e9dd0a5b..e3b1f387 100644 --- a/pluma/pluma-utils.h +++ b/pluma/pluma-utils.h @@ -156,7 +156,9 @@ pluma_gtk_text_iter_regex_search (const GtkTextIter *iter, GtkTextSearchFlags flags, GtkTextIter *match_start, GtkTextIter *match_end, - const GtkTextIter *limit, gboolean forward_search); + const GtkTextIter *limit, + gboolean forward_search, + gchar **replace_text); G_END_DECLS |