]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-chat-view.h
Merge branch 'sasl'
[empathy.git] / libempathy-gtk / empathy-chat-view.h
index 52b39d1248f9840c317b5bb7233b1441b8b8b639..96365a618d1615f8bf4034aedbe1d59bee5ee9d3 100644 (file)
@@ -53,12 +53,15 @@ struct _EmpathyChatViewIface {
        void             (*clear)                (EmpathyChatView *view);
        gboolean         (*find_previous)        (EmpathyChatView *view,
                                                  const gchar     *search_criteria,
-                                                 gboolean         new_search);
+                                                 gboolean         new_search,
+                                                 gboolean         match_case);
        gboolean         (*find_next)            (EmpathyChatView *view,
                                                  const gchar     *search_criteria,
-                                                 gboolean         new_search);
+                                                 gboolean         new_search,
+                                                 gboolean         match_case);
        void             (*find_abilities)       (EmpathyChatView *view,
                                                  const gchar     *search_criteria,
+                                                 gboolean         match_case,
                                                  gboolean        *can_do_previous,
                                                  gboolean        *can_do_next);
        void             (*highlight)            (EmpathyChatView *view,
@@ -79,12 +82,15 @@ gboolean         empathy_chat_view_get_has_selection    (EmpathyChatView *view);
 void             empathy_chat_view_clear                (EmpathyChatView *view);
 gboolean         empathy_chat_view_find_previous        (EmpathyChatView *view,
                                                         const gchar     *search_criteria,
-                                                        gboolean         new_search);
+                                                        gboolean         new_search,
+                                                        gboolean         match_case);
 gboolean         empathy_chat_view_find_next            (EmpathyChatView *view,
                                                         const gchar     *search_criteria,
-                                                        gboolean         new_search);
+                                                        gboolean         new_search,
+                                                        gboolean         match_case);
 void             empathy_chat_view_find_abilities       (EmpathyChatView *view,
                                                         const gchar     *search_criteria,
+                                                        gboolean         match_case,
                                                         gboolean        *can_do_previous,
                                                         gboolean        *can_do_next);
 void             empathy_chat_view_highlight            (EmpathyChatView *view,