From d128e3a36e43a08a9dfe4a2c42b9485e146faeae Mon Sep 17 00:00:00 2001 From: Thomas Meire Date: Sat, 16 Jan 2010 23:41:32 +0100 Subject: added case sensitive highlighting for adium themes --- libempathy-gtk/empathy-chat-view.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libempathy-gtk/empathy-chat-view.h') diff --git a/libempathy-gtk/empathy-chat-view.h b/libempathy-gtk/empathy-chat-view.h index f3478be6d..52b39d124 100644 --- a/libempathy-gtk/empathy-chat-view.h +++ b/libempathy-gtk/empathy-chat-view.h @@ -62,7 +62,8 @@ struct _EmpathyChatViewIface { gboolean *can_do_previous, gboolean *can_do_next); void (*highlight) (EmpathyChatView *view, - const gchar *text); + const gchar *text, + gboolean match_case); void (*copy_clipboard) (EmpathyChatView *view); }; @@ -87,7 +88,8 @@ void empathy_chat_view_find_abilities (EmpathyChatView *view, gboolean *can_do_previous, gboolean *can_do_next); void empathy_chat_view_highlight (EmpathyChatView *view, - const gchar *text); + const gchar *text, + gboolean match_case); void empathy_chat_view_copy_clipboard (EmpathyChatView *view); G_END_DECLS -- cgit v1.2.3