aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat.h
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-04-07 09:41:54 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-05-05 14:31:26 +0800
commit6a5fd794b64d48898c3b941b64c6431f55419939 (patch)
tree2303e4ca0709f2524e95a5ec79365e6078beb1d7 /libempathy-gtk/empathy-chat.h
parent8af3231ae3260e40bc327567540a0a3a76dce5b1 (diff)
downloadgsoc2013-empathy-6a5fd794b64d48898c3b941b64c6431f55419939.tar
gsoc2013-empathy-6a5fd794b64d48898c3b941b64c6431f55419939.tar.gz
gsoc2013-empathy-6a5fd794b64d48898c3b941b64c6431f55419939.tar.bz2
gsoc2013-empathy-6a5fd794b64d48898c3b941b64c6431f55419939.tar.lz
gsoc2013-empathy-6a5fd794b64d48898c3b941b64c6431f55419939.tar.xz
gsoc2013-empathy-6a5fd794b64d48898c3b941b64c6431f55419939.tar.zst
gsoc2013-empathy-6a5fd794b64d48898c3b941b64c6431f55419939.zip
Add sms-channel property to empathy-chat
Diffstat (limited to 'libempathy-gtk/empathy-chat.h')
-rw-r--r--libempathy-gtk/empathy-chat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-chat.h b/libempathy-gtk/empathy-chat.h
index 77122f7c8..8665bf34d 100644
--- a/libempathy-gtk/empathy-chat.h
+++ b/libempathy-gtk/empathy-chat.h
@@ -94,6 +94,8 @@ guint empathy_chat_get_nb_unread_messages (EmpathyChat *chat);
void empathy_chat_messages_read (EmpathyChat *self);
gboolean empathy_chat_is_composing (EmpathyChat *chat);
+
+gboolean empathy_chat_is_sms_channel (EmpathyChat *self);
G_END_DECLS
#endif /* __EMPATHY_CHAT_H__ */