From faad22f59697728e87601c46d17605426ed46b6b Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 26 Sep 2002 11:14:56 +0000 Subject: Should fix once for all #24210 2002-09-26 Rodrigo Moya Should fix once for all #24210 * idl/evolution-calendar.idl: changed the notifyObjUpdated method of the QueryListener interface accept a list of UIDs. * cal-client/query-listener.[ch] (impl_notifyObjUpdated): likewise for the QueryListener class. * cal-client/cal-query.c (obj_updated_cb): changed to adapt the multiple-id's received in the QueryListener class' signal to the one-by-one update notification of the public CalQuery class, thus keeping the changes needed for this minimal. * pcs/query.c (add_component, start_cached_query_cb): changed to send sequences of UIDs. svn path=/trunk/; revision=18232 --- calendar/idl/evolution-calendar.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/idl') diff --git a/calendar/idl/evolution-calendar.idl b/calendar/idl/evolution-calendar.idl index d235d11061..abd3954dbd 100644 --- a/calendar/idl/evolution-calendar.idl +++ b/calendar/idl/evolution-calendar.idl @@ -263,12 +263,12 @@ module Calendar { /* Listener for changes in a query of a calendar */ interface QueryListener : Bonobo::Unknown { - /* Called when a component is added or changed. If + /* Called when components are added or changed. If * query_in_progress is true, then the initial query results are * being populated and the other arguments indicate the * percentage of completion Otherwise, the percent value is * unspecified. */ - void notifyObjUpdated (in CalObjUID uid, + void notifyObjUpdated (in CalObjUIDSeq uids, in boolean query_in_progress, in long n_scanned, in long total); -- cgit v1.2.3