]> git.0d.be Git - empathy.git/blobdiff - src/empathy-chat-window.h
Merge branch 'change-audio'
[empathy.git] / src / empathy-chat-window.h
index 4f1920a9c2c6b927300f156de1ae27e2fbae4339..2112b6647d9bc3b02f0eab1ddb4b127d762911d5 100644 (file)
@@ -57,23 +57,12 @@ struct _EmpathyChatWindowClass {
 };
 
 GType              empathy_chat_window_get_type       (void);
-EmpathyChatWindow *empathy_chat_window_get_default    (gboolean room_filter);
-EmpathyChatWindow *empathy_chat_window_new            (void);
-GtkWidget *        empathy_chat_window_get_dialog     (EmpathyChatWindow *window);
-void               empathy_chat_window_add_chat       (EmpathyChatWindow *window,
-                                                      EmpathyChat       *chat);
-void               empathy_chat_window_remove_chat    (EmpathyChatWindow *window,
-                                                      EmpathyChat       *chat);
-void               empathy_chat_window_move_chat      (EmpathyChatWindow *old_window,
-                                                      EmpathyChatWindow *new_window,
-                                                      EmpathyChat       *chat);
-void               empathy_chat_window_switch_to_chat (EmpathyChatWindow *window,
-                                                      EmpathyChat       *chat);
-gboolean           empathy_chat_window_has_focus      (EmpathyChatWindow *window);
-EmpathyChat *      empathy_chat_window_find_chat      (TpAccount        *account,
-                                                      const gchar      *id);
-void               empathy_chat_window_present_chat   (EmpathyChat      *chat);
 
+EmpathyChat *      empathy_chat_window_find_chat      (TpAccount        *account,
+                                                      const gchar      *id,
+                                                      gboolean          sms_channel);
+void               empathy_chat_window_present_chat   (EmpathyChat      *chat,
+                                                      gint64 timestamp);
 
 G_END_DECLS