From 2c201cf276aa11b3ae1d1bedcf92eb29abf7f04d Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Mon, 6 Dec 2010 11:35:26 +0000 Subject: keyring: add a delete_password function Signed-off-by: Jonny Lamb --- libempathy/empathy-keyring.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libempathy/empathy-keyring.h') 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__ */ -- cgit v1.2.3