mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 13:54:27 +00:00
Fixed various errors (not part of the build).
This commit is contained in:
parent
382316cb4d
commit
39526fe2bb
@ -78,7 +78,7 @@ interface calICalendar : nsISupports
|
||||
* XXX what do we guarantee about item ordering, especially w.r.t.
|
||||
* which items are returned when aCount != 0
|
||||
*/
|
||||
void getItems( in nsID aItemType, in unsigned long aItemFilter,
|
||||
void getItems( in nsIIDRef aItemType, in unsigned long aItemFilter,
|
||||
in unsigned long aCount, in calIDateTime aRangeStart,
|
||||
in calIDateTime aRangeEnd,
|
||||
in calIOperationListener aListener );
|
||||
@ -118,8 +118,8 @@ interface calIOperationListener : nsISupports
|
||||
/**
|
||||
* for getItem and getItems
|
||||
*/
|
||||
void onGetComplete(in nsresult aStatus, in nsID aItemType,
|
||||
in nISupports aDetail, in PRUint32 aCount,
|
||||
void onGetComplete(in nsresult aStatus, in nsIIDRef aItemType,
|
||||
in nsISupports aDetail, in PRUint32 aCount,
|
||||
[array, size_is(aCount), iid_is(aItemType)]
|
||||
in nsQIResult aItems );
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user