diff options
Diffstat (limited to 'pluma/pluma-utils.h')
-rw-r--r-- | pluma/pluma-utils.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/pluma/pluma-utils.h b/pluma/pluma-utils.h index a73926d2..e9dd0a5b 100644 --- a/pluma/pluma-utils.h +++ b/pluma/pluma-utils.h @@ -149,8 +149,16 @@ gboolean pluma_utils_decode_uri (const gchar *uri, /* Turns data from a drop into a list of well formatted uris */ 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); + G_END_DECLS #endif /* __PLUMA_UTILS_H__ */ - |