sync with sylpheed 0.6.5cvs14
[claws.git] / src / gtkutils.h
index aa6366b882a2e090a4e98a4d9b0c0000d0f24488..4f6f1b6caae00ccc1547af4c75ed74a697b52de8 100644 (file)
@@ -105,6 +105,18 @@ gboolean gtkut_text_match_string   (GtkText        *text,
                                         wchar_t        *wcs,
                                         gint            len,
                                         gboolean        case_sens);
+guint gtkut_text_str_compare_n         (GtkText        *text,
+                                        guint           pos1,
+                                        guint           pos2,
+                                        guint           len,
+                                        guint           text_len);
+guint gtkut_text_str_compare           (GtkText        *text,
+                                        guint           start_pos,
+                                        guint           text_len,
+                                        const gchar    *str);
+gboolean gtkut_text_is_uri_string      (GtkText        *text,
+                                        guint           start_pos,
+                                        guint           text_len);
 
 void gtkut_widget_disable_theme_engine (GtkWidget      *widget);
 void gtkut_widget_wait_for_draw                (GtkWidget      *widget);