]> git.0d.be Git - empathy.git/blobdiff - src/empathy-chat-manager.h
Merge branch 'gnome-3-8'
[empathy.git] / src / empathy-chat-manager.h
index 6d249b3e4ded6642f345429819a79a75224ee558..b5516c33d768b0330b7ad70182e3e77f18fce275 100644 (file)
@@ -20,9 +20,8 @@
 #ifndef __EMPATHY_CHAT_MANAGER_H__
 #define __EMPATHY_CHAT_MANAGER_H__
 
-#include <glib-object.h>
 
-#include <libempathy-gtk/empathy-chat.h>
+#include "empathy-chat.h"
 
 G_BEGIN_DECLS
 
@@ -62,9 +61,12 @@ EmpathyChatManager *empathy_chat_manager_dup_singleton (void);
 
 void empathy_chat_manager_closed_chat (EmpathyChatManager *self,
     EmpathyChat *chat);
-void empathy_chat_manager_undo_closed_chat (EmpathyChatManager *self);
+void empathy_chat_manager_undo_closed_chat (EmpathyChatManager *self,
+    gint64 timestamp);
 guint empathy_chat_manager_get_num_closed_chats (EmpathyChatManager *self);
 
+void empathy_chat_manager_call_undo_closed_chat (void);
+
 G_END_DECLS
 
 #endif /* #ifndef __EMPATHY_CHAT_MANAGER_H__*/