]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-chatroom.h
individual-menu: remove link-contacts-activated signal
[empathy.git] / libempathy / empathy-chatroom.h
index 3048aded7e089d08982daf6cb2a1b80ba2ad4f75..f86f8ca9e6e685f29849b2d09ee2efb4c279032e 100644 (file)
@@ -89,6 +89,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