diff options
Diffstat (limited to 'libempathy-gtk/empathy-chat.h')
-rw-r--r-- | libempathy-gtk/empathy-chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.h b/libempathy-gtk/empathy-chat.h index 0031410d6..00da3d641 100644 --- a/libempathy-gtk/empathy-chat.h +++ b/libempathy-gtk/empathy-chat.h @@ -89,7 +89,7 @@ gboolean empathy_chat_is_room (EmpathyChat *chat); void empathy_chat_set_show_contacts (EmpathyChat *chat, gboolean show); guint empathy_chat_get_nb_unread_messages (EmpathyChat *chat); - +gboolean empathy_chat_is_highlighted (EmpathyChat *chat); void empathy_chat_messages_read (EmpathyChat *self); gboolean empathy_chat_is_composing (EmpathyChat *chat); |