diff options
author | JP Rosevear <jpr@ximian.com> | 2004-02-05 05:31:58 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-02-05 05:31:58 +0800 |
commit | 18372290242a13cee9cc64c50c054d07f9494be4 (patch) | |
tree | 6db567940c63431374c3c91755ddbc885cf540f6 /calendar/common/authentication.h | |
parent | c67eedfff0ab44e481f538eabe2caa53f5911935 (diff) | |
download | gsoc2013-evolution-18372290242a13cee9cc64c50c054d07f9494be4.tar gsoc2013-evolution-18372290242a13cee9cc64c50c054d07f9494be4.tar.gz gsoc2013-evolution-18372290242a13cee9cc64c50c054d07f9494be4.tar.bz2 gsoc2013-evolution-18372290242a13cee9cc64c50c054d07f9494be4.tar.lz gsoc2013-evolution-18372290242a13cee9cc64c50c054d07f9494be4.tar.xz gsoc2013-evolution-18372290242a13cee9cc64c50c054d07f9494be4.tar.zst gsoc2013-evolution-18372290242a13cee9cc64c50c054d07f9494be4.zip |
use new cal auth functions
2004-02-04 JP Rosevear <jpr@ximian.com>
* importers/icalendar-importer.c (gnome_calendar_import_data_fn):
use new cal auth functions
* common/authentication.c (auth_new_cal_from_default): get a
default calendar with auth
* common/authentication.h: add proto
svn path=/trunk/; revision=24621
Diffstat (limited to 'calendar/common/authentication.h')
-rw-r--r-- | calendar/common/authentication.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/common/authentication.h b/calendar/common/authentication.h index cc022a12dd..2f8af70ace 100644 --- a/calendar/common/authentication.h +++ b/calendar/common/authentication.h @@ -27,6 +27,7 @@ #include <libedataserver/e-source.h> #include <libecal/e-cal.h> +ECal *auth_new_cal_from_default (ECalSourceType type); ECal *auth_new_cal_from_source (ESource *source, ECalSourceType type); ECal *auth_new_cal_from_uri (const char *uri, ECalSourceType type); |