]> git.0d.be Git - empathy.git/blobdiff - src/empathy-chat-window.h
Updated Polish translation
[empathy.git] / src / empathy-chat-window.h
index 1e4a001e5082084efeb339fd80481d7f85ae81dc..93ffcc53a9a1377bf5744ceb079089fa7d5f314d 100644 (file)
@@ -57,7 +57,7 @@ struct _EmpathyChatWindowClass {
 };
 
 GType              empathy_chat_window_get_type       (void);
-EmpathyChatWindow *empathy_chat_window_get_default    (void);
+EmpathyChatWindow *empathy_chat_window_get_default    (gboolean room);
 EmpathyChatWindow *empathy_chat_window_new            (void);
 GtkWidget *        empathy_chat_window_get_dialog     (EmpathyChatWindow *window);
 void               empathy_chat_window_add_chat       (EmpathyChatWindow *window,
@@ -74,6 +74,9 @@ EmpathyChat *      empathy_chat_window_find_chat      (TpAccount        *account
                                                       const gchar      *id);
 void               empathy_chat_window_present_chat   (EmpathyChat      *chat);
 
+void               empathy_chat_window_get_nb_chats   (EmpathyChatWindow *window,
+                                                      guint *nb_rooms,
+                                                      guint *nb_private);
 
 G_END_DECLS