X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-account-mgr.h;h=930be493993e56bad45d203cbd0399b2428a527b;hb=4a7aa689a2c8988ede2809db007e297b05adce7c;hp=13810812c3b1158208d1a610bd22c317d028706a;hpb=a2f971fd9378912d99ca8ce97c514bba81a3c4e2;p=modest diff --git a/src/modest-account-mgr.h b/src/modest-account-mgr.h index 1381081..930be49 100644 --- a/src/modest-account-mgr.h +++ b/src/modest-account-mgr.h @@ -115,7 +115,11 @@ ModestAccountMgr* modest_account_mgr_new (ModestConf *modest_c * Returns: TRUE if the creation succeeded, FALSE otherwise, */ gboolean modest_account_mgr_add_account (ModestAccountMgr *self, - const gchar* name, + const gchar *name, + const gchar *display_name, + const gchar *user_fullname, + const gchar *user_email, + const gchar *retrieve_type, const gchar* store_name, const gchar* transport_name, gboolean enabled);