diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2011-04-26 17:52:33 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2011-04-27 19:51:13 +0800 |
commit | 5360a078c1b0d1e80a031fab38b865144447080d (patch) | |
tree | 916f2ca595cf58db1d419a8e4b5a49f3f26696af /libempathy-gtk/empathy-chat-view.h | |
parent | e4e176e847974f11e5155f434c1620c042dacd69 (diff) | |
download | gsoc2013-empathy-5360a078c1b0d1e80a031fab38b865144447080d.tar gsoc2013-empathy-5360a078c1b0d1e80a031fab38b865144447080d.tar.gz gsoc2013-empathy-5360a078c1b0d1e80a031fab38b865144447080d.tar.bz2 gsoc2013-empathy-5360a078c1b0d1e80a031fab38b865144447080d.tar.lz gsoc2013-empathy-5360a078c1b0d1e80a031fab38b865144447080d.tar.xz gsoc2013-empathy-5360a078c1b0d1e80a031fab38b865144447080d.tar.zst gsoc2013-empathy-5360a078c1b0d1e80a031fab38b865144447080d.zip |
Use focus feature of adium themes
Diffstat (limited to 'libempathy-gtk/empathy-chat-view.h')
-rw-r--r-- | libempathy-gtk/empathy-chat-view.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-chat-view.h b/libempathy-gtk/empathy-chat-view.h index 96365a618..1af0721a3 100644 --- a/libempathy-gtk/empathy-chat-view.h +++ b/libempathy-gtk/empathy-chat-view.h @@ -68,6 +68,8 @@ struct _EmpathyChatViewIface { const gchar *text, gboolean match_case); void (*copy_clipboard) (EmpathyChatView *view); + void (*focus_toggled) (EmpathyChatView *view, + gboolean has_focus); }; GType empathy_chat_view_get_type (void) G_GNUC_CONST; @@ -97,6 +99,8 @@ void empathy_chat_view_highlight (EmpathyChatView *view, const gchar *text, gboolean match_case); void empathy_chat_view_copy_clipboard (EmpathyChatView *view); +void empathy_chat_view_focus_toggled (EmpathyChatView *view, + gboolean has_focus); G_END_DECLS |