aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-chat-view.h')
-rw-r--r--libempathy-gtk/empathy-chat-view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-chat-view.h b/libempathy-gtk/empathy-chat-view.h
index 2c47e0429..b263219b2 100644
--- a/libempathy-gtk/empathy-chat-view.h
+++ b/libempathy-gtk/empathy-chat-view.h
@@ -78,6 +78,8 @@ struct _EmpathyChatViewIface {
gboolean has_focus);
void (*message_acknowledged) (EmpathyChatView *view,
EmpathyMessage *message);
+ void (*set_show_avatars) (EmpathyChatView *view,
+ gboolean show_avatars);
};
GType empathy_chat_view_get_type (void) G_GNUC_CONST;
@@ -117,6 +119,8 @@ void empathy_chat_view_focus_toggled (EmpathyChatView *view,
gboolean has_focus);
void empathy_chat_view_message_acknowledged (EmpathyChatView *view,
EmpathyMessage *message);
+void empathy_chat_view_set_show_avatars (EmpathyChatView *view,
+ gboolean show_avatars);
G_END_DECLS