diff options
author | Milan Crha <mcrha@src.gnome.org> | 2007-09-03 15:02:54 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-09-03 15:02:54 +0800 |
commit | 15118ad6ee8c672580c8d48cf913e73823e178eb (patch) | |
tree | cfc929961c006e6fff62ddb0f498fdfb1f8640b6 /calendar/conduits/common/libecalendar-common-conduit.h | |
parent | 9f85d756bd915ae4e2c9cec242c536932d679eed (diff) | |
download | gsoc2013-evolution-15118ad6ee8c672580c8d48cf913e73823e178eb.tar gsoc2013-evolution-15118ad6ee8c672580c8d48cf913e73823e178eb.tar.gz gsoc2013-evolution-15118ad6ee8c672580c8d48cf913e73823e178eb.tar.bz2 gsoc2013-evolution-15118ad6ee8c672580c8d48cf913e73823e178eb.tar.lz gsoc2013-evolution-15118ad6ee8c672580c8d48cf913e73823e178eb.tar.xz gsoc2013-evolution-15118ad6ee8c672580c8d48cf913e73823e178eb.tar.zst gsoc2013-evolution-15118ad6ee8c672580c8d48cf913e73823e178eb.zip |
2007-09-03 mcrha Fix for bug #201167 by Nathan Owens
svn path=/trunk/; revision=34163
Diffstat (limited to 'calendar/conduits/common/libecalendar-common-conduit.h')
-rw-r--r-- | calendar/conduits/common/libecalendar-common-conduit.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/calendar/conduits/common/libecalendar-common-conduit.h b/calendar/conduits/common/libecalendar-common-conduit.h new file mode 100644 index 0000000000..3d2cac6312 --- /dev/null +++ b/calendar/conduits/common/libecalendar-common-conduit.h @@ -0,0 +1,20 @@ +#include <libedataserver/e-categories.h> +#include <libecal/e-cal.h> +#include <pi-appinfo.h> + +#define PILOT_MAX_CATEGORIES 16 + + +int e_pilot_add_category_if_possible(char *cat_to_add, struct CategoryAppInfo *category); +void e_pilot_local_category_to_remote(int * pilotCategory, ECalComponent *comp, struct CategoryAppInfo *category); +void e_pilot_remote_category_to_local(int pilotCategory, ECalComponent *comp, struct CategoryAppInfo *category); +#include <libedataserver/e-categories.h> +#include <libecal/e-cal.h> +#include <pi-appinfo.h> + +#define PILOT_MAX_CATEGORIES 16 + + +int e_pilot_add_category_if_possible(char *cat_to_add, struct CategoryAppInfo *category); +void e_pilot_local_category_to_remote(int * pilotCategory, ECalComponent *comp, struct CategoryAppInfo *category); +void e_pilot_remote_category_to_local(int pilotCategory, ECalComponent *comp, struct CategoryAppInfo *category); |