From 53f60e8802c75c9272cccc46f316f1fd47ef44b0 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Fri, 24 Oct 2003 14:39:28 +0000 Subject: new functions for individual instances management. 2003-10-24 Rodrigo Moya * cal-util/cal-util.[ch] (cal_util_construct_instance, cal_util_remove_instances): new functions for individual instances management. * pcs/cal-backend-file.c (cal_backend_file_get_object): if we dont have a recurrence in our hash table, generate one for the specified recurrence ID. (match_recurrence_sexp): new function to match recurrences on regular expresessions. (match_object_sexp): call match_recurrence_sexp() for all recurrences. (cal_backend_file_modify_object): handle mod_types. (cal_backend_file_remove_object): handle mod_types. svn path=/trunk/; revision=23058 --- calendar/cal-util/cal-recur.c | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/cal-util/cal-recur.c') diff --git a/calendar/cal-util/cal-recur.c b/calendar/cal-util/cal-recur.c index 160a253730..6decd3eae2 100644 --- a/calendar/cal-util/cal-recur.c +++ b/calendar/cal-util/cal-recur.c @@ -4018,3 +4018,4 @@ const char *cal_recur_nth[31] = { N_("30th"), N_("31st") }; + -- cgit v1.2.3