aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-keyring.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2010-12-06 19:35:26 +0800
committerJonny Lamb <jonnylamb@gnome.org>2011-01-26 21:29:38 +0800
commit80a9d33725a6b00d6ee486ccc97e9c137d43e3c4 (patch)
tree3036d5df6305ee3b6f0b0298fef6c513a5e4ee33 /libempathy/empathy-keyring.h
parent9c4cdfa994ecb28911b0fe714a99803b2e51f719 (diff)
downloadgsoc2013-empathy-80a9d33725a6b00d6ee486ccc97e9c137d43e3c4.tar
gsoc2013-empathy-80a9d33725a6b00d6ee486ccc97e9c137d43e3c4.tar.gz
gsoc2013-empathy-80a9d33725a6b00d6ee486ccc97e9c137d43e3c4.tar.bz2
gsoc2013-empathy-80a9d33725a6b00d6ee486ccc97e9c137d43e3c4.tar.lz
gsoc2013-empathy-80a9d33725a6b00d6ee486ccc97e9c137d43e3c4.tar.xz
gsoc2013-empathy-80a9d33725a6b00d6ee486ccc97e9c137d43e3c4.tar.zst
gsoc2013-empathy-80a9d33725a6b00d6ee486ccc97e9c137d43e3c4.zip
keyring: add a delete_password function
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'libempathy/empathy-keyring.h')
-rw-r--r--libempathy/empathy-keyring.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libempathy/empathy-keyring.h b/libempathy/empathy-keyring.h
index 015b7ae86..000f987f7 100644
--- a/libempathy/empathy-keyring.h
+++ b/libempathy/empathy-keyring.h
@@ -38,6 +38,12 @@ void empathy_keyring_set_password_async (TpAccount *account,
gboolean empathy_keyring_set_password_finish (TpAccount *account,
GAsyncResult *result, GError **error);
+void empathy_keyring_delete_password_async (TpAccount *account,
+ GAsyncReadyCallback callback, gpointer user_data);
+
+gboolean empathy_keyring_delete_password_finish (TpAccount *account,
+ GAsyncResult *result, GError **error);
+
G_END_DECLS
#endif /* __EMPATHY_KEYRING_H__ */