]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-chat-text-view.h
Move should_create_salut_account to local-xmpp-assistant-widget
[empathy.git] / libempathy-gtk / empathy-chat-text-view.h
index 0180f21d1ddfadd57c8bc17cc0bcf6caa0aa9e33..ce83fd2fa8ab8a4ac8549e0d78f9b61a28192ec0 100644 (file)
@@ -56,7 +56,8 @@ struct _EmpathyChatTextViewClass {
 
        /* <vtable> */
        void (*append_message) (EmpathyChatTextView *view,
-                               EmpathyMessage      *message);
+                               EmpathyMessage      *message,
+                               gboolean             should_highlight);
 };
 
 #define EMPATHY_CHAT_TEXT_VIEW_TAG_CUT "cut"
@@ -68,18 +69,19 @@ struct _EmpathyChatTextViewClass {
 #define EMPATHY_CHAT_TEXT_VIEW_TAG_EVENT "event"
 #define EMPATHY_CHAT_TEXT_VIEW_TAG_LINK "link"
 
-GType                empathy_chat_text_view_get_type         (void) G_GNUC_CONST;
-EmpathyContact *     empathy_chat_text_view_get_last_contact (EmpathyChatTextView *view);
-void                 empathy_chat_text_view_set_only_if_date (EmpathyChatTextView *view,
-                                                             gboolean             only_if_date);
-void                 empathy_chat_text_view_append_body      (EmpathyChatTextView *view,
-                                                             const gchar         *body,
-                                                             const gchar         *tag);
-void                 empathy_chat_text_view_append_spacing   (EmpathyChatTextView *view);
-GtkTextTag *         empathy_chat_text_view_tag_set          (EmpathyChatTextView *view,
-                                                             const gchar         *tag_name,
-                                                             const gchar         *first_property_name,
-                                                             ...);
+GType                empathy_chat_text_view_get_type           (void) G_GNUC_CONST;
+EmpathyContact *     empathy_chat_text_view_get_last_contact   (EmpathyChatTextView *view);
+gint64               empathy_chat_text_view_get_last_timestamp (EmpathyChatTextView *view);
+void                 empathy_chat_text_view_set_only_if_date   (EmpathyChatTextView *view,
+                                                               gboolean             only_if_date);
+void                 empathy_chat_text_view_append_body        (EmpathyChatTextView *view,
+                                                               const gchar         *body,
+                                                               const gchar         *tag);
+void                 empathy_chat_text_view_append_spacing     (EmpathyChatTextView *view);
+GtkTextTag *         empathy_chat_text_view_tag_set            (EmpathyChatTextView *view,
+                                                               const gchar         *tag_name,
+                                                               const gchar         *first_property_name,
+                                                               ...);
 
 G_END_DECLS