diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-18 14:17:26 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-18 14:17:26 +0800 |
commit | c820a35c23f65807cc0eaaa0f39ec51b98e06192 (patch) | |
tree | 828a64b007ca7d0143e1e8395b5495330e791d37 /calendar/cal-factory.h | |
parent | 2f1705c6c0d747e708a34b089c4b6ebfc7832022 (diff) | |
download | gsoc2013-evolution-c820a35c23f65807cc0eaaa0f39ec51b98e06192.tar.gz gsoc2013-evolution-c820a35c23f65807cc0eaaa0f39ec51b98e06192.tar.zst gsoc2013-evolution-c820a35c23f65807cc0eaaa0f39ec51b98e06192.zip |
Sync - Federico
svn path=/trunk/; revision=1585
Diffstat (limited to 'calendar/cal-factory.h')
-rw-r--r-- | calendar/cal-factory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/cal-factory.h b/calendar/cal-factory.h index 0baa3f746a..0c227148c2 100644 --- a/calendar/cal-factory.h +++ b/calendar/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); |