]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-keyring.h
Merge branch 'sasl'
[empathy.git] / libempathy / empathy-keyring.h
index 2c062e1cd37da746a18d6bfe7c9fde214935a8e3..000f987f77d0eccba913c13717d6849bb5d43871 100644 (file)
@@ -31,6 +31,19 @@ void empathy_keyring_get_password_async (TpAccount *account,
 const gchar * empathy_keyring_get_password_finish (TpAccount *account,
     GAsyncResult *result, GError **error);
 
+void empathy_keyring_set_password_async (TpAccount *account,
+    const gchar *password, GAsyncReadyCallback callback,
+    gpointer user_data);
+
+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__ */