aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/importers
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-04-03 00:36:34 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-04-03 00:36:34 +0800
commit7cbc883d3d714e144be20182eb8c797c0091e7f2 (patch)
treebf33313a1d704264871affc71a23b94b9948f06c /calendar/importers
parent6efa5995601bd8be05e8623e5383a723944d6adc (diff)
downloadgsoc2013-evolution-7cbc883d3d714e144be20182eb8c797c0091e7f2.tar
gsoc2013-evolution-7cbc883d3d714e144be20182eb8c797c0091e7f2.tar.gz
gsoc2013-evolution-7cbc883d3d714e144be20182eb8c797c0091e7f2.tar.bz2
gsoc2013-evolution-7cbc883d3d714e144be20182eb8c797c0091e7f2.tar.lz
gsoc2013-evolution-7cbc883d3d714e144be20182eb8c797c0091e7f2.tar.xz
gsoc2013-evolution-7cbc883d3d714e144be20182eb8c797c0091e7f2.tar.zst
gsoc2013-evolution-7cbc883d3d714e144be20182eb8c797c0091e7f2.zip
added "folder_type" parameter to EvolutionImporterLoadFileFn.
2003-04-02 Rodrigo Moya <rodrigo@ximian.com> * importers/icalendar-importer.c (load_file_fn, vcal_load_file_fn): added "folder_type" parameter to EvolutionImporterLoadFileFn. svn path=/trunk/; revision=20646
Diffstat (limited to 'calendar/importers')
-rw-r--r--calendar/importers/icalendar-importer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/importers/icalendar-importer.c b/calendar/importers/icalendar-importer.c
index 467545a0ca..a6d99379dc 100644
--- a/calendar/importers/icalendar-importer.c
+++ b/calendar/importers/icalendar-importer.c
@@ -276,6 +276,7 @@ static gboolean
load_file_fn (EvolutionImporter *importer,
const char *filename,
const char *physical_uri,
+ const char *folder_type,
void *closure)
{
char *contents;
@@ -414,6 +415,7 @@ static gboolean
vcal_load_file_fn (EvolutionImporter *importer,
const char *filename,
const char *physical_uri,
+ const char *folder_type,
void *closure)
{
gboolean ret = FALSE;