From 9389308505f9c90ba5a1ce0974ef7d870af7c7e6 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 2 Nov 2011 14:48:23 +0100 Subject: Allow user to try another password if auth failed https://bugzilla.gnome.org/show_bug.cgi?id=661640 --- libempathy/empathy-auth-factory.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libempathy/empathy-auth-factory.h') diff --git a/libempathy/empathy-auth-factory.h b/libempathy/empathy-auth-factory.h index e84c13bcc..5d31b1edd 100644 --- a/libempathy/empathy-auth-factory.h +++ b/libempathy/empathy-auth-factory.h @@ -64,6 +64,10 @@ EmpathyAuthFactory * empathy_auth_factory_new (TpSimpleClientFactory *factory); gboolean empathy_auth_factory_register (EmpathyAuthFactory *self, GError **error); +void empathy_auth_factory_save_retry_password (EmpathyAuthFactory *self, + TpAccount *account, + const gchar *password); + G_END_DECLS #endif /* #ifndef __EMPATHY_AUTH_FACTORY_H__*/ -- cgit v1.2.3