]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-keyring.h
Merge branch 'sasl'
[empathy.git] / libempathy / empathy-keyring.h
index 015b7ae864d371be7ed27e611bcba0f5c83a2e98..000f987f77d0eccba913c13717d6849bb5d43871 100644 (file)
@@ -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__ */