]> git.0d.be Git - empathy.git/blobdiff - src/empathy-chat-manager.h
Merge branch 'sasl'
[empathy.git] / src / empathy-chat-manager.h
index 1dc121c2a48952770192591908cc8fd78ebc0dbc..ee43857f4bda03008e6f80b950cd88ece63d445d 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <glib-object.h>
 
-#include <libempathy/empathy-contact.h>
+#include <libempathy-gtk/empathy-chat.h>
 
 G_BEGIN_DECLS
 
@@ -61,9 +61,11 @@ GType empathy_chat_manager_get_type (void);
 EmpathyChatManager *empathy_chat_manager_dup_singleton (void);
 
 void empathy_chat_manager_closed_chat (EmpathyChatManager *self,
-    EmpathyContact *contact);
+    EmpathyChat *chat);
 void empathy_chat_manager_undo_closed_chat (EmpathyChatManager *self);
-guint empathy_chat_manager_get_num_chats (EmpathyChatManager *self);
+guint empathy_chat_manager_get_num_closed_chats (EmpathyChatManager *self);
+
+guint empathy_chat_manager_get_num_handled_chats (EmpathyChatManager *self);
 
 G_END_DECLS