X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-account.h;h=867f19ab9c210d061b16800193720df13a391c44;hp=08e844ae410c185a9ec467212f3e93a4b832b3cd;hb=85b60b61bf30595fabd3bb9b3c5e2d9a0592912f;hpb=d281c4156c284bcd46112bb5e6944d9a94c1106e diff --git a/src/modest-tny-account.h b/src/modest-tny-account.h index 08e844a..867f19a 100644 --- a/src/modest-tny-account.h +++ b/src/modest-tny-account.h @@ -115,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);