aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/cal-factory.h
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>2000-01-18 14:17:26 +0800
committerArturo Espinosa <unammx@src.gnome.org>2000-01-18 14:17:26 +0800
commitc820a35c23f65807cc0eaaa0f39ec51b98e06192 (patch)
tree828a64b007ca7d0143e1e8395b5495330e791d37 /calendar/pcs/cal-factory.h
parent2f1705c6c0d747e708a34b089c4b6ebfc7832022 (diff)
downloadgsoc2013-evolution-c820a35c23f65807cc0eaaa0f39ec51b98e06192.tar
gsoc2013-evolution-c820a35c23f65807cc0eaaa0f39ec51b98e06192.tar.gz
gsoc2013-evolution-c820a35c23f65807cc0eaaa0f39ec51b98e06192.tar.bz2
gsoc2013-evolution-c820a35c23f65807cc0eaaa0f39ec51b98e06192.tar.lz
gsoc2013-evolution-c820a35c23f65807cc0eaaa0f39ec51b98e06192.tar.xz
gsoc2013-evolution-c820a35c23f65807cc0eaaa0f39ec51b98e06192.tar.zst
gsoc2013-evolution-c820a35c23f65807cc0eaaa0f39ec51b98e06192.zip
Sync - Federico
svn path=/trunk/; revision=1585
Diffstat (limited to 'calendar/pcs/cal-factory.h')
-rw-r--r--calendar/pcs/cal-factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/pcs/cal-factory.h b/calendar/pcs/cal-factory.h
index 0baa3f746a..0c227148c2 100644
--- a/calendar/pcs/cal-factory.h
+++ b/calendar/pcs/cal-factory.h
@@ -59,7 +59,7 @@ GNOME_Calendar_CalFactory cal_factory_corba_object_create (GnomeObject *object);
CalFactory *cal_factory_new (void);
void cal_factory_load (CalFactory *factory, const char *uri, GNOME_Calendar_Listener listener);
-GNOME_Calendar_Cal cal_factory_create (CalFactory *factory, const char *uri);
+void cal_factory_create (CalFactory *factory, const char *uri, GNOME_Calendar_Listener listener);
POA_GNOME_Calendar_CalFactory__epv *cal_factory_get_epv (void);