]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-keyring.h
Merge branch 'gnome-3-8'
[empathy.git] / libempathy / empathy-keyring.h
index 92c8a6e9f51167caa0ae3ebe7e537ab6af882207..6471099f9292cae7fb298468ff845472ea7a64ab 100644 (file)
@@ -20,8 +20,7 @@
 #define __EMPATHY_KEYRING_H__
 
 #include <gio/gio.h>
-
-#include <telepathy-glib/account.h>
+#include <telepathy-glib/telepathy-glib.h>
 
 G_BEGIN_DECLS
 
@@ -41,7 +40,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,