aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-chatroom.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-chatroom.h')
-rw-r--r--libempathy/empathy-chatroom.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-chatroom.h b/libempathy/empathy-chatroom.h
index 3048aded7..f86f8ca9e 100644
--- a/libempathy/empathy-chatroom.h
+++ b/libempathy/empathy-chatroom.h
@@ -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