X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-tny-account.h;h=867f19ab9c210d061b16800193720df13a391c44;hb=3c2250fc9274571f0d1c7ec08bff005adad907c0;hp=d4a2e3f46dac6785472341885fe0320230159066;hpb=1f6b01034793f771de0a833de4f58ce9e679a5f3;p=modest diff --git a/src/modest-tny-account.h b/src/modest-tny-account.h index d4a2e3f..867f19a 100644 --- a/src/modest-tny-account.h +++ b/src/modest-tny-account.h @@ -95,13 +95,14 @@ TnyAccount* modest_tny_account_new_for_per_account_local_outbox_folder ( /** * modest_tny_account_new_from_server_account_name: * @account_mgr: a valid account mgr instance + * @session: a valid TnySessionCamel instance. * @server_account_name: the name of a server account in the configuration system. * * Returns: a new TnyAccount or NULL in case of error. */ TnyAccount* modest_tny_account_new_from_server_account_name (ModestAccountMgr *account_mgr, - const gchar* server_account_name); + TnySessionCamel *session, const gchar* server_account_name); /** * modest_tny_account_get_special_folder: @@ -114,7 +115,8 @@ modest_tny_account_new_from_server_account_name (ModestAccountMgr *account_mgr, * such as (for example) server-side Sent/Junk mail for IMAP accounts * * Returns: the tny folder corresponding to this special folder, or NULL in case - * of error, or if the special folder does not exist for this account + * of error, or if the special folder does not exist for this account. + * This must be unrefed with g_object_unref(). */ TnyFolder* modest_tny_account_get_special_folder (TnyAccount *self, TnyFolderType special_type);