]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-account-settings.h
Clean up #include directives in headers
[empathy.git] / libempathy / empathy-account-settings.h
index 7f17e33c85af1091d7adad8416bda2e868b38b79..6e4713c4ca2e4cb5feba6b568e0c1ddf753aedcd 100644 (file)
@@ -23,9 +23,7 @@
 
 #include <glib-object.h>
 #include <gio/gio.h>
-
-#include <telepathy-glib/account.h>
-#include <telepathy-glib/connection-manager.h>
+#include <telepathy-glib/telepathy-glib.h>
 
 G_BEGIN_DECLS
 
@@ -197,6 +195,10 @@ void empathy_account_settings_set_storage_provider (
     EmpathyAccountSettings *self,
     const gchar *storage);
 
+void empathy_account_settings_set_remember_password (
+    EmpathyAccountSettings *self,
+    gboolean remember);
+
 G_END_DECLS
 
 #endif /* #ifndef __EMPATHY_ACCOUNT_SETTINGS_H__*/