220111 nsIDownload should document that Init must be called

r=bzbarsky sr=darin
This commit is contained in:
cbiesinger%web.de 2003-09-24 20:24:19 +00:00
Родитель fd78917561
Коммит 1c52a1ac17
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -49,7 +49,8 @@ interface nsIMIMEInfo;
interface nsIDownload : nsISupports {
/**
* Initializes the download with certain properties.
* Initializes the download with certain properties. This function must
* be called prior to accessing any properties on this interface.
*
* @param aSource The source (nsIURI) of the download.
*