Add getCalendar. Add a few lines of extra documentation. r=dmose

This commit is contained in:
mvl%exedo.nl 2005-04-28 21:28:38 +00:00
Родитель 96661ad845
Коммит ded4bebdbd
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -71,8 +71,8 @@ interface calICalendarProvider : nsISupports
in calIProviderListener aListener);
/**
* Delete a calendar. This typically deletes a file with calendar
* data
* Delete a calendar. Deletes the actual underlying calendar, which
* could be (for example) a file or a calendar on a server
*
* @param aCalendar the calendar to delete
* @param aListener where to call the results back to