]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-chat-text-view.h
use the 48x48 version of the local-xmpp icon
[empathy.git] / libempathy-gtk / empathy-chat-text-view.h
index 7ee7ba8a2bb911c90c840d98e84ba24e623ff39d..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"
@@ -70,7 +71,7 @@ struct _EmpathyChatTextViewClass {
 
 GType                empathy_chat_text_view_get_type           (void) G_GNUC_CONST;
 EmpathyContact *     empathy_chat_text_view_get_last_contact   (EmpathyChatTextView *view);
-time_t               empathy_chat_text_view_get_last_timestamp (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,