diff options
Diffstat (limited to 'pluma/pluma-utils.h')
-rw-r--r-- | pluma/pluma-utils.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/pluma/pluma-utils.h b/pluma/pluma-utils.h index fb62ec48..be54f786 100644 --- a/pluma/pluma-utils.h +++ b/pluma/pluma-utils.h @@ -154,14 +154,13 @@ gchar **pluma_utils_drop_get_uris (GtkSelectionData *selection_data); /* Provides regexp forward search */ gboolean pluma_gtk_text_iter_regex_search (const GtkTextIter *iter, - const gchar *str, - GtkTextSearchFlags flags, - GtkTextIter *match_start, - GtkTextIter *match_end, - const GtkTextIter *limit, gboolean forward_search); + const gchar *str, + GtkTextSearchFlags flags, + GtkTextIter *match_start, + GtkTextIter *match_end, + const GtkTextIter *limit, gboolean forward_search); G_END_DECLS #endif /* __PLUMA_UTILS_H__ */ - |