From efa43cbf6f1e5902ea0b426eb6b7212e9096acb9 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 14 Sep 2001 19:26:23 +0000 Subject: use install hook instead of install rule to guarantee we run after 2001-09-14 JP Rosevear * Makefile.am: use install hook instead of install rule to guarantee we run after installation 2001-09-14 JP Rosevear * configure.in: remove unneeded conditionals svn path=/trunk/; revision=12825 --- .../calendar/cal-util/evolution-cal-util-decl.txt | 68 ++++++++++------------ 1 file changed, 30 insertions(+), 38 deletions(-) (limited to 'doc') diff --git a/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt b/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt index 34164aba0e..608c328755 100644 --- a/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt +++ b/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt @@ -131,48 +131,15 @@ typedef enum { CAL_COMPONENT_TRANSP_UNKNOWN } CalComponentTransparency; - -CalComponentCUType -typedef enum { - CAL_COMPONENT_CUTYPE_INDIVIDUAL, - CAL_COMPONENT_CUTYPE_GROUP, - CAL_COMPONENT_CUTYPE_RESOURCE, - CAL_COMPONENT_CUTYPE_ROOM, - CAL_COMPONENT_CUTYPE_UNKNOWN -} CalComponentCUType; - - -CalComponentRole -typedef enum { - CAL_COMPONENT_ROLE_CHAIR, - CAL_COMPONENT_ROLE_REQUIRED, - CAL_COMPONENT_ROLE_OPTIONAL, - CAL_COMPONENT_ROLE_NON, - CAL_COMPONENT_ROLE_UNKNOWN -} CalComponentRole; - - -CalComponentPartStat -typedef enum { - CAL_COMPONENT_PARTSTAT_NEEDSACTION, - CAL_COMPONENT_PARTSTAT_ACCEPTED, - CAL_COMPONENT_PARTSTAT_DECLINED, - CAL_COMPONENT_PARTSTAT_TENTATIVE, - CAL_COMPONENT_PARTSTAT_DELEGATED, - CAL_COMPONENT_PARTSTAT_COMPLETED, - CAL_COMPONENT_PARTSTAT_INPROCESS, - CAL_COMPONENT_PARTSTAT_UNKNOWN -} CalComponentPartStat; - CalComponentAttendee typedef struct { const char *value; const char *member; - CalComponentCUType cutype; - CalComponentRole role; - CalComponentPartStat status; + icalparameter_cutype cutype; + icalparameter_role role; + icalparameter_partstat status; gboolean rsvp; const char *delto; @@ -320,6 +287,16 @@ CalComponent *comp, struct icaltimetype **t CalComponent *comp, struct icaltimetype *t +cal_component_get_contact_list +void +CalComponent *comp, GSList **text_list + + +cal_component_set_contact_list +void +CalComponent *comp, GSList *text_list + + cal_component_get_created void CalComponent *comp, struct icaltimetype **t @@ -775,12 +752,12 @@ CalComponentAlarm *alarm, CalAlarmAction action cal_component_alarm_get_attach void -CalComponentAlarm *alarm, struct icalattachtype **attach +CalComponentAlarm *alarm, icalattach **attach cal_component_alarm_set_attach void -CalComponentAlarm *alarm, struct icalattachtype *attach +CalComponentAlarm *alarm, icalattach *attach cal_component_alarm_get_description @@ -864,6 +841,21 @@ GList *list void +cal_util_generate_alarms_for_comp +CalComponentAlarms * +CalComponent *comp,time_t start,time_t end,CalRecurResolveTimezoneFn resolve_tzid,gpointer user_data + + +cal_util_generate_alarms_for_list +int +GList *comps,time_t start,time_t end,GSList **comp_alarms,CalRecurResolveTimezoneFn resolve_tzid,gpointer user_data + + +cal_util_resolve_tzid +icaltimezone * +const char *tzid, gpointer data + + time_days_in_month int int year, int month -- cgit v1.2.3