aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-26 01:03:00 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-27 23:24:59 +0800
commitb01de2f8b4e0ba170e1194615290e3d80865083f (patch)
tree01a9eeec2a79dbdbc2ffd9a428d4c07e9e2fe3aa /libempathy-gtk/empathy-chat.h
parent8b5eb07207e7aa74a0e9081a73502f71d1be58c1 (diff)
downloadgsoc2013-empathy-b01de2f8b4e0ba170e1194615290e3d80865083f.tar
gsoc2013-empathy-b01de2f8b4e0ba170e1194615290e3d80865083f.tar.gz
gsoc2013-empathy-b01de2f8b4e0ba170e1194615290e3d80865083f.tar.bz2
gsoc2013-empathy-b01de2f8b4e0ba170e1194615290e3d80865083f.tar.lz
gsoc2013-empathy-b01de2f8b4e0ba170e1194615290e3d80865083f.tar.xz
gsoc2013-empathy-b01de2f8b4e0ba170e1194615290e3d80865083f.tar.zst
gsoc2013-empathy-b01de2f8b4e0ba170e1194615290e3d80865083f.zip
empathy-chat: keep count of the number of unread messages
Diffstat (limited to 'libempathy-gtk/empathy-chat.h')
-rw-r--r--libempathy-gtk/empathy-chat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-chat.h b/libempathy-gtk/empathy-chat.h
index 9123d11dd..9e0985040 100644
--- a/libempathy-gtk/empathy-chat.h
+++ b/libempathy-gtk/empathy-chat.h
@@ -84,6 +84,9 @@ void empathy_chat_correct_word (EmpathyChat *chat,
gboolean empathy_chat_is_room (EmpathyChat *chat);
void empathy_chat_set_show_contacts (EmpathyChat *chat,
gboolean show);
+guint empathy_chat_get_nb_unread_messages (EmpathyChat *chat);
+
+void empathy_chat_messages_read (EmpathyChat *self);
G_END_DECLS
#endif /* __EMPATHY_CHAT_H__ */