From 56d094b8c063fa7edf5a91f8ca14afec59bdb12c Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 24 Oct 2003 15:00:11 +0000 Subject: Remove type arg * cal-client/cal-client.c (cal_client_get_changes): Remove type arg * conduits/calendar/calendar-conduit.c (pre_sync, post_sync): Update for that * conduits/todo/todo-conduit.c (pre_sync, post_sync): Likewise * idl/evolution-calendar.idl (getChanges): Remove type arg. * pcs/cal.c (impl_Cal_getChanges): Likewise * pcs/cal-backend.c (cal_backend_get_changes): Likewise * pcs/cal-backend-sync.c (cal_backend_sync_get_changes): Likewise * pcs/cal-backend-file.c (cal_backend_file_get_changes): Update for that svn path=/trunk/; revision=23059 --- calendar/idl/evolution-calendar.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/idl/evolution-calendar.idl') diff --git a/calendar/idl/evolution-calendar.idl b/calendar/idl/evolution-calendar.idl index 1b139fc6f5..8d0d344b5a 100644 --- a/calendar/idl/evolution-calendar.idl +++ b/calendar/idl/evolution-calendar.idl @@ -180,8 +180,8 @@ module Calendar { /* The timezone used to resolve DATE and floating DATE-TIME values. */ oneway void setDefaultTimezone (in CalTimezoneObjUID tzid); - /* Gets a list of components that changed based on object type */ - oneway void getChanges (in CalObjType type, in string change_id); + /* Gets a list of components that changed */ + oneway void getChanges (in string change_id); /* Returns free/busy objects for the given interval */ oneway void getFreeBusy (in UserList users, in Time_t start, in Time_t end); -- cgit v1.2.3