aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-theme-adium.h
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@src.gnome.org>2012-07-04 22:03:42 +0800
committerDebarshi Ray <debarshir@src.gnome.org>2013-01-21 23:42:24 +0800
commitc9f927a6713d687df5db0edcea8f278ddc414dac (patch)
tree81b2365f384f22384236e9e7cb0a89947fd4c9cd /libempathy-gtk/empathy-theme-adium.h
parent3197deed2e55d252ecaf4740ec61416977f9f87e (diff)
downloadgsoc2013-empathy-c9f927a6713d687df5db0edcea8f278ddc414dac.tar
gsoc2013-empathy-c9f927a6713d687df5db0edcea8f278ddc414dac.tar.gz
gsoc2013-empathy-c9f927a6713d687df5db0edcea8f278ddc414dac.tar.bz2
gsoc2013-empathy-c9f927a6713d687df5db0edcea8f278ddc414dac.tar.lz
gsoc2013-empathy-c9f927a6713d687df5db0edcea8f278ddc414dac.tar.xz
gsoc2013-empathy-c9f927a6713d687df5db0edcea8f278ddc414dac.tar.zst
gsoc2013-empathy-c9f927a6713d687df5db0edcea8f278ddc414dac.zip
theme-adium: add empathy_theme_adium_prepend_message
... and refactor the empathy_theme_adium_append_message code path so that the common parts can be shared. Fixes: https://bugzilla.gnome.org/639877
Diffstat (limited to 'libempathy-gtk/empathy-theme-adium.h')
-rw-r--r--libempathy-gtk/empathy-theme-adium.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-theme-adium.h b/libempathy-gtk/empathy-theme-adium.h
index f1ad48ec8..880667615 100644
--- a/libempathy-gtk/empathy-theme-adium.h
+++ b/libempathy-gtk/empathy-theme-adium.h
@@ -87,6 +87,10 @@ void empathy_theme_adium_append_event_markup (EmpathyThemeAdium *self,
const gchar *markup_text,
const gchar *fallback_text);
+void empathy_theme_adium_prepend_message (EmpathyThemeAdium *self,
+ EmpathyMessage *msg,
+ gboolean should_highlight);
+
void empathy_theme_adium_edit_message (EmpathyThemeAdium *self,
EmpathyMessage *message);