]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-chatroom.h
Updated Czech translation
[empathy.git] / libempathy / empathy-chatroom.h
index 3048aded7e089d08982daf6cb2a1b80ba2ad4f75..98ed04b96bb94cd6f30b0958566ebf8d6e8d1ef3 100644 (file)
 #define __EMPATHY_CHATROOM_H__
 
 #include <glib-object.h>
+#include <telepathy-glib/telepathy-glib.h>
 
-#include <telepathy-glib/account.h>
-
-#include <libempathy/empathy-tp-chat.h>
+#include "empathy-tp-chat.h"
 
 G_BEGIN_DECLS
 
@@ -89,6 +88,9 @@ void            empathy_chatroom_set_tp_chat      (EmpathyChatroom *chatroom,
 gboolean        empathy_chatroom_is_favorite      (EmpathyChatroom *chatroom);
 void            empathy_chatroom_set_favorite     (EmpathyChatroom *chatroom,
                                                   gboolean         favorite);
+gboolean        empathy_chatroom_is_always_urgent (EmpathyChatroom *chatroom);
+void            empathy_chatroom_set_always_urgent (EmpathyChatroom *chatroom,
+                                                   gboolean         always_urgent);
 
 G_END_DECLS