sync with 0.8.11cvs21
[claws.git] / src / gtk / gtkstext.h
index 4dcdf1d6e6c909aa4f598e12d367da6ce093ae07..2089c9a44adf3b8460f521f8a983f59b43062245 100644 (file)
@@ -289,11 +289,14 @@ guint gtk_stext_str_compare               (GtkSText       *text,
                                         guint           start_pos,
                                         guint           text_len,
                                         const gchar    *str);
+gint gtkut_stext_find                  (GtkSText       *text,
+                                        guint           start_pos,
+                                        const gchar    *str,
+                                        gboolean        case_sens);
 gboolean gtk_stext_is_uri_string       (GtkSText       *text,
                                         guint           start_pos,
                                         guint           text_len);
-void gtk_stext_clear                   (GtkSText       *text);
-
+void gtkut_stext_clear                 (GtkSText       *text);
 
 
 #define GTK_STEXT_INDEX(t, index)      (((t)->use_wchar) \