adding better comments to idl per newsgroup comment

This commit is contained in:
dougt%netscape.com 2002-12-17 19:11:59 +00:00
Родитель 36fdf6fcbd
Коммит 19f33d7732
1 изменённых файлов: 7 добавлений и 2 удалений

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

@ -194,7 +194,9 @@ interface nsIComponentRegistrar : nsISupports
*
* Enumerate the list of all registered CIDs.
*
* @return : enumerator for CIDs. This enumerator can be QI'ed for
* @return : enumerator for CIDs. Elements of the enumeration can be QI'ed
* for the nsISupportsID interface. From the nsISupportsID, you
* can obtain the actual CID.
*/
nsISimpleEnumerator enumerateCIDs();
@ -203,7 +205,10 @@ interface nsIComponentRegistrar : nsISupports
*
* Enumerate the list of all registered ContractIDs.
*
* @return : enumerator for ContractIDs.
* @return : enumerator for ContractIDs. Elements of the enumeration can be
* QI'ed for the nsISupportsCString interface. From the
* nsISupportsCString interface, you can obtain the actual
* Contract ID string.
*/
nsISimpleEnumerator enumerateContractIDs();