]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-chat.h
Use a flat namespace for internal includes
[empathy.git] / libempathy-gtk / empathy-chat.h
index 4b0540b2021c338f11211750df332e56e0743eeb..cbd69a343720e5bbebfdf41fff4c1d793e38aa46 100644 (file)
 
 #include <gtk/gtk.h>
 
-#include <libempathy/empathy-contact.h>
-#include <libempathy/empathy-message.h>
-#include <libempathy/empathy-tp-chat.h>
+#include "empathy-contact.h"
+#include "empathy-tp-chat.h"
 
-#include "empathy-chat-view.h"
+#include "empathy-theme-adium.h"
 
 G_BEGIN_DECLS
 
@@ -50,16 +49,16 @@ typedef struct _EmpathyChatClass  EmpathyChatClass;
 typedef struct _EmpathyChatPriv   EmpathyChatPriv;
 
 struct _EmpathyChat {
-       GtkBin parent;
+       GtkBox parent;
        EmpathyChatPriv *priv;
 
        /* Protected */
-       EmpathyChatView *view;
+       EmpathyThemeAdium *view;
        GtkWidget       *input_text_view;
 };
 
 struct _EmpathyChatClass {
-       GtkBinClass parent;
+       GtkBoxClass parent;
 };
 
 GType              empathy_chat_get_type             (void);
@@ -89,7 +88,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);