]> git.0d.be Git - empathy.git/blobdiff - src/empathy-chat-manager.h
Updated Spanish translation
[empathy.git] / src / empathy-chat-manager.h
index ee43857f4bda03008e6f80b950cd88ece63d445d..06f6947b7619be3577c811e23a9c91c37af3d46c 100644 (file)
@@ -20,9 +20,9 @@
 #ifndef __EMPATHY_CHAT_MANAGER_H__
 #define __EMPATHY_CHAT_MANAGER_H__
 
-#include <glib-object.h>
 
-#include <libempathy-gtk/empathy-chat.h>
+#include "empathy-chat.h"
+#include "chat-manager-interface.h"
 
 G_BEGIN_DECLS
 
@@ -31,12 +31,12 @@ typedef struct _EmpathyChatManagerClass EmpathyChatManagerClass;
 
 struct _EmpathyChatManagerClass
 {
-  GObjectClass parent_class;
+  EmpathyGenChatManagerSkeletonClass parent_class;
 };
 
 struct _EmpathyChatManager
 {
-  GObject parent;
+  EmpathyGenChatManagerSkeleton parent;
 };
 
 GType empathy_chat_manager_get_type (void);
@@ -62,10 +62,11 @@ 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);
 
-guint empathy_chat_manager_get_num_handled_chats (EmpathyChatManager *self);
+void empathy_chat_manager_call_undo_closed_chat (void);
 
 G_END_DECLS