aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-server-sasl-handler.h
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2010-12-03 21:04:04 +0800
committerJonny Lamb <jonnylamb@gnome.org>2010-12-03 21:04:04 +0800
commitfd337e4163b26ea7e284473817a1d17946ab12d4 (patch)
tree108f20b15091187888f2e70da3d4b8ca34ef321e /libempathy/empathy-server-sasl-handler.h
parent2b5028d1ec652a136f30d7b3955562a6a07f9f42 (diff)
downloadgsoc2013-empathy-fd337e4163b26ea7e284473817a1d17946ab12d4.tar
gsoc2013-empathy-fd337e4163b26ea7e284473817a1d17946ab12d4.tar.gz
gsoc2013-empathy-fd337e4163b26ea7e284473817a1d17946ab12d4.tar.bz2
gsoc2013-empathy-fd337e4163b26ea7e284473817a1d17946ab12d4.tar.lz
gsoc2013-empathy-fd337e4163b26ea7e284473817a1d17946ab12d4.tar.xz
gsoc2013-empathy-fd337e4163b26ea7e284473817a1d17946ab12d4.tar.zst
gsoc2013-empathy-fd337e4163b26ea7e284473817a1d17946ab12d4.zip
auth-client: improve the password request dialog
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy/empathy-server-sasl-handler.h')
-rw-r--r--libempathy/empathy-server-sasl-handler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-server-sasl-handler.h b/libempathy/empathy-server-sasl-handler.h
index 47f49e2a4..cdedef90c 100644
--- a/libempathy/empathy-server-sasl-handler.h
+++ b/libempathy/empathy-server-sasl-handler.h
@@ -62,7 +62,8 @@ EmpathyServerSASLHandler * empathy_server_sasl_handler_new (
TpAccount *account, TpChannel *channel);
void empathy_server_sasl_handler_provide_password (
- EmpathyServerSASLHandler *handler, const gchar *password);
+ EmpathyServerSASLHandler *handler, const gchar *password,
+ gboolean remember);
void empathy_server_sasl_handler_cancel (EmpathyServerSASLHandler *handler);