diff options
Diffstat (limited to 'calendar/idl')
-rw-r--r-- | calendar/idl/evolution-calendar.idl | 4 |
1 files changed, 2 insertions, 2 deletions
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); |