aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-message.h
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2012-01-19 00:31:28 +0800
committerWill Thompson <will@willthompson.co.uk>2012-01-19 01:55:08 +0800
commitb12ce233dce1dcd581b34ea9944e36e59f511497 (patch)
tree0cf710f98f76388f48790744b04c9fd50ec654bc /libempathy/empathy-message.h
parentbe14bbb863d0fc83402f9307e5193175d77e6d0d (diff)
downloadgsoc2013-empathy-b12ce233dce1dcd581b34ea9944e36e59f511497.tar
gsoc2013-empathy-b12ce233dce1dcd581b34ea9944e36e59f511497.tar.gz
gsoc2013-empathy-b12ce233dce1dcd581b34ea9944e36e59f511497.tar.bz2
gsoc2013-empathy-b12ce233dce1dcd581b34ea9944e36e59f511497.tar.lz
gsoc2013-empathy-b12ce233dce1dcd581b34ea9944e36e59f511497.tar.xz
gsoc2013-empathy-b12ce233dce1dcd581b34ea9944e36e59f511497.tar.zst
gsoc2013-empathy-b12ce233dce1dcd581b34ea9944e36e59f511497.zip
Move empathy_message_should_highlight to EmpathyChat
This will give us a place to cache the GRegex object. (Of course, this also depends on monitoring changes to the TpChat's self contact's alias, and changes to the TpChat's self contact!)
Diffstat (limited to 'libempathy/empathy-message.h')
-rw-r--r--libempathy/empathy-message.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-message.h b/libempathy/empathy-message.h
index 0c27c09e9..81da7bf43 100644
--- a/libempathy/empathy-message.h
+++ b/libempathy/empathy-message.h
@@ -77,7 +77,6 @@ gint64 empathy_message_get_original_timestamp (EmpathyMessage
gboolean empathy_message_is_backlog (EmpathyMessage *message);
gboolean empathy_message_is_incoming (EmpathyMessage *message);
-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);