aboutsummaryrefslogtreecommitdiff
path: root/src/gtkutils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-04 08:35:17 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-04 08:35:17 +0000
commit6e3390d6104c8de11448741242641d1bcb0a85f5 (patch)
tree26f9724bda324dd17c563afc4df8e1c9e0a0ff2c /src/gtkutils.h
parentf5a3ca3e0ac9785f556ce22fea4f78dd9ab3c7fc (diff)
reimplemented message text search.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@90 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/gtkutils.h')
-rw-r--r--src/gtkutils.h4
1 files changed, 4 insertions, 0 deletions
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);