diff options
author | Seth Alves <alves@src.gnome.org> | 2000-02-19 10:20:20 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-02-19 10:20:20 +0800 |
commit | f1e7572b78fe6bda6b1e76457a7637de07a9842c (patch) | |
tree | 192f86757d323e5aace71e1c676e396170a5c571 /calendar | |
parent | bafcec400c76b383130bcec0bc37fa1bc959b6d8 (diff) | |
download | gsoc2013-evolution-f1e7572b78fe6bda6b1e76457a7637de07a9842c.tar gsoc2013-evolution-f1e7572b78fe6bda6b1e76457a7637de07a9842c.tar.gz gsoc2013-evolution-f1e7572b78fe6bda6b1e76457a7637de07a9842c.tar.bz2 gsoc2013-evolution-f1e7572b78fe6bda6b1e76457a7637de07a9842c.tar.lz gsoc2013-evolution-f1e7572b78fe6bda6b1e76457a7637de07a9842c.tar.xz gsoc2013-evolution-f1e7572b78fe6bda6b1e76457a7637de07a9842c.tar.zst gsoc2013-evolution-f1e7572b78fe6bda6b1e76457a7637de07a9842c.zip |
DOH
svn path=/trunk/; revision=1854
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/icalendar.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/icalendar.h b/calendar/icalendar.h new file mode 100644 index 0000000000..84993bc3ae --- /dev/null +++ b/calendar/icalendar.h @@ -0,0 +1,6 @@ +#include "ical.h" +#include "calobj.h" +#include "cal-backend.h" + + +iCalObject *ical_object_create_from_icalcomponent (icalcomponent* comp); |