aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-message.h
diff options
context:
space:
mode:
authorNicolò Chieffo <84yelo3@gmail.com>2009-07-08 23:39:17 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-07-08 23:39:17 +0800
commitee5227403193fe7b5dae7d5c15e33d8a9c385c3f (patch)
tree16aa2e8ba09c4f780a94307a486ae1b28a02ea33 /libempathy/empathy-message.h
parentaff75bcc97abac0173dfd4cc6f9a959fbd493ae6 (diff)
downloadgsoc2013-empathy-ee5227403193fe7b5dae7d5c15e33d8a9c385c3f.tar
gsoc2013-empathy-ee5227403193fe7b5dae7d5c15e33d8a9c385c3f.tar.gz
gsoc2013-empathy-ee5227403193fe7b5dae7d5c15e33d8a9c385c3f.tar.bz2
gsoc2013-empathy-ee5227403193fe7b5dae7d5c15e33d8a9c385c3f.tar.lz
gsoc2013-empathy-ee5227403193fe7b5dae7d5c15e33d8a9c385c3f.tar.xz
gsoc2013-empathy-ee5227403193fe7b5dae7d5c15e33d8a9c385c3f.tar.zst
gsoc2013-empathy-ee5227403193fe7b5dae7d5c15e33d8a9c385c3f.zip
Support for history message in Adium themes. Use context HTMLs.
Diffstat (limited to 'libempathy/empathy-message.h')
-rw-r--r--libempathy/empathy-message.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-message.h b/libempathy/empathy-message.h
index 2172c9784..00064df57 100644
--- a/libempathy/empathy-message.h
+++ b/libempathy/empathy-message.h
@@ -68,6 +68,9 @@ void empathy_message_set_body (EmpathyMessage
time_t empathy_message_get_timestamp (EmpathyMessage *message);
void empathy_message_set_timestamp (EmpathyMessage *message,
time_t timestamp);
+gboolean empathy_message_is_backlog (EmpathyMessage *message);
+void empathy_message_set_is_backlog (EmpathyMessage *message,
+ gboolean is_backlog);
gboolean empathy_message_should_highlight (EmpathyMessage *message);
TpChannelTextMessageType empathy_message_type_from_str (const gchar *type_str);
const gchar * empathy_message_type_to_str (TpChannelTextMessageType type);