From fe838cf55249bf53c3f42098feb55edd5318bf34 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 11 Nov 2009 13:26:33 +0000 Subject: add empathy_tp_chat_provide_password_{async,finish} --- libempathy/empathy-tp-chat.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libempathy/empathy-tp-chat.h') diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h index 4dec0cd28..013a926bf 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -88,6 +88,15 @@ void empathy_tp_chat_acknowledge_messages (EmpathyTpChat *chat, gboolean empathy_tp_chat_password_needed (EmpathyTpChat *chat); +void empathy_tp_chat_provide_password_async (EmpathyTpChat *chat, + const gchar *password, + GAsyncReadyCallback callback, + gpointer user_data); + +gboolean empathy_tp_chat_provide_password_finish (EmpathyTpChat *chat, + GAsyncResult *result, + GError **error); + G_END_DECLS #endif /* __EMPATHY_TP_CHAT_H__ */ -- cgit v1.2.3