From 6e3390d6104c8de11448741242641d1bcb0a85f5 Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 4 Feb 2005 08:35:17 +0000 Subject: reimplemented message text search. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@90 ee746299-78ed-0310-b773-934348b2243d --- src/gtkutils.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gtkutils.h') diff --git a/src/gtkutils.h b/src/gtkutils.h index 75c125d9..2b5fd1c7 100644 --- a/src/gtkutils.h +++ b/src/gtkutils.h @@ -156,6 +156,10 @@ guint gtkut_text_buffer_str_compare (GtkTextBuffer *text, guint start_pos, guint text_len, const gchar *str); +gint gtkut_text_buffer_find (GtkTextBuffer *text, + guint start_pos, + const gchar *str, + gboolean case_sens); gboolean gtkut_text_buffer_is_uri_string(GtkTextBuffer *text, guint start_pos, guint text_len); -- cgit v1.2.3