]> 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 11010c45bd02e87142591c305e2bc932dc6a0545..96365a618d1615f8bf4034aedbe1d59bee5ee9d3 100644 (file)
@@ -61,6 +61,7 @@ struct _EmpathyChatViewIface {
                                                  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,
@@ -89,6 +90,7 @@ gboolean         empathy_chat_view_find_next            (EmpathyChatView *view,
                                                         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,