diff options
author | Thomas Meire <blackskad@gmail.com> | 2010-01-20 00:25:36 +0800 |
---|---|---|
committer | Thomas Meire <blackskad@gmail.com> | 2010-01-21 08:20:08 +0800 |
commit | ba2326210afd63d1ae622c57b76b3b1f56ab4e9e (patch) | |
tree | 0b77cf03eb841925a3238b0be30027d18b212b2f /libempathy-gtk/empathy-chat-view.h | |
parent | 0f812eb93730b84b7cbb60aaacf803aabdd6f9c5 (diff) | |
download | gsoc2013-empathy-ba2326210afd63d1ae622c57b76b3b1f56ab4e9e.tar gsoc2013-empathy-ba2326210afd63d1ae622c57b76b3b1f56ab4e9e.tar.gz gsoc2013-empathy-ba2326210afd63d1ae622c57b76b3b1f56ab4e9e.tar.bz2 gsoc2013-empathy-ba2326210afd63d1ae622c57b76b3b1f56ab4e9e.tar.lz gsoc2013-empathy-ba2326210afd63d1ae622c57b76b3b1f56ab4e9e.tar.xz gsoc2013-empathy-ba2326210afd63d1ae622c57b76b3b1f56ab4e9e.tar.zst gsoc2013-empathy-ba2326210afd63d1ae622c57b76b3b1f56ab4e9e.zip |
add match_case option to find_abilities
Diffstat (limited to 'libempathy-gtk/empathy-chat-view.h')
-rw-r--r-- | libempathy-gtk/empathy-chat-view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-chat-view.h b/libempathy-gtk/empathy-chat-view.h index 11010c45b..96365a618 100644 --- a/libempathy-gtk/empathy-chat-view.h +++ b/libempathy-gtk/empathy-chat-view.h @@ -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, |