aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-chat.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-11 20:07:39 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-13 23:59:22 +0800
commitdd2c190bbbdbeec07e3923eb9d99af7d0e84b055 (patch)
treeebf1d4d142d517c5987b6b0a52ef4cb6ffb7080f /libempathy/empathy-tp-chat.h
parent07e4c25c4a39705b7b6ecaaac6c8e001d611a713 (diff)
downloadgsoc2013-empathy-dd2c190bbbdbeec07e3923eb9d99af7d0e84b055.tar
gsoc2013-empathy-dd2c190bbbdbeec07e3923eb9d99af7d0e84b055.tar.gz
gsoc2013-empathy-dd2c190bbbdbeec07e3923eb9d99af7d0e84b055.tar.bz2
gsoc2013-empathy-dd2c190bbbdbeec07e3923eb9d99af7d0e84b055.tar.lz
gsoc2013-empathy-dd2c190bbbdbeec07e3923eb9d99af7d0e84b055.tar.xz
gsoc2013-empathy-dd2c190bbbdbeec07e3923eb9d99af7d0e84b055.tar.zst
gsoc2013-empathy-dd2c190bbbdbeec07e3923eb9d99af7d0e84b055.zip
tp-chat: add API to check if a password is required
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r--libempathy/empathy-tp-chat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h
index f07f0648f..4dec0cd28 100644
--- a/libempathy/empathy-tp-chat.h
+++ b/libempathy/empathy-tp-chat.h
@@ -86,6 +86,8 @@ void empathy_tp_chat_acknowledge_message (EmpathyTpChat *chat,
void empathy_tp_chat_acknowledge_messages (EmpathyTpChat *chat,
const GList *messages);
+gboolean empathy_tp_chat_password_needed (EmpathyTpChat *chat);
+
G_END_DECLS
#endif /* __EMPATHY_TP_CHAT_H__ */