]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-chat.h
Move should_create_salut_account to local-xmpp-assistant-widget
[empathy.git] / libempathy-gtk / empathy-chat.h
index 4b0540b2021c338f11211750df332e56e0743eeb..00da3d64156241c66bec69e2cf366125560670e9 100644 (file)
@@ -50,7 +50,7 @@ typedef struct _EmpathyChatClass  EmpathyChatClass;
 typedef struct _EmpathyChatPriv   EmpathyChatPriv;
 
 struct _EmpathyChat {
-       GtkBin parent;
+       GtkBox parent;
        EmpathyChatPriv *priv;
 
        /* Protected */
@@ -59,7 +59,7 @@ struct _EmpathyChat {
 };
 
 struct _EmpathyChatClass {
-       GtkBinClass parent;
+       GtkBoxClass parent;
 };
 
 GType              empathy_chat_get_type             (void);
@@ -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);