aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-chat.h
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-02-01 22:26:58 +0800
committerWill Thompson <will.thompson@collabora.co.uk>2012-02-02 01:28:47 +0800
commitcdfd5215dfa3e7dfe1254f76a5eccf4b4356816d (patch)
treeac44db6f3d61d3e9a08fc0b6a7c52e7755604597 /libempathy/empathy-tp-chat.h
parent0dc2ba9ea63c7d7d7f46b4d4e8b9311dfad823bb (diff)
downloadgsoc2013-empathy-cdfd5215dfa3e7dfe1254f76a5eccf4b4356816d.tar
gsoc2013-empathy-cdfd5215dfa3e7dfe1254f76a5eccf4b4356816d.tar.gz
gsoc2013-empathy-cdfd5215dfa3e7dfe1254f76a5eccf4b4356816d.tar.bz2
gsoc2013-empathy-cdfd5215dfa3e7dfe1254f76a5eccf4b4356816d.tar.lz
gsoc2013-empathy-cdfd5215dfa3e7dfe1254f76a5eccf4b4356816d.tar.xz
gsoc2013-empathy-cdfd5215dfa3e7dfe1254f76a5eccf4b4356816d.tar.zst
gsoc2013-empathy-cdfd5215dfa3e7dfe1254f76a5eccf4b4356816d.zip
Chat: show who changed the subject
https://bugzilla.gnome.org/show_bug.cgi?id=669177
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r--libempathy/empathy-tp-chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h
index cc1c16aaf..885479cb3 100644
--- a/libempathy/empathy-tp-chat.h
+++ b/libempathy/empathy-tp-chat.h
@@ -81,6 +81,7 @@ const gchar * empathy_tp_chat_get_title (EmpathyTpChat *self);
gboolean empathy_tp_chat_supports_subject (EmpathyTpChat *self);
const gchar * empathy_tp_chat_get_subject (EmpathyTpChat *self);
+const gchar * empathy_tp_chat_get_subject_actor (EmpathyTpChat *self);
gboolean empathy_tp_chat_can_set_subject (EmpathyTpChat *self);
void empathy_tp_chat_set_subject (EmpathyTpChat *self,
const gchar *subject);