X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-local-folder-info.h;h=8dcae52138bcb73ecdfef5a5696a3f69863451c7;hb=c56f787c45a8318f4b213b22b437b5a1b421d1c9;hp=de83755d88e80bd54d8feab9dd6259d05369ef56;hpb=96d9a8c787c693406a0f26e3d3a00065c7236fe5;p=modest diff --git a/src/modest-local-folder-info.h b/src/modest-local-folder-info.h index de83755..8dcae52 100644 --- a/src/modest-local-folder-info.h +++ b/src/modest-local-folder-info.h @@ -76,6 +76,8 @@ const gchar* modest_local_folder_info_get_type_display_name (TnyFolderType type) /** * modest_local_folder_info_get_maildir_path + * @location_filepath: The path at which the local-folders directory exists, + * or NULL to specify $HOME * * Get the path to the Maildir where the local folders are stored. * @@ -83,7 +85,7 @@ const gchar* modest_local_folder_info_get_type_display_name (TnyFolderType type) * string, which must be freed by the caller. * */ -gchar *modest_local_folder_info_get_maildir_path (void); +gchar *modest_local_folder_info_get_maildir_path (const gchar* location_filepath); /** * modest_per_account_local_outbox_folder_info_get_maildir_path @@ -94,7 +96,7 @@ gchar *modest_local_folder_info_get_maildir_path (void); * string, which must be freed by the caller. * */ -gchar *modest_per_account_local_outbox_folder_info_get_maildir_path (TnyAccount *account); +gchar *modest_per_account_local_outbox_folder_info_get_maildir_path (const gchar* account_name); /** * modest_per_account_local_outbox_folder_info_get_maildir_path_to_outbox_folder @@ -105,7 +107,7 @@ gchar *modest_per_account_local_outbox_folder_info_get_maildir_path (TnyAccount * string, which must be freed by the caller. * */ -gchar *modest_per_account_local_outbox_folder_info_get_maildir_path_to_outbox_folder (TnyAccount *account); +gchar *modest_per_account_local_outbox_folder_info_get_maildir_path_to_outbox_folder (const gchar* account_name); G_END_DECLS #endif /* __MODEST_LOCAL_FOLDER_INFO_H__ */