diff options
author | Chandni Verma <chandniverma2112@gmail.com> | 2011-01-16 22:49:49 +0800 |
---|---|---|
committer | Chandni Verma <chandniverma2112@gmail.com> | 2011-01-18 18:23:48 +0800 |
commit | 1acf8998707505a367ef27e04730907b56408b3d (patch) | |
tree | 1fad8c8e0872c26405c7279ff39f980fda915eec /libempathy/empathy-tp-chat.h | |
parent | 9e70e42316ad1970c4508404baa86c69c81575b0 (diff) | |
download | gsoc2013-empathy-1acf8998707505a367ef27e04730907b56408b3d.tar gsoc2013-empathy-1acf8998707505a367ef27e04730907b56408b3d.tar.gz gsoc2013-empathy-1acf8998707505a367ef27e04730907b56408b3d.tar.bz2 gsoc2013-empathy-1acf8998707505a367ef27e04730907b56408b3d.tar.lz gsoc2013-empathy-1acf8998707505a367ef27e04730907b56408b3d.tar.xz gsoc2013-empathy-1acf8998707505a367ef27e04730907b56408b3d.tar.zst gsoc2013-empathy-1acf8998707505a367ef27e04730907b56408b3d.zip |
Display typing icon in MUC contact-list
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=609419
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r-- | libempathy/empathy-tp-chat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h index 8858f4971..8511335cf 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -105,6 +105,9 @@ void empathy_tp_chat_join (EmpathyTpChat *chat); gboolean empathy_tp_chat_is_invited (EmpathyTpChat *chat, TpHandle *inviter); +TpChannelChatState + empathy_tp_chat_get_chat_state (EmpathyTpChat *chat, + EmpathyContact *contact); G_END_DECLS |