From cdfd5215dfa3e7dfe1254f76a5eccf4b4356816d Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Wed, 1 Feb 2012 14:26:58 +0000 Subject: Chat: show who changed the subject https://bugzilla.gnome.org/show_bug.cgi?id=669177 --- libempathy/empathy-tp-chat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libempathy/empathy-tp-chat.h') 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); -- cgit v1.2.3