diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-08-24 16:14:43 +0800 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-08-27 21:47:21 +0800 |
commit | 4f0673c142e6529b6aaa0022b8463fa67b2ff060 (patch) | |
tree | d255f4248eda4e03238f904cc548640c62f146df /libempathy/empathy-keyring.h | |
parent | 4ef8dd58943034270f935f081e290e7540a792f9 (diff) | |
download | gsoc2013-empathy-4f0673c142e6529b6aaa0022b8463fa67b2ff060.tar gsoc2013-empathy-4f0673c142e6529b6aaa0022b8463fa67b2ff060.tar.gz gsoc2013-empathy-4f0673c142e6529b6aaa0022b8463fa67b2ff060.tar.bz2 gsoc2013-empathy-4f0673c142e6529b6aaa0022b8463fa67b2ff060.tar.lz gsoc2013-empathy-4f0673c142e6529b6aaa0022b8463fa67b2ff060.tar.xz gsoc2013-empathy-4f0673c142e6529b6aaa0022b8463fa67b2ff060.tar.zst gsoc2013-empathy-4f0673c142e6529b6aaa0022b8463fa67b2ff060.zip |
Remember password at least until session restart
https://bugzilla.gnome.org/show_bug.cgi?id=680776
Diffstat (limited to 'libempathy/empathy-keyring.h')
-rw-r--r-- | libempathy/empathy-keyring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-keyring.h b/libempathy/empathy-keyring.h index 92c8a6e9f..05c460e5d 100644 --- a/libempathy/empathy-keyring.h +++ b/libempathy/empathy-keyring.h @@ -41,7 +41,7 @@ const gchar * empathy_keyring_get_room_password_finish (TpAccount *account, GAsyncResult *result, GError **error); void empathy_keyring_set_account_password_async (TpAccount *account, - const gchar *password, GAsyncReadyCallback callback, + const gchar *password, gboolean remember, GAsyncReadyCallback callback, gpointer user_data); gboolean empathy_keyring_set_account_password_finish (TpAccount *account, |