]> git.0d.be Git - empathy.git/blobdiff - src/empathy-chat-manager.h
Update Simplified Chinese help translation.
[empathy.git] / src / empathy-chat-manager.h
index 6d249b3e4ded6642f345429819a79a75224ee558..7dfd53480a04460ad4b643d7a00a2b4a9e03c8ad 100644 (file)
@@ -62,9 +62,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__*/